Skip to content

Commit

Permalink
disable bonus on ingot to dust recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Satherov authored Jan 2, 2025
1 parent b74a74b commit 283814e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubejs/server_scripts/mods/EnderIO/Recipes.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ ServerEvents.recipes(allthemods => {
if(!allthemods.countRecipes({ input: `#c:ingots/${sag.material}`, type: `enderio:sag_milling`})){
allthemods.custom({
type: 'enderio:sag_milling',
bonus: "none",
energy: 2400,
input: {
tag: `c:ingots/${sag.material}`
Expand Down

0 comments on commit 283814e

Please sign in to comment.