mirror of
https://github.com/APercy/automobiles_pck
synced 2025-06-18 06:48:01 +02:00
crafts improved
This commit is contained in:
parent
c8dc8a1528
commit
0b2c35c9ff
@ -58,8 +58,8 @@ if minetest.get_modpath("default") then
|
||||
minetest.register_craft({
|
||||
output = "automobiles_trans_am:trans_am_body",
|
||||
recipe = {
|
||||
{"default:glass" ,"default:steel_ingot","default:steel_ingot"},
|
||||
{"default:steel_ingot","default:steel_ingot","default:steel_ingot"},
|
||||
{"default:glass" ,"default:mese_crystal","default:steel_ingot"},
|
||||
{"default:steel_ingot","default:steelblock","default:steel_ingot"},
|
||||
{"default:steelblock","default:steelblock", "default:steelblock"},
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user