Rudimentary rendering

This commit is contained in:
Anuken
2020-02-05 23:04:48 -05:00
parent 8172e69f8c
commit a11f6efe0a
23 changed files with 10629 additions and 10513 deletions

View File

@@ -138,8 +138,7 @@ public class EditorTile extends Tile{
Block block = block();
if(block.hasEntity()){
//TODO uncomment once this mess is figure out
//entity = block.newEntity().init(this, false);
entity = block.newEntity().init(this, false);
entity.cons(new ConsumeModule(entity));
if(block.hasItems) entity.items(new ItemModule());
if(block.hasLiquids) entity.liquids(new LiquidModule());