mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-23 16:30:19 +01:00
Add a craft recipe for 3d chests
This commit is contained in:
parent
e50a9be477
commit
a69e09fc68
@ -252,3 +252,12 @@ minetest.register_node("3dchest:chest", {
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "3dchest:chest",
|
||||
recipe = {
|
||||
{"default:tree", "default:tree", "default:tree"},
|
||||
{"default:wood", "", "default:wood"},
|
||||
{"default:wood", "default:wood", "default:wood"},
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user