I can see where the confusion might arise, though. 2.6 is described on the Jenkins page as "the MC 1.10+ port of IC2-experimental", which could be interpreted to mean it also works in 1.11.x (and I think I've seen a few mods that work across MC 1.10 and 1.11)
Posts by MauveCloud
-
-
In my GT 5.10.40 world, I found a 394 L/cycle heavy oil source near my house, which should last me a while, but I could use some advice regarding the eventual depletion: at what point should I stop drilling and move to the next chunk? I'm guessing the rest of you don't normally (plan to) keep drilling all the way to depletion, since that would mean dipping into single-digits of liters per cycle just before it gets there.
-
I have a strange problem. Mb you can help me?
I can't automate coal supply to Steel Large boiler.
Input bus doesn't take coal from anywhere.
I've tried conveyor module+chest, conveyor module + item pipe + chest, AE bus, IC2 item buffer, hopper + chest.
What am i doing wrong?
gregtech 5.09.27.
Is the square of the input bus facing correctly to take input from those? I seem to recall finding that at some point, automated input from the other sides was disabled. -
No, it's a pain in the a**.
The only source before you can pulverize, is zinc ore, and I can't find any veins. And I already found 4 uranium, 4 beryllium, and 3 diamond veins attaching for it.Already rebalanced the Gallium use in .29pre1 build. Somehow missremembered the sulfur vein having zinc, not the zinc containing spalerite...
IDK what the previous recipes were, but with a fresh build from a GitHub download (customized to fix the negative-coordinate vein centers, since that hasn't carried over from the fix I made for the "experimental" branch), it still requires a little bit of gallium dust even for wafers to make diodes with, which is mainly obtained from purified zinc ore, and "zinc ore" (as opposed to sphalerite ore) is not available in mix veins, only small ores.I asked here a few months ago if the small ores were really necessary, and didn't get an answer iirc, so after finding GT 5.10 to be too crash-prone to play into the electrical age (https://github.com/Blood-Asp/GT5-Unofficial/issues/940 is the most common crash at that point), I started a new 5.09.28 game with small ores disabled in WorldGeneration.cfg, but now I can see that was a mistake.
-
So then, what exactly does the cleanroom do?
Certain recipes require the machine to be running in a cleanroom, as indicated near the bottom of the recipe. Also, if the cleanroom hasn't been allowed time to reach full air purity, there's a chance the output could be voided. Searching a local copy of the source code, it looks like only certain Precision Laser Engraver recipes require the cleanroom so far. -
Okay, I found something that actually works better in 5.10 than 5.09 or older: the JEI '+' button to populate the crafting table with a recipe actually works with GT meta-tools (although it only pulls enough to craft one item, even if I've got enough for more and shift+click the button). NEI couldn't do that, except for special variants like the AE2 crafting terminal. IDK yet whether it works with more advanced components like electric motors, pistons, etc. that gave even the AE2 crafting terminal trouble in 5.09.
Update on this: with 5.10, JEI is indeed able to populate the vanilla crafting table with electric motors (and presumably also components crafted with motors, like pumps, pistons, or robot arms). On the other hand, keeping GT blocks visible in JEI seems susceptible to crashes like I reported here: https://github.com/Blood-Asp/GT5-Unofficial/issues/938
Edit: https://github.com/Blood-Asp/GT5-Unofficial/issues/940 has become a bigger problem for me.
-
Since it's not possible to calculate all combinations on 1.10, why not make a simplified version that at least shows what you can get and a few more information that are just stored somewhere (like a database, a file, etc.) and load the information from there. I don't know what exactly it can show it 1.7.10, never played there but a bit more info about crops would be nice. I know what I can breed and how from reading tons of 1.7.10 crop guides, not everyone does that.
Daenara
That would defeat the purpose of the plugin, which is to be able to calculate combinations for the current version of ic2 (which might have added crops since last check) and any addons (such as GT) that add their own crops. However, in 1.7.10 it allowed up to 4 parents. If limiting it to 2 parents would allow it to run in a reasonable time, I could accept that (personally, I'm doubtful that crossing two different plants will produce a higher weight for a certain target crop than crossing two of the same crop; if I'm right, the usefulness of calculating with extra parents is limited, but I'll admit I haven't checked). -
You can't even implement the crop calculator in 1.10.2? I guess that's not really a big deal. Unlike the AgriCraft author, I don't mind experimenting a bit to see what I can get from crossbreeding.
-
That's actually just a bug in the logic of GT5 itself, whilst looking downwards it forgets to offset the check for the root length, ie it checks the block directly below it (farmland) rootlength times. Should be fixable from my end though.
EDIT: Provided I got the SRG name right for down (which I'm fairly certain I did), this will fix that issue too.
Seems to work now. I hope Archengius/Dragon2488 sees this conversation, so that the logic will be fixed properly once crops are officially supported in GT 5.10.Edit: I've made myself a custom build of GT 5.10 that includes the fixes from your patcher (plus a fix for https://github.com/Blood-Asp/GT5-Unofficial/issues/910). I thought about setting up a Pull Request, but I already have a fork of GT5-Unofficial, and it doesn't include the 1.10.2 branch, so I don't know how I'd do that.
-
-
This should fix the issues GT_BaseCrop has with getting a world object from crops.
Unfortunately, no. Tried with a new creative world for safety. Here's the new crash report:
---- Minecraft Crash Report ----
WARNING: coremods are present:
GT Shim (IC2-GT Shim.jar)
IC2core (industrialcraft-2-2.6.170-ex110.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.4.218-universal.jar)
Contact their authors BEFORE contacting forge// Would you like a cupcake?
Time: 3/3/17 10:59 AM
Description: Ticking block entityjava.lang.AbstractMethodError: ic2.core.crop.TileEntityCrop.getWorld()Lnet/minecraft/world/World;
at gregtech.api.util.GT_BaseCrop.isBlockBelow(GT_BaseCrop.java:198)
at gregtech.api.util.GT_BaseCrop.canGrow(GT_BaseCrop.java:112)
at ic2.core.crop.TileEntityCrop.performTick(TileEntityCrop.java:272)
at ic2.core.crop.TileEntityCrop.updateEntityServer(TileEntityCrop.java:202)
at ic2.core.block.TileEntityBlock.func_73660_a(TileEntityBlock.java:292)
at net.minecraft.world.World.func_72939_s(World.java:1804)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)A detailed walkthrough of the error, its code path and all known details is as follows:
----------------------------------------------------------------------------------------- Head --
Thread: Server thread
Stacktrace:
at gregtech.api.util.GT_BaseCrop.isBlockBelow(GT_BaseCrop.java:198)
at gregtech.api.util.GT_BaseCrop.canGrow(GT_BaseCrop.java:112)
at ic2.core.crop.TileEntityCrop.performTick(TileEntityCrop.java:272)
at ic2.core.crop.TileEntityCrop.updateEntityServer(TileEntityCrop.java:202)
at ic2.core.block.TileEntityBlock.func_73660_a(TileEntityBlock.java:292)-- Block entity being ticked --
Details:
Name: ic2:crop // ic2.core.crop.TileEntityCrop
Block type: ID #218 (ic2.te // ic2.core.block.BlockTileEntity)
Block data value: 10 / 0xA / 0b1010
Block location: World: (370,63,467), Chunk: (at 2,3,3 in 23,29; contains blocks 368,0,464 to 383,255,479), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #218 (ic2.te // ic2.core.block.BlockTileEntity)
Actual block data value: 10 / 0xA / 0b1010
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1804)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)-- Affected level --
Details:
Level name: Crop Testing
All players: 1 total; [EntityPlayerMP['MauveCloud'/1869, l='Crop Testing', x=367.62, y=63.00, z=467.60]]
Chunk stats: ServerChunkCache: 1248 Drop: 0
Level seed: 7707205364244791885
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (108,64,256), Chunk: (at 12,4,0 in 6,16; contains blocks 96,0,256 to 111,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 19128 game time, 19128 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 12383 (now: true), thunder time: 118069 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3816969632 bytes (3640 MB) / 7273971712 bytes (6937 MB) up to 11453595648 bytes (10923 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx12288m
IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
FML: MCP 9.32 Powered by Forge 12.18.3.2239 21 mods loaded, 21 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2239-universal.jar)
UCHIJAAAA Forge{12.18.3.2239} [Minecraft Forge] (forge-1.10.2-12.18.3.2239-universal.jar)
UCHIJAAAA GTShim{1.1} [GT Shim] (minecraft.jar)
UCHIJAAAA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.4.218-universal.jar)
UCHIJAAAA Batty's Coordinates PLUS{1.10.0_001} [Batty's Coordinates PLUS Mod for Forge] (Batty's Coordinates PLUS Mod for Forge-1.10.0_001.jar)
UCHIJAAAA bdlib{1.12.3.22} [BD Lib] (bdlib-1.12.3.22-mc1.10.2.jar)
UCHIJAAAA CodeChickenLib{2.5.4.218} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.4.218-universal.jar)
UCHIJAAAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.22.jar)
UCHIJAAAA JEI{3.14.7.413} [Just Enough Items] (jei_1.10.2-3.14.7.413.jar)
UCHIJAAAA MineTweaker3{3.0.22} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.22.jar)
UCHIJAAAA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.22.jar)
UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
UCHIJAAAA IC2{2.6.170-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.170-ex110.jar)
UCHIJAAAA gregtech{MC1.10.2} [GregTech] (gregtech-5.10.40.jar)
UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCHIJAAAA mousetweaks{2.7.3} [Mouse Tweaks] (MouseTweaks-2.7.3-mc1.10.2.jar)
UCHIJAAAA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
UCHIJAAAA pressure{1.3.1.24} [Pressure Pipes] (pressure-1.3.1.24-mc1.10.2.jar)
UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
Loaded coremods (and transformers):
GT Shim (IC2-GT Shim.jar)
com.chocohead.gtshim.Patcher
IC2core (industrialcraft-2-2.6.170-ex110.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
li.cil.oc.common.asm.ClassTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.4.218-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
List of loaded APIs:
* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.413.jar
* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* pressureAPI (1.3.1.24) from pressure-1.3.1.24-mc1.10.2.jar
* WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
CodeChickenLib Invalid Fingerprint Reports:
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['MauveCloud'/1869, l='Crop Testing', x=367.62, y=63.00, z=467.60]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge' -
Anyone knows if ore plants still drop tiny dusts, or just the leaves? Otherwise, those ores plants will worth nothing to me...
Metal-type ore plants (like plumbilia, scheelinium, or tine) only drop leaves (which by default need UU-matter or some related crushed ore to get any use out of), but I think gem-type ore plants (like withereed, olivia, or diareed) drop tiny dusts. However, both now require ores or blocks of the appropriate material below to reach full growth.
-
IC2 2.6 (for Minecraft 1.10.2) re-enabled crops in build 143, about two months ago. I'm curious: are you planning to update this addon to support the new version?
-
is there a key that would let me view the crop breeding stuff and I'm just not seeing it for some reason?
If you're trying to look up in NEI how to breed certain crops, then no, not by default. Speiger wrote an addon to help with that, though (at least for 1.7.10). Just keep in mind there's still a decent amount of randomness to the crop breeding.If you mean something else, please clarify.
-
Chocohead, your patcher worked for a while, but now I'm getting this crash:
---- Minecraft Crash Report ----
WARNING: coremods are present:
IC2core (industrialcraft-2-2.6.169-ex110.jar)
GT Shim (IC2-GT Shim.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.4.218-universal.jar)
Contact their authors BEFORE contacting forge// There are four lights!
Time: 3/2/17 6:19 PM
Description: Ticking block entityjava.lang.AbstractMethodError: ic2.core.crop.TileEntityCrop.getWorld()Lnet/minecraft/world/World;
at gregtech.api.util.GT_BaseCrop.isBlockBelow(GT_BaseCrop.java:198)
at gregtech.api.util.GT_BaseCrop.canGrow(GT_BaseCrop.java:112)
at ic2.core.crop.TileEntityCrop.performTick(TileEntityCrop.java:272)
at ic2.core.crop.TileEntityCrop.updateEntityServer(TileEntityCrop.java:202)
at ic2.core.block.TileEntityBlock.func_73660_a(TileEntityBlock.java:292)
at net.minecraft.world.World.func_72939_s(World.java:1804)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)A detailed walkthrough of the error, its code path and all known details is as follows:
----------------------------------------------------------------------------------------- Head --
Thread: Server thread
Stacktrace:
at gregtech.api.util.GT_BaseCrop.isBlockBelow(GT_BaseCrop.java:198)
at gregtech.api.util.GT_BaseCrop.canGrow(GT_BaseCrop.java:112)
at ic2.core.crop.TileEntityCrop.performTick(TileEntityCrop.java:272)
at ic2.core.crop.TileEntityCrop.updateEntityServer(TileEntityCrop.java:202)
at ic2.core.block.TileEntityBlock.func_73660_a(TileEntityBlock.java:292)-- Block entity being ticked --
Details:
Name: ic2:crop // ic2.core.crop.TileEntityCrop
Block type: ID #218 (ic2.te // ic2.core.block.BlockTileEntity)
Block data value: 9 / 0x9 / 0b1001
Block location: World: (27,63,101), Chunk: (at 11,3,5 in 1,6; contains blocks 16,0,96 to 31,255,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #218 (ic2.te // ic2.core.block.BlockTileEntity)
Actual block data value: 9 / 0x9 / 0b1001
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1804)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)-- Affected level --
Details:
Level name: World 16
All players: 1 total; [EntityPlayerMP['MauveCloud'/195, l='World 16', x=54.03, y=63.00, z=112.10]]
Chunk stats: ServerChunkCache: 1089 Drop: 0
Level seed: -7052347776699518293
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (56,64,256), Chunk: (at 8,4,0 in 3,16; contains blocks 48,0,256 to 63,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 9729388 game time, 9833365 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 83648 (now: false), thunder time: 66830 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2673241352 bytes (2549 MB) / 7915175936 bytes (7548 MB) up to 11453595648 bytes (10923 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx12288m
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.32 Powered by Forge 12.18.3.2239 18 mods loaded, 18 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2239-universal.jar)
UCHIJAAAA Forge{12.18.3.2239} [Minecraft Forge] (forge-1.10.2-12.18.3.2239-universal.jar)
UCHIJAAAA GTShim{1} [GT Shim] (minecraft.jar)
UCHIJAAAA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.4.218-universal.jar)
UCHIJAAAA Batty's Coordinates PLUS{1.10.0_001} [Batty's Coordinates PLUS Mod for Forge] (Batty's Coordinates PLUS Mod for Forge-1.10.0_001.jar)
UCHIJAAAA bdlib{1.12.3.22} [BD Lib] (bdlib-1.12.3.22-mc1.10.2.jar)
UCHIJAAAA CodeChickenLib{2.5.4.218} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.4.218-universal.jar)
UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
UCHIJAAAA IC2{2.6.169-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.169-ex110.jar)
UCHIJAAAA gregtech{MC1.10.2} [GregTech] (gregtech-5.10.40.jar)
UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCHIJAAAA JEI{3.14.7.413} [Just Enough Items] (jei_1.10.2-3.14.7.413.jar)
UCHIJAAAA mousetweaks{2.7.3} [Mouse Tweaks] (MouseTweaks-2.7.3-mc1.10.2.jar)
UCHIJAAAA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
UCHIJAAAA pressure{1.3.1.24} [Pressure Pipes] (pressure-1.3.1.24-mc1.10.2.jar)
UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
Loaded coremods (and transformers):
IC2core (industrialcraft-2-2.6.169-ex110.jar)
GT Shim (IC2-GT Shim.jar)
com.chocohead.gtshim.Patcher
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
li.cil.oc.common.asm.ClassTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.4.218-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
List of loaded APIs:
* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.413.jar
* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
* pressureAPI (1.3.1.24) from pressure-1.3.1.24-mc1.10.2.jar
* WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
CodeChickenLib Invalid Fingerprint Reports:
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['MauveCloud'/195, l='World 16', x=54.03, y=63.00, z=112.10]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'This was after breeding some stickreed, and I think I might have gotten some tine and/or coppon as well.
-
I did some searching myself, and this is the best I've come up with so far:
https://bdew.net/pressure/infinite-water-source/
https://bdew.net/pressure/multiblock-tanks/However, I'd disable the recipe for the eponymous block from the mod (which is crazy overpowered), and any blocks that specifically require it as input/output. Looking on GitHub, it has a recipes.cfg, so I probably wouldn't even need CraftTweaker.
I've gotten conflicting results as to whether this mod will work with GregTech pipes: in creative mode, I was able to get the infinite water source and pump from the mod to fill a small boiler via small copper pipes (despite not visually connecting to them), but when I tried it in my survival world with a small boiler that was already running, it didn't.Edit: connecting a wooden pipe after letting the boiler cool down reveals that steam is getting into the pipes, despite being below the boiler (the wooden pipe ignites immediately, though planks placed in the same position do not). I will file a bug.
To answer how it's possible to make a crop and rubber farm with opencomputers: the geolyzer can see adjacent block metadata. OC is really quite a powerful mod.
That's a neat trick, and not exactly easy to find in the OC documentation. However, after realizing I didn't really need to leave the roof of my charcoal pile in place, I came up with a different technique for populating it manually (with a little help from InvTweaks "auto-refill" option, so I guess not completely manual) that I find easier to deal with, so I'm less certain I want to bother installing OC. -
The corollary is that if you're designing a mod, even a mod where bad things happen if there's a problem, no multiblock should have a catastrophic failure mode.
You realize that even IC2 has a multiblock with a "catastrophic failure mode", right? The nuclear reactor can produce an explosion 2-3 times bigger than the boiler explosion you showed, depending on what other blocks you have around it.
-
Large boiler with a steady supply of charcoal or whatever to keep it running? Instead of giving up on GregTech, that seems to me more like a reason to switch early to a biogas setup (small boilers are sufficient to run a canning machine to make and charge some batteries to get the necessary machines going).
-
Here's another problem I'd like to figure out:
Railcraft for 1.10.2 doesn't currently have water tanks (to supply boilers, ore washers, autoclaves, biomass production, etc.) or iron/steel tanks (for buffering steam, biogas, or whatever).
I did some searching myself, and this is the best I've come up with so far:
https://bdew.net/pressure/infinite-water-source/
https://bdew.net/pressure/multiblock-tanks/However, I'd disable the recipe for the eponymous block from the mod (which is crazy overpowered), and any blocks that specifically require it as input/output. Looking on GitHub, it has a recipes.cfg, so I probably wouldn't even need CraftTweaker.
-
couldnt you just set it to break all the blocks in a set pattern in the pit every so often? that wouldnt be hard at all with computercraft turtles.
1. We're talking about placing the wood blocks, which is more of a hassle to do manually than breaking the brittle charcoal afterwards.
2. This is OpenComputers, not ComputerCraft - the API for OpenComputers robots is different from that of ComputerCraft turtles. (ComputerCraft only has an alpha up for 1.9.4, not sure whether it would work on 1.10.2)Edit: my main concern about the navigation was the dirt roof. However, I later realized I didn't need to leave that in place - I could program the robot to place that as well, simplifying getting the robot out. Also, if I make sure the robot starts at the same place each time, I can use variables to keep track of its relative position, and not even need to compare surroundings. However, an OpenComputers still requires some form of power to charge it (at least initially, I did see the generator upgrade), so I'll wait on installing the mod until I've got electricity, in case somebody comes up with an alternative.
Tree farm I can believe, especially if it was using trees that don't grow branches (spruce or birch). Acacia, jungle, dark oak or large oak trees would be trickier.
However, I'm finding it hard to believe that automating a vanilla crop farm or rubber farm (presuming you mean using IC2 rubber trees) is possible with OpenComputers - seems like both would require comparing to blocks that are not obtainable in inventory afaik (a fully grown crop and a rubber log with a full resin hole)