Use ores from default instead of moreores
authorShadowNinja <noreply@gmail.com>
Fri, 5 Jul 2013 05:09:33 +0000 (01:09 -0400)
committerShadowNinja <noreply@gmail.com>
Fri, 5 Jul 2013 05:57:45 +0000 (01:57 -0400)
17 files changed:
technic/alloy_furnace.lua
technic/alloy_furnaces_commons.lua
technic/battery_box.lua
technic/chainsaw.lua
technic/electric.lua
technic/generator.lua
technic/grinder.lua
technic/items.lua
technic/mining_drill.lua
technic/mining_laser_mk1.lua
technic/music_player.lua
technic/tool_workshop.lua
technic/water.lua
technic/water_mill.lua
technic/wires.lua
technic_chests/copper_chest.lua
technic_chests/gold_chest.lua

index 149688e858cf52e7c0702376d2882cfc907946e1..3982ab252cca7b6a87a2c980ff7d01f3a1b087ac 100644 (file)
@@ -10,9 +10,9 @@ minetest.register_craft({
 minetest.register_craft({
        output = 'technic:alloy_furnace',
        recipe = {
-               {'default:brick', 'default:brick', 'default:brick'},
-               {'default:brick', '', 'default:brick'},
-               {'default:steel_ingot', 'moreores:copper_ingot', 'default:steel_ingot'},
+               {'default:brick',       'default:brick',        'default:brick'},
+               {'default:brick',       '',                     'default:brick'},
+               {'default:steel_ingot', 'default:copper_ingot', 'default:steel_ingot'},
        }
 })
 
index 9c9c42a97cfd90f35c24222a9b101834d4c006cc..16821b926b5d61a81c56cf4def3ce71824c8f4f1 100644 (file)
@@ -30,10 +30,10 @@ if unified_inventory then
 end
 
 register_alloy_recipe ("technic:copper_dust",3, "technic:tin_dust",1, "technic:bronze_dust",4)
-register_alloy_recipe ("moreores:copper_ingot",3, "moreores:tin_ingot",1, "moreores:bronze_ingot",4)
+register_alloy_recipe ("default:copper_ingot",3, "moreores:tin_ingot",1, "default:bronze_ingot",4)
 register_alloy_recipe ("technic:iron_dust",3, "technic:chromium_dust",1, "technic:stainless_steel_dust",4)
 register_alloy_recipe ("default:steel_ingot",3, "technic:chromium_ingot",1, "technic:stainless_steel_ingot",4)
 register_alloy_recipe ("technic:copper_dust",2, "technic:zinc_dust",1, "technic:brass_dust",3)
-register_alloy_recipe ("moreores:copper_ingot",2, "technic:zinc_ingot",1, "technic:brass_ingot",3)
+register_alloy_recipe ("default:copper_ingot",2, "technic:zinc_ingot",1, "technic:brass_ingot",3)
 register_alloy_recipe ("default:sand",2, "technic:coal_dust",2, "technic:silicon_wafer",1)
 register_alloy_recipe ("technic:silicon_wafer",1, "technic:gold_dust",1, "technic:doped_silicon_wafer",1)
index 572605336f3d55db20c95d938d2e81e48f86c8e3..0e5c072c3066d74ff412c9b24f4dc766be3f8e0e 100644 (file)
@@ -22,9 +22,9 @@ register_power_tool ("technic:blue_energy_crystal",500000)
 minetest.register_craft({
                           output = 'technic:battery 1',
                           recipe = {
-                             {'default:wood', 'moreores:copper_ingot', 'default:wood'},
-                             {'default:wood', 'moreores:tin_ingot', 'default:wood'},
-                             {'default:wood', 'moreores:copper_ingot', 'default:wood'},
+                             {'default:wood', 'default:copper_ingot', 'default:wood'},
+                             {'default:wood', 'moreores:tin_ingot',   'default:wood'},
+                             {'default:wood', 'default:copper_ingot', 'default:wood'},
                           }
                        })
 
index 5b3b05b83ffc07fcc56041248aa3c6aabf79e713..d73b59baab36cfae1ec15d96baa3dbfcf7fdeab1 100644 (file)
@@ -33,8 +33,8 @@ minetest.register_craft({
         output = 'technic:chainsaw',
         recipe = {
                 {'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot', 'technic:battery'},
-                {'technic:stainless_steel_ingot', 'technic:motor', 'technic:battery'},
-                {'','','moreores:copper_ingot'},
+                {'technic:stainless_steel_ingot', 'technic:motor',                 'technic:battery'},
+                {'',                              '',                              'default:copper_ingot'},
         }
 })
 
index 2eb2bf3942bd6c4387545ab841227d054525ec5d..b6406af5cf806c035c51c1b0297636fe677abea7 100644 (file)
@@ -21,27 +21,27 @@ minetest.register_alias("electric_furnace", "technic:electric_furnace")
 minetest.register_craft({
        output = 'technic:battery 1',
        recipe = {
-               {'default:wood', 'moreores:copper_ingot', 'default:wood'},
-               {'default:wood', 'moreores:tin_ingot', 'default:wood'},
-               {'default:wood', 'moreores:copper_ingot', 'default:wood'},
+               {'default:wood', 'default:copper_ingot', 'default:wood'},
+               {'default:wood', 'moreores:tin_ingot',   'default:wood'},
+               {'default:wood', 'default:copper_ingot', 'default:wood'},
        }
 }) 
 
 minetest.register_craft({
        output = 'technic:battery_box 1',
        recipe = {
-               {'technic:battery', 'default:wood', 'technic:battery'},
-               {'technic:battery', 'moreores:copper_ingot', 'technic:battery'},
-               {'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'},
+               {'technic:battery',     'default:wood',         'technic:battery'},
+               {'technic:battery',     'default:copper_ingot', 'technic:battery'},
+               {'default:steel_ingot', 'default:steel_ingot',  'default:steel_ingot'},
        }
 }) 
 
 minetest.register_craft({
        output = 'technic:electric_furnace',
        recipe = {
-               {'default:brick', 'default:brick', 'default:brick'},
-               {'default:brick', '', 'default:brick'},
-               {'default:steel_ingot', 'moreores:copper_ingot', 'default:steel_ingot'},
+               {'default:brick',       'default:brick',        'default:brick'},
+               {'default:brick',       '',                     'default:brick'},
+               {'default:steel_ingot', 'default:copper_ingot', 'default:steel_ingot'},
        }
 })
 
@@ -265,4 +265,4 @@ minetest.register_abm({
                
        
 end,           
-})
\ No newline at end of file
+})
index ae899a659f9bc99d51322d5b6a15c1ef0cef8b07..d8f4d066dd4d57ac935fb656744aa5c8414c4822 100644 (file)
@@ -4,9 +4,9 @@ minetest.register_alias("generator", "technic:generator_active")
 minetest.register_craft({
        output = 'technic:generator',
        recipe = {
-               {'default:stone', 'default:stone', 'default:stone'},
-               {'default:stone', '', 'default:stone'},
-               {'default:stone', 'moreores:copper_ingot', 'default:stone'},
+               {'default:stone', 'default:stone',        'default:stone'},
+               {'default:stone', '',                     'default:stone'},
+               {'default:stone', 'default:copper_ingot', 'default:stone'},
        }
 })
 
