bconlon
bconlon
There might still be an edge case allowing item destruction from thunder balls here if the projectile is dead already and can't be found in the world: https://github.com/The-Aether-Team/The-Aether/blob/c43520d1389727c2fddc5d08691a1e29ca2ed80a/src/main/java/com/aetherteam/aether/event/hooks/EntityHooks.java#L529 just make...
Would need to abstract the time scale to not depend on the 3x length of day in the Aether.
This PR adds a new field called `'override"` to Crafting and Smelting recipes that allows for specifying a `String` that correlates to another recipe's ID. The recipe with the `override`...
It seems that if too high of a value is assigned to `chunkGenSpawnModifier` in Citadel's config, it is capable of stalling certain biomes dependent on what their `creature_spawn_probability` value is...
We'll be using another API for 1.21, but it may be good to futureproof the mod more by figuring out how to make it into a soft compat while having...