forked from mtcontrib/boost_cart
Crafting is needed!
This commit is contained in:
parent
3d0401f633
commit
c07c92a1fb
8
init.lua
8
init.lua
|
@ -275,4 +275,12 @@ minetest.register_craftitem(":carts:cart", {
|
|||
itemstack:take_item()
|
||||
return itemstack
|
||||
end,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "carts:cart",
|
||||
recipe = {
|
||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
||||
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
|
||||
},
|
||||
})
|
Loading…
Reference in New Issue
Block a user