summaryrefslogtreecommitdiff
path: root/plasticbox
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-11-08 19:27:31 -0500
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-11-08 19:27:31 -0500
commitd41791b735df980912250d4dca7b3e140eecbf28 (patch)
tree0d67460542587457fc76e0bae76830d8c6409025 /plasticbox
parent680f259468f9a47c0bc8ea5890ea37c5758a8c30 (diff)
downloaddreambuilder_modpack-d41791b735df980912250d4dca7b3e140eecbf28.tar
dreambuilder_modpack-d41791b735df980912250d4dca7b3e140eecbf28.tar.gz
dreambuilder_modpack-d41791b735df980912250d4dca7b3e140eecbf28.tar.bz2
dreambuilder_modpack-d41791b735df980912250d4dca7b3e140eecbf28.tar.xz
dreambuilder_modpack-d41791b735df980912250d4dca7b3e140eecbf28.zip
update basic_materials, biome_lib, plantlife modpack,
coloredwood, homedecor, technic, currency, framedglass, gloopblocks, led_marquee, mesecons, moretrees, nixie_tubes, pipeworks, plasticbox, prefab_redo, castles, signs_lib, roads, worldedit Added license declaration for the modpack itself
Diffstat (limited to 'plasticbox')
-rw-r--r--plasticbox/init.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/plasticbox/init.lua b/plasticbox/init.lua
index c29f6f2..aa707ec 100644
--- a/plasticbox/init.lua
+++ b/plasticbox/init.lua
@@ -21,16 +21,16 @@ end
minetest.register_craft( {
output = "plasticbox:plasticbox 4",
recipe = {
- { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
- { "homedecor:plastic_sheeting", "", "homedecor:plastic_sheeting" },
- { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }
+ { "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" },
+ { "basic_materials:plastic_sheet", "", "basic_materials:plastic_sheet" },
+ { "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }
},
})
unifieddyes.register_color_craft({
output = "plasticbox:plasticbox 4",
palette = "extended",
- neutral_node = "homedecor:plastic_sheeting",
+ neutral_node = "basic_materials:plastic_sheet",
recipe = {
{ "NEUTRAL_NODE", "NEUTRAL_NODE", "NEUTRAL_NODE" },
{ "NEUTRAL_NODE", "MAIN_DYE", "NEUTRAL_NODE" },