index 1d8fb2e827b04f7089d856850504ad00003f8444..88a50012c13fc80829baefd9f93ca54f8afd56dd 100644 (file)
@@ -78,7 +78,7 @@ minetest.register_craftitem( "technic:copper_dust", {
        })
 minetest.register_craft({
     type = "cooking",
-    output = "moreores:copper_ingot",
+    output = "default:copper_ingot",
     recipe = "technic:copper_dust",
 })
 
@@ -111,7 +111,7 @@ minetest.register_craftitem( "technic:gold_dust", {
        })
 minetest.register_craft({
     type = "cooking",
-    output = "moreores:gold_ingot",
+    output = "default:gold_ingot",
     recipe = "technic:gold_dust",
 })
 
@@ -144,7 +144,7 @@ minetest.register_craftitem( "technic:bronze_dust", {
        })
 minetest.register_craft({
     type = "cooking",
-    output = "moreores:bronze_ingot",
+    output = "default:bronze_ingot",
     recipe = "technic:bronze_dust",
 })
 
@@ -186,8 +186,8 @@ minetest.register_craft({
        output = 'technic:grinder',
        recipe = {
                {'default:desert_stone', 'default:desert_stone', 'default:desert_stone'},
-               {'default:desert_stone', 'default:diamond', 'default:desert_stone'},
-               {'default:stone', 'moreores:copper_ingot', 'default:stone'},
+               {'default:desert_stone', 'default:diamond',      'default:desert_stone'},
+               {'default:stone',        'default:copper_ingot', 'default:stone'},
        }
 })
 
