ThatGravyBoat
ThatGravyBoat
 this happened in Red Desert biome Traverse:1.12.2-1.5.4-61 Forge: forge-14.23.4.27.2709
### Description TinyFileDialog added a warning at the top of their files saying to not use user input (https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/tinyfd/src/main/c/tinyfiledialogs.c#L50). This is because it could and has been a pathway for...
The KeyDispatchCodec assumes that a decoder can never be null when received as such it causes an npe when trying to use it. This PR changes it so that the...
### Description ```Markdown If you upload multiple versions at the same time with the same version number modrinth will generate a different url for it if one is already using...
Can we have something like this thats from Modular Machinery for showing multiblocks instead of having them show be in the book.  -ThatGravyboat
In order to make the review process faster, please take a few minutes to go through this checklist: ## Acceptance Criteria - All of the following criteria must be met:...
This PR adds the shuffle and repeat state to the API for external applications to know what the current state is for display purposes. Ie. #393
Whenever you turn off and on a dependency off of property those properties shift down or disappear after leaving the settings GUI this causes an array out of bounds error....
The `FMLModType` manifest entry is included in fabric jars which causes issues with things like Sinytra Connector. https://github.com/EssentialGG/UniversalCraft/blob/d0ab6220383c843c3e294d94671d96ed38f11ce2/build.gradle.kts#L30 In addition FMLModType is LIBRARY when in modern versions it should be...
### Description This PR adds an error in dev if there are any entities added to the `MobSpawnSettings` for biomes and the entity does not register a spawn placement. The...