Konstantin Oblaukhov
2013-07-06 8be389e774a99ec5d08ca86b3902bb98310fd58d
Enriched Uranium.
1 files added
2 files modified
7 ■■■■■ changed files
technic/extractor.lua 1 ●●●● patch | view | raw | blame | history
technic/items.lua 6 ●●●●● patch | view | raw | blame | history
technic/textures/technic_enriched_uranium.png patch | view | raw | blame | history
technic/extractor.lua
@@ -37,6 +37,7 @@
technic.register_extractor_recipe("technic:raw_latex", 1, "technic:rubber", 3)
technic.register_extractor_recipe("moretrees:rubber_tree_trunk_empty", 1, "technic:rubber", 1)
technic.register_extractor_recipe("moretrees:rubber_tree_trunk", 1, "technic:rubber", 1)
technic.register_extractor_recipe("technic:uranium", 5, "technic:enriched_uranium", 1)
minetest.register_alias("extractor", "technic:extractor")
minetest.register_craft({
technic/items.lua
@@ -10,6 +10,12 @@
    on_place_on_ground = minetest.craftitem_place_item,
})
minetest.register_craftitem( "technic:enriched_uranium", {
    description = "Enriched Uranium",
    inventory_image = "technic_enriched_uranium.png",
    on_place_on_ground = minetest.craftitem_place_item,
})
-- tubes crafting recipes
minetest.register_craft({
technic/textures/technic_enriched_uranium.png