SizableShrimp
SizableShrimp
When attempting to setup Mixin integration inside Forgedev/patcherdev, a compiler error is produced by the Mixin Annotation Processor every time. Removing the annotation processor resolves the issue but means refmaps...
In its current state, the `PlantType` system leads to more bugs and hidden issues for modders than it seems to warrant keeping. ## The problem `BushBlock` has a patch to...
ForgeAutoRenamingTool is the modern in-house solution for remapping jars. FG should use solely FART instead of SpecialSource/Vignette.
Seems to work from testing. Just a simple missed patch on my part. Easy test is set a breakpoint in `ForgeHooksClient#onClientChat`, open up a client & server, connect to server,...
This is a simple PR that adds a new static method to `MappingDownloader`, which takes in a channel string and outputs the latest version for that string. A function is...
When inlining SVGs, preprocess-inline-svg does not decode the HTML entity `&` into `&`, which `.svelte` files support. Svelte files do not decode `&` into `&`, so it must be done...