Sun Altar rendering

This commit is contained in:
Kino 2017-12-24 00:10:43 -05:00
parent 5892fc04f4
commit 015b7f4984

View file

@ -112,6 +112,8 @@ public class BlockRendering
register(BlocksAether.holystone_brick_slab, "holystone_brick_slab");
register(BlocksAether.aerogel_slab, "aerogel_slab");
register(BlocksAether.sun_altar, "sun_altar");
for (int meta = 0; meta < EnumCloudType.values().length; ++meta)
{
register(BlocksAether.aercloud, meta, EnumCloudType.getType(meta).getName());