Commit 8109de7
committed
Fix StonecutterWindow displaying actual recipes if buttonsGui size is 0
The default buttonsGui is of size 0, so buttonsDirty is never set to true on item init, causing the recipes to not be overridden.1 parent 9adef6d commit 8109de7
File tree
1 file changed
+1
-1
lines changed- invui/src/main/java/xyz/xenondevs/invui/window
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments