Rewrite IBindable to provide an object instead of storing 2 strings
This commit is contained in:
parent
941173dbf4
commit
2a43e53842
47 changed files with 416 additions and 510 deletions
|
@ -197,7 +197,7 @@ public class GuiItemRoutingNode extends GuiContainer {
|
|||
// {
|
||||
// if (slotInd == 0)
|
||||
// {
|
||||
// this.nameField.setText(stack == null ? "" : stack.getDisplayName());
|
||||
// this.nameField.setText(stack == null ? "" : stack.getOwnerName());
|
||||
// this.nameField.setEnabled(stack != null);
|
||||
//
|
||||
// if (stack != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue