Skip to content

Commit

Permalink
chore: adjust fermentation recipe output
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Aug 6, 2024
1 parent 620adca commit af764a3
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21 2024-08-06T10:38:15.2225621 Fermentation Recipes
// 1.21 2024-08-06T11:20:13.2513542 Fermentation Recipes
426b32804da7a7a2463a97659cd65dd980a088be data/theurgy/recipe/fermentation/alchemical_niter_crops_abundant_using_crops.json
395b39ceaf63bd2f1b096f96a63bd309112ab742 data/theurgy/recipe/fermentation/alchemical_niter_crops_abundant_using_eggs.json
c851debc31ff0fbd029317650b5ae136961293d6 data/theurgy/recipe/fermentation/alchemical_niter_crops_abundant_using_fermentation_starters.json
Expand Down Expand Up @@ -125,10 +125,10 @@ c783284ee55fb3b2a438d8357edc05b48d26c7fa data/theurgy/recipe/fermentation/alchem
c901a90c0a28c72eda9258d89426b8799717b89d data/theurgy/recipe/fermentation/alchemical_niter_other_minerals_rare_using_saplings.json
9d219d008f30a54523a12a81dadaebc39614c516 data/theurgy/recipe/fermentation/alchemical_niter_other_minerals_rare_using_seeds.json
d3a4f53ee78be76c991bd2a5bb73e7ce9b473d91 data/theurgy/recipe/fermentation/alchemical_niter_other_minerals_rare_using_sugars.json
109fe50fb8a1ac1bd3105902cd1a091aba59fd05 data/theurgy/recipe/fermentation/fermentation_starter_from_crops.json
6764b902f7a26ff3d366c99c1ecd2ab0659b4c34 data/theurgy/recipe/fermentation/fermentation_starter_from_eggs.json
e0bc56edfc31ed212a6a10c3b8a8b143b6767b5b data/theurgy/recipe/fermentation/fermentation_starter_from_flowers.json
934c2f7d488c1fc6bd628d2389dae45983977897 data/theurgy/recipe/fermentation/fermentation_starter_from_logs.json
34e480a75546cbcfa02e8f202854dd1deb79b944 data/theurgy/recipe/fermentation/fermentation_starter_from_planks.json
cecf195a26ac441b6531051c5a9acdd02a283e4b data/theurgy/recipe/fermentation/fermentation_starter_from_saplings.json
bf3546f83f504b5a7a31e2da7a1fe91ae842fdcb data/theurgy/recipe/fermentation/fermentation_starter_from_seeds.json
d81bab98b4240f9f9da59ef0b9b3e46f7fec5f22 data/theurgy/recipe/fermentation/fermentation_starter_from_crops.json
ffe3fe8441ba662168f38db187a033ef484ab7ce data/theurgy/recipe/fermentation/fermentation_starter_from_eggs.json
aaa66b1ba5ab457405644ec566f14584d001038b data/theurgy/recipe/fermentation/fermentation_starter_from_flowers.json
6fdcb916fe0d0c9e9bd600885db6141a713e4fde data/theurgy/recipe/fermentation/fermentation_starter_from_logs.json
1125a51386f09bc5f319350c2de50220d4c6df6d data/theurgy/recipe/fermentation/fermentation_starter_from_planks.json
2b981e4cd5dca0c929a0e17cdee414cc07c1b355 data/theurgy/recipe/fermentation/fermentation_starter_from_saplings.json
c67d367e74a4e002c0453479d29c6ac6fd409df3 data/theurgy/recipe/fermentation/fermentation_starter_from_seeds.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.21 2024-08-06T11:15:15.1382933 Languages: en_us
e2a243a46cc7519031d79954aa5969d826241888 assets/theurgy/lang/en_us.json
// 1.21 2024-08-06T11:20:13.258363 Languages: en_us
1300dfaad7791d1abc059eb7aec1816d14e01372 assets/theurgy/lang/en_us.json
2 changes: 1 addition & 1 deletion src/generated/resources/assets/theurgy/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
"book.theurgy.the_hermetica.getting_started.fermentation_starter.extraction.title": "Extraction",
"book.theurgy.the_hermetica.getting_started.fermentation_starter.fermentation_starter.text": "When trying to obtain large amounts of niter, a lot of fermentation ingredients, sugar and crops, are used up. Consequently it is all the more important to find a way to reduce the amount of crops needed to ferment niter.\n\\\nBy pre-fermenting crops with sugar in Sal Ammoniac, a highly concentrated material called [](item://theurgy:fermentation_starter) is obtained. As only a very small amount of this material is needed to ferment niter, it is many times more efficient than using raw crops or sugar.\n",
"book.theurgy.the_hermetica.getting_started.fermentation_starter.name": "Efficient Fermentation",
"book.theurgy.the_hermetica.getting_started.fermentation_starter.usage.text": "[](item://theurgy:fermentation_starter) will be produced in batches of 20 pieces, consuming only one sugar and one crop each.\n\\\n\\\nYou can now use one piece of [](item://theurgy:fermentation_starter) per niter fermentation process, instead of one crop or one sugar.\n",
"book.theurgy.the_hermetica.getting_started.fermentation_starter.usage.text": "[](item://theurgy:fermentation_starter) will be produced in large batches consisting of many pieces, but consuming only one sugar and one crop each.\n\\\n\\\nYou can now use one piece of [](item://theurgy:fermentation_starter) per niter fermentation process, instead of one crop or one sugar.\n",
"book.theurgy.the_hermetica.getting_started.fermentation_starter.usage.title": "Usage",
"book.theurgy.the_hermetica.getting_started.fermentation_transmutation.bulk.text": "You can provide all these ingredients in bulk, the process will then repeat until all ingredients are consumed.\n\\\n\\\nYou can also [#](008080)shift-right-click[#]() with an [#](008080)empty hand[#]() to open the vat and interrupt processing to take out the intermediate result.\n",
"book.theurgy.the_hermetica.getting_started.fermentation_transmutation.bulk.title": "Bulk Processing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"result": {
"type": "theurgy:item",
"count": 20,
"count": 40,
"id": "theurgy:fermentation_starter"
},
"time": 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"result": {
"type": "theurgy:item",
"count": 20,
"count": 40,
"id": "theurgy:fermentation_starter"
},
"time": 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"result": {
"type": "theurgy:item",
"count": 20,
"count": 40,
"id": "theurgy:fermentation_starter"
},
"time": 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"result": {
"type": "theurgy:item",
"count": 20,
"count": 40,
"id": "theurgy:fermentation_starter"
},
"time": 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"result": {
"type": "theurgy:item",
"count": 20,
"count": 40,
"id": "theurgy:fermentation_starter"
},
"time": 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"result": {
"type": "theurgy:item",
"count": 20,
"count": 40,
"id": "theurgy:fermentation_starter"
},
"time": 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"result": {
"type": "theurgy:item",
"count": 20,
"count": 40,
"id": "theurgy:fermentation_starter"
},
"time": 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void buildRecipes(BiConsumer<ResourceLocation, JsonObject> recipeConsumer
}

public void makeFermentationStarterRecipeForTag(TagKey<Item> cropTag) {
var recipe = new Builder(new ItemStack(ItemRegistry.FERMENTATION_STARTER.get(), 20))
var recipe = new Builder(new ItemStack(ItemRegistry.FERMENTATION_STARTER.get(), 40))
.fluid(FluidRegistry.SAL_AMMONIAC.get(), 100)
.ingredients(cropTag)
.ingredients(ItemTagRegistry.SUGARS)
Expand Down

0 comments on commit af764a3

Please sign in to comment.