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

@ -1,4 +1,4 @@
mcl_core
bucket
mcl_wool
torches
mcl_torches

View file

@ -280,7 +280,7 @@ minetest.register_node("mcl_farming:pumpkin_face_light", {
minetest.register_craft({
output = "mcl_farming:pumpkin_face_light",
recipe = {{"mcl_farming:pumpkin_face"},
{"torches:torch"}}
{"mcl_torches:torch"}}
})
minetest.register_craft({