Further refactoring of Iron machines
This commit is contained in:
parent
2b28281d90
commit
6ceb6e69cf
5 changed files with 215 additions and 203 deletions
|
@ -82,7 +82,7 @@ public class DataDrivenSlot {
|
|||
}
|
||||
|
||||
@Environment(EnvType.CLIENT)
|
||||
public void draw(GuiBase guiBase, GuiBase.Layer layer){
|
||||
public void draw(GuiBase<?> guiBase, GuiBase.Layer layer){
|
||||
//TODO find a better way to do this
|
||||
if(getType() == SlotType.OUTPUT){
|
||||
guiBase.drawOutputSlot(getX(), getY(), layer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue