Skip to content

Commit

Permalink
Fix incorrect output on high-cetane diesel recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSunrize committed Jun 18, 2024
1 parent 332e6e9 commit 9779c0b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
##### Version 1.20.4-11.4.1-pre
- Fix incorrect output on high-cetane diesel recipe (BluSunrize)

##### Version 1.20.4-11.4.0-175
- Add upgrades for the Engineering's Skyhook (BluSunrize)
- High Torque Motor makes it faster to go up slopes
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version_neoforge=20.4.234
# "random" times. Updating this should usually be done in sync with updating the NeoForge version as there sometimes are
# cross-dependencies in e.g. argument generation.
version_neogradle=7.0.96
version_ie=11.4.0
version_ie=11.4.1
version_jei=17.0.0.30
version_cctweaked=1.110.2
version_buildnumber=175
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ private void refinery(RecipeOutput out)
.setEnergy(80)
.build(out, toRL("refinery/biodiesel"));
RefineryRecipeBuilder.builder()
.output(IEFluids.HIGH_POWER_BIODIESEL.getStill(), 16)
.output(IEFluids.HIGH_POWER_BIODIESEL.getStill(), 100)
.input(IETags.fluidBiodiesel, 95)
.input(PotionHelper.getFluidTagForType(Potions.STRENGTH, 5))
.setEnergy(80)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9779c0b

Please sign in to comment.