Skip to content

Commit

Permalink
Breeze wind
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Nov 8, 2023
1 parent cb0d56d commit ac1b258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript/src/main/java/Buildscript.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
public class Buildscript extends SimpleFabricProject {
static final boolean SODIUM = true;
static final boolean CUSTOM_SODIUM = true;
static final String MC_VERSION = "23w43a";
static final String MC_VERSION = "23w45a";
static final String customSodiumName = "sodium-fabric-mc23w42a-0.5.3git.b1ba94f.jar";

private static final String[] SOURCE_SETS = new String[] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ public class MixinGameRenderer {

@Inject(method = {
"getRendertypeEntityCutoutShader",
"getRendertypeBreezeWindShader",
"getRendertypeEntityCutoutNoCullShader",
"getRendertypeEntityCutoutNoCullZOffsetShader",
"getRendertypeEntityDecalShader",
Expand Down

0 comments on commit ac1b258

Please sign in to comment.