Skip to content

Commit

Permalink
Update chapters.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePansmith committed Mar 4, 2025
1 parent d648a0e commit 9772a91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubejs/server_scripts/recipes/chapters.js
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ ServerEvents.recipes(event => {
"type": "create:filling",
"ingredients": [
{ "item": KJ('incomplete_logistic_mechanism') },
{ "fluid": "kubejs:liquid_pulp", "amount": 500 }
{ "fluid": "kubejs:liquid_pulp", "amount": 300 }
],
"results": [
{ "item": KJ('incomplete_logistic_mechanism') }
Expand All @@ -613,7 +613,7 @@ ServerEvents.recipes(event => {
"type": "create:filling",
"ingredients": [
{ "item": KJ('incomplete_logistic_mechanism') },
{ "fluid": "kubejs:liquid_pulp", "amount": 500 }
{ "fluid": "kubejs:liquid_pulp", "amount": 300 }
],
"results": [
{ "item": KJ('incomplete_logistic_mechanism') }
Expand All @@ -623,7 +623,7 @@ ServerEvents.recipes(event => {
"type": "create:filling",
"ingredients": [
{ "item": KJ('incomplete_logistic_mechanism') },
{ "fluid": "kubejs:liquid_pulp", "amount": 500 }
{ "fluid": "kubejs:liquid_pulp", "amount": 300 }
],
"results": [
{ "item": KJ('incomplete_logistic_mechanism') }
Expand Down

0 comments on commit 9772a91

Please sign in to comment.