Fix #843, Some fluids dont have a texture so they wont render.
This commit is contained in:
parent
cb69f10c88
commit
75c82353fa
3 changed files with 4 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue