Add new metal, wood, and leaves types for various mods including Create, Born in Chaos, and Rechiseled; update entries for stone types and enhance configuration clarity across multiple files.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#Maximum distance the endersoul hand can be used to travel to.
|
||||
#Default Value: 256
|
||||
# Default: 256
|
||||
# Range: 0 ~ 512
|
||||
endersoul_hand_teleport_distance = 256
|
||||
#When infested with a Mutant X potion, what mutant mob should the target transform into. Otherwise the target will ony explode and take damage.
|
||||
#Format for every entry is "<namespace>:<path>,<namespace>:<path>" with the second id representing the mutant. Namespace may be omitted to use "minecraft" by default.
|
||||
#Default Value: [minecraft:creeper,mutantmonsters:mutant_creeper, minecraft:enderman,mutantmonsters:mutant_enderman, minecraft:skeleton,mutantmonsters:mutant_skeleton, minecraft:snow_golem,mutantmonsters:mutant_snow_golem, minecraft:zombie,mutantmonsters:mutant_zombie, minecraft:pig,mutantmonsters:spider_pig]
|
||||
mutant_x_conversions = ["minecraft:creeper,mutantmonsters:mutant_creeper", "minecraft:enderman,mutantmonsters:mutant_enderman", "minecraft:skeleton,mutantmonsters:mutant_skeleton", "minecraft:snow_golem,mutantmonsters:mutant_snow_golem", "minecraft:zombie,mutantmonsters:mutant_zombie", "minecraft:pig,mutantmonsters:spider_pig"]
|
||||
Reference in New Issue
Block a user