generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to 1.20, remove pushable budding amethyst gamerule temporarily
- Loading branch information
1 parent
cb00eda
commit ed6ee20
Showing
14 changed files
with
73 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
public class Versions { | ||
public static final String MINECRAFT_VERSION = "1.19.4"; | ||
public static final String FABRIC_LOADER_VERSION = "0.14.17"; | ||
public static final String MINECRAFT_VERSION = "1.20"; | ||
public static final String FABRIC_LOADER_VERSION = "0.14.21"; | ||
public static final int JAVA_VERSION = 17; | ||
public static final String QUILTFLOWER_VERSION = "1.9.0"; | ||
public static final String FABRIC_GAMERULE_API_VERSION = "1.0.32+a1ccd7bff4"; | ||
public static final String FABRIC_GAMERULE_API_VERSION = "1.0.38+b04edc7a27"; | ||
public static final String CAFFEINE_CONFIG_VERSION = "1.0.0"; | ||
public static final String LAZYDFU_VERSION = "0.1.3"; | ||
public static final String MIXIN_EXTRAS_VERSION = "0.2.0-beta.4"; | ||
public static final String CONDITIONAL_MIXIN_VERSION = "v0.3.2"; | ||
} |
19 changes: 0 additions & 19 deletions
19
src/main/java/uk/debb/vanilla_disable/mixin/blocks/MixinBuddingAmethystBlock.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.