[GregTech-5][1.7.10-FORGE-1355+][Unofficial but approved Port][Stable] Even GT5 Experimental is slowly getting stable.

  • 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.

  • I think I'm done with Gregtech.

    I hope you will think about importance of backup in future.

    Ideal Industrial Assembly (IIA) - my pretty hard industrial modpack based on GT5.09

    Идеальная Индустриальная Сборка (ИИС) - довольно сложный сугубо индустриальный модпак, базирующийся на GT5.09

    http://sapientmail.wixsite.com/minecraft

  • Chocohead, your patcher worked for a while, but now I'm getting this crash:

    Display Spoiler

    ---- 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 entity

    java.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.

  • Ah yeah, that'll be from the fact obfuscation changes that method name within the tile entity (hence it was changed in the crop interface). I'll fix that latter today.

    145 Mods isn't too many. 9 types of copper and 8 types of tin aren't too many. 3 types of coffee though?

    I know that you believe that you understood what you think I said, but I am not sure you realise that what you read was not what I meant.

    ---- Minecraft Crash Report ----
    // I just don't know what went wrong :(

    I see this too much.

  • 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.

  • I breeding crops right now, and yes, be prepared to spend a lot of time breeding to get what you want.
    You can't just leave your crops and go do something else, unless you have a cropmatron and lots of weed-ex.
    I got a lot different plants breeding netherwart and reed (sugar cane).
    Until now I have a absurd amount of stickreeds, some ferru, olivia, pumbilia, scheelinium, tine, argentium, tearstalk...
    Just didn't got my oilberry yet...

    Anyone knows if ore plants still drop tiny dusts, or just the leaves? Otherwise, those ores plants will worth nothing to me...

  • 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.

  • This should fix the issues GT_BaseCrop has with getting a world object from crops.

    EDIT: It doesn't, use this instead: [GregTech-5][1.7.10-FORGE-1355+][Unofficial but approved Port][Stable] Even GT5 Experimental is slowly getting stable.

  • 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:

    Display Spoiler

    ---- 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 entity

    java.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'

  • Typo'd the comparison for isBlockBelow :S

    How about this one?

    EDIT: This one: [GregTech-5][1.7.10-FORGE-1355+][Unofficial but approved Port][Stable] Even GT5 Experimental is slowly getting stable.

  • Chocohead, you do know that the Function in the Interface gets obfuscated, right? the getWorldObj function in the IC2 Crop API overlaps with a function inside the vanilla TileEntity Class, meaning it is impossible to call it at all, using the Interface. This can only be fixed by renaming the Function inside the Interface and there is no way around it.

  • Chocohead, you do know that the Function in the Interface gets obfuscated, right? the getWorldObj function in the IC2 Crop API overlaps with a function inside the vanilla TileEntity Class, meaning it is impossible to call it at all, using the Interface. This can only be fixed by renaming the Function inside the Interface and there is no way around it.

    The whole reason GT crashes is because it is renamed in the interface!

    145 Mods isn't too many. 9 types of copper and 8 types of tin aren't too many. 3 types of coffee though?

    I know that you believe that you understood what you think I said, but I am not sure you realise that what you read was not what I meant.

    ---- Minecraft Crash Report ----
    // I just don't know what went wrong :(

    I see this too much.


  • No longer crashes, but the Olivia crop I tried remained stuck at Crop size 3/4, Growth points 0/400 with either Olivine Ore or a Block of Olivine below it, so the patcher isn't enough to make GT crops fully functional in GT 5.10.

    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.

  • 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. :S

  • It has been long, so quick announcement!
    GT 5.09.28 has been released!

    Circuit Changes:
    All Circuits got revised: https://docs.google.com/spreadsheets/d…klZU/edit#gid=0
    Add Cleanroom multiblock.
    Change silicon processing.
    Add new circuit components.
    Add new LuV+ circuits.

    Many recipe rebalancings.
    For example: Steam hammer now 3:2 for Ingot->Plate processing.
    Multiblock building blocks halved in costs.
    Some destillation tower recipes speed up.

    Split Oil and Pollution calculation by dimension(by maixgame).
    Add config for Oil drilling in different Dimensions (by maixgame).
    New Fluid Filter modes (by DEMOOH).
    Mix client side memory overflow issue.
    Change IC2 NEI recipes into GT NEI recipes.
    Add advanced seismic prospector (by KpoxaPy)
    &many more smaller bugfixes.

  • 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.