Skip to content

Commit

Permalink
fix gas collector
Browse files Browse the repository at this point in the history
  • Loading branch information
Yefancy committed Jul 22, 2023
1 parent b0ebc4c commit cbd2959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ public static void init(Consumer<FinishedRecipe> provider) {
GAS_COLLECTOR_RECIPES.recipeBuilder("nether_air")
.circuitMeta(2)
.outputFluids(NetherAir.getFluid(10000))
.dimension(new ResourceLocation("nether"))
.dimension(new ResourceLocation("the_nether"))
.duration(200).EUt(64).save(provider);

GAS_COLLECTOR_RECIPES.recipeBuilder("ender_air")
.circuitMeta(3)
.outputFluids(EnderAir.getFluid(10000))
.dimension(new ResourceLocation("end"))
.dimension(new ResourceLocation("the_end"))
.duration(200).EUt(256).save(provider);

// CaCO3 + 2NaCl -> Na2CO3 + CaCl2
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx6G
# Mod Info
mod_id = gtceu
mod_name = GregTech
mod_version = 1.0.7.a
mod_version = 1.0.7.b
mod_description = GregTech CE Unofficial, ported from 1.12.2
mod_license = LGPL-3.0 license
mod_url = https://https://github.com/GregTechCEu/GregTechCEu-1.19/
Expand Down

0 comments on commit cbd2959

Please sign in to comment.