Skip to content

Commit

Permalink
fix: kjs syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed Jan 22, 2024
1 parent 7729af2 commit 392b2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubejs/server_scripts/base/mods/minecraft.js
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ if (feature('Seeds coloring to get other seeds')) {
if (feature('Beetroot carrot conversions')) {
addShapeless('beetroot',['2x red_dye', 'carrot'])
addShapeless('carrot',['2x orange_dye', 'beetroot'])
}

if (feature('remove crossbow recipe')) {
removeRecipe({id:'minecraft:crossbow'})
Expand Down

0 comments on commit 392b2e7

Please sign in to comment.