Skip to content

Commit

Permalink
1.10.0.2 (pelmeni recipe fixed, berry lang that I forgor)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Oct 21, 2023
1 parent 6fafa32 commit a6e4ef9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ modId = gregtechfoodoption

modGroup = gregtechfoodoption

modVersion = 1.10.0.1
modVersion = 1.10.0.2

# The name of your jar when you produce builds, not including any versioning info
modArchivesBaseName = gregtechfoodoption
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static void init() {
GTFORecipeMaps.CUISINE_ASSEMBLER_RECIPES.recipeBuilder().EUt(24).duration(100)
.inputs(GTFOMetaItem.UNCOOKED_PELMENI.getStackForm(), GTFOMaterialHandler.GratedHorseradishRoot.getItemStack(), GTFOMaterialHandler.BlackPepper.getItemStack())
.fluidInputs(GTFOMaterialHandler.SourCream.getFluid(100))
.outputs(GTFOMetaItem.UNCOOKED_PELMENI.getStackForm())
.outputs(GTFOMetaItem.UNCOOKED_SEASONED_PELMENI.getStackForm())
.buildAndRegister();

GTFORecipeMaps.MULTICOOKER_RECIPES.recipeBuilder().EUt(24).duration(2000)
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/assets/gregtechfoodoption/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,11 @@ metaitem.food.etirps_cranberry.name=Etirps Cranberry
metaitem.food.berry_medley.name=Berry Medley
gregtech.material.gtfo_lingonberry_jam=Lingonberry Jam
gregtech.material.gtfo_elderberry_jam=Elderberry Jam
gregtech.material.gtfo_cranberry_extract=Cranberry Extract
gregtech.material.gtfo_etirps_cranberry=Etirps Cranberry
gregtech.material.gtfo_cranberry_sludge=Cranberry Sludge
gregtech.material.gtfo_cranberry_soda_syrup=Cranberry Soda Syrup


gregtechfoodoption.berry.description.0=§4Grows very slowly by itself!
gregtechfoodoption.berry.description.1=§bGrows faster in higher tiers
Expand Down

0 comments on commit a6e4ef9

Please sign in to comment.