Rename torches mod to mcl_torches
This commit is contained in:
parent
70e529be4d
commit
b4c5a96d7c
19 changed files with 19 additions and 63 deletions
|
@ -1,4 +1,4 @@
|
|||
mcl_core
|
||||
bucket
|
||||
mcl_wool
|
||||
torches
|
||||
mcl_torches
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue