dofile(elenuclear.modpath.."/machines/init.lua") minetest.register_node("elepower_nuclear:machine_block", { description = "Radiation-shielded Lead Machine Chassis", tiles = { "elenuclear_machine_top.png", "elepower_lead_block.png", "elenuclear_machine_block.png", "elenuclear_machine_block.png", "elenuclear_machine_block.png", "elenuclear_machine_block.png", }, groups = {cracky = 3}, }) minetest.register_node("elepower_nuclear:stone_with_uranium", { description = "Uranium Ore", tiles = {"default_stone.png^elenuclear_mineral_uranium.png"}, groups = {cracky = 2}, drop = 'elepower_nuclear:uranium_lump', sounds = default.node_sound_stone_defaults(), })