Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
fabric_version=0.126.0+1.21.5
cloth_config_version=18.0.145