little changed

master
A. Demant 2018-11-13 06:38:23 +01:00
parent 1998294fd6
commit e6af2e3b66
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ if itemname == nil then
itemname = modname..":"..stonename.."_with_"..element
end
print(itemname)
print(modname:gsub(":","")..':'..element..'_lump')
minetest.register_node(itemname, {
-- description = S(element.." ore"),
description = element.." ore",

View File

@ -151,7 +151,7 @@ minetest.register_node("minerdream:stone_with_"..element, {
sounds = default.node_sound_stone_defaults(),
})
end
..[[
--[[
ore_register("rhodium",5,true,true)
ore_register("calcium",5,true,true)
ore_register("tantalum",5,true,true)