Louis Royer
2020-04-26 fb4fef783b605dcdc73554019ef46d8354614ad4
Shapeless locked chests crafts (chest + lockpad) (#530)

This was only done for `default:chest`.
5 files modified
5 ■■■■■ changed files
technic_chests/copper_chest.lua 1 ●●●● patch | view | raw | blame | history
technic_chests/gold_chest.lua 1 ●●●● patch | view | raw | blame | history
technic_chests/iron_chest.lua 1 ●●●● patch | view | raw | blame | history
technic_chests/mithril_chest.lua 1 ●●●● patch | view | raw | blame | history
technic_chests/silver_chest.lua 1 ●●●● patch | view | raw | blame | history
technic_chests/copper_chest.lua
@@ -18,6 +18,7 @@
minetest.register_craft({
    output = 'technic:copper_locked_chest 1',
    type = "shapeless",
    recipe = {
        {'basic_materials:padlock'},
        {'technic:copper_chest'},
technic_chests/gold_chest.lua
@@ -29,6 +29,7 @@
minetest.register_craft({
    output = 'technic:gold_locked_chest',
    type = "shapeless",
    recipe = {
        {'basic_materials:padlock'},
        {'technic:gold_chest'},
technic_chests/iron_chest.lua
@@ -25,6 +25,7 @@
minetest.register_craft({
    output = 'technic:iron_locked_chest 1',
    type = "shapeless",
    recipe = {
        {'basic_materials:padlock'},
        {'technic:iron_chest'},
technic_chests/mithril_chest.lua
@@ -20,6 +20,7 @@
minetest.register_craft({
    output = 'technic:mithril_locked_chest 1',
    type = "shapeless",
    recipe = {
        {'basic_materials:padlock'},
        {'technic:mithril_chest'},
technic_chests/silver_chest.lua
@@ -20,6 +20,7 @@
minetest.register_craft({
    output = 'technic:silver_locked_chest',
    type = "shapeless",
    recipe = {
        {'basic_materials:padlock'},
        {'technic:silver_chest'},