KnightMiner
KnightMiner
Isn't there a way for the mod to reject the vanilla client? IIRC, the reason forge does not reject it is because its valid for a client to join a...
This is not a forge bug, this is forge fixing a vanilla bug. Left clicking tripwire with shears in vanilla leads to a broken blockstate that now is randomly unbreakable,...
I've done this with no changes to vanilla with just a [custom recipe](https://github.com/SlimeKnights/Mantle/blob/1.19/src/main/java/slimeknights/mantle/recipe/crafting/ShapedFallbackRecipe.java) on 1.19, same idea could port over to 1.20+ All you have to do is a custom...
Don't you need a new operator to create an instance of your data provider?
I think the problem is both take the same parameter (constructor and the datagen run method), just differ in return types.
The other purpose of the master list is being able to disable a specific GLM. Unlike recipes which have load conditions, GLMs have loot table conditions which are computed based...
Didn't we discuss this issue on Discord before? The solution recommend was instead of using an either codec, to just have the type field default to the ID of the...
I'd make the argument that if this ingredient does not handle size, its entirely missing the point of fluid ingredients and thus will not get common usage. Its pretty trivial...
> 1. When using a fluid stack as input, do you just take its amount as the required size for the ingredient, or do you still require the amount to...
I managed to make an early loading config back in 1.16.5 with minimal effort for the sake of configuring registry subs. It was just enough effort that people won't do...