mirror of
https://github.com/SmallJoker/boost_cart.git
synced 2025-09-08 16:05:39 +02:00
Crafting is needed!
This commit is contained in:
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"},
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user