Skip to content

Commit

Permalink
Merge pull request #447 from quanfornow/Astral-Experimental
Browse files Browse the repository at this point in the history
Add washing compost --> rich soil
  • Loading branch information
Laskyyy authored Nov 23, 2024
2 parents 22f02f6 + afba82a commit 6e8eddd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubejs/server_scripts/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -2744,6 +2744,12 @@ function splashingRecipes(event) {
outputs: [["minecraft:shulker_box", 1]],
},

{
// soul soil without random ticks
input: "farmersdelight:organic_compost",
outputs: [["farmersdelight:rich_soil", 1]],
},

// ae2 cable washing made easy !!!

{
Expand Down

0 comments on commit 6e8eddd

Please sign in to comment.