diff --git a/README.md b/README.md index 7b4e2c0..eec65fc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ The config file is located in `config/backtools.json5`, and looks like this: disabledTools: [], // Tool orientation, by class file and degrees. Separate with ":" . See defaults for examples. toolOrientation: [ - "net.minecraft.item.ToolItem:0", "net.minecraft.item.HoeItem:0", "net.minecraft.item.FishingRodItem:0", "net.minecraft.item.TridentItem:0", diff --git a/gradle.properties b/gradle.properties index 43997f2..9223356 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,13 +2,13 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.21.5-pre2 -yarn_mappings=1.21.5-pre2+build.5 -loader_version=0.16.10 +minecraft_version=1.21.5 +yarn_mappings=1.21.5+build.1 +loader_version=0.16.14 # Mod Properties mod_version = 1.21.5-ALPHA maven_group = com.daniking.backtools archives_base_name = backtools # Dependencies -fabric_version=0.118.6+1.21.5 -cloth_config_version=17.0.144 \ No newline at end of file +fabric_version=0.126.0+1.21.5 +cloth_config_version=18.0.145 \ No newline at end of file