Giter Site home page Giter Site logo

fluidconverters's People

Contributors

imgbotapp avatar immortaleeb avatar jack-mckalling avatar rubensworks avatar runesmacher avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fluidconverters's Issues

Null pointers in packet handling when placing fluid converter

[19:02:20] [Client thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_31]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_31]
at net.minecraft.util.Util.runTask(Util.java:23) [Util.class:?]
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1070) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:380) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:116) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_31]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_31]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_31]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_31]
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
at GradleStart.main(GradleStart.java:26) [start/:?]
Caused by: java.lang.NullPointerException
at net.minecraft.client.network.NetHandlerPlayClient.handleUpdateTileEntity(NetHandlerPlayClient.java:1282) ~[NetHandlerPlayClient.class:?]
at net.minecraft.network.play.server.S35PacketUpdateTileEntity.processPacket(S35PacketUpdateTileEntity.java:55) ~[S35PacketUpdateTileEntity.class:?]
at net.minecraft.network.play.server.S35PacketUpdateTileEntity.processPacket(S35PacketUpdateTileEntity.java:12) ~[S35PacketUpdateTileEntity.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15) ~[PacketThreadUtil$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_31]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_31]
at net.minecraft.util.Util.runTask(Util.java:22) ~[Util.class:?]
... 15 more

[1.12.2] Bug: Wrong behaviour?

Using the same setup seen on the Curse page screenshots with only Buildcraft 7.99.13 and recipe lavawater.

  1. If you pump Lava from one side you need to have a Bucket of Water to mark the output? That seems counterintuitive, if i need to convert from two different fluids, most likely I don't have the output one at hand.

  2. If you pump Lava and mark Lava as an output, you get Lava? Why? It should not output anything. The conversion is between Lava and Water and vice versa.

  3. You have to mark either the up or down faces to get any output, even if the output is in any other side.

  4. Not necesserily a bug, but you can't get more than one output at the same time. It should be able to handle more than one output with a round-robin algorithm.

  5. Possibly a suggestion, can you include the rate of the conversion per recipe?

Current Versions:

  • This mod: 2.2.8
  • CyclopsCore: 0.11.0
  • Minecraft: 1.12.2
  • Forge: 1.12.2-14.23.1.2562

Evilcraft blood to Life essence

IM unable to convert anything from the fluid converter. It will fill with blood but not process it. Ive even clicked the wanted output side with a bucket of life essence and nothing happens. The buffer of the block is full.
Unable to even convert life essence into evilcraft blood when I do right click a side with the appropriete blood bucket all I get in my chat is

"fluid group:Blood to Life
fluid group:Blood to Life"

from a single click

Also the auto config for blood didint even show Life essence ingame for the converter until I changed the name "life essence" to "lifeessence" which caused the recipe to show. might be worth to change that

Heres my blood.json

{
"groupId": "blood",
"groupName": "Blood to Life",
"fluidElements": [
{
"fluidName": "evilcraftblood",
"value": 1.0
},
{
"fluidName": "lifeessence",
"value": 2.0
}
],
"lossRatio": 0.5,
"hasRecipe": true,
"hasDefaultRecipe": true
}

No "/getfluids" command

As the title suggests, it doesn't show in the the server help or recognizes the command at all.

sorry if this is bothering you

Scalda

You have to mark either the north and west faces to get any output

Issue type:

  • ๐Ÿ› Bug

Short description:

The fluid input is from east.
You have to mark either the north and west faces to get north output

if you dont mark the west face there is not output to north. (the opossite face, west , must be marked).


Versions:

  • This mod: FluidConverters-1.12.2-2.2.10
  • Minecraft: 1.12.2
  • Forge: forge-1.12.2-14.23.5.2808

Captura

Port fluid retrieval command

For getting a nice list of all registered fluids and their id.
This is useful for modpack authors, so this must be implemented.

Crashed my server on load

Hi,

