LLytho
LLytho
`to add an API that allows mods to specify how they wish to load these structures` How would this look like? `I think the vanilla was was very sub-optimal for...
Hey, with gametest you mean the mojang test suite from 1.18? But these are in the `main` sourceset or not?
No JUnit, I mean just a second mod in the test sourceset which has access to the main sourceset of it's loader + `Common` and running them will result into...
LootJS has a way to create dynamic drops when a specific entity dies. This will always check against the entity or an entity tag. Botania triggers the loot table for...
Can you test following two things for me. Scenario A: 1. Close your instance 2. Dont use `Ponder.registry()` 3. Create a ponder with text 4. Start your instance so that...
Lol im dumb. `Ponder.registry()` is the event, yeah then ofc you cannot do `A` without 😬 oops. I was thinking about `scene.world.registry`. Okay, can you give me the code you...
Can you give me the startup code for your bamboo_leaves too? Or is it just a normal item with a block?
Yeah it seems to be a problem with the lang generation which getting triggered to early now. Need to find a way around this.
> I want to note that in PonderJS, it is still not possible to provide a direct string to the .text() function: you are required to use a localization key...