Skip to content

Commit

Permalink
fix: elytra recipe appearing when tool device feature is active
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed Nov 10, 2024
1 parent 689bb33 commit 3227be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubejs/server_scripts/base/mods/minecraft.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ if (feature("Cactus from Choros fruite alchemy")) {
addAlchemyRecipe("cactus", "quark:chorus_fruit_block");
}

if (feature("Elytra recipe")) {
if (feature("Elytra recipe") && !feature("Craftable Devices that can be reversibly transformed to Player Tools (e.g. wrenches, schematics)")) {
addShaped("elytra", ["lpl", "l l", "g g"], {
l: "#forge:canvasables",
p: "purple_dye",
Expand Down

0 comments on commit 3227be6

Please sign in to comment.