I installed this mod earlier after getting the link from reddit and it has caused a crash on my server

here is the link to the pastebin for the crash report http://pastebin.com/p6FiVvWX

I'm sure its something i have done wrong but i cant see what it could

Thanks in advance

Scalda

Before 1.0

  • Add version checking support
  • Add analytics
  • Add travis builds

Complete texture rendering

  • Render fluid icons for set fluid outputs
  • Texture of fluid converter block should adept to colors of the fluid group
  • Handle proper item rendering
  • Texture of fluid converter item should show color of fluid group

Emit light

Emit light level of average configured fluid sides.

Crash

wtf? I can't even run the game

[14:38:36] [Client thread/ERROR] [FML]: The following problems were captured during this phase
[14:38:36] [Client thread/ERROR] [FML]: Caught exception from fluidconverters
java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_545_null.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) ~[brg.class:?]
at org.cyclops.fluidconverters.FluidColorAnalyzer$.readIcon(FluidColorAnalyzer.scala:122) ~[FluidColorAnalyzer$.class:?]
at org.cyclops.fluidconverters.FluidColorAnalyzer$.calculateAverageColor(FluidColorAnalyzer.scala:81) ~[FluidColorAnalyzer$.class:?]
at org.cyclops.fluidconverters.FluidColorAnalyzer$.init(FluidColorAnalyzer.scala:26) ~[FluidColorAnalyzer$.class:?]
at org.cyclops.fluidconverters.FluidConverters$.postInit(FluidConverters.scala:59) ~[FluidConverters$.class:?]
at org.cyclops.fluidconverters.FluidConverters.postInit(FluidConverters.scala) ~[FluidConverters.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[forge-1.7.10-10.13.0.1205-universal.jar:?]
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-16.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-16.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[forge-1.7.10-10.13.0.1205-universal.jar:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[forge-1.7.10-10.13.0.1205-universal.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-16.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-16.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:165) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 9/26/14 2:38 PM
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_545_null.png
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:695)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:134)
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:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.io.FileNotFoundException: minecraft:textures/blocks/MISSING_ICON_BLOCK_545_null.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55)
at org.cyclops.fluidconverters.FluidColorAnalyzer$.readIcon(FluidColorAnalyzer.scala:122)
at org.cyclops.fluidconverters.FluidColorAnalyzer$.calculateAverageColor(FluidColorAnalyzer.scala:81)
at org.cyclops.fluidconverters.FluidColorAnalyzer$.init(FluidColorAnalyzer.scala:26)
at org.cyclops.fluidconverters.FluidConverters$.postInit(FluidConverters.scala:59)
at org.cyclops.fluidconverters.FluidConverters.postInit(FluidConverters.scala)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
... 18 more

Fluid transfer stopping

Was a bit finicky to get started eventually it started going through. But whenever the output tanks fill then later become empty it wont work again until I remove the input pipes then place them down again. Even if I remove the fluid block itself and place it back. I have Mekanism pipes set up in it but when it stopped I tried Actually additions fluid laser relays with no effect Same with Extra utilities fluid transfer nodes. the only way to get it working again is by re-placing mekanism pipes

Below are pictures of my setup.

2017-06-18_13 35 52
2017-06-18_13 39 03
2017-06-18_13 40 08
2017-06-18_13 40 27

When this happens the buffer usually has around 80/1000 in it. So it might be freezing or getting stuck if the flow stops. otherwise if it continually flows its fine

2017-06-18_13 42 13

Open Features

A list of features that will be implemented.

  • Also color blocks in inventory icon. (set color via tesselator?)
  • Configurable recipes (Use minetweaker if you really want to do this)
  • WAILA support.
  • /getfluids server-side
  • /getfluids also show (un)localized names

[1.7.10] What Should I do to make fluid converters work with Mekanism Liquids

Issue type:

  • โ“ Question
    What Should I do to fix this fluid problem?

Question:

