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:
@ -30,10 +30,7 @@ end
|
||||
minetest.register_craft({
|
||||
output = 'technic:gold_locked_chest',
|
||||
type = "shapeless",
|
||||
recipe = {
|
||||
{'basic_materials:padlock'},
|
||||
{'technic:gold_chest'},
|
||||
}
|
||||
recipe = {'basic_materials:padlock', 'technic:gold_chest'}
|
||||
})
|
||||
|
||||
technic.chests:register("Gold", {
|
||||
@ -55,4 +52,3 @@ technic.chests:register("Gold", {
|
||||
color = true,
|
||||
locked = true,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user