mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-06-30 15:10:46 +02:00
add recipe for scifi_nodes:crate
and refactor chest registration
This commit is contained in:
@ -475,6 +475,15 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "scifi_nodes:crate",
|
||||
recipe = {
|
||||
{"scifi_nodes:grey", "scifi_nodes:grey", "scifi_nodes:grey"},
|
||||
{"scifi_nodes:grey", "", "scifi_nodes:grey"},
|
||||
{"scifi_nodes:grey", "scifi_nodes:grey", "scifi_nodes:grey"}
|
||||
}
|
||||
})
|
||||
|
||||
-- 6 blue metal from 6 plastic, 2 blue dye, 1 dented metal block
|
||||
minetest.register_craft({
|
||||
output = "scifi_nodes:bluemetal 6",
|
||||
|
Reference in New Issue
Block a user