Skip to content

Commit

Permalink
changed kubejs vanilla recipe script to fix fire resistance potion (#60)
Browse files Browse the repository at this point in the history
crafting taking any potion to craft, rather than water potions as
intended
  • Loading branch information
BirbIrl authored Aug 19, 2024
1 parent b008b67 commit 7052343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubejs/server_scripts/vanilla/vanilla.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ServerEvents.recipes((event) => {
[
Item.of("minecraft:potion").withNBT({
Potion: "minecraft:water",
}),
}).strongNBT(),
"#forge:dusts/sugar",
"#forge:dusts/stone",
"#forge:dusts/lead",
Expand All @@ -95,7 +95,7 @@ ServerEvents.recipes((event) => {
[
Item.of("minecraft:potion").withNBT({
Potion: "minecraft:water",
}),
}).strongNBT(),
"#forge:dusts/redstone",
"#forge:dusts/sugar",
"#forge:dusts/stone",
Expand Down

0 comments on commit 7052343

Please sign in to comment.