add more microblocks & adjust hunger overhaul
This commit is contained in:
@@ -139,10 +139,10 @@ food {
|
|||||||
B:modifyFoodStackSize=false
|
B:modifyFoodStackSize=false
|
||||||
|
|
||||||
# Enables/disables all food value modification [vanilla: false] [default: true]
|
# Enables/disables all food value modification [vanilla: false] [default: true]
|
||||||
B:modifyFoodValues=false
|
B:modifyFoodValues=true
|
||||||
|
|
||||||
# Enables/disables Hunger Overhaul manually setting the food values for supported mods ('modifyFoodValues' must be true) [vanilla: false] [default: true]
|
# Enables/disables Hunger Overhaul manually setting the food values for supported mods ('modifyFoodValues' must be true) [vanilla: false] [default: true]
|
||||||
B:useHOFoodValues=false
|
B:useHOFoodValues=true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -266,10 +266,10 @@ health {
|
|||||||
I:foodHealDivider=4
|
I:foodHealDivider=4
|
||||||
|
|
||||||
# Eating food regenerates health [vanilla: false] [default: false]
|
# Eating food regenerates health [vanilla: false] [default: false]
|
||||||
B:foodRegensHealth=false
|
B:foodRegensHealth=true
|
||||||
|
|
||||||
# Speed up or slow down the rate that health regenerates (0 to disable regen) [vanilla: 100] [range: 0 ~ 2147483647, default: 100]
|
# Speed up or slow down the rate that health regenerates (0 to disable regen) [vanilla: 100] [range: 0 ~ 2147483647, default: 100]
|
||||||
I:healthRegenRatePercentage=100
|
I:healthRegenRatePercentage=120
|
||||||
|
|
||||||
# The lower your health the longer it takes to regen, modify the effect here (lower = less effect) (modifyRegenRateOnLowHealth must be true) [vanilla: 5] [range: 0 ~ 2147483647, default: 5]
|
# The lower your health the longer it takes to regen, modify the effect here (lower = less effect) (modifyRegenRateOnLowHealth must be true) [vanilla: 5] [range: 0 ~ 2147483647, default: 5]
|
||||||
I:lowHealthRegenRateModifier=5
|
I:lowHealthRegenRateModifier=5
|
||||||
|
|||||||
@@ -22,6 +22,10 @@
|
|||||||
"etfuturum:bark":0-3
|
"etfuturum:bark":0-3
|
||||||
"etfuturum:plankWood":0-4
|
"etfuturum:plankWood":0-4
|
||||||
"etfuturum:azalea_leaves":0-1
|
"etfuturum:azalea_leaves":0-1
|
||||||
|
"etfuturum:log_stripped":0-3
|
||||||
|
"etfuturum:log2_stripped":0-1
|
||||||
|
"etfuturum:wood_stripped":0-3
|
||||||
|
"etfuturum:wood2_stripped":0-1
|
||||||
|
|
||||||
# Underground Biomes
|
# Underground Biomes
|
||||||
"UndergroundBiomes:igneousStone":0-7
|
"UndergroundBiomes:igneousStone":0-7
|
||||||
@@ -105,6 +109,7 @@
|
|||||||
# MINECRAFT
|
# MINECRAFT
|
||||||
"minecraft:double_stone_slab":0,8
|
"minecraft:double_stone_slab":0,8
|
||||||
"minecraft:hay_block"
|
"minecraft:hay_block"
|
||||||
|
"minecraft:log2":1
|
||||||
|
|
||||||
# NATURA
|
# NATURA
|
||||||
"Natura:soil.tainted":0-2
|
"Natura:soil.tainted":0-2
|
||||||
|
|||||||
Reference in New Issue
Block a user