more balance
This commit is contained in:
parent
bf46ef8e18
commit
8b43cb4faf
@ -11,7 +11,7 @@
|
|||||||
#Example ["0-0.01","10-0.1","30-0"]
|
#Example ["0-0.01","10-0.1","30-0"]
|
||||||
#-> So the difficulty increases by 0.01 every 2400 ticks (->0.1 per mc day since a mc day has 24000 ticks) till it reaches a difficulty of 10.
|
#-> So the difficulty increases by 0.01 every 2400 ticks (->0.1 per mc day since a mc day has 24000 ticks) till it reaches a difficulty of 10.
|
||||||
#Then it increases by 1 per mc day till it reaches 30 and then stops.
|
#Then it increases by 1 per mc day till it reaches 30 and then stops.
|
||||||
"Difficulty Increase" = ["0-0.5"]
|
"Difficulty Increase" = ["0-0.2"]
|
||||||
#Wether difficulty should only increase with at least one online players or not
|
#Wether difficulty should only increase with at least one online players or not
|
||||||
"Ignore Players" = false
|
"Ignore Players" = false
|
||||||
#If true will increase difficulty by the amount of time skipped. Else will only increase difficulty once.
|
#If true will increase difficulty by the amount of time skipped. Else will only increase difficulty once.
|
||||||
@ -43,7 +43,7 @@
|
|||||||
#<minecraft:sheep|REVERSE|ATTRIBUTES will> add sheep to attributes modification only
|
#<minecraft:sheep|REVERSE|ATTRIBUTES will> add sheep to attributes modification only
|
||||||
#<minecraft:sheep|ATTRIBUTES> will add sheep to everything except attributes
|
#<minecraft:sheep|ATTRIBUTES> will add sheep to everything except attributes
|
||||||
#<minecraft> blacklists all minecraft mobs from everything
|
#<minecraft> blacklists all minecraft mobs from everything
|
||||||
"Entity Configs" = ["grimoireofgaia|HELDITEMS|TARGETVILLAGER", "minecraft:ender_dragon", "minecraft:cod", "minecraft:donkey", "minecraft:squid", "minecraft:glow_squid", "minecraft:mule", "minecraft:skeleton_horse", "touhou_little_maid:maid", "minecraft:strider", "minecraft:trader_llama", "minecraft:parrot", "minecraft:cow", "minecraft:zombie_horse", "minecraft:horse", "minecraft:bee", "minecraft:polar_bear", "minecraft:cat", "minecraft:pufferfish", "minecraft:bat", "minecraft:wandering_trader", "minecraft:salmon", "minecraft:fox", "minecraft:llama", "minecraft:pig", "minecraft:allay", "minecraft:frog", "minecraft:iron_golem", "minecraft:tropical_fish", "minecraft:turtle", "minecraft:sheep", "minecraft:snow_golem", "minecraft:mooshroom", "minecraft:villager", "minecraft:ocelot", "minecraft:tadpole", "minecraft:goat", "minecraft:dolphin", "minecraft:chicken", "minecraft:wolf", "minecraft:panda", "minecraft:rabbit", "minecraft:axolotl"]
|
"Entity Configs" = ["grimoireofgaia|HELDITEMS|TARGETVILLAGER|ARMOR|USEITEM", "minecraft:ender_dragon", "minecraft:cod", "minecraft:donkey", "minecraft:squid", "minecraft:glow_squid", "minecraft:mule", "minecraft:skeleton_horse", "touhou_little_maid:maid", "minecraft:strider", "minecraft:trader_llama", "minecraft:parrot", "minecraft:cow", "minecraft:zombie_horse", "minecraft:horse", "minecraft:bee", "minecraft:polar_bear", "minecraft:cat", "minecraft:pufferfish", "minecraft:bat", "minecraft:wandering_trader", "minecraft:salmon", "minecraft:fox", "minecraft:llama", "minecraft:pig", "minecraft:allay", "minecraft:frog", "minecraft:iron_golem", "minecraft:tropical_fish", "minecraft:turtle", "minecraft:sheep", "minecraft:snow_golem", "minecraft:mooshroom", "minecraft:villager", "minecraft:ocelot", "minecraft:tadpole", "minecraft:goat", "minecraft:dolphin", "minecraft:chicken", "minecraft:wolf", "minecraft:panda", "minecraft:rabbit", "minecraft:axolotl"]
|
||||||
#Any of the following
|
#Any of the following
|
||||||
#[ATTRIBUTES, ARMOR, HELDITEMS, BLOCKBREAK, USEITEM, LADDER, STEAL, GUARDIAN, PARROT, TARGETVILLAGER, NEUTRALAGGRO]
|
#[ATTRIBUTES, ARMOR, HELDITEMS, BLOCKBREAK, USEITEM, LADDER, STEAL, GUARDIAN, PARROT, TARGETVILLAGER, NEUTRALAGGRO]
|
||||||
#added here will disable that feature completely.
|
#added here will disable that feature completely.
|
||||||
|
@ -118,7 +118,7 @@ hash = "d8345be5288253ef772361cf11593002bef16b4fa0974f73950e8f60ac7c845a"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/improvedmobs/common.toml"
|
file = "config/improvedmobs/common.toml"
|
||||||
hash = "862775679e226edc239524abf34b64a00fa14683531aa6df541c2725c3cffda2"
|
hash = "ea59a6e9fd1a3b909149fdd9c4afd98450aff3fd7ffc6a5519892062a36d33c8"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/improvedmobs/equipment.json"
|
file = "config/improvedmobs/equipment.json"
|
||||||
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "1e5072d82bfd8c9f73fe125c4344efe765bf7f22cfdba7e0909088a4d84d30fe"
|
hash = "c424f859a5a37244d2cf70f3e32fda847f1e31eb5fcf6574948d0a84584e9833"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "43.3.13"
|
forge = "43.3.13"
|
||||||
|
Loading…
Reference in New Issue
Block a user