DaFuqs
DaFuqs
Hmmmm... not having a carsh report means the server might indeed have been killed by the OS / hoster, or hung in a way that the servers own hang detection...
That would be cool. I have not looked into Crowdin yet, but will do as soon as I have the time
That is fixed in 1.20.1, but if I make a backport of some things I will include that fix
Works now!
The geodes and other placed features [are added to all overworld biomes using fabrics default biome modification mechanism to all biomes with the tag `c:in_overworld`](https://github.com/DaFuqs/Spectrum/blob/cdb838e583ba2047210391bc94dc2ea5afae1011/src/main/java/de/dafuqs/spectrum/registries/SpectrumPlacedFeatures.java#L19), so *theoretically*, as long as...
### For players: As a workaround you could always create a creative world and unlock all advancements via command ### For impl: AdvancementConditions could always just return `test(): true` when...
> From a pack dev side, it's also nice to not have to fully re-write a mod's book just so we can change up the progression steps in an Expert...
Titles, images and all are centered on the default page width, not factoring in text offsets (used for making the lines wider/narrower), making images not look centered anymore with like...
all my homies hate streams in high-throughput code paths. Thanks!
Huh, that is a weird one. I have no idea why it should break, since dimensions are defined via json there is not too much going on here. Unless one...