diff --git a/src/main/resources/data/productivebees/recipe/bottler/water_bottle.json b/src/main/resources/data/productivebees/recipe/bottler/water_bottle.json index 8f18d3060..67e453b89 100644 --- a/src/main/resources/data/productivebees/recipe/bottler/water_bottle.json +++ b/src/main/resources/data/productivebees/recipe/bottler/water_bottle.json @@ -9,6 +9,10 @@ }, "result": { "id": "minecraft:potion", - "nbt": "{\"Potion\": \"minecraft:water\"}" + "components": { + "minecraft:potion_contents": { + "potion": "minecraft:water" + } + } } -} \ No newline at end of file +}