Skip to content

Commit

Permalink
Added lang entry for config
Browse files Browse the repository at this point in the history
-Also added another TODO to HorseArmorPreventsBucking
  • Loading branch information
Flatkat committed Oct 6, 2024
1 parent d980d3d commit 30c116e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ public class HorseArmorPreventsBucking {
@Shadow @Final private Inventory inventory;

static {
// TODO: Add netherite horse armor if melody is loaded with a value of 1F
// TODO: Make preventBuckingChance for every type of armor configurable
// TODO: Add netherite horse armor if melody is loaded with a default value of 1F
preventBuckingChance.put(Items.DIAMOND_HORSE_ARMOR, 0.9F);
preventBuckingChance.put(Items.IRON_HORSE_ARMOR, 0.75F);
preventBuckingChance.put(Items.GOLDEN_HORSE_ARMOR, 0.6F);
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/harmony/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"harmony.midnightconfig.vehiclesMoveThroughLeaves": "Rideable mobs can move through leaves when ridden",
"harmony.midnightconfig.leafSpeedFactor": "Rideable mob speed percentage while inside leaves",
"harmony.midnightconfig.saddleRecipe": "Craftable Saddle",
"harmony.midnightconfig.horseArmorPreventsBucking": "Horse armor decreases bucking chance on damage",

"harmony.midnightconfig.category.food": "Food",
"harmony.midnightconfig.stewStackSize": "Stew/soup stack size",
Expand Down

0 comments on commit 30c116e

Please sign in to comment.