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

@ -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,