LLytho
LLytho
Hey! The PR changes `StructureTestUtilMixin` to allow a fallback to the vanilla structure loading for gametests. The fallback will only happen if the structure defined through `@GameTest` was not found...
Hey I'm trying to implement a testmod for each fabric and forge. I tried multiple things now but I run into several problems when I try different things. Goal is...
**Description:** Industrial Revolution is using `cookingTime` for their smelting and blasting recipes. The vanilla recipe serialisier only checks for `cookingtime`. This results into, that the cooking time get's ignored. One...
I have [`modCompileOnly("me.shedaniel:RoughlyEnoughItems-api-neoforge:$reiVersion")`](https://github.com/AlmostReliable/almostunified/blob/1.20.4/NeoForge/build.gradle.kts#L58) in my neoforge gradle. When I start the normal client run, everything works fine but when I start the testmod run, which runs the test sourceset and...
### Describe the feature/addition! Minecraft Version: 1.21.* PonderJS automatically generates a lang file for missing language keys inside ponder scenes. This also triggers on game starts which can cause multiple...