Skip to content

Commit

Permalink
Fix Passionfruit Tart Compacting
Browse files Browse the repository at this point in the history
1.3.9.d
  • Loading branch information
MarbleGateKeeper committed Dec 20, 2023
1 parent f7992c8 commit a60e33d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog/1.3.9.d.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Create Central Kitchen 1.3.9.d

### Bugfix:
- Fix Passionfruit Tart Compacting (#65)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

# mod version info
mod_version = 1.3.9.c
mod_version = 1.3.9.d
artifact_minecraft_version = 1.18.2
minecraft_version = 1.18.2
forge_version = 40.2.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
],
"results": [
{
"count": 8,
"item": "atmospheric:passionfruit_tart"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class AtmosphericRecipes extends DatapackRecipes {
.require(ForgeItemTags.FLOUR__WHEAT.tag)
.require(AtmosphericFluidEntries.ALOE_GEL.get(), 250)),
COMPACTING_PASSIONFRUIT_TART = add(compacting("passionfruit_tart")
.output(AtmosphericItems.PASSIONFRUIT_TART.get())
.output(AtmosphericItems.PASSIONFRUIT_TART.get(),8)
.require(AtmosphericItems.PASSIONFRUIT.get())
.require(AtmosphericItems.PASSIONFRUIT.get())
.require(AtmosphericItems.PASSIONFRUIT.get())
Expand Down

0 comments on commit a60e33d

Please sign in to comment.