Alcocraft: Beer & Stuff

Alcocraft: Beer & Stuff

670k Downloads

CraftTweaker + Alcocraft

conneich opened this issue ยท 0 comments

commented

Not really an Issue but passing on info to others!

After some fiddling in CT I couldn't find a way to add recipes other than using the Recipe Manager: recipetype:minecraft:beer_brewing and writing a JSON object.

<recipetype:minecraft:beer_brewing>.addJsonRecipe("test", { "type": "alcocraft:beer_brewing", "ingredients":[ {"item":"minecraft:stone"}, {"item":"alcocraft:hop"}, {"item":"minecraft:torch"}, {"item":"minecraft:diamond"} ], "output":{"item":"minecraft:beacon"} });

image_2022-06-08_203455401

So to note:

  1. You must use "type":"alcocraft:beer_brewing"
  2. You must have all 4 ingredients, it does not accept any less and it wouldn't accept "minecraft:air" for an empty slot.
  3. For now this was the only way I could get it to add recipes for the keg.

Happy brewing! :)