mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-02 00:00:37 +02:00
fix shapeless recipes
related: https://github.com/minetest-mods/technic/issues/544
This commit is contained in:
@ -26,10 +26,7 @@ minetest.register_craft({
|
||||
minetest.register_craft({
|
||||
output = 'technic:iron_locked_chest 1',
|
||||
type = "shapeless",
|
||||
recipe = {
|
||||
{'basic_materials:padlock'},
|
||||
{'technic:iron_chest'},
|
||||
}
|
||||
recipe = {'basic_materials:padlock', 'technic:iron_chest'}
|
||||
})
|
||||
|
||||
technic.chests:register("Iron", {
|
||||
@ -51,4 +48,3 @@ technic.chests:register("Iron", {
|
||||
color = false,
|
||||
locked = true,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user