Maciej Kasatkin
2012-09-11 582f94952a706f8d03ecfb7ba79fe84a66c4c871
ores.lua
@@ -37,41 +37,6 @@
   drop = 'craft "technic:chromium_lump" 1',
}) 
minetest.register_node( "technic:diamond_block", {
   description = "Diamond Block",
   tiles = { "technic_diamond_block.png" },
   is_ground_content = true,
   groups = {cracky=3},
   sounds = default.node_sound_stone_defaults(),
   drop = 'craft "technic:diamond_block" 1',
})
minetest.register_node( "technic:diamond_block_red", {
   description = "Red Diamond Block",
   tiles = { "technic_diamond_block_red.png" },
   is_ground_content = true,
   groups = {cracky=3},
   sounds = default.node_sound_stone_defaults(),
   drop = 'craft "technic:diamond_block_red" 1',
})
minetest.register_node( "technic:diamond_block_green", {
   description = "Green Diamond Block",
   tiles = { "technic_diamond_block_green.png" },
   is_ground_content = true,
   groups = {cracky=3},
   sounds = default.node_sound_stone_defaults(),
   drop = 'craft "technic:diamond_block_green" 1',
})
minetest.register_node( "technic:diamond_block_blue", {
   description = "Red Diamond Block",
   tiles = { "technic_diamond_block_blue.png" },
   is_ground_content = true,
   groups = {cracky=3},
   sounds = default.node_sound_stone_defaults(),
   drop = 'craft "technic:diamond_block_blue" 1',
})
minetest.register_craftitem( "technic:chromium_lump", {
   description = "Chromium Lump",
   inventory_image = "technic_chromium_lump.png",
@@ -84,6 +49,12 @@
   on_place_on_ground = minetest.craftitem_place_item,
})
minetest.register_craftitem( "technic:stainless_steel_ingot", {
   description = "Stainless Steel Ingot",
   inventory_image = "technic_stainless_steel_ingot.png",
   on_place_on_ground = minetest.craftitem_place_item,
})
minetest.register_craft({
            type = 'cooking',
            output = "technic:chromium_ingot",