AlphaMode
AlphaMode
### Other  As seen in the image the classes don't get remapped this is preventing me from implementing fluids in jei
This PR allows modders to add stack aware recipe remainders This is useful for mods that adds custom buckets that support different fluids This address the long lasting issue #50
After trying to convert my forge cap's to use cca I was looking for a alternative for a callback for when the component is destroyed the closest thing I could...
This PR makes the constructor in SignType public and the register method along with it for easy creation of modded SignTypes. This also fixes custom SignTypes being hard coded to...
This PR allows modders to add stack aware recipe remainders This is useful for mods that adds custom buckets that support different fluids This address the long lasting issue https://github.com/FabricMC/fabric/issues/50...
Currently its not possible to register a SignBlockEntityRenderer without making a accessor to the vanilla registry because of a generic mismatch. This PR solves that problem by just making the...
Currently I would like to use such a event in galacticraft for overriding vanillas skybox above a certain height
Currently if you want to attach a world component your forced to register it for all dimensions. Adding a method to WorldComponentFactoryRegistry like register(ComponentKey type, Identifier dimensionId, ComponentFactory factory) could...