Skip to content

Commit

Permalink
new compost recipe + tree fertiliser recipe
Browse files Browse the repository at this point in the history
ye
  • Loading branch information
ethanicusss committed Dec 23, 2024
1 parent 9098ec2 commit 3099be4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions kubejs/server_scripts/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -2035,6 +2035,18 @@ function mixingRecipes(event) {
// Time: Mixing time in ticks
[
{
output: [
"create:tree_fertilizer"
],
input: [
"#minecraft:saplings",
"#c:coral_fans",
"minecraft:bone_meal"
],
heat: "",
time: 180,
},
{
output: [
{
fluid: "kubejs:shimmer",
Expand Down Expand Up @@ -4357,6 +4369,14 @@ function compactingRecipes(event) {
"4x createastral:snowy_marimo",
"minecraft:seagrass"
],
},
{
output: "farmersdelight:organic_compost",
inputs: [
"minecraft:coarse_dirt",
"create:tree_fertilizer",
"createastral:pure_biomatter"
],
},
{
output: "farmersdelight:organic_compost",
Expand Down

0 comments on commit 3099be4

Please sign in to comment.