Skip to content

Commit

Permalink
docs: add ghost recipe that show s water from kelp
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed Feb 7, 2024
1 parent eed0a47 commit c728fe6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubejs/server_scripts/base/mods/minecraft.js
Original file line number Diff line number Diff line change
Expand Up @@ -542,3 +542,7 @@ if (feature('Beetroot carrot conversions')) {
if (feature('Remove crossbow recipe')) {
removeRecipe({id:'minecraft:crossbow'})
}

if (feature('Water from kelp and seagrass')) {
addBlockInteract('minecraft:water', 'minecraft:water', Ingredient.of(['minecraft:kelp', 'minecraft:seagrass']), true)
}

0 comments on commit c728fe6

Please sign in to comment.