Full 3d tools

main
astoria 1 year ago
parent 6515acf57c
commit bd824b43a8

@ -7,4 +7,9 @@ public class ToolProgrammer extends Item {
super(i);
this.maxStackSize = 1;
}
@Override
public boolean isFull3D() {
return true;
}
}

@ -55,4 +55,9 @@ public class ToolWiring extends Item {
//Singleplayer
((IEntityPlayer)player).displayGuiWireSettings(toolWiring);
}
@Override
public boolean isFull3D() {
return true;
}
}

Loading…
Cancel
Save