Brewin' And Chewin'

Brewin' And Chewin'

9M Downloads

[Suggestion] Make Aging use JSON recipes?

Qwerty97475 opened this issue ยท 7 comments

commented

Currently they seem to be hardcoded and then given a JEI integration page, it'd be nice if this could be a JSON recipe so you could datapack them + easier for addons

commented

Second this. Been trying for an hour to figure out how to do this. I understand that the aging itself is hard coded but being able to show the aging of the cheeses I've added with my support mod would be amazing

commented

I understand it not being recipe compatible from a game play side, I've already added the aging effects to my cheeses in Chewy Cheeses. This is more about adding the visual JEI guide part

commented

The main issue with aging is that it's not exactly a crafting recipe compatible thing. It's an in-world random chance based trigger, which wouldn't really work well with the recipe system. I'll see about adding customisability in a different way in the future.

commented

We also plan on reworking cheese aging a bit in the future too, so that's something else that'll need to be considered with anything we do.

commented

Any way you recommend adding to the list here from our end?

cheese.add(new CheeseAgingRecipe(BnCBlocks.UNRIPE_FLAXEN_CHEESE_WHEEL.asItem(), BnCBlocks.FLAXEN_CHEESE_WHEEL.asItem()));

commented

Mhm, I'll see about making a more public system for aging JEI recipes.

That was something I didn't touch, and I agree, it's kinda meh for addons.

commented

Thank you that would be amazing!