Fix some crafts and names
This commit is contained in:
parent
658cd15718
commit
1f0f2bd198
3 changed files with 6 additions and 4 deletions
|
@ -225,3 +225,5 @@ minetest.register_on_dignode(function(pos, oldnode, digger)
|
|||
end)
|
||||
|
||||
dofile(minetest.get_modpath("torches") .. "/crafting.lua")
|
||||
|
||||
minetest.register_alias("default:torch", "torches:torch")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue