JAPTA is a mod that adds a few neat blocks and items for RF (until 1.12, may return if requested), TESLA, and Forge Energy. I'd like some feedback, especially on balance. Also, send suggestions and bug reports!
Here's some things it adds (with version ranges where they existed):
Bonemeal Applicator (0.7.1-0.7.5, 1.2.0+): Takes Bonemeal from inventories next to it and applies it to the ground with RF.
Cake Converter (0.7.0-0.7.5, 1.0.0+): converts between Cake and RF.
Charging Plate (0.4.0-0.7.5, 1.0.0+): a pressure plate that only detects players and charges their items with RF.
Wooden Charging Plate (0.6.0-0.7.5): a wooden pressure plate that charges items with RF.
Chest Charger (0.5.0-0.7.5, 1.1.0+): Charges items in inventories next to it with RF.
Diagnostic Tool (1.4.0+): An upgraded RF Meter that also gives additional information about several machines.
Dungeonifier (1.9.0+): Uses RF to make empty chests into dungeon loot chests
Eater (1.8.0+): Converts food items into RF.
Elevator (0.4.0-0.7.5, 1.0.0+): A multiblock consisting of an Elevator Top above some Elevator Shafts. Provide power to the Top, sneak from the top or jump from the bottom to travel through the elevator.
Fisher (1.9.0+): Turns RF into fish.
Fluid Blaster (1.7.0+): Provides liquids to 8 blocks in front of it
Fluid Hopper (1.6.0+): A hopper that transfers fluid instead of items.
Fluid Inhaler (1.7.0+): Drains liquid from 8 blocks in front of it
Flux Blaster (0.7.0-0.7.5, 1.1.0+): Provides RF to 8 blocks in front of it.
Flux Hopper (1.0.0+): A hopper that transmits RF instead of items.
Flux Inhaler (1.7.0+): Absorbs RF from 8 blocks in front of it
Furnace Booster (1.5.0+): Placed next to a furnace to make it faster
Heat Converter (1.4.0+): Placed above (pre-1.11.0) or next to (1.11.0+) a furnace. In absorb mode, turns furnace fuel into RF while still cooking items. In heat mode, cooks items using RF.
Item Blaster (1.1.0+): Transfers items to 8 blocks in front of it.
Item Inhaler (1.7.0+): Extracts items from 8 blocks in front of it.
Life Converter (0.2.0-0.7.5): In heal mode, heals living objects above or below it. In absorb mode, generates RF from living objects taking damage on top of it.
Mechanical Generator (0.1.0-0.7.5): Generates a small amount of RF from block updates.
Mover (0.7.0-0.7.5): Teleports entities above it (and in front of it in 1.8) forward. Also slowly transfers power forward.
Personal Levitator (1.11.0+): Uses RF to let you fly!
Power Cabinet (1.3.0+): A multiblock consisting of several Power Cabinet Shafts above a Power Cabinet Base. The base holds 999 RF and each shaft holds 15000 RF. Scorched Power Cabinet Shafts hold 30000 RF instead.
RNG Quarry (0.0.0-0.7.5, 1.1.0+): Given a tool, mines a chunk-sized area below it, placing items in inventories next to it.
SheepFlux Adapter (1.10.0+): Transfers RF with nearby sheep.
Splitting Item Blaster (1.7.0+): An Item Blaster that tries to equally split items
Time Machine (0.5.0-0.7.5): Uses RF to speed up time. Can be disabled with a Redstone signal.
Void Stack (1.11.0+): Stores a very large number of items, but only the most recent one can be taken.
Battery Potato (0.2.0-0.7.5, 1.0.0+): Allows you to eat RF.
Handheld Power Cabinet (1.10.0+): Item that stores RF and charges your items.
RF Meter (0.6.0-0.7.5, 1.0.0+): Use on a block to read its RF content.
The JAPTA Book (0.7.4-0.7.5, 1.8.0+): Only available with Guide-API. Describes the mod ingame.
Also see the Minecraft Forum post.
Source code on GitHub.
Changelogs and alternate downloads are here.
RIP mod?
Put the sheepflux adapter to the Eater and it crashes the game. Bug one
Since the flux blaster needs tesla to be loaded, it should be listed as a dependency
In reply to Austin5003:
In reply to Austin5003:
In reply to Austin5003:
In reply to VpzomTrrfrt:
---- Minecraft Crash Report ----
WARNING: coremods are present:
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
OpenEyePlugin (OpenEye-1.12.2-0.8.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.3.1.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.30.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
TickrateChanger (TickrateChanger-1.0.14.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.1.5.jar)
LoadingPlugin (Quark-r1.4-122.jar)
Contact their authors BEFORE contacting forge
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 6/11/18 8:08 PM
Description: Ticking block entity
java.lang.NoClassDefFoundError: net/darkhax/tesla/api/ITeslaConsumer
at net.reederhome.colin.mods.JAPTA.JAPTA.receiveEnergy(JAPTA.java:505)
at net.reederhome.colin.mods.JAPTA.tileentity.TileEntityFluxBlaster.func_73660_a(TileEntityFluxBlaster.java:34)
at net.minecraft.world.World.func_72939_s(World.java:1832)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 9 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at net.reederhome.colin.mods.JAPTA.JAPTA.receiveEnergy(JAPTA.java:505)
at net.reederhome.colin.mods.JAPTA.tileentity.TileEntityFluxBlaster.func_73660_a(TileEntityFluxBlaster.java:34)
-- Block entity being ticked --
Details:
Name: minecraft:fluxblaster // net.reederhome.colin.mods.JAPTA.tileentity.TileEntityFluxBlaster
Block type: ID #4819 (tile.fluxBlaster // net.reederhome.colin.mods.JAPTA.block.BlockFluxBlaster)
Block data value: 3 / 0x3 / 0b0011
Block location: World: (23,4,11), Chunk: (at 7,0,11 in 1,0; contains blocks 16,0,0 to 31,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #4819 (tile.fluxBlaster // net.reederhome.colin.mods.JAPTA.block.BlockFluxBlaster)
Actual block data value: 3 / 0x3 / 0b0011
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1832)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
-- Affected level --
Details:
Level name: Test world 7
All players: 1 total; [HookedEntityPlayerMP['Austin5003'/523, l='Test world 7', x=23.82, y=5.35, z=8.87]]
Chunk stats: ServerChunkCache: 306 Drop: 0
Level seed: -1213669081809220846
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options: 3;minecraft:air;127;decoration
Level spawn location: World: (8,4,8), Chunk: (at 8,0,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 5343688 game time, 1000 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 0 (now: false), thunder time: 0 (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:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_161, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2749719376 bytes (2622 MB) / 6650920960 bytes (6342 MB) up to 11596464128 bytes (11059 MB)
JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx11G -Xms4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn2G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2705 167 mods loaded, 167 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:--------- |:--------------------------------- |:-------------------- |:-------------------------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.4.2705 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | OpenEye | 0.8 | OpenEye-1.12.2-0.8.jar | None |
| UCHIJAAAA | openmodscore | 0.11.5 | minecraft.jar | None |
| UCHIJAAAA | actuallyadditions | 1.12.2-r135 | ActuallyAdditions-1.12.2-r135.jar | None |
| UCHIJAAAA | cd4017be_lib | 6.2.3 | CD4017BE_lib-1.12.2-6.2.3.jar | None |
| UCHIJAAAA | circuits | 6.1.3 | AutomatedRedstone-1.12.2-6.1.3.jar | None |
| UCHIJAAAA | quark | r1.4-122 | Quark-r1.4-122.jar | None |
| UCHIJAAAA | autoreglib | 1.3-17 | AutoRegLib-1.3-17.jar | None |
| UCHIJAAAA | jei | 4.9.1.188 | jei_1.12.2-4.9.1.188.jar | None |
| UCHIJAAAA | base | 3.8.0 | base-1.12.2-3.8.0.jar | None |
| UCHIJAAAA | bbor | 1.0.1 | BBOutlineReloaded-1.0.1-mc1.12.2.forge.jar | None |
| UCHIJAAAA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| UCHIJAAAA | tammodized | 0.15.5 | TamModized-1.12.1-0.15.5.jar | None |
| UCHIJAAAA | beatdownstick | 1.3.4 | BeatDownStick-1.12.1-1.3.4.jar | None |
| UCHIJAAAA | miscrails | 1.0.0 | Better-Railroads-1.0.0.jar | None |
| UCHIJAAAA | biomesoplenty | 7.0.1.2384 | BiomesOPlenty-1.12.2-7.0.1.2384-universal.jar | None |
| UCHIJAAAA | bookshelf | 2.3.528 | Bookshelf-1.12.2-2.3.528.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | cyclopscore | 0.11.6 | CyclopsCore-1.12.2-0.11.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | capabilityproxy | 2.1.1 | CapabilityProxy-1.12.2-2.1.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | chancecubes | 1.12.2-3.1.0.217 | ChanceCubes-1.12.2-3.1.0.217.jar | None |
| UCHIJAAAA | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
| UCHIJAAAA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
| UCHIJAAAA | chiselsandbits | 14.16 | chiselsandbits-14.16.jar | None |
| UCHIJAAAA | clumps | 2.0.0 | Clumps-3.0.0.jar | None |
| UCHIJAAAA | codechickenlib | 3.1.7.340 | CodeChickenLib-1.12.2-3.1.7.340-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | cofhcore | 4.5.2 | CoFHCore-1.12.2-4.5.2.19-universal.jar | None |
| UCHIJAAAA | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
| UCHIJAAAA | compactmachines3 | 3.0.10 | compactmachines3-1.12.2-3.0.10-b206.jar | None |
| UCHIJAAAA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.11.jar | None |
| UCHIJAAAA | coroutil | 1.12.1-1.2.11 | coroutil-1.12.1-1.2.11.jar | None |
| UCHIJAAAA | configmod | v1.0 | coroutil-1.12.1-1.2.11.jar | None |
| UCHIJAAAA | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None |
| UCHIJAAAA | eleccore | 1.8.434 | ElecCore-1.12.2-1.8.434.jar | None |
| UCHIJAAAA | endercore | 1.12.2-0.5.30 | EnderCore-1.12.2-0.5.30.jar | None |
| UCHIJAAAA | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | thermalexpansion | 5.5.0 | ThermalExpansion-1.12.2-5.5.0.29-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | enderio | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UCHIJAAAA | mcjtylib_ng | 3.0.0 | mcjtylib-1.12-3.0.0.jar | None |
| UCHIJAAAA | deepresonance | 1.7.0 | deepresonance-1.12-1.7.0.jar | None |
| UCHIJAAAA | dooglamoocitiesmod | 1.6.3 | dooglamoocitiesmod-1.12-1.6.3.jar | None |
| UCHIJAAAA | dldungeonsjdg | 1.11.1 | DoomlikeDungeons-1.11.1-MC1.12.2.jar | None |
| UCHIJAAAA | dungeondq | 10.00 | DungeonDQ_Ver10.00_[MC1.12](forge-1.12-14.21.1.2387).jar | None |
| UCHIJAAAA | gottschcore | 1.3.5 | GottschCore-mc1.12-f14.21.1.2387-v1.3.5.jar | None |
| UCHIJAAAA | dungeons2 | 1.3.3 | Dungeons2-mc1.12-f14.21.1.2387-v1.3.3.jar | None |
| UCHIJAAAA | dungeontactics | DT-0.14.1 | DungeonTactics-1.12.2-0.14.1.jar | None |
| UCHIJAAAA | dyndyn | 1.12.2-1.8 | DynamicDynamos-1.12.2-1.8.jar | None |
| UCHIJAAAA | enderiointegrationtic | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UCHIJAAAA | enderiobase | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UCHIJAAAA | enderioconduits | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UCHIJAAAA | enderioconduitsappliedenergistics | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UCHIJAAAA | enderioconduitsopencomputers | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UCHIJAAAA | enderioconduitsrefinedstorage | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UCHIJAAAA | enderiointegrationforestry | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UCHIJAAAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
| UCHIJAAAA | tconstruct | 1.12.2-2.10.1.84 | TConstruct-1.12.2-2.10.1.84.jar | None |
| UCHIJAAAA | enderiointegrationticlate | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UCHIJAAAA | enderiomachines | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UCHIJAAAA | enderiopowertools | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UCHIJAAAA | enderstorage | 2.4.2.126 | EnderStorage-1.12.2-2.4.2.126-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | enderutilities | 0.7.8 | enderutilities-1.12.2-0.7.8.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| UCHIJAAAA | valkyrielib | 1.12.2-2.0.10b | valkyrielib-1.12.2-2.0.10b.jar | None |
| UCHIJAAAA | environmentaltech | 1.12.2-2.0.10a | environmentaltech-1.12.2-2.0.10a.jar | None |
| UCHIJAAAA | evilcraft | 0.10.57 | EvilCraft-1.12.2-0.10.57.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | evilcraftcompat | 1.0.0 | EvilCraft-1.12.2-0.10.57.jar | None |
| UCHIJAAAA | extrautils2 | 1.0 | extrautils2-1.12-1.7.6.jar | None |
| UCHIJAAAA | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
| UCHIJAAAA | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
| UCHIJAAAA | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
| UCHIJAAAA | grapplemod | 1.12.2-v10 | grapplemod-v10-1.12.2.jar | None |
| UCHIJAAAA | japta | 1.11.15 | JAPTA-1.12-1.11.15.jar | None |
| UCHIJAAAA | guideapi | 1.12-2.1.4-56 | Guide-API-1.12-2.1.4-56.jar | None |
| UCHIJAAAA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
| UCHIJAAAA | igwmod | 1.4.4-15 | IGW-Mod-1.12.2-1.4.4-15-universal.jar | None |
| UCHIJAAAA | theoneprobe | 1.4.23 | theoneprobe-1.12-1.4.23.jar | None |
| UCHIJAAAA | immersiveengineering | 0.12-82 | ImmersiveEngineering-0.12-82.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJAAAA | immersivepetroleum | @VERSION@ | immersivepetroleum-1.12.2-1.1.6.jar | None |
| UCHIJAAAA | teslacorelib | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.10.0-173.jar | None |
| UCHIJAAAA | inspirations | 1.12.2-0.1.4 | Inspirations-1.12.2-0.1.4.jar | None |
| UCHIJAAAA | integrateddynamics | 0.11.12 | IntegratedDynamics-1.12.2-0.11.12.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.12.jar | None |
| UCHIJAAAA | integratedtunnels | 1.5.6 | IntegratedTunnels-1.12.2-1.5.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.5.6.jar | None |
| UCHIJAAAA | inventorybook | 0.0.4 | inventorybook-0.0.4.jar | None |
| UCHIJAAAA | harvestcraft | 1.12.2u | Pam's+HarvestCraft+1.12.2u.jar | None |
| UCHIJAAAA | jehc | 1.12.2 | JEHC-1.12.2-1.5.1.0.jar | None |
| UCHIJAAAA | jepb | 1.2.1 | jepb-1.12-1.2.1.jar | None |
| UCHIJAAAA | jlgm_pgen | 2.4.1 | jlgm_pgen-1.12.2-2.4.1.jar | None |
| UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
| UCHIJAAAA | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
| UCHIJAAAA | jeresources | 0.8.5.27 | JustEnoughResources-1.12.2-0.8.5.27.jar | None |
| UCHIJAAAA | lostcities | 2.0.7 | lostcities-1.12-2.0.7.jar | None |
| UCHIJAAAA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
| UCHIJAAAA | lycanitesmobs | 1.20.3.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.3.0+[1.12.2].jar | None |
| UCHIJAAAA | arcticmobs | 1.20.3.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.3.0+[1.12.2].jar | None |
| UCHIJAAAA | demonmobs | 1.20.3.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.3.0+[1.12.2].jar | None |
| UCHIJAAAA | desertmobs | 1.20.3.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.3.0+[1.12.2].jar | None |
| UCHIJAAAA | elementalmobs | 1.20.3.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.3.0+[1.12.2].jar | None |
| UCHIJAAAA | forestmobs | 1.20.3.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.3.0+[1.12.2].jar | None |
| UCHIJAAAA | freshwatermobs | 1.20.3.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.3.0+[1.12.2].jar | None |
| UCHIJAAAA | infernomobs | 1.20.3.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.3.0+[1.12.2].jar | None |
| UCHIJAAAA | junglemobs | 1.20.3.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.3.0+[1.12.2].jar | None |
| UCHIJAAAA | mountainmobs | 1.20.3.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.3.0+[1.12.2].jar | None |
| UCHIJAAAA | plainsmobs | 1.20.3.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.3.0+[1.12.2].jar | None |
| UCHIJAAAA | saltwatermobs | 1.20.3.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.3.0+[1.12.2].jar | None |
| UCHIJAAAA | shadowmobs | 1.20.3.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.3.0+[1.12.2].jar | None |
| UCHIJAAAA | swampmobs | 1.20.3.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.3.0+[1.12.2].jar | None |
| UCHIJAAAA | malisiscore | 1.12.2-6.3.1 | malisiscore-1.12.2-6.3.1.jar | None |
| UCHIJAAAA | malisisblocks | 1.12.2-6.0.3 | malisisblocks-1.12.2-6.0.3.jar | None |
| UCHIJAAAA | malisisdoors | 1.12.2-7.2.3 | malisisdoors-1.12.2-7.2.3.jar | None |
| UCHIJAAAA | minecoprocessors | 1.12.2-4 | minecoprocessors-1.12.2-4.jar | None |
| UCHIJAAAA | modelloader | 1.0.5 | modelloader-1.0.5.jar | None |
| UCHIJAAAA | modernlamps | 1.0.3 | ModernLights-1.0.3_1.12.jar | None |
| UCHIJAAAA | modlister | 1.12.2-3.2.4 | ModLister-1.12.2-3.2.4.jar | None |
| UCHIJAAAA | natura | 1.12.2-4.3.2.49 | natura-1.12.2-4.3.2.49.jar | None |
| UCHIJAAAA | nex | 2.1.14.15 | NetherEx-1.12-2.1.14.15.jar | None |
| UCHIJAAAA | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
| UCHIJAAAA | nuclearcraft | 2.10p | NuclearCraft-2.10p--1.12.2.jar | None |
| UCHIJAAAA | omlib | 3.0.0-148 | omlib-1.12.2-3.0.0-148.jar | None |
| UCHIJAAAA | ompd | 3.0.0-35 | ompd-1.12.2-3.0.0-35.jar | None |
| UCHIJAAAA | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJAAAA | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJAAAA | openmodularturrets | 3.0.1-257 | openmodularturrets-1.12.2-3.0.1-257.jar | None |
| UCHIJAAAA | p455w0rdslib | 2.0.24 | p455w0rdslib-1.12-2.0.24.jar | None |
| UCHIJAAAA | shetiphiancore | 3.5.6 | shetiphiancore-1.12.0-3.5.6.jar | None |
| UCHIJAAAA | platforms | 1.4.5 | platforms-1.12.0-1.4.5.jar | None |
| UCHIJAAAA | prefab | 1.3.0.9 | prefab-1.3.0.9.jar | None |
| UCHIJAAAA | proxy | 0.9.1.5 | proxy-0.9.1.5-mc1.12.jar | None |
| UCHIJAAAA | reborncore | 3.8.7.295 | RebornCore-1.12.2-3.8.7.295-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAA | quantumstorage | 4.5.0 | QuantumStorage-1.12-4.5.0.jar | None |
| UCHIJAAAA | randomthings | 4.1.5 | RandomThings-MC1.12.2-4.1.5.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAA | sandro | 1.2d | Redstone+++ver1.2d.jar | None |
| UCHIJAAAA | redstoneplusplus | 1.2d | Redstone+++ver1.2d.jar | None |
| UCHIJAAAA | redstonearsenal | 2.5.1 | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | xreliquary | 1.12.2-1.3.4.763 | Reliquary-1.12.2-1.3.4.763.jar | None |
| UCHIJAAAA | restrictions | 1.1.0 | restrictions-1.12-1.1.0.jar | None |
| UCHIJAAAA | rflux | 0.3.0 | rflux-1.12-0.3.0.jar | None |
| UCHIJAAAA | rftools | 7.50 | rftools-1.12-7.51.jar | None |
| UCHIJAAAA | rftoolscontrol | 1.9.0 | rftoolsctrl-1.12-1.9.0.jar | None |
| UCHIJAAAA | rftoolsdim | 5.60 | rftoolsdim-1.12-5.60.jar | None |
| UCHIJAAAA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
| UCHIJAAAA | rtfm | 1.0.0.2 | RTFM-MC1.12-1.0.0.2.jar | None |
| UCHIJAAAA | schematica | 1.8.0.169 | Schematica-1.12.2-1.8.0.169-universal.jar | None |
| UCHIJAAAA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
| UCHIJAAAA | signals | 1.0 | Signals-1.12.2-1.2.2-5-universal.jar | None |
| UCHIJAAAA | simpledimensions | 1.3.1 | SimpleDimensions-MC1.12-1.3.1.jar | None |
| UCHIJAAAA | skygrid | 1.1.4 | SkyGrid-1.1.4.jar | None |
| UCHIJAAAA | tabula | 7.0.0 | Tabula-1.12.2-7.0.0.jar | None |
| UCHIJAAAA | thermaldynamics | 2.5.1 | ThermalDynamics-1.12.2-2.5.1.13-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | tickratechanger | 1.0.14 | TickrateChanger-1.0.14.jar | None |
| UCHIJAAAA | topaddons | 1.12.2-1.7.0 | topaddons-1.12.2-1.7.0.jar | None |
| UCHIJAAAA | transloc | 1.0.5 | transloc-1.12.2_1.0.5.jar | None |
| UCHIJAAAA | universalremote | 1.12-0.9.10 | UniversalRemote-1.12-0.9.10.jar | None |
| UCHIJAAAA | unlimitedchiselworks | 0.1.12 | UnlimitedChiselWorks-0.1.12.jar | None |
| UCHIJAAAA | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.10b.jar | None |
| UCHIJAAAA | villagermarket | 1.0.0 | villager-market-1.12.2-1.0.0.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | voidcraft | 0.26.10 | VoidCraft-1.12-0.26.10.jar | None |
| UCHIJAAAA | wetstone | 1.0 | wetstone-1.0.jar | None |
| UCHIJAAAA | xnet | 1.7.0 | xnet-1.12-1.7.0.jar | None |
| UCHIJAAAA | yunomakegoodmap | 1.12-6.3.0.28 | YUNoMakeGoodMap-1.12-6.3.0.28.jar | None |
| UCHIJAAAA | zombieawareness | 1.12.1-1.11.14 | zombieawareness-1.12.1-1.11.14.jar | None |
| UCHIJAAAA | teslacorelib_registries | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | None |
Loaded coremods (and transformers):
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
team.chisel.ctm.client.asm.CTMTransformer
OpenEyePlugin (OpenEye-1.12.2-0.8.jar)
openeye.asm.MultiTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.3.1.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
openmods.core.OpenModsClassTransformer
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
cubex2.cxlibrary.CoreModTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
EnderCorePlugin (EnderCore-1.12.2-0.5.30.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
shetiphian.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.6.0.jar)
TickrateChanger (TickrateChanger-1.0.14.jar)
me.guichaguri.tickratechanger.TickrateTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.1.5.jar)
lumien.randomthings.asm.ClassTransformer
LoadingPlugin (Quark-r1.4-122.jar)
vazkii.quark.base.asm.ClassTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)
Pulsar/inspirations loaded Pulses:
- InspirationsShared (Enabled/Forced)
- InspirationsBuilding (Enabled/Not Forced)
- InspirationsUtility (Enabled/Not Forced)
- InspirationsRecipes (Enabled/Not Forced)
- InspirationsTweaks (Enabled/Not Forced)
- InspirationsShared (Enabled/Forced)
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
List of loaded APIs:
* actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r135.jar
* Base|API (1.0.0) from base-1.12.2-3.8.0.jar
* BetterWithModsAPI (Beta 0.6) from Quark-r1.4-122.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.16.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.2.19-universal.jar
* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
* CoroAI|dynamicdifficulty (1.0) from coroutil-1.12.1-1.2.11.jar
* ctm-api (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* DLDungeonsAPI (1.1) from DoomlikeDungeons-1.11.1-MC1.12.2.jar
* DR-API (1.0.4-Beta) from deepresonance-1.12-1.7.0.jar
* ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
* enderioapi (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.4-56.jar
* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-82.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-82.jar
* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.10.0-173.jar
* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.12.jar
* jeresources|API (0.8.5.27) from JustEnoughResources-1.12.2-0.8.5.27.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.9.1.188.jar
* MCX Model Loader (1.0.0) from modelloader-1.0.5.jar
* openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.24.jar
* QuarkAPI (2) from Quark-r1.4-122.jar
* reborncoreAPI (3.8.7.295) from RebornCore-1.12.2-3.8.7.295-universal.jar
* reborncoreAPI|Power (3.8.7.295) from RebornCore-1.12.2-3.8.7.295-universal.jar
* reborncoreAPI|Recipe (3.8.7.295) from RebornCore-1.12.2-3.8.7.295-universal.jar
* reborncoreAPI|Tile (3.8.7.295) from RebornCore-1.12.2-3.8.7.295-universal.jar
* rtfmAPI (1.0.0.2) from RTFM-MC1.12-1.0.0.2.jar
* SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.23.jar
* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.10b.jar
* zerocore|API|multiblock (1.9.4-0.0.1) from NuclearCraft-2.10p--1.12.2.jar
* zerocore|API|multiblock|rectangular (1.9.4-0.0.1) from NuclearCraft-2.10p--1.12.2.jar
* zerocore|API|multiblock|validation (1.9.4-0.0.1) from NuclearCraft-2.10p--1.12.2.jar
RebornCore:
Plugin Engine: 0
RebornCore Version: 3.8.7.295
Runtime Debofucsation 1
RenderEngine: 0
Ender IO: No known problems detected.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [HookedEntityPlayerMP['Austin5003'/523, l='Test world 7', x=23.82, y=5.35, z=8.87]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
In reply to Austin5003:
In reply to VpzomTrrfrt:
In reply to Austin5003:
In reply to VpzomTrrfrt:
In reply to Austin5003:
Some really clever and creative blocks here. Without a UI, it was a little hard to figure out what they were doing, but I do like a challenge. The conversions of food/cake to energy were way below the usual Extra Utilites culinary generator outputs (which actually converts the hunger/saturation values to RF) (and yeah they are a little overpowered). I disabled it in my test pack for now after this crash: https://pastebin.com/raw/uxifWgj5
I'm happy to play with it some more when I get a chance.
ill try to make this short as i can forge changed something in the way stuff is registered in 1.12 latest forge so theres a lot of mods that are no longer working and crashing i am sending this msg to anyone on that list hope you can update to new forge soon.
In reply to Ichigo_Games:
would it be possible to give the rng quarry an internal storage or require a redstone signal to start?
i believe i managed to crash a save due to it overloading from too many entities going on the ground and didn't realize till too late. at minimum could you add a warning for it on the page?
Hey great mod, really one of those mods that has all the good stuff, some nice re-imagined blocks, some unique blocks (how the eater isnt part of any other mod I have no idea) and nice clean guidebook to top it all off. Bang up job! One thing I might say is that the Dungeonifier's default cost feels a bit too low. That, and maybe limiting the amount of RF/t it can take would balance it out a bit.
Couple of crashes, which is a shame because I would really like to use all the features of this mod isntead of being contrained.
This one happens when the Eater (and the flux hopper) output to a Universal Cable from Mekanism:
https://pastebin.com/AgP2VBLb
This one happened when I used a sorting item blaster on a row of 8 eaters (food item used was rice from actually additions, if that helps)
https://pastebin.com/qrZeRcfR
All in all, apart from the bugs, great mod, really enjoy playing with and cant wait to see where it goes. I hope youre still developing it! If you just update the textures a bit and get that spiffy life generator back in here, its golden !
Crash report involving the item blaster attempting to... inhale?
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 1/28/17 4:43 PM
Description: Ticking block entity
java.lang.NullPointerException: Ticking block entity
at net.reederhome.colin.mods.JAPTA.tileentity.TileEntityItemBlaster.attemptInhale(TileEntityItemBlaster.java:153)
at net.reederhome.colin.mods.JAPTA.tileentity.TileEntityItemBlaster.func_73660_a(TileEntityItemBlaster.java:220)
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 net.reederhome.colin.mods.JAPTA.tileentity.TileEntityItemBlaster.attemptInhale(TileEntityItemBlaster.java:153)
at net.reederhome.colin.mods.JAPTA.tileentity.TileEntityItemBlaster.func_73660_a(TileEntityItemBlaster.java:220)
-- Block entity being ticked --
Details:
Name: ItemBlaster // net.reederhome.colin.mods.JAPTA.tileentity.TileEntityItemBlaster
Block type: ID #413 (tile.itemInhaler // net.reederhome.colin.mods.JAPTA.block.BlockItemBlaster)
Block data value: 2 / 0x2 / 0b0010
Block location: World: (29999873,255,29999771), Chunk: (at 1,15,11 in 1874992,1874985; contains blocks 29999872,0,29999760 to 29999887,255,29999775), Region: (58593,58593; contains chunks 1874976,1874976 to 1875007,1875007, blocks 29999616,0,29999616 to 30000127,255,30000127)
Actual block type: ID #413 (tile.itemInhaler // net.reederhome.colin.mods.JAPTA.block.BlockItemBlaster)
Actual block data value: 2 / 0x2 / 0b0010
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: 1.10 creative
All players: 1 total; [EntityPlayerMP['Austin5003'/136, l='1.10 creative', x=29999872.19, y=254.08, z=29999772.76]]
Chunk stats: ServerChunkCache: 1066 Drop: 0
Level seed: 5755450779688921898
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-442,4,-493), Chunk: (at 6,0,3 in -28,-31; contains blocks -448,0,-496 to -433,255,-481), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 887774 game time, 1111 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 1 (now: false), thunder time: 1 (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_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 954015792 bytes (909 MB) / 1882853376 bytes (1795 MB) up to 8576565248 bytes (8179 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.3.2185 26 mods loaded, 26 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.2185.jar)
UCHIJAAAA Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar)
UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
UCHIJAAAA agriculturalrevolution{0.9.0} [The Agricultural Revolution] (Agricultural Revolution-1.10.2-0.9.0.jar)
UCHIJAAAA chancecubes{1.10.2-2.3.3.135} [Chance Cubes] (ChanceCubes-1.10.2-2.3.3.135.jar)
UCHIJAAAA JEI{3.13.6.387} [Just Enough Items] (jei_1.10.2-3.13.6.387.jar)
UCHIJAAAA MineTweaker3{3.0.14} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.15.jar)
UCHIJAAAA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.15.jar)
UCHIJAAAA customnpcs{1.10.2} [CustomNPCs] (CustomNPCs_1.10.2(20nov16).jar)
UCHIJAAAA elytraBoost{1.2.3} [Elytra Boost Mod] (elytraBoost-1.2.3.jar)
UCHIJAAAA mantle{1.10.2-1.1.3.199} [Mantle] (Mantle-1.10.2-1.1.3.jar)
UCHIJAAAA tconstruct{1.10.2-2.6.1.464} [Tinkers' Construct] (TConstruct-1.10.2-2.6.1.jar)
UCHIJAAAA immersiveengineering{0.10-54} [Immersive Engineering] (ImmersiveEngineering-0.10-54.jar)
UCHIJAAAA japta{1.11.0} [JAPTA] (JAPTA-1.10.2-1.11.0.jar)
UCHIJAAAA jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar)
UCHIJAAAA mcmultipart{1.3.0} [MCMultiPart] (MCMultiPart-1.3.0-universal.jar)
UCHIJAAAA mtrm{1.2.1.20} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.10.2-1.2.1.20.jar)
UCHIJAAAA progressiveautomation{1.6.53} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.53.jar)
UCHIJAAAA rftools{5.62} [RFTools] (rftools-1.10-5.62.jar)
UCHIJAAAA rftoolscontrol{1.5.2} [RFTools Control] (rftoolsctrl-1.10-1.5.2.jar)
UCHIJAAAA rftoolsdim{4.45} [RFTools Dimensions] (rftoolsdim-1.10-4.45.jar)
UCHIJAAAA StevesFactoryManager{1.0.12} [Steve's Factory Manager] (StevesFactoryManager-1.10.2-1.0.12.jar)
UCHIJAAAA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
UCHIJAAAA tesla{1.2.1.49} [TESLA] (Tesla-1.10.2-1.2.1.49.jar)
UCHIJAAAA torohealthmod{1.10.2-7} [ToroHealth Damage Indicators] (torohealth-1.10.2-7.jar)
Loaded coremods (and transformers):
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Austin5003'/136, l='1.10 creative', x=29999872.19, y=254.08, z=29999772.76]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Hello, I was testing your mod in 1.11, I used a vanilla hopper above an eater for testing and it crashed, yes I was providing cobble but I was testing and before I knew that the book with guide-api was a thing. Also I have been using Tesla mods like mekfarm, tesla essentials and actually additions and was using your fluid hopper for mekfarm water resupplying. I was wondering if I had an issue or not. Here is a crash report (crash 2, crash 1 is the mekfarm or eater unsure now) about something new I found but might or might not be a mod or forge issue. Anything is accepted. Sorry if this wastes your time and isn't related to the mod.
Crash 1:
---- Minecraft Crash Report ----
WARNING: coremods are present:
CXLibraryCore (cxlibrary-1.11-1.3.0.jar)
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.0.1.jar)
Contact their authors BEFORE contacting forge
// I bet Cylons wouldn't have this problem.
Time: 12/5/16 7:59 PM
Description: Ticking block entity
java.lang.NullPointerException: Ticking block entity
at net.minecraft.enchantment.EnchantmentHelper.func_77506_a(EnchantmentHelper.java:35)
at net.minecraft.block.Block.func_180657_a(Block.java:719)
at mekfarm.machines.CropFarmEntity.performWork(CropFarmEntity.java:71)
at net.ndrei.teslacorelib.tileentity.ElectricTileEntity.func_73660_a(ElectricTileEntity.java:232)
at net.minecraft.world.World.func_72939_s(World.java:1827)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
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 net.minecraft.enchantment.EnchantmentHelper.func_77506_a(EnchantmentHelper.java:35)
at net.minecraft.block.Block.func_180657_a(Block.java:719)
at mekfarm.machines.CropFarmEntity.performWork(CropFarmEntity.java:71)
at net.ndrei.teslacorelib.tileentity.ElectricTileEntity.func_73660_a(ElectricTileEntity.java:232)
-- Block entity being ticked --
Details:
Name: mekfarm:crop_farm_tile // mekfarm.machines.CropFarmEntity
Block type: ID #384 (tile.mekfarm.crop_farm // mekfarm.machines.CropFarmBlock)
Block data value: 3 / 0x3 / 0b0011
Block location: World: (-31,65,167), Chunk: (at 1,4,7 in -2,10; contains blocks -32,0,160 to -17,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Actual block type: ID #384 (tile.mekfarm.crop_farm // mekfarm.machines.CropFarmBlock)
Actual block data value: 3 / 0x3 / 0b0011
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1827)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
-- Affected level --
Details:
Level name: 1.11 Mods LP
All players: 1 total; [EntityPlayerMP['EvilLink14'/298, l='1.11 Mods LP', x=-32.29, y=64.94, z=166.32]]
Chunk stats: ServerChunkCache: 353 Drop: 0
Level seed: 508717345
Level generator: ID 04 - customized, ver 0. Features enabled: true
Level generator options: {"coordinateScale":684.412,"heightScale":684.412,"lowerLimitScale":512.0,"upperLimitScale":512.0,"depthNoiseScaleX":200.0,"depthNoiseScaleZ":200.0,"depthNoiseScaleExponent":0.5,"mainNoiseScaleX":80.0,"mainNoiseScaleY":160.0,"mainNoiseScaleZ":80.0,"baseSize":8.5,"stretchY":12.0,"biomeDepthWeight":1.0,"biomeDepthOffset":0.0,"biomeScaleWeight":1.0,"biomeScaleOffset":0.0,"seaLevel":63,"useCaves":true,"useDungeons":true,"dungeonChance":50,"useStrongholds":true,"useVillages":true,"useMineShafts":true,"useTemples":true,"useMonuments":false,"useMansions":true,"useRavines":true,"useWaterLakes":true,"waterLakeChance":4,"useLavaLakes":true,"lavaLakeChance":80,"useLavaOceans":false,"fixedBiome":-1,"biomeSize":4,"riverSize":4,"dirtSize":33,"dirtCount":10,"dirtMinHeight":0,"dirtMaxHeight":256,"gravelSize":33,"gravelCount":8,"gravelMinHeight":0,"gravelMaxHeight":256,"graniteSize":1,"graniteCount":0,"graniteMinHeight":0,"graniteMaxHeight":80,"dioriteSize":1,"dioriteCount":0,"dioriteMinHeight":0,"dioriteMaxHeight":0,"andesiteSize":1,"andesiteCount":0,"andesiteMinHeight":0,"andesiteMaxHeight":0,"coalSize":17,"coalCount":20,"coalMinHeight":0,"coalMaxHeight":128,"ironSize":9,"ironCount":20,"ironMinHeight":0,"ironMaxHeight":64,"goldSize":9,"goldCount":8,"goldMinHeight":0,"goldMaxHeight":32,"redstoneSize":8,"redstoneCount":8,"redstoneMinHeight":0,"redstoneMaxHeight":16,"diamondSize":8,"diamondCount":4,"diamondMinHeight":0,"diamondMaxHeight":16,"lapisSize":7,"lapisCount":8,"lapisCenterHeight":16,"lapisSpread":32}
Level spawn location: World: (-116,64,164), Chunk: (at 12,4,4 in -8,10; contains blocks -128,0,160 to -113,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1032049 game time, 1032049 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 7713 (now: false), thunder time: 1833 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.11
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1268097400 bytes (1209 MB) / 2218262528 bytes (2115 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.35 Powered by Forge 13.19.0.2180 40 mods loaded, 40 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.11-13.19.0.2180.jar)
UCHIJAAAA forge{13.19.0.2180} [Minecraft Forge] (forge-1.11-13.19.0.2180.jar)
UCHIJAAAA actuallyadditions{1.11-r86} [Actually Additions] (ActuallyAdditions-1.11-r86.jar)
UCHIJAAAA aim{1.1.0} [Advanced Inventory Managment] (AdvancedInventoryManagement-1.11-1.1.0.jar)
UCHIJAAAA craftingcraft{5.1.1} [CraftingCraft] (CraftingCraft_1.11-5.1.1.jar)
UCHIJAAAA cxlibrary{1.3.0} [CXLibrary] (cxlibrary-1.11-1.3.0.jar)
UCHIJAAAA durabilityshow{4.0.1} [Durability Show] (Durability Show-1.11-4.0.1.jar)
UCHIJAAAA endercrop{1.11-1.3.4} [Ender Crop] (endercrop-1.11-1.3.4.jar)
UCHIJAAAA shetiphiancore{3.4.0.1} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.0.1.jar)
UCHIJAAAA endertanks{1.5.0.1} [EnderTanks] (endertanks-1.11.0-1.5.0.1.jar)
UCHIJAAAA fastleafdecay{v12} [Fast Leaf Decay] (FastLeafDecay-v12.jar)
UCHIJAAAA japta{1.11.6} [JAPTA] (JAPTA-1.11-1.11.6.jar)
UCHIJAAAA guideapi{@VERSION@} [Guide-API] (Guide-API-1.11-2.1.0-47.jar)
UCHIJAAAA hungerstrike{1.0.7} [Hunger Strike] (HungerStrike-1.0.7.jar)
UCHIJAAAA ironchest{1.11-7.0.16.798} [Iron Chest] (ironchest-1.11-7.0.16.798.jar)
UCHIJAAAA jei{4.0.2.194} [Just Enough Items] (jei_1.11-4.0.2.194.jar)
UCHIJAAAA lteleporters{1.1.4} [Lemon's Simple Teleporters] (MC 1.11 Lemon's Simple Teleporters 1.1.4.jar)
UCHIJAAAA tesla{1.3.0.51} [TESLA] (Tesla-1.11-1.3.0.51.jar)
UCHIJAAAA teslacorelib{0.0.1} [Tesla Core Lib] (tesla-core-lib-1.11-0.0.1-HF.jar)
UCHIJAAAA mekfarm{0.0.1} [MekFarm] (mekfarm-1.11-0.0.5.jar)
UCHIJAAAA modsquad{1.0} [Tesla Essentials] (modsquad-1.11-1.3.1.jar)
UCHIJAAAA morefurnaces{1.9.0} [More Furnaces] (MoreFurnaces-1.11-1.9.0.jar)
UCHIJAAAA moreoverlays{1.9} [MoreOverlays] (moreoverlays-1.9-mc1.11.jar)
UCHIJAAAA mysticalagriculture{1.3.6} [Mystical Agriculture] (mysticalagriculture[1.11]-1.3.6.jar)
UCHIJAAAA persistentbits{1.0.6} [Persistent Bits] (PersistentBits-1.11-1.0.6.jar)
UCHIJAAAA pocketnether{2.4} [Pocket Nether Link] (PocketNetherLink-1.11-2.4.jar)
UCHIJAAAA rangedpumps{0.4} [Ranged Pumps] (rangedpumps-0.4.jar)
UCHIJAAAA realfilingcabinet{1.0.3} [Real Filing Cabinet] (realfilingcabinet-1.11-1.0.3.jar)
UCHIJAAAA reap{1.4} [Reap Mod] (ReapMod 1.4.jar)
UCHIJAAAA redstonefluxarsenal{1.1} [Redstone Flux Arsenal] (RedstoneFluxArsenal-[1.11]-1.1.jar)
UCHIJAAAA refinedstorage{1.3.2} [Refined Storage] (refinedstorage-1.3.2.jar)
UCHIJAAAA roguelike{1.6.0} [Roguelike Dungeons] (RoguelikeDungeons-1.11-1.6.0.jar)
UCHIJAAAA solarvillage{1.2.0.26} [Solar Village] (SolarVillage-1.11-1.2.0.26.jar)
UCHIJAAAA soulshardstow{1.11-2.6.6-47} [Soul Shards - The Old Ways] (SoulShards-TOW-1.11-2.6.6-47.jar)
UCHIJAAAA sparkshammers{1.11-1.4.4.1} [Spark's Hammers] (sparkshammers-1.11-1.4.4.1.jar)
UCHIJAAAA thedragonlib{1.11-2.0.1} [TheDragonLib] (thedragonlib-1.11-2.0.1.jar)
UCHIJAAAA usefulrecipes{1.11-3.0.1} [UsefulRecipes] (usefulrecipes-3.0.1.jar)
UCHIJAAAA vanillamagic{1.11-0.21.0.3} [Vanilla Magic] (vanillamagic-1.11-0.21.0.3.jar)
UCHIJAAAA xaerominimap{1.11.5} [Xaero's Minimap] (Xaeros_Minimap_1.11.5_Forge_1.11.jar)
Loaded coremods (and transformers):
CXLibraryCore (cxlibrary-1.11-1.3.0.jar)
cubex2.cxlibrary.CoreModTransformer
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.0.1.jar)
shetiphian.core.asm.ClassTransformer
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['EvilLink14'/298, l='1.11 Mods LP', x=-32.29, y=64.94, z=166.32]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Crash 2:
---- Minecraft Crash Report ----
WARNING: coremods are present:
CXLibraryCore (cxlibrary-1.11-1.3.0.jar)
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.0.1.jar)
Contact their authors BEFORE contacting forge
// I feel sad now :(
Time: 12/6/16 3:03 PM
Description: Updating screen events
io.netty.channel.ChannelException: connection refused
at io.netty.channel.local.LocalChannel$LocalUnsafe.connect(LocalChannel.java:373)
at io.netty.channel.DefaultChannelPipeline$HeadContext.connect(DefaultChannelPipeline.java:1029)
at io.netty.channel.AbstractChannelHandlerContext.invokeConnect(AbstractChannelHandlerContext.java:496)
at io.netty.channel.AbstractChannelHandlerContext.connect(AbstractChannelHandlerContext.java:481)
at io.netty.channel.AbstractChannelHandlerContext.connect(AbstractChannelHandlerContext.java:463)
at io.netty.channel.DefaultChannelPipeline.connect(DefaultChannelPipeline.java:849)
at io.netty.channel.AbstractChannel.connect(AbstractChannel.java:199)
at io.netty.bootstrap.Bootstrap$2.run(Bootstrap.java:187)
at io.netty.channel.local.LocalEventLoop.run(LocalEventLoop.java:33)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
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: Client thread
Stacktrace:
at io.netty.channel.local.LocalChannel$LocalUnsafe.connect(LocalChannel.java:373)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.GuiScreenWorking
Stacktrace:
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1698)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1054)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:370)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.11
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 920314376 bytes (877 MB) / 2082996224 bytes (1986 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.35 Powered by Forge 13.19.0.2186 40 mods loaded, 40 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11-13.19.0.2186.jar)
UCHIJAAAAA forge{13.19.0.2186} [Minecraft Forge] (forge-1.11-13.19.0.2186.jar)
UCHIJAAAAA actuallyadditions{1.11-r86} [Actually Additions] (ActuallyAdditions-1.11-r86.jar)
UCHIJAAAAA aim{1.1.0} [Advanced Inventory Managment] (AdvancedInventoryManagement-1.11-1.1.0.jar)
UCHIJAAAAA craftingcraft{5.1.1} [CraftingCraft] (CraftingCraft_1.11-5.1.1.jar)
UCHIJAAAAA cxlibrary{1.3.0} [CXLibrary] (cxlibrary-1.11-1.3.0.jar)
UCHIJAAAAA durabilityshow{4.0.1} [Durability Show] (Durability Show-1.11-4.0.1.jar)
UCHIJAAAAA endercrop{1.11-1.3.4} [Ender Crop] (endercrop-1.11-1.3.4.jar)
UCHIJAAAAA shetiphiancore{3.4.0.1} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.0.1.jar)
UCHIJAAAAA endertanks{1.5.0.1} [EnderTanks] (endertanks-1.11.0-1.5.0.1.jar)
UCHIJAAAAA fastleafdecay{v12} [Fast Leaf Decay] (FastLeafDecay-v12.jar)
UCHIJAAAAA japta{1.11.6} [JAPTA] (JAPTA-1.11-1.11.6.jar)
UCHIJAAAAA guideapi{@VERSION@} [Guide-API] (Guide-API-1.11-2.1.0-47.jar)
UCHIJAAAAA hungerstrike{1.0.7} [Hunger Strike] (HungerStrike-1.0.7.jar)
UCHIJAAAAA ironchest{1.11-7.0.17.799} [Iron Chest] (ironchest-1.11-7.0.17.799.jar)
UCHIJAAAAA jei{4.0.4.199} [Just Enough Items] (jei_1.11-4.0.4.199.jar)
UCHIJAAAAA lteleporters{1.1.4} [Lemon's Simple Teleporters] (MC 1.11 Lemon's Simple Teleporters 1.1.4.jar)
UCHIJAAAAA tesla{1.3.0.51} [TESLA] (Tesla-1.11-1.3.0.51.jar)
UCHIJAAAAA teslacorelib{0.0.1} [Tesla Core Lib] (tesla-core-lib-1.11-0.0.1-HF.jar)
UCHIJAAAAA mekfarm{0.0.1} [MekFarm] (mekfarm-1.11-0.0.5-HF.jar)
UCHIJAAAAA modsquad{1.0} [Tesla Essentials] (modsquad-1.11-1.3.1.jar)
UCHIJAAAAA morefurnaces{1.9.0} [More Furnaces] (MoreFurnaces-1.11-1.9.0.jar)
UCHIJAAAAA moreoverlays{1.9} [MoreOverlays] (moreoverlays-1.9-mc1.11.jar)
UCHIJAAAAA mysticalagriculture{1.3.6} [Mystical Agriculture] (mysticalagriculture[1.11]-1.3.6.jar)
UCHIJAAAAA persistentbits{1.0.6} [Persistent Bits] (PersistentBits-1.11-1.0.6.jar)
UCHIJAAAAA pocketnether{2.4} [Pocket Nether Link] (PocketNetherLink-1.11-2.4.jar)
UCHIJAAAAA rangedpumps{0.4} [Ranged Pumps] (rangedpumps-0.4.jar)
UCHIJAAAAA realfilingcabinet{1.0.3} [Real Filing Cabinet] (realfilingcabinet-1.11-1.0.3.jar)
UCHIJAAAAA reap{1.4} [Reap Mod] (ReapMod 1.4.jar)
UCHIJAAAAA redstonefluxarsenal{1.1} [Redstone Flux Arsenal] (RedstoneFluxArsenal-[1.11]-1.1.jar)
UCHIJAAAAA refinedstorage{1.3.2} [Refined Storage] (refinedstorage-1.3.2.jar)
UCHIJAAAAA roguelike{1.6.0} [Roguelike Dungeons] (RoguelikeDungeons-1.11-1.6.0.jar)
UCHIJAAAAA solarvillage{1.2.0.26} [Solar Village] (SolarVillage-1.11-1.2.0.26.jar)
UCHIJAAAAA soulshardstow{1.11-2.6.6-47} [Soul Shards - The Old Ways] (SoulShards-TOW-1.11-2.6.6-47.jar)
UCHIJAAAAA sparkshammers{1.11-1.4.4.1} [Spark's Hammers] (sparkshammers-1.11-1.4.4.1.jar)
UCHIJAAAAA thedragonlib{1.11-2.0.1} [TheDragonLib] (thedragonlib-1.11-2.0.1.jar)
UCHIJAAAAA usefulrecipes{1.11-3.0.1} [UsefulRecipes] (usefulrecipes-3.0.1.jar)
UCHIJAAAAA vanillamagic{1.11-0.21.0.3} [Vanilla Magic] (vanillamagic-1.11-0.21.0.3.jar)
UCHIJAAAAA xaerominimap{1.11.5} [Xaero's Minimap] (Xaeros_Minimap_1.11.5_Forge_1.11.jar)
Loaded coremods (and transformers):
CXLibraryCore (cxlibrary-1.11-1.3.0.jar)
cubex2.cxlibrary.CoreModTransformer
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.0.1.jar)
shetiphian.core.asm.ClassTransformer
Launched Version: forge-13.19.0.2186
LWJGL: 2.9.4
OpenGL: GeForce GT 720/PCIe/SSE2 GL version 4.5.0 NVIDIA 359.23, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz
I don't see anything that stands out as caused by JAPTA. Crash 1 is definitely not the Eater's fault, can't say what Crash 2 means at all. It could still be my fault, I've had to fix some weird issues in the past. Can you reproduce the issue in a more controlled environment?
I'll see what I can do. It might be a forge, actually additions or tesla essentials thing. Sorry if anything seemed directed at your mod as that was not my intention. Its just as yes 1.11 is still in beta and with mods trying to adjust to the moving of versions I thought I'd help out with bug finding as I have nothing else I wanted to do but create a survival and see how I go. But issues will happen.
Also what blocks from your mod can I use as a generator as I usually used your mod for RF, not Tesla (am getting into) or forge energy. I have a mod called Redstone flux arsenal and wanted to find a generator that I can power the power cabinets with RF and charge the tools with it. And yes I have tried another mod that also uses RF and it worked between with you mod and it so no issues there which is good. I'm still adjusting to your mod's blocks and now that I know about the guide-api book integration I can tell; but I thought I'd get an opinion from the author to be sure.
Again thanks for the feedback, I'll see what I can do to get it going again. Mostly the second crash was just loading the world with tesla essentials, mekfarm, actually additions for power transfer or tools and maybe something else. But the eater crash report I don't have sadly and was just me testing but its not a problem. I did try to use mekfarm with your fluid hoppers for water refilling which works. But I'll check again to be sure obviously and not going off what I think happened.
I do have video footage of me playing the mods but not done anything with it yet. Sadly no crash report for eater. I'll double check to be sure. Thanks again for replying and helping however you can. Its just I test in either a superflat or a survival house with the least amount of things done so I don't know but the video footage when I get around to it, and I might send the link when I'm ready (might be fixed by then who knows).
Also I play and record a private pack and show off mods to give them attention no server or any other intentions.