diff options
author | Trương Hoàng Long <longtruong2411@gmail.com> | 2022-05-27 16:06:50 +0200 |
---|---|---|
committer | Trương Hoàng Long <longtruong2411@gmail.com> | 2022-05-27 16:06:50 +0200 |
commit | 678025b21af4d45518a382b546c14fb12f131114 (patch) | |
tree | da6964a2945e02c948d612624f4db30e3c50b7d8 /src/main/resources | |
parent | d431cc07e195ea7484772d94eb420b53d8e202b4 (diff) | |
download | Skyblocker-678025b21af4d45518a382b546c14fb12f131114.tar.gz Skyblocker-678025b21af4d45518a382b546c14fb12f131114.tar.bz2 Skyblocker-678025b21af4d45518a382b546c14fb12f131114.zip |
Add option to use 1.8 farmland hitbox
also moved the old lever hitbox config option to the same category
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 4 | ||||
-rw-r--r-- | src/main/resources/skyblocker.mixins.json | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 0b148a91..d3f4ab60 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -19,6 +19,9 @@ "text.autoconfig.skyblocker.option.general.itemTooltip.enableLowestBIN": "Enable Lowest BIN Price", "text.autoconfig.skyblocker.option.general.itemTooltip.enableBazaarPrice": "Enable Bazaar buy/sell Price", "text.autoconfig.skyblocker.option.general.itemTooltip.enableMuseumDate": "Enable Museum & Date", + "text.autoconfig.skyblocker.option.general.hitbox": "Hitboxes", + "text.autoconfig.skyblocker.option.general.hitbox.oldFarmlandHitbox": "Enable 1.8 farmland hitbox", + "text.autoconfig.skyblocker.option.general.hitbox.oldLeverHitbox": "Enable 1.8 lever hitbox", "skyblocker.itemTooltip.nullMessage": "§b[§6Skyblocker§b] §cItem price information on tooltip will renew in max 60 seconds. If not, check latest.log", "text.autoconfig.skyblocker.category.richPresence": "Discord Rich Presence", @@ -37,7 +40,6 @@ "text.autoconfig.skyblocker.option.locations.dungeons.solveThreeWeirdos": "Solve Three Weirdos Puzzle", "text.autoconfig.skyblocker.option.locations.dungeons.blazesolver": "Solve Blaze Puzzle", "text.autoconfig.skyblocker.option.locations.dungeons.solveTrivia": "Solve Trivia Puzzle", - "text.autoconfig.skyblocker.option.locations.dungeons.oldLevers": "1.8 lever hitbox", "text.autoconfig.skyblocker.option.locations.dungeons.terminals": "Terminal Solvers", "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveColor": "Solve Select Colored", "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveOrder": "Solve Click In Order", diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json index f07fbfc8..654e0400 100644 --- a/src/main/resources/skyblocker.mixins.json +++ b/src/main/resources/skyblocker.mixins.json @@ -9,6 +9,7 @@ "InGameHudMixin", "ItemRendererMixin", "LeverBlockMixin", + "FarmlandBlockMixin", "MinecraftClientMixin", "AccessorWorldRenderer", "GenericContainerScreenMixin", |