Craftings added
This commit is contained in:
@@ -322,4 +322,14 @@ minetest.register_craft({
|
||||
{"amogus_blocks:planks"},
|
||||
{"amogus_blocks:planks"},
|
||||
}
|
||||
})
|
||||
|
||||
-- create recipe for pooper out of PCB and mogus and dirt
|
||||
minetest.register_craft({
|
||||
output = "amogus_items:pooper",
|
||||
recipe = {
|
||||
{"amogus_items:pcb", "amogus_items:mogus", "amogus_items:pcb"},
|
||||
{"amogus_items:pcb", "amogus_blocks:dirt", "amogus_items:pcb"},
|
||||
{"amogus_items:pcb", "amogus_items:pcb", "amogus_items:pcb"},
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user