diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-14 10:21:06 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-14 10:21:06 +0000 |
commit | bc2b58ab8eb7593bd40abb5b6bf7ad0eded8a3d4 (patch) | |
tree | 67db80e13e10d2ab6acadda40041272b28a1e699 /gates.lua | |
parent | edef04429e1c410b5ff16eab9424228d3b5fbd2b (diff) |
Added birch tree, tweaked mapgen and abm's
Diffstat (limited to 'gates.lua')
-rw-r--r-- | gates.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ local gates = { {"mushroom", "Mushroom", "mushroom_trunk.png", "ethereal:mushroom_trunk"}, {"acacia", "Acacia Wood", "moretrees_acacia_wood.png", "ethereal:acacia_wood"}, {"pine", "Pine Wood", "default_pine_wood.png", "default:pinewood"}, + {"birch", "Birch Wood", "moretrees_birch_wood.png", "ethereal:birch_wood"}, } for _, row in pairs(gates) do |