Ores: Add tin ore, lump, ingot and block
authorparamat <mat.gregory@virginmedia.com>
Wed, 19 Apr 2017 01:48:00 +0000 (02:48 +0100)
committerparamat <mat.gregory@virginmedia.com>
Thu, 20 Apr 2017 18:55:05 +0000 (19:55 +0100)
commit26686196383df71e5634ee4c5af479668d83ee7e
treea17a289829d40ca1d3d28ad159bc4a0cd3220cf8
parent6335525757c68e8697c0db992d9774d3c7febd01
Ores: Add tin ore, lump, ingot and block

Use Calinou's textures from moreores mod.
Craft bronze from tin and copper instead of steel and copper.
Match ore density to the moreores mod but start ore at a depth of
y = -32 to be part of the depth progression of other ores.
mods/default/README.txt
mods/default/crafting.lua
mods/default/craftitems.lua
mods/default/mapgen.lua
mods/default/nodes.lua
mods/default/textures/default_mineral_tin.png [new file with mode: 0644]
mods/default/textures/default_tin_block.png [new file with mode: 0644]
mods/default/textures/default_tin_ingot.png [new file with mode: 0644]
mods/default/textures/default_tin_lump.png [new file with mode: 0644]