I've been playing with the latest version of Fluid Converters for 1.7.10. I use this mod to unify some common liquids, for example chlorine (Reactorcraft) and chlorine (Minechem), but when I try to add Liquid Chlorine (Mekanism) as the output in the fluid converter, nothing happens.
Liquid doesn't show up, I tried using different fluid handlers from various mods (Tanks by Mekanism, Tank by Thermal Expansion, Canisters by Pressurized Tubes, Reservoirs by RotaryCraft, Tanks by Buildcraft, Tanks by Galacticraft, Universal Cell by IC2 Exp...). I figured that maybe it is because Mekanism doesn't provide a vanilla bucket and also a placeable fluid. OmniFluids mod does this two things, it adds placeable fluids and a omnibucket. But even with this two features implemented, output selection in the fluid converter will not work.

Strange thing is that when you pump in the Mekanism liquids to obtain some other fluid, the converter will work:

2019-10-13_19 16 58

But it will not work viceversa

Crash during startup: NullPointerException: Rendering ingredient

---- Minecraft Crash Report ----

WARNING: coremods are present:
ForgelinPlugin (Forgelin-1.5.1.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-69.jar)
Contact their authors BEFORE contacting forge

// Would you like a cupcake?

Time: 8/4/17 8:29 AM
Description: Rendering ingredient

java.lang.NullPointerException: Rendering ingredient
at org.cyclops.cyclopscore.client.model.DynamicBaseModel.addColoredBakedQuad(DynamicBaseModel.java:145)
at org.cyclops.fluidconverters.client.model.ModelFluidConverter.getGeneralQuads(ModelFluidConverter.java:85)
at org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel.func_188616_a(DynamicItemAndBlockModel.java:50)
at net.minecraft.client.renderer.RenderItem.func_191967_a(RenderItem.java:122)
at net.minecraft.client.renderer.RenderItem.func_191961_a(RenderItem.java:106)
at mezz.jei.render.GuiIngredientFast.renderItemAndEffectIntoGUI(GuiIngredientFast.java:139)
at mezz.jei.render.GuiIngredientFast.renderItemAndEffectIntoGUI(GuiIngredientFast.java:112)
at mezz.jei.render.GuiIngredientFastList.render(GuiIngredientFastList.java:169)
at mezz.jei.gui.overlay.IngredientGrid.draw(IngredientGrid.java:141)
at mezz.jei.gui.overlay.IngredientListOverlay.drawScreen(IngredientListOverlay.java:174)
at mezz.jei.gui.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:74)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_709_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:575)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:616)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:349)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1115)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1117)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Client thread
Stacktrace:
at org.cyclops.cyclopscore.client.model.DynamicBaseModel.addColoredBakedQuad(DynamicBaseModel.java:145)
at org.cyclops.fluidconverters.client.model.ModelFluidConverter.getGeneralQuads(ModelFluidConverter.java:85)
at org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel.func_188616_a(DynamicItemAndBlockModel.java:50)
at net.minecraft.client.renderer.RenderItem.func_191967_a(RenderItem.java:122)
at net.minecraft.client.renderer.RenderItem.func_191961_a(RenderItem.java:106)

