Skip to content

Commit

Permalink
tweak: reduce charcoal cost for diamond compacting recipe from 64 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed Feb 8, 2024
1 parent c4af143 commit 393e4b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions kubejs/server_scripts/base/featrues/food.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// if (feature('Bread')) {
// addItemExplode('8x create:wheat_flour %50', '#forge:crops/wheat', 50)
// }
if (feature('Sweetroll')) {
removeRecipe({ id: 'create:filling/sweet_roll' })
addAssembly('create:sweet_roll', 'bread', [
Expand Down
7 changes: 1 addition & 6 deletions kubejs/server_scripts/base/mods/minecraft.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,7 @@ if (feature("Red sand")) {
if (feature("Diamond recipes")) {
addCompacting(
"diamond",
"8x #forge:storage_blocks/coal",
temperature.superHeated
);
addCompacting(
"diamond",
"64x #forge:storage_blocks/charcoal",
Ingredient.of(["#forge:storage_blocks/coal","#forge:storage_blocks/charcoal"],8),
temperature.superHeated
);
}
Expand Down

0 comments on commit 393e4b8

Please sign in to comment.