Jais Djurhuus-Kempel

Results 68 comments of Jais Djurhuus-Kempel

**Inspiration** Thermal: https://github.com/KingLemming/1.16/blob/main/CoFHCore/src/main/java/cofh/lib/util/recipes/RecipeJsonUtils.java#L95 Tinkers Construct (Mantle): https://github.com/SlimeKnights/Mantle/blob/1.16/src/main/java/slimeknights/mantle/recipe/ItemOutput.java#L71 MA: https://github.com/BlakeBr0/MysticalAgriculture/blob/1.16/src/main/java/com/blakebr0/mysticalagriculture/crafting/recipe/InfusionRecipe.java#L86 Mystical Agriculture looks to be the simplest. GitHubKingLemming/1.16Contribute to KingLemming/1.16 development by creating an account on GitHub. GitHubSlimeKnights/MantlePublic shared library for...

There's no maven link other than curse maven. I see a problem with the logic here though. The worker will only go to hives with a HONEY_LEVEL of 5, but...

I won't be setting up a maven anytime soon

Botania has a hard dependency on Patchouli, is it possible to add json recipes to the book without this dependency?

Removing the portal mods and geckolib didn't stop the crashing, same crash.

Thank you for the investigations. I’ll take a good look at it tomorrow.

GT has a pretty aggressive recipe cache, maybe it's involved. The BeeIngredient is used both in recipe stuff and to show the bee in JEI as a rendered entity hence...

I implemented the changes as well as fixed another location with mem leaks