Add moreores

master
SmallJoker 2014-09-28 15:08:22 +02:00
parent b3137e6f19
commit 4e8fba25e7
9 changed files with 17 additions and 2 deletions

View File

@ -23,4 +23,12 @@ technic_worldgen by RealBadAngel (WTFPL)
concrete by RealBadAngel (WTFPL)
technic_concrete_block.png
technic_blast_resistant_concrete_block.png
technic_blast_resistant_concrete_block.png
moreores by Calinou (GNU GPL v3)
moreores_bronze_block.png
moreores_copper_block.png
moreores_gold_block.png
moreores_mithril_block.png
moreores_silver_block.png
moreores_tin_block.png

View File

@ -1,4 +1,5 @@
default
moreblocks?
technic_worldgen?
concrete?
concrete?
moreores?

6
mod_moreores.lua Normal file
View File

@ -0,0 +1,6 @@
for i,v in ipairs({"bronze","copper","gold","mithril","silver","tin"}) do
materials_add_node("moreores:"..v.."_block",
string.gsub(v, "^%l", string.upper).." Block",
"moreores_"..v.."_block.png",
{cracky = 1,level= 2})
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B