index 66c5c85a4b0ed9d4bedc04e278a2f8ee27d97fc3..6532e00ca0b2fb1f47dbb94c238ab6b2c512403c 100644 (file)
@@ -75,27 +75,27 @@ minetest.register_craft({
 minetest.register_craft({
        output = 'technic:green_energy_crystal',
        recipe = {
-               {'moreores:gold_ingot', 'technic:battery', 'dye:green'},
+               {'default:gold_ingot', 'technic:battery', 'dye:green'},
                {'technic:battery', 'technic:red_energy_crystal', 'technic:battery'},
-               {'dye:green', 'technic:battery', 'moreores:gold_ingot'},
+               {'dye:green', 'technic:battery', 'default:gold_ingot'},
        }
 })
 
 minetest.register_craft({
        output = 'technic:blue_energy_crystal',
        recipe = {
-               {'moreores:gold_ingot', 'technic:battery', 'dye:blue'},
+               {'default:gold_ingot', 'technic:battery', 'dye:blue'},
                {'technic:battery', 'technic:green_energy_crystal', 'technic:battery'},
-               {'dye:blue', 'technic:battery', 'moreores:gold_ingot'},
+               {'dye:blue', 'technic:battery', 'default:gold_ingot'},
        }
 })
 
 minetest.register_craft({
        output = 'technic:red_energy_crystal',
        recipe = {
-               {'moreores:gold_ingot', 'technic:battery', 'dye:red'},
+               {'default:gold_ingot', 'technic:battery', 'dye:red'},
                {'technic:battery', 'default:diamondblock', 'technic:battery'},
-               {'dye:red', 'technic:battery', 'moreores:gold_ingot'},
+               {'dye:red', 'technic:battery', 'default:gold_ingot'},
        }
 })
 
@@ -124,9 +124,9 @@ minetest.register_craftitem( "technic:fine_copper_wire", {
 minetest.register_craft({
        output = 'technic:fine_copper_wire 2',
        recipe = {
-               {'', 'moreores:copper_ingot', ''},
-               {'', 'moreores:copper_ingot', ''},
-               {'', 'moreores:copper_ingot', ''},
+               {'', 'default:copper_ingot', ''},
+               {'', 'default:copper_ingot', ''},
+               {'', 'default:copper_ingot', ''},
        }
 })
 
@@ -156,7 +156,7 @@ minetest.register_craft({
        recipe = {
                {'default:steel_ingot', 'technic:copper_coil', 'default:steel_ingot'},
                {'default:steel_ingot', 'technic:copper_coil', 'default:steel_ingot'},
-               {'default:steel_ingot', 'moreores:copper_ingot', 'default:steel_ingot'},
+               {'default:steel_ingot', 'default:copper_ingot', 'default:steel_ingot'},
        }
 })
 
@@ -214,8 +214,8 @@ minetest.register_craftitem( "technic:control_logic_unit", {
 minetest.register_craft({
        output = 'technic:control_logic_unit',
        recipe = {
-               {'', 'moreores:gold_ingot', ''},
-               {'moreores:copper_ingot', 'technic:silicon_wafer', 'moreores:copper_ingot'},
-               {'', 'moreores:copper_ingot', ''},
+               {'', 'default:gold_ingot', ''},
+               {'default:copper_ingot', 'technic:silicon_wafer', 'default:copper_ingot'},
+               {'', 'default:copper_ingot', ''},
        }
 })
index 33a8e5a70590055594a49d15910c1ef7182def9d..0dfcf10e238494de83556ba8d3d0c3fa3b67be58 100644 (file)
@@ -9,24 +9,24 @@ minetest.register_craft({
        output = 'technic:mining_drill',
        recipe = {
                {'technic:stainless_steel_ingot', 'technic:diamond_drill_head', 'technic:stainless_steel_ingot'},
-               {'technic:stainless_steel_ingot', 'technic:motor', 'technic:stainless_steel_ingot'},
-               {'', 'technic:red_energy_crystal', 'moreores:copper_ingot'},
+               {'technic:stainless_steel_ingot', 'technic:motor',              'technic:stainless_steel_ingot'},
+               {'',                              'technic:red_energy_crystal', 'default:copper_ingot'},
        }
 })
 minetest.register_craft({
        output = 'technic:mining_drill_mk2',
        recipe = {
-               {'technic:diamond_drill_head', 'technic:diamond_drill_head', 'technic:diamond_drill_head'},
-               {'technic:stainless_steel_ingot', 'technic:mining_drill', 'technic:stainless_steel_ingot'},
-               {'', 'technic:green_energy_crystal', ''},
+               {'technic:diamond_drill_head',    'technic:diamond_drill_head',   'technic:diamond_drill_head'},
+               {'technic:stainless_steel_ingot', 'technic:mining_drill',         'technic:stainless_steel_ingot'},
+               {'',                              'technic:green_energy_crystal', ''},
        }
 })
 minetest.register_craft({
        output = 'technic:mining_drill_mk3',
        recipe = {
-               {'technic:diamond_drill_head', 'technic:diamond_drill_head', 'technic:diamond_drill_head'},
-               {'technic:stainless_steel_ingot', 'technic:mining_drill_mk2', 'technic:stainless_steel_ingot'},
-               {'', 'technic:blue_energy_crystal', ''},
+               {'technic:diamond_drill_head',    'technic:diamond_drill_head',  'technic:diamond_drill_head'},
+               {'technic:stainless_steel_ingot', 'technic:mining_drill_mk2',    'technic:stainless_steel_ingot'},
+               {'',                              'technic:blue_energy_crystal', ''},
        }
 })
 
index 5bafb6cb04b960a5165e4c11eb53cff6fec52f22..7b9c655fb4b2da0b786853954b0d486b5dddf3cd 100644 (file)
@@ -76,8 +76,8 @@ minetest.register_craft({
        output = 'technic:laser_mk1',
        recipe = {
                {'default:diamond', 'default:steel_ingot', 'technic:battery'},
-               {'', 'default:steel_ingot', 'technic:battery'},
-               {'', '', 'moreores:copper_ingot'},
+               {'',                'default:steel_ingot', 'technic:battery'},
+               {'',                '',                    'default:copper_ingot'},
        }
 })
 
index 81b9a656fd88ddc29e451bd31ea4064620913fb0..34558b3e07b510ca698827f87edacb90e4fb69ef 100644 (file)
@@ -2,9 +2,9 @@ minetest.register_alias("music_player", "technic:music_player")
 minetest.register_craft({
        output = 'technic:music_player',
        recipe = {
-               {'default:wood', 'default:wood', 'default:wood'},
-               {'default:diamond', 'default:diamond', 'default:diamond'},
-               {'default:stone', 'moreores:copper_ingot', 'default:stone'},
+               {'default:wood',    'default:wood',         'default:wood'},
+               {'default:diamond', 'default:diamond',      'default:diamond'},
+               {'default:stone',   'default:copper_ingot', 'default:stone'},
        }
 })
 
index 11746334c56134a8be489ab56df0ad8f864b8f04..9a292b4551c85f02c6822473339224f56efe7b7a 100644 (file)
@@ -2,9 +2,9 @@ minetest.register_alias("tool_workshop", "technic:tool_workshop")
 minetest.register_craft({
        output = 'technic:tool_workshop',
        recipe = {
-               {'default:wood', 'default:wood', 'default:wood'},
-               {'default:wood', 'default:diamond', 'default:wood'},
-               {'default:stone', 'moreores:copper_ingot', 'default:stone'},
+               {'default:wood',  'default:wood',         'default:wood'},
+               {'default:wood',  'default:diamond',      'default:wood'},
+               {'default:stone', 'default:copper_ingot', 'default:stone'},
        }
 })
 
index 6ddaa46935ddad53767935bda91062086859c83b..044ee59f1b1187cfe51ce609b86dc50ddf6318c3 100644 (file)
@@ -6,27 +6,27 @@ minetest.register_alias("electric_furnace", "technic:electric_furnace")
 minetest.register_craft({
        output = 'technic:battery 1',
        recipe = {
-               {'default:wood', 'moreores:copper_ingot', 'default:wood'},
-               {'default:wood', 'moreores:tin_ingot', 'default:wood'},
-               {'default:wood', 'moreores:copper_ingot', 'default:wood'},
+               {'default:wood', 'default:copper_ingot', 'default:wood'},
+               {'default:wood', 'moreores:tin_ingot',   'default:wood'},
+               {'default:wood', 'default:copper_ingot', 'default:wood'},
        }
 }) 
 
 minetest.register_craft({
        output = 'technic:battery_box 1',
        recipe = {
-               {'technic:battery', 'default:wood', 'technic:battery'},
-               {'technic:battery', 'moreores:copper_ingot', 'technic:battery'},
-               {'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'},
+               {'technic:battery',     'default:wood',         'technic:battery'},
+               {'technic:battery',     'default:copper_ingot', 'technic:battery'},
+               {'default:steel_ingot', 'default:steel_ingot',  'default:steel_ingot'},
        }
 }) 
 
 minetest.register_craft({
        output = 'technic:electric_furnace',
        recipe = {
-               {'default:brick', 'default:brick', 'default:brick'},
-               {'default:brick', '', 'default:brick'},
-               {'default:steel_ingot', 'moreores:copper_ingot', 'default:steel_ingot'},
+               {'default:brick',       'default:brick',         'default:brick'},
+               {'default:brick',       '',                      'default:brick'},
+               {'default:steel_ingot', 'default:copper_ingot',  'default:steel_ingot'},
        }
 })
 
@@ -556,9 +556,9 @@ minetest.register_node("technic:solar_panel", {
 minetest.register_craft({
        output = 'technic:solar_panel 1',
        recipe = {
-               {'default:sand', 'default:sand','default:sand'},
-               {'default:sand', 'moreores:copper_ingot','default:sand'},
-               {'default:sand', 'default:sand','default:sand'},
+               {'default:sand', 'default:sand',         'default:sand'},
+               {'default:sand', 'default:copper_ingot', 'default:sand'},
+               {'default:sand', 'default:sand',         'default:sand'},
 
        }
 })
@@ -585,4 +585,4 @@ minetest.register_abm(
                        meta:set_float("active",0)
                end
        end,
-}) 
\ No newline at end of file
+}) 
index 52966edf87013748623ed854b7a5a65536cd8724..808923a13ed19fa5b84fbbc2f1204f33d55ecd5d 100644 (file)
@@ -3,9 +3,9 @@ minetest.register_alias("water_mill", "technic:water_mill")
 minetest.register_craft({
        output = 'technic:water_mill',
        recipe = {
-               {'default:stone', 'default:stone', 'default:stone'},
-               {'default:wood', 'default:diamond', 'default:wood'},
-               {'default:stone', 'moreores:copper_ingot', 'default:stone'},
+               {'default:stone', 'default:stone',        'default:stone'},
+               {'default:wood',  'default:diamond',      'default:wood'},
+               {'default:stone', 'default:copper_ingot', 'default:stone'},
        }
 })
 
index e09fc2afa9f4470bfd169d062d5feabb79acc649..db8c823cb4f6245eaef8443e5dac09c099b1b4eb 100644 (file)
@@ -6,7 +6,7 @@ minetest.register_alias("lv_cable", "technic:lv_cable")
 minetest.register_craft({
        output = 'technic:lv_cable 6',
        recipe = {
-               {'moreores:copper_ingot', 'moreores:copper_ingot', 'moreores:copper_ingot'},
+               {'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot'},
        }
 }) 
 
index c121e7880a4c73cb3a9928462e7e1e8051c6b63b..44a42f31d7f0f49d2002a4cb7145e3393d8c7a85 100644 (file)
@@ -1,18 +1,18 @@
 minetest.register_craft({
        output = 'technic:copper_chest 1',
        recipe = {
-               {'moreores:copper_ingot','moreores:copper_ingot','moreores:copper_ingot'},
-               {'moreores:copper_ingot','technic:iron_chest','moreores:copper_ingot'},
-               {'moreores:copper_ingot','moreores:copper_ingot','moreores:copper_ingot'},
+               {'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot'},
+               {'default:copper_ingot', 'technic:iron_chest',   'default:copper_ingot'},
+               {'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot'},
        }
 })
 
 minetest.register_craft({
        output = 'technic:copper_locked_chest 1',
        recipe = {
-               {'moreores:copper_ingot','moreores:copper_ingot','moreores:copper_ingot'},
-               {'moreores:copper_ingot','technic:iron_locked_chest','moreores:copper_ingot'},
-               {'moreores:copper_ingot','moreores:copper_ingot','moreores:copper_ingot'},
+               {'default:copper_ingot', 'default:copper_ingot',      'default:copper_ingot'},
+               {'default:copper_ingot', 'technic:iron_locked_chest', 'default:copper_ingot'},
+               {'default:copper_ingot', 'default:copper_ingot',      'default:copper_ingot'},
        }
 })
 
index fa275fa8b01a2596a21818d98992d9878497be8c..8dc1274e3102ab2343d977ad04d0904bbe6576bb 100644 (file)
@@ -19,18 +19,18 @@ local chest_mark_colors = {
 minetest.register_craft({
        output = 'technic:gold_chest 1',
        recipe = {
-               {'moreores:gold_ingot','moreores:gold_ingot','moreores:gold_ingot'},
-               {'moreores:gold_ingot','technic:silver_chest','moreores:gold_ingot'},
-               {'moreores:gold_ingot','moreores:gold_ingot','moreores:gold_ingot'},
+               {'default:gold_ingot', 'default:gold_ingot',   'default:gold_ingot'},
+               {'default:gold_ingot', 'technic:silver_chest', 'default:gold_ingot'},
+               {'default:gold_ingot', 'default:gold_ingot',   'default:gold_ingot'},
        }
 })
 
 minetest.register_craft({
        output = 'technic:gold_locked_chest 1',
        recipe = {
-               {'moreores:gold_ingot','moreores:gold_ingot','moreores:gold_ingot'},
-               {'moreores:gold_ingot','technic:silver_locked_chest','moreores:gold_ingot'},
-               {'moreores:gold_ingot','moreores:gold_ingot','moreores:gold_ingot'},
+               {'default:gold_ingot', 'default:gold_ingot',          'default:gold_ingot'},
+               {'default:gold_ingot', 'technic:silver_locked_chest', 'default:gold_ingot'},
+               {'default:gold_ingot', 'default:gold_ingot',          'default:gold_ingot'},
        }
 })