Skip to content

Commit

Permalink
tweak: increase mechanical device return from first trade to 24 from 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed Feb 5, 2024
1 parent 96ec59c commit 445b65f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kubejs/server_scripts/base/trading/landingTradeIntroLine.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,10 @@ const mlcEndstoneFixed = getAgreement("mlcEndstoneFixed", {
});
const mlcSand = getAgreement("mlcSand", {
paymentItems: [
// "botania:manasteel_shovel",
Item.of("minecraft:golden_pickaxe", 2, "{Damage:0}"),
Item.of("minecraft:diamond_pickaxe", 2, "{Damage:0}"),
"16x gold_ingot",
"16x ptdye:mechanical_device",
"24x ptdye:mechanical_device",
"8x create:iron_sheet",
"2x botania:hopperhock",
],
Expand Down

0 comments on commit 445b65f

Please sign in to comment.