made steel toe boots last longer
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
- Adds EMI pages for Create Blaze Burner Fuels and for in-world block modifications @BlueBoat29
|
||||
- Removed nether portals @Pyritie
|
||||
- Added recipes for the rest of Create's windows and window panes @Pyritie
|
||||
- Halved how quickly the durability decreases on the various hiking/steel toe boots @Pyritie
|
||||
### Bug fixes
|
||||
- Ice soup now requires a bowl to craft, so it doesn't generate free bowls @Pyritie
|
||||
- Fixed repairing an iron flask consuming the knife, also added some flask recipes with rubber instead of a bladder (#1826) @Pyritie
|
||||
|
||||
@@ -152,7 +152,7 @@
|
||||
#The amount of 'steps' taken before one point of durability is lost
|
||||
#Steps are defined as being any change in position while grounded between ticks (IE over 1 second 20 'steps' occur)
|
||||
#Range: > 0
|
||||
stepsPerDamage = 500
|
||||
stepsPerDamage = 1000
|
||||
|
||||
["Boot config"."Steel Toe Boots"]
|
||||
#The movement speed bonus these boots provide
|
||||
@@ -167,7 +167,7 @@
|
||||
#The amount of 'steps' taken before one point of durability is lost
|
||||
#Steps are defined as being any change in position while grounded between ticks (IE over 1 second 20 'steps' occur)
|
||||
#Range: > 0
|
||||
stepsPerDamage = 750
|
||||
stepsPerDamage = 1500
|
||||
|
||||
["Boot config"."Black Steel Toe Boots"]
|
||||
#The movement speed bonus these boots provide
|
||||
@@ -182,7 +182,7 @@
|
||||
#The amount of 'steps' taken before one point of durability is lost
|
||||
#Steps are defined as being any change in position while grounded between ticks (IE over 1 second 20 'steps' occur)
|
||||
#Range: > 0
|
||||
stepsPerDamage = 1000
|
||||
stepsPerDamage = 2000
|
||||
|
||||
["Boot config"."Blue Steel Toe Boots"]
|
||||
#The movement speed bonus these boots provide
|
||||
@@ -197,7 +197,7 @@
|
||||
#The amount of 'steps' taken before one point of durability is lost
|
||||
#Steps are defined as being any change in position while grounded between ticks (IE over 1 second 20 'steps' occur)
|
||||
#Range: > 0
|
||||
stepsPerDamage = 1500
|
||||
stepsPerDamage = 4000
|
||||
|
||||
["Boot config"."Red Steel Toe Boots"]
|
||||
#The movement speed bonus these boots provide
|
||||
@@ -212,7 +212,7 @@
|
||||
#The amount of 'steps' taken before one point of durability is lost
|
||||
#Steps are defined as being any change in position while grounded between ticks (IE over 1 second 20 'steps' occur)
|
||||
#Range: > 0
|
||||
stepsPerDamage = 1500
|
||||
stepsPerDamage = 4000
|
||||
|
||||
["Horseshoes config"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user