changed kubejs vanilla recipe script to fix fire resistance potion (#60)

crafting taking any potion to craft, rather than water potions as
intended
This commit is contained in:
BirbIrl
2024-08-19 23:15:58 +02:00
committed by GitHub
parent b008b67821
commit 7052343d0d

View File

@@ -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",
@@ -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",