Growthcraft Community Edition

Growthcraft Community Edition

1M Downloads

Can't produce rennet

xJon opened this issue ยท 11 comments

commented

As reported over xJon/The-1.12.2-Pack#200, and following the online information, combining water with stomach/thistle in a heated Brew Kettle does not produce rennet.
Screenshot_2

commented

Not sure how you got the water into the right tank ..... hit the toggle arrows to move the water to the left "input" tank.

commented

@Alatyami I did, it was there initially, and didn't do anything either.
I moved the water between the tanks hoping something would happen.
The screenshot with the water on the left is coincidental.

commented

In that case, need to check the config files.

config/growthcraft/cellar/brewing.json

By default the first entry is the recipe for rennet. It is based on the ore dictionary of "rennetSource". We set the oreDictionary to include the following:

GrowthcraftMilkItems.thistle
GrowthcraftMilkItems.stomach
RusticModBlocks.windThistle

To reset the config file, the user reporting the issue can delete the config file and it will rebuild when the game is restarted.

commented

@xJon Are there other mods installed that might be changing the ore dictionary entries?

As a test, you could add the following or change the recipe entry in the config file:

{
      "comment": "",
      "item": {
        "ore": null,
        "comment": "",
        "mod_id": "growthcraft_milk",
        "name": "thistle",
        "amount": 1,
        "meta": 0
      },
      "input_fluid": {
        "comment": "Water",
        "name": "water",
        "amount": 1000
      },
      "output_fluid": {
        "comment": "Rennet",
        "name": "fluid_rennet",
        "amount": 1000
      },
      "residue": {
        "pomace": 0.0,
        "ore": null,
        "comment": "Bone Meal",
        "mod_id": "minecraft",
        "name": "dye",
        "amount": 1,
        "meta": 15
      },
      "requiresLid": false,
      "time": 1200
    }
commented

As written here, resetting the configs does not resolve the issue

commented

Want me to jump into conversation in xJon/The-1.12.2-Pack#200 ?

commented

@Alatyami Yeah sure

commented

@xJon where might I find the modpack?

commented

We found the issue, working on it today. Will be resolved in 4.1.3