Ever felt that ender fluid conduits were not enough, but faster pipes from other mods left fewer connection options?
Well now with Stellar Fluid Conduits, you don't have to choose.
With 64x base speed, it will be enough for even the most demanding liquid handling while maintaining all the flexibility of conduits.
This mod requires Ender IO conduits and Endergy.
I could really use some help please.
---- Minecraft Crash Report ----
// Don't do that.
Time: 2021-11-29 00:27:45 CET
Description: Ticking block entity
java.lang.NoSuchMethodError: crazypants.enderio.conduits.conduit.liquid.AbstractLiquidConduit.getExternalFluidHandler(Lnet/minecraft/world/IBlockAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;)Lcom/enderio/core/common/fluid/IFluidWrapper;
at com.tfar.stellarfluidconduits.common.conduit.NetworkTank.<init>(NetworkTank.java:35)
at com.tfar.stellarfluidconduits.common.conduit.stellar.StellarFluidConduitNetwork.connectionChanged(StellarFluidConduitNetwork.java:39)
at com.tfar.stellarfluidconduits.common.conduit.stellar.StellarFluidConduit.setNetwork(StellarFluidConduit.java:201)
at crazypants.enderio.conduits.conduit.AbstractConduitNetwork.setNetwork(AbstractConduitNetwork.java:93)
at crazypants.enderio.conduits.conduit.AbstractConduitNetwork.init(AbstractConduitNetwork.java:67)
at crazypants.enderio.base.conduit.ConduitUtil.ensureValidNetwork(ConduitUtil.java:66)
at crazypants.enderio.conduits.conduit.AbstractConduit.updateNetwork(AbstractConduit.java:462)
at crazypants.enderio.conduits.conduit.AbstractConduit.updateEntity(AbstractConduit.java:397)
at crazypants.enderio.conduits.conduit.liquid.AbstractLiquidConduit.updateEntity(AbstractLiquidConduit.java:152)
at com.tfar.stellarfluidconduits.common.conduit.stellar.StellarFluidConduit.updateEntity(StellarFluidConduit.java:295)
at crazypants.enderio.conduits.conduit.TileConduitBundle.doUpdate(TileConduitBundle.java:339)
at com.enderio.core.common.TileEntityBase.update(TileEntityBase.java:49)
at net.minecraft.world.World.redirect$zce000$tileEntityUpdate(World.java:5137)
at net.minecraft.world.World.updateEntities(World.java:1838)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:279)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)
love the work your doing. I have added this to my mod pack and have added a link to this page. Here is the link to my mode pack if there are any mistakes please let me know.
lizards-and-things
Time: 2021-10-22 16:42:01 EEST
Description: Ticking block entity
java.lang.NoSuchMethodError: crazypants.enderio.conduits.conduit.liquid.AbstractLiquidConduit.getExternalFluidHandler(Lnet/minecraft/world/IBlockAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;)Lcom/enderio/core/common/fluid/IFluidWrapper;
at com.tfar.stellarfluidconduits.common.conduit.NetworkTank.<init>(NetworkTank.java:35)
at com.tfar.stellarfluidconduits.common.conduit.stellar.StellarFluidConduitNetwork.connectionChanged(StellarFluidConduitNetwork.java:39)
at com.tfar.stellarfluidconduits.common.conduit.stellar.StellarFluidConduit.setNetwork(StellarFluidConduit.java:201)
at crazypants.enderio.conduits.conduit.AbstractConduitNetwork.setNetwork(AbstractConduitNetwork.java:93)
at crazypants.enderio.conduits.conduit.AbstractConduitNetwork.init(AbstractConduitNetwork.java:67)
at crazypants.enderio.base.conduit.ConduitUtil.ensureValidNetwork(ConduitUtil.java:66)
at crazypants.enderio.conduits.conduit.AbstractConduit.updateNetwork(AbstractConduit.java:462)
at crazypants.enderio.conduits.conduit.AbstractConduit.updateEntity(AbstractConduit.java:397)
at crazypants.enderio.conduits.conduit.liquid.AbstractLiquidConduit.updateEntity(AbstractLiquidConduit.java:152)
at com.tfar.stellarfluidconduits.common.conduit.stellar.StellarFluidConduit.updateEntity(StellarFluidConduit.java:295)
at crazypants.enderio.conduits.conduit.TileConduitBundle.doUpdate(TileConduitBundle.java:339)
at com.enderio.core.common.TileEntityBase.update(TileEntityBase.java:49)
at net.minecraft.world.World.redirect$zbe000$tileEntityUpdate(World.java:4137)
at net.minecraft.world.World.updateEntities(World.java:1838)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)
Hello,
I have found a small bug, It seems the crafting icon/in hand icon is missing. Just shows the purple an black box. When placed however it looks as it should.
Picture:
In reply to YOYOK9:
same here
crash report with ender io 1.12.2-52.59
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 2020-07-04 15:29:40 BST
Description: Initializing game
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Stellar Fluid Conduits (stellarfluidconduits)
Caused by: java.lang.NoClassDefFoundError: com/tfar/stellarfluidconduits/common/network/PacketStellarFluidConduit
at com.tfar.stellarfluidconduits.common.network.PacketHandler.init(PacketHandler.java:16)
at com.tfar.stellarfluidconduits.StellarConduit.init(StellarConduit.java:78)
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:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
at net.minecraft.client.Minecraft.init(Minecraft.java:535)
at net.minecraft.client.Minecraft.run(Minecraft.java:3931)
at net.minecraft.client.main.Main.main(SourceFile:123)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.tfar.stellarfluidconduits.common.network.PacketStellarFluidConduit
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 42 more
Caused by: java.lang.VerifyError: class com.tfar.stellarfluidconduits.common.network.PacketStellarFluidConduit overrides final method toBytes.(Lio/netty/buffer/ByteBuf;)V
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 44 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 973023632 bytes (927 MB) / 3912237056 bytes (3731 MB) up to 5726797824 bytes (5461 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2854 75 mods loaded, 75 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 |
|:----- |:--------------------------------- |:------------------------ |:--------------------------------------------- |:---------------------------------------- |
| LCHI | minecraft | 1.12.2 | minecraft.jar | None |
| LCHI | mcp | 9.42 | minecraft.jar | None |
| LCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2854.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHI | forge | 14.23.5.2854 | forge-1.12.2-14.23.5.2854.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHI | jei | 4.15.0.296 | jei_1.12.2-4.15.0.296.jar | None |
| LCHI | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
| LCHI | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
| LCHI | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
| LCHI | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
| LCHI | endercore | 1.12.2-0.5.76 | EnderCore-1.12.2-0.5.76.jar | None |
| LCHI | enderio | 5.2.59 | EnderIO-1.12.2-5.2.59.jar | None |
| LCHI | enderiointegrationtic | 5.2.59 | EnderIO-1.12.2-5.2.59.jar | None |
| LCHI | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
| LCHI | conarm | 1.2.5.9 | conarm-1.12.2-1.2.5.9.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LCHI | armoryexpansion | 1.4.2 | armoryexpansion-1.4.2.jar | None |
| LCHI | armoryexpansion-custommaterials | 1.4.2 | armoryexpansion-1.4.2.jar | None |
| LCHI | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCHI | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None |
| LCHI | armoryexpansion-iceandfire | 1.4.2 | armoryexpansion-1.4.2.jar | None |
| LCHI | armoryexpansion-matteroverdrive | 1.4.2 | armoryexpansion-1.4.2.jar | None |
| LCHI | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
| LCHI | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHI | refinedstorage | 1.6.16 | refinedstorage-1.6.16.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LCHI | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None |
| LCHI | connectedglass | 1.0.6 | connectedglass-1.0.6-mc1.12.jar | None |
| LCHI | enderiobase | 5.2.59 | EnderIO-1.12.2-5.2.59.jar | None |
| LCHI | enderioconduits | 5.2.59 | EnderIO-1.12.2-5.2.59.jar | None |
| LCHI | enderioconduitsappliedenergistics | 5.2.59 | EnderIO-1.12.2-5.2.59.jar | None |
| LCHI | enderioconduitsopencomputers | 5.2.59 | EnderIO-1.12.2-5.2.59.jar | None |
| LCHI | enderioconduitsrefinedstorage | 5.2.59 | EnderIO-1.12.2-5.2.59.jar | None |
| LCHI | enderiointegrationforestry | 5.2.59 | EnderIO-1.12.2-5.2.59.jar | None |
| LCHI | enderiointegrationticlate | 5.2.59 | EnderIO-1.12.2-5.2.59.jar | None |
| LCHI | enderiomachines | 5.2.59 | EnderIO-1.12.2-5.2.59.jar | None |
| LCHI | enderiopowertools | 5.2.59 | EnderIO-1.12.2-5.2.59.jar | None |
| LCHI | enderioendergy | 5.2.59 | EnderIO-endergy-1.12.2-5.2.59.jar | None |
| LCHI | enderiozoo | 5.2.59 | EnderIO-zoo-1.12.2-5.2.59.jar | None |
| LCHI | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHI | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
| LCHI | environmentalmaterials | @EM_VERSION@ | environmentalmaterials-1.12.2-1.0.20.1.jar | None |
| LCHI | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None |
| LCHI | etlunar | 1.12.2-2.0.20.1 | etlunar-1.12.2-2.0.20.1.jar | None |
| LCHI | facadepainter | @VERSION@ | FacadePainter-1.12.2-1.0.0-RC3.jar | None |
| LCHI | fasterladderclimbing | 0.1-146 | FasterLadderClimbing-1.12-0.1-146.jar | None |
| LCHI | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
| LCHI | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
| LCHI | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
| LCHI | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None |
| LCHI | gasconduits | 1.12.2-1.2.3 | GasConduits-1.12.2-1.2.3.jar | None |
| LCHI | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LCHI | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
| LCHI | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None |
| LCHI | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None |
| LCHI | moartinkers | 0.6.0 | moartinkers-0.6.0.jar | None |
| LCHI | moreoverlays | 1.15.1 | moreoverlays-1.15.1-mc1.12.2.jar | None |
| LCHI | nevokacore | 1.0.2 | nevoka-core-1.0.2.jar | None |
| LCHI | overpoweredarmorbar | @VERSION@ | overloadedarmorbar-1.0.4g.jar | None |
| LCHI | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
| LCHI | plustic | 8.0.1.0 | plustic-8.0.1.0.jar | None |
| LCHI | reborncore | 3.19.4.529 | RebornCore-1.12.2-3.19.4.529-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LCHI | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.4.1.jar | None |
| LCHI | refinedstorageaddons | 0.4.5 | refinedstorageaddons-0.4.5.jar | None |
| LCHE | stellarfluidconduits | 1.12.2-1.0.0 | stellarfluidconduit-1.12.2-1.0.2a.jar | None |
| LCH | taiga | 1.12.2-1.3.3 | taiga-1.12.2-1.3.4.jar | None |
| LCH | tinkersarsenal | 1.0.0 | tinkersarsenal-0.6.0.jar | None |
| LCH | tcomplement | 1.12.2-0.4.3 | TinkersComplement-1.12.2-0.4.3.jar | None |
| LCH | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
| LCH | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
| LCH | tp | 3.2.34 | tinyprogressions-1.12.2-3.3.34-Release.jar | None |
| LCH | totaltinkers | 0.5.1 | totaltinkers-0.5.1.jar | None |
| LCH | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
| LCH | vanillafix | 1.0.10-150 | VanillaFix-1.0.10-150.jar | None |
| LCH | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
| LCH | wawla | 2.6.275 | Wawla-1.12.2-2.6.275.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH | morerefinedstorage | 1.1.9 | morerefinedstorage-1.1.9.jar | d68758e79dc66e96a127d04bc039f1ec860a1537 |
| LCH | armoryexpansion-conarm | 1.4.2 | armoryexpansion-1.4.2.jar | None |
Loaded coremods (and transformers): llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
VanillaFixLoadingPlugin (VanillaFix-1.0.10-150.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
mekanism.coremod.KeybindingMigrationHelper
iceandfire (iceandfire-1.9.1-1.12.2.jar)
com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.5059' Renderer: 'Intel(R) HD Graphics 4000'
Ender IO: No known problems detected.
Authlib is : /C:/Users/vente/Twitch/Minecraft/Install/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
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)
- wailaIntegration (Enabled/Not Forced)
Pulsar/tcomplement loaded Pulses: - ModuleCommons (Enabled/Forced)
- ModuleMelter (Enabled/Not Forced)
- ModuleArmor (Enabled/Not Forced)
- ModuleSteelworks (Enabled/Not Forced)
- ChiselPlugin (Enabled/Not Forced)
- ToolLevelingPlugin (Enabled/Not Forced)
- Oredict (Enabled/Forced)
RebornCore: Plugin Engine: 0
RebornCore Version: 3.19.4.529
Runtime Debofucsation 1
RenderEngine: 0
Suspected Mods: Stellar Fluid Conduits (stellarfluidconduits)
Launched Version: forge-14.23.5.2854
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.5059, Intel
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: Yes
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-3340M CPU @ 2.70GHz
Crash with Ender IO 5.2.59
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 2020-06-29 19:27:22 GMT+08:00
Description: Initializing game
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Stellar Fluid Conduits (stellarfluidconduits)
Caused by: java.lang.NoClassDefFoundError: com/tfar/stellarfluidconduits/common/network/PacketStellarFluidConduit
at com.tfar.stellarfluidconduits.common.network.PacketHandler.init(PacketHandler.java:16)
at com.tfar.stellarfluidconduits.StellarConduit.init(StellarConduit.java:78)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
at net.minecraft.client.Minecraft.init(Minecraft.java:535)
at net.minecraft.client.Minecraft.run(Minecraft.java:3931)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
Caused by: java.lang.ClassNotFoundException: com.tfar.stellarfluidconduits.common.network.PacketStellarFluidConduit
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 50 more
Caused by: java.lang.VerifyError: class com.tfar.stellarfluidconduits.common.network.PacketStellarFluidConduit overrides final method toBytes.(Lio/netty/buffer/ByteBuf;)V
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 52 more
Gas Conduits also encountered the same problem, but it has been fixed:https://github.com/pupnewfster/GasConduits/issues/7
Any chance of this being updated?
Thanks, appreciated!
Hey, had a bug report on my issue tracker and just tested it, seems when a Stellar Fluid Conduit is broken, it drops an Ender Fluid Conduit instead of itself:
https://www.curseforge.com/minecraft/modpacks/awakening/issues/970
In reply to theshadowake:
resolved
Absolutely love the mod, any chance you'll be able to create stellar item conduits as well?
In reply to AGamer457:
Not possible due to how the item transferring works, anything over a stack at a time causes problems.
In reply to Forge_User_58902600:
also impossible to do without doing hacky, hacky things that probably won't work because 64 is hardcoded everywhere.
New question, may we have the stellar version of the mekanism gas conduits addon?
In reply to AGamer457:
Maybe ask the gas conduits dev to do that, i feel like that would cross things over in a weird way