mirror of
https://github.com/SmallJoker/boost_cart.git
synced 2024-11-27 17:03:44 +01:00
Crafting is needed!
This commit is contained in:
parent
3d0401f633
commit
c07c92a1fb
8
init.lua
8
init.lua
@ -276,3 +276,11 @@ minetest.register_craftitem(":carts:cart", {
|
||||
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