Fix #843, Some fluids dont have a texture so they wont render.

This commit is contained in:
modmuss50 2016-12-17 15:07:03 +00:00
parent cb69f10c88
commit 75c82353fa
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
3 changed files with 4 additions and 2 deletions

View file

@ -18,8 +18,6 @@ public class ContainerSemifluidGenerator extends RebornContainer {
this.addSlotToContainer(new BaseSlot(tileSemifluidGenerator.inventory, 0, 80, 17));
this.addSlotToContainer(new SlotOutput(tileSemifluidGenerator.inventory, 1, 80, 53));
this.addSlotToContainer(new SlotFake(tileSemifluidGenerator.inventory, 2, 59, 42, false, false, 1));
int i;
for (i = 0; i < 3; ++i) {