fix
This commit is contained in:
@@ -126,6 +126,7 @@ public class GuiCraftingMonitor extends GuiBase {
|
||||
if (inBounds(x + 5, y + 10, 16, 16, mouseX, mouseY)) {
|
||||
infoLines = Arrays.asList(task.info.split("\n"));
|
||||
|
||||
// @todo use utils method for this
|
||||
for (int j = 0; j < infoLines.size(); ++j) {
|
||||
String line = infoLines.get(j);
|
||||
|
||||
|
||||
@@ -103,8 +103,8 @@ public class CommonProxy {
|
||||
registerBlock(RefinedStorageBlocks.INTERFACE);
|
||||
registerBlock(RefinedStorageBlocks.WIRELESS_TRANSMITTER);
|
||||
registerBlock(RefinedStorageBlocks.MACHINE_CASING);
|
||||
registerBlock(RefinedStorageBlocks.CABLE);
|
||||
registerBlock(RefinedStorageBlocks.QUARTZ_ENRICHED_IRON);
|
||||
registerBlock(RefinedStorageBlocks.CABLE);
|
||||
|
||||
registerItem(RefinedStorageItems.QUARTZ_ENRICHED_IRON);
|
||||
registerItem(RefinedStorageItems.STORAGE_DISK);
|
||||
|
||||
Reference in New Issue
Block a user