-- Ingredient being rendered --
Details:
Ingredient Mod: FluidConverters
Ingredient Info: 1xtile.blocks.fluidconverters.fluidconverter@0 fluidconverters:fluidconverter nbt:{fluidGroupRef:{fluidGroupId:"blood"}}
Stacktrace:
at mezz.jei.render.GuiIngredientFast.createRenderIngredientException(GuiIngredientFast.java:399)
at mezz.jei.render.GuiIngredientFast.renderItemAndEffectIntoGUI(GuiIngredientFast.java:114)
at mezz.jei.render.GuiIngredientFastList.render(GuiIngredientFastList.java:169)
at mezz.jei.gui.overlay.IngredientGrid.draw(IngredientGrid.java:141)
at mezz.jei.gui.overlay.IngredientListOverlay.drawScreen(IngredientListOverlay.java:174)
at mezz.jei.gui.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:74)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_709_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:575)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:616)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:349)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1115)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1117)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
Mouse location: Scaled: (256, 191). Absolute: (512, 384)
Screen size: Scaled: (512, 384). Absolute: (1024, 768). Scale factor of 2

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Lothrazar'/67, l='MpServer', x=-601.83, y=4.00, z=-72.82]]
Chunk stats: MultiplayerChunkCache: 600, 600
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-606,4,-83), Chunk: (at 2,0,13 in -38,-6; contains blocks -608,0,-96 to -593,255,-81), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
Level time: 136645 game time, 1045 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 24 total; [EntityItem['item.item.immersiveengineering.material.hemp_fiber'/32, l='MpServer', x=-623.75, y=3.94, z=-58.60], EntityPig['Pig'/33, l='MpServer', x=-577.51, y=4.00, z=-108.50], EntityHorse['Horse'/34, l='MpServer', x=-545.81, y=4.00, z=-143.69], EntityPig['Pig'/35, l='MpServer', x=-546.39, y=4.00, z=-79.25], EntityItem['item.item.egg'/36, l='MpServer', x=-547.58, y=4.00, z=-50.30], EntityChicken['Chicken'/37, l='MpServer', x=-544.65, y=4.00, z=-39.19], EntityItem['item.item.egg'/38, l='MpServer', x=-547.01, y=4.00, z=-33.96], EntityHorse['Horse'/39, l='MpServer', x=-538.90, y=4.00, z=-87.92], EntityPig['Pig'/40, l='MpServer', x=-541.89, y=4.00, z=-89.47], EntityPig['Pig'/41, l='MpServer', x=-528.36, y=4.00, z=-64.78], EntityChicken['Chicken'/42, l='MpServer', x=-540.83, y=4.00, z=-42.92], EntityPig['Pig'/43, l='MpServer', x=-540.01, y=4.00, z=-19.79], EntityPig['Pig'/46, l='MpServer', x=-524.01, y=4.00, z=-98.58], EntityPig['Pig'/49, l='MpServer', x=-525.71, y=4.00, z=-61.62], EntityPlayerSP['Lothrazar'/67, l='MpServer', x=-601.83, y=4.00, z=-72.82], EntityPig['Pig'/20, l='MpServer', x=-667.66, y=4.00, z=-141.72], EntitySheep['Sheep'/21, l='MpServer', x=-663.81, y=4.00, z=-90.72], EntityChicken['Chicken'/23, l='MpServer', x=-644.81, y=4.00, z=-108.87], EntitySheep['Sheep'/24, l='MpServer', x=-640.53, y=4.00, z=-112.40], EntityCow['Cow'/25, l='MpServer', x=-651.77, y=4.00, z=-95.83], EntityPig['Pig'/26, l='MpServer', x=-649.34, y=4.00, z=-45.76], EntityPig['Pig'/28, l='MpServer', x=-638.62, y=4.00, z=-35.72], EntityCow['Cow'/30, l='MpServer', x=-620.80, y=4.00, z=-126.02], EntityItem['item.item.immersiveengineering.seed.hemp'/31, l='MpServer', x=-623.23, y=3.94, z=-58.84]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server

-- System Details --
Details:
Minecraft Version: 1.12
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: 1020818952 bytes (973 MB) / 2540941312 bytes (2423 MB) up to 4277534720 bytes (4079 MB)
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.40 Powered by Forge 14.21.1.2420 47 mods loaded, 47 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA minecraft{1.12} [Minecraft] (minecraft.jar)
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.1.2420.jar)
UCHIJAAAA forge{14.21.1.2420} [Minecraft Forge] (forge-1.12-14.21.1.2420.jar)
UCHIJAAAA securitycraft{v1.8.2.3-hotfix} [SecurityCraft] ([1.12] SecurityCraft v1.8.2.3-hotfix.jar)
UCHIJAAAA actuallyadditions{1.12-r117} [Actually Additions] (ActuallyAdditions-1.12-r117.jar)
UCHIJAAAA bdlib{1.14.1.5} [BD Lib] (bdlib-1.14.1.5-mc1.12.jar)
UCHIJAAAA biomesoplenty{7.0.0.2291} [Biomes O' Plenty] (BiomesOPlenty-1.12-7.0.0.2291-universal.jar)
UCHIJAAAA chameleon{1.12-4.1.3} [Chameleon] (Chameleon-1.12-4.1.3.jar)
UCHIJAAAA codechickenlib{3.1.1.288} [CodeChicken Lib] (CodeChickenLib-1.12-3.1.1.288-universal.jar)
UCHIJAAAA redstoneflux{2.0.1} [Redstone Flux] (RedstoneFlux-1.12-2.0.1.2-universal.jar)
UCHIJAAAA cofhcore{4.3.3} [CoFH Core] (CoFHCore-1.12-4.3.3.11-universal.jar)
UCHIJAAAA cofhworld{1.0.0} [CoFH World] (CoFHWorld-1.12-1.0.0.6-universal.jar)
UCHIJAAAA forgecreeperheal{1.3.0} [[Unofficial] Forge Creeper Heal] (creeperheal-1.12-1.3.1.jar)
UCHIJAAAA jei{4.7.3.78} [Just Enough Items] (jei_1.12-4.7.3.78.jar)
UCHIJAAAA cyclicmagic{1.7.1} [Cyclic] (Cyclic-1.12-1.7.2.jar)
UCHIJAAAA cyclopscore{0.10.10} [Cyclops Core] (CyclopsCore-1.12-0.10.10.jar)
UCHIJAAAA embers{0.221} [Embers] (embers-0.221.jar)
UCHIJAAAA evilcraft{0.10.30} [EvilCraft] (EvilCraft-1.12-0.10.30.jar)
UCHIJAAAA evilcraftcompat{1.0.0} [EvilCraft-Compat] (EvilCraft-1.12-0.10.30.jar)
UCHIJAAAA fluidconverters{2.2.5} [FluidConverters] (FluidConverters-1.12-2.2.5.jar)
UCHIJAAAA ic2{2.8.14-ex112} [IndustrialCraft 2] (industrialcraft-2-2.8.14-ex112.jar)
UCHIJAAAA forestry{5.5.0.154} [Forestry] (forestry_1.12-5.5.0.154.jar)
UCHIJAAAA forgelin{1.5.1} [Shadowfacts' Forgelin] (Forgelin-1.5.1.jar)
UCHIJAAAA mantle{1.12-1.3.1.18} [Mantle] (Mantle-1.12-1.3.1.18.jar)
UCHIJAAAA tconstruct{1.12-2.7.2.15} [Tinkers' Construct] (TConstruct-1.12-2.7.2.15.jar)
UCHIJAAAA immersiveengineering{0.12-69} [Immersive Engineering] (ImmersiveEngineering-0.12-69.jar)
UCHIJAAAA immersivepetroleum{1.1.2} [Immersive Petroleum] (immersivepetroleum-1.12-1.1.2.jar)
UCHIJAAAA tesla{1.0.60} [TESLA] (Tesla-1.12-1.0.60.jar)
UCHIJAAAA teslacorelib{1.12-1.0.5} [Tesla Core Lib] (tesla-core-lib-1.12-1.0.5.jar)
UCHIJAAAA industrialforegoing{1.11.2-1.1} [Industrial Foregoing] (industrialforegoing-1.12-1.1-23.jar)
UCHIJAAAA mob_grinding_utils{0.3.2} [mob_grinding_utils] (MobGrindingUtils-0.3.2.jar)
UCHIJAAAA natura{1.12-4.3.0.10} [Natura] (Natura-1.12-4.3.0.10.jar)
UCHIJAAAA samsocean{1.0.1} [Ocean Floor Classic] (OceanFloor-1.12-1.0.1.jar)
UCHIJAAAA powerinventory{2.3.1} [Overpowered Inventory] (OverpoweredInventory-1.12-2.3.1.jar)
UCHIJAAAA harvestcraft{1.12b} [Pam's HarvestCraft] (Pam's HarvestCraft 1.12b.jar)
UCHIJAAAA pressure{1.3.1.1} [Pressure Pipes] (pressure-1.3.1.1-mc1.12.jar)
UCHIJAAAA roots{0.025} [Roots 2] (roots-2-0.025.jar)
UCHIJAAAA rustic{0.4.1} [Rustic] (rustic-0.4.1.jar)
UCHIJAAAA similsaxtranstructors{1.12-1.0.21} [Similsax Transtructors] (SimilsaxTranstructors-1.12-1.0.22.jar)
UCHIJAAAA storagenetwork{1.0.0} [Simple Storage Network] (SimpleStorageNetwork-1.12-1.0.13.jar)
UCHIJAAAA storagedrawers{1.12-5.2.5} [Storage Drawers] (StorageDrawers-1.12-5.2.9.jar)
UCHIJAAAA thermalfoundation{2.3.3} [Thermal Foundation] (ThermalFoundation-1.12-2.3.3.10-universal.jar)
UCHIJAAAA thermalcultivation{0.1.0} [Thermal Cultivation] (ThermalCultivation-1.12-0.1.0.5-universal.jar)
UCHIJAAAA thermaldynamics{2.3.3} [Thermal Dynamics] (ThermalDynamics-1.12-2.3.3.10-universal.jar)
UCHIJAAAA thermalexpansion{5.3.3} [Thermal Expansion] (ThermalExpansion-1.12-5.3.3.15-universal.jar)
UCHIJAAAA teslacoreregistries{1.12-1.0.5} [Tesla Core Registries] (tesla-core-lib-1.12-1.0.5.jar)
Loaded coremods (and transformers):
ForgelinPlugin (Forgelin-1.5.1.jar)

IELoadingPlugin (ImmersiveEngineering-0.12-69.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 381.65' Renderer: 'GeForce GT 730/PCIe/SSE2'
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)

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-r117.jar
	* cofhapi (2.0.0) from CoFHCore-1.12-4.3.3.11-universal.jar
	* cofhapi|block (2.0.0) from CoFHCore-1.12-4.3.3.11-universal.jar
	* cofhapi|core (2.0.0) from CoFHCore-1.12-4.3.3.11-universal.jar
	* cofhapi|item (2.0.0) from CoFHCore-1.12-4.3.3.11-universal.jar
	* cofhapi|tileentity (2.0.0) from CoFHCore-1.12-4.3.3.11-universal.jar
	* cofhapi|util (2.0.0) from CoFHCore-1.12-4.3.3.11-universal.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|arboriculture (4.2.1) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|climate (2.1.0) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|core (5.1.0) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|farming (2.2.0) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|food (1.1.0) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|genetics (4.7.1) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|greenhouse (5.2.0) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.12-5.5.0.154.jar
	* ForestryAPI|world (2.1.0) from forestry_1.12-5.5.0.154.jar
	* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-69.jar
	* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-69.jar
	* JustEnoughItemsAPI (4.13.0) from jei_1.12-4.7.3.78.jar
	* pressureAPI (1.3.1.1) from pressure-1.3.1.1-mc1.12.jar
	* SecurityCraftAPI (1.2.1) from [1.12] SecurityCraft v1.8.2.3-hotfix.jar
	* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12-5.2.9.jar
	* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12-5.2.9.jar
	* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12-5.2.9.jar
	* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12-5.2.9.jar
	* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12-5.2.9.jar
	* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12-5.2.9.jar
Launched Version: forge-14.21.1.2420
LWJGL: 2.9.4
OpenGL: GeForce GT 730/PCIe/SSE2 GL version 4.5.0 NVIDIA 381.65, 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: 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: 8x Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz

Doesn't work after Forge/Java update

Issue type:

  • ๐Ÿ› Bug

Short description:

After updating to forge1.12.2-14.23.2.2625 fluid converters stopped working.

Expected behaviour:

Source fluid travels through the FluidConverter and new fluid travels out of it.

Actual behaviour:

Nothing happens.

Steps to reproduce the problem:

  1. Add simple recipe to the config\fluidcoverters folder
    e.g. https://pastebin.com/TW5tkti6

  2. Setup FluidConverter block with water on top and lava on the side and with some type of fluid transport.
    Integrated Dyanmics - https://i.imgur.com/RsRIydR.png
    Thermal Expansion - https://i.imgur.com/8baFbAW.png

  3. Observe nothing happens.


Versions:

Exact versions of the following mods, not just latest.

  • This mod: 1.12.2-2.2.8
  • CyclopsCore: 1.12.2-0.11.5
  • Minecraft: 1.12.2
  • Forge: 1.12.2-14.23.2.2625
  • Java: 8 update 161 (build 1.8.0_161-b12)

Log file:

fml-client-latest.log - https://pastebin.com/KS0dnCE5
latest.log - https://pastebin.com/VMi7EdHa

[1.12] Default recipe missing

FluidConverters-1.12-2.2.6

Using default config for blood.json with EvilCraft and Tinker's Construct loaded.

  ],
  "hasRecipe": true,
  "hasDefaultRecipe": true
}

No recipe in JEI. Assembling the default recipe on the wiki using a blood bucket from either mod does not produce a recipe output.


Aside: The example configs blood.json and example.json.template contain an element hasRecipe, which looks like it was removed here. Can you update the examples to the newest config format? Thanks.

Steam from different mods

Issue type:

  • โ“ Question

Question:

I am trying to make a converter from IC2's steam and superheated steam to Railcraft steam (or vice versa). Is this possible?
My json look like this: https://pastebin.com/XW1nBhXN
The log says this: https://pastebin.com/Au6KJkmS

When I am ingame I can give myself the items with the command:
/give player railcraft:steam (this works for all the steams in the json...)

Converter stop to working as soon as the output is full

Short description:

Expected behaviour:

when the tank / fluiduct / mechanical pipe at the output of the converter fills completely
make the conversion stop and as soon as you have space start converting again

Actual behaviour:

when the tank / fluiduct / mechanical pipe at the output of the converter fills completely
causes the converter buffer to become partially full and thus causes the conversion to stop.

Steps to reproduce the problem:

  1. make a converter draw directly to a tank or pipe (mekanism, thermal dynamics or pressures pipe tank)
  2. break the pipe / tank before filling completely
  3. the converter buffer on waila appears something like 99.666664
  4. You can not extract anything anymore.

Versions:

  • This mod: 1.12-2.2.7
  • CyclopsCore: 1.12.2-0.10.23
  • Minecraft: 1.12.2
  • Forge: 14.23.0.2549

Log file:

does not have log

Print:

2017-11-21_20 17 51

Default Blood

To test this mod out I decided to try the default blood config you added and I found that nothing I do can change the converter to output, and Im not even sure things are being inputed.
I have two of the three bloods, Tcon's and Blood Magics.

I rightclick the converters with a bucket of each and nothing happens or changes.

Im going to make a custom config and see if that doesnt work as well, and enable the lava aqua one to test.

Also, I do not use buildcrap, so I wonder if its also the pipes?

UPDAT: It seems like its only the blood one not working, however, this experience one I made is not registering.
Also, when I comment out or straight up delete the blood.json, it comes back.

Don't reinvent the wheel

CyclopsCore/Forge has several features built in that save a lot of the work I'm doing manually at the moment.
In particular look at the following things:

  • ItemBlockNBT saves NBT to tile entities automatically.
  • Parsing of json files using GSON could probably be done prettier.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.