thetorine / thirstmod

The Mod that makes you thirsty!
https://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1282656
16 stars 4 forks source link

Feature Request: GrowthCraft Fruit Press support #23

Closed PitchBright closed 8 years ago

PitchBright commented 9 years ago

Please add GrowthCraft support for the GC Fruit Press, for the player to use an alternate method of making "Juices" (as opposed to the Drink Brewer).

The player needs to be able to configure the "juice" in pretty much the same way they configure T-M Drinks. Input, Output, Juice Colour, Stats, Done.

That said, I don't think it's a good idea to make all items that can be brewed in the Drink Brewer, JUICE-ABLE in the Fruit Press… because in reality, some drinks are "brewed" and some drinks are juices that result from "pressing"…. so I don't recommend a solution that simply converts Thirst Mod External Drink Configs into Fruit Press-able Items. I think the Fruit Press-able stuff needs it's own config file in a "GrowthCraft" folder in the ThirstMod's config folder.

The solution is to take a json/config file and injects the recipes into the GrowthCraft CellarRegistry. GrowthCraft source code found here: https://github.com/alatyami/Growthcraft-1.7

PitchBright commented 8 years ago

Disregard. The GrowthCraft team has made the Fruit Press extensible, and the Drink Brewer is no longer needed at all.