ZZZank

Results 35 comments of ZZZank

That's great, Thank you!

Immersive Engineering itself also adds a fluid ingredient type: ```json { "amount": 1000, "tag": "forge:creosote", "type": "immersiveengineering:fluid" }, ``` It should allow batch crafting in crafting table, while also keeps...

This PR seems to break Nothirium's current compatibility with OptiFine. I built a .jar myself, and when I tried to use it along with Optifine, the game will crash on...

It seems that the compatibility issue introduced by this PR (see my last comment) is actually pretty easy to fix. An additional null check is enough for fixing this. See...

given that there have been at least 4 people reaching out to me to ask how to build this PR with my minor fix, I'm providing an example build at...

My bad. It's not crashing on my side because I was using my own fork when testing. I've uploaded my changes to Github, and there's a prebuilt jar avaliable in...

my [PR to Scalar](https://github.com/CleanroomMC/Scalar/pull/2) has been merged, better wait for a new version of Scalar instead of using my fork :)

I made some tests days ago, and found that `hasIdenticalParentMethod` goes wrong when checking generic types. For `RecipeFilter`, getGenericReturnType() will return proper return type, but for `Predicate`, it's returning `Object`...

please remove Lucky Block and try again ``` [19:16:40] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:651]: at mod.lucky.world.LuckyTickHandler.onClientTick(LuckyTickHandler.java:44) [19:16:40] [Client thread/INFO]: [java.lang.Throwable:printStackTrace:651]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2163_LuckyTickHandler_onClientTick_ClientTickEvent.invoke(.dynamic) ```

you seem to be using Phosphor/Hesperus together with Optifine, both of which are not recommended, so please remove them amd try again. Also, there's nothing fatal about advancement, those errors...