Jump to content

[1.9.4][1.10.2] BrewingRecipeRegistry remove the MaxStacksize check


wwrpg

Recommended Posts

I am trying to allow potions to stack in my mod, but the BrewingRecipeRegistry has a isValidInput method that prevents the input itemstack from having getMaxStackSize() that is anything but 1.

This was not there in 1.7.10 or 1.8.9

 

I understand keeping the stacksize to 1 for the input and output, but I don't understand why it has to enforce the MaxStackSize for that Item to be 1.

 

I really don't want to make a coremod out of my mod and use ASM Transformers, but I don't see any other way of avoiding that getMaxStackSize check in the BrewingRecipeRegistry::isValidInput() or getOutput().

Link to comment
Share on other sites

User was banned for 4 days for demanding a change and then threatening to hack shit with a coremod if we did not comply.

WE DO NOT NEGOTIATE WITH TERRORISTS DUMBASSES.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.