Rename torches mod to mcl_torches

This commit is contained in:
Wuzzy 2017-02-10 14:41:36 +01:00
parent 70e529be4d
commit b4c5a96d7c
19 changed files with 19 additions and 63 deletions

View file

@ -54,7 +54,7 @@ mobs:register_mob("mobs_mc:enderman", {
view_range = 16,
attack_type = "dogfight",
replace_rate = 1,
replace_what = {"torches:torch","mcl_core:sand","mcl_core:desert_sand","mcl_core:cobble","mcl_core:dirt","mcl_core:dirt_with_glass","mcl_core:dirt_with_dry_grass","mcl_core:wood","mcl_core:stone","mcl_core:sandstone"},
replace_what = {"mcl_torches:torch","mcl_core:sand","mcl_core:desert_sand","mcl_core:cobble","mcl_core:dirt","mcl_core:dirt_with_glass","mcl_core:dirt_with_dry_grass","mcl_core:wood","mcl_core:stone","mcl_core:sandstone"},
replace_with = "air",
replace_offset = -1,

View file

@ -35,7 +35,7 @@ mobs:register_mob("mobs_mc:spider", {
floats = 0,
group_attack = true,
replace_rate = 5,
replace_what = {"torches:torch"},
replace_what = {"mcl_torches:torch"},
replace_with = "air",
replace_offset = -1,
peaceful = false,