1
0
mirror of https://github.com/SmallJoker/bitchange.git synced 2025-07-17 15:50:19 +02:00
This commit is contained in:
SmallJoker
2014-01-17 15:24:46 +01:00
parent a1891dbe70
commit 73161dbd9f
4 changed files with 26 additions and 15 deletions

View File

@ -2,7 +2,7 @@
--License: WTFPL
if (bitchange_use_moreores_tin) then
if(bitchange_need_generate_tin) then
if(bitchange_need_generate_tin and not minetest.get_modpath("moreores")) then
minetest.register_node(":moreores:mineral_tin", {
description = "Tin Ore",
tiles = {"default_stone.png^moreores_mineral_tin.png"},
@ -63,7 +63,7 @@ if (bitchange_use_moreores_tin) then
end
if (bitchange_use_technic_zinc) then
if (bitchange_need_generate_zinc) then
if (bitchange_need_generate_zinc and not minetest.get_modpath("technic_worldgen")) then
minetest.register_node(":technic:mineral_zinc", {
description = "Zinc Ore",
tile_images = { "default_stone.png^technic_mineral_zinc.png" },