diff options
author | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-11-03 13:48:04 -0400 |
---|---|---|
committer | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-11-03 13:48:04 -0400 |
commit | 680f259468f9a47c0bc8ea5890ea37c5758a8c30 (patch) | |
tree | 7b8d4fe043e28e0618fc597f2148fb1c46b96872 /technic/machines/other | |
parent | 761b6597fec386890b09a8ba878ff4c883951d87 (diff) | |
download | dreambuilder_modpack-680f259468f9a47c0bc8ea5890ea37c5758a8c30.tar dreambuilder_modpack-680f259468f9a47c0bc8ea5890ea37c5758a8c30.tar.gz dreambuilder_modpack-680f259468f9a47c0bc8ea5890ea37c5758a8c30.tar.bz2 dreambuilder_modpack-680f259468f9a47c0bc8ea5890ea37c5758a8c30.tar.xz dreambuilder_modpack-680f259468f9a47c0bc8ea5890ea37c5758a8c30.zip |
update basic materials, simple streetlights, technic
Diffstat (limited to 'technic/machines/other')
-rw-r--r-- | technic/machines/other/frames.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/technic/machines/other/frames.lua b/technic/machines/other/frames.lua index ab07d58..f991ba7 100644 --- a/technic/machines/other/frames.lua +++ b/technic/machines/other/frames.lua @@ -988,7 +988,7 @@ minetest.register_craft({ output = 'technic:frame_motor', recipe = { { '', 'technic:frame_111111', '' }, - { 'group:mesecon_conductor_craftable', 'technic:motor', 'group:mesecon_conductor_craftable' }, + { 'group:mesecon_conductor_craftable', 'basic_materials:motor', 'group:mesecon_conductor_craftable' }, { '', 'technic:frame_111111', '' }, } }) @@ -1016,7 +1016,7 @@ minetest.register_craft({ output = 'technic:template_motor', recipe = { { '', 'technic:template', '' }, - { 'group:mesecon_conductor_craftable', 'technic:motor', 'group:mesecon_conductor_craftable' }, + { 'group:mesecon_conductor_craftable', 'basic_materials:motor', 'group:mesecon_conductor_craftable' }, { '', 'technic:template', '' }, } }) |