From a852d8666c6eb1738f5dbd63ad31c4888c81a638 Mon Sep 17 00:00:00 2001 From: Kim Jinsu Date: Thu, 20 Aug 2026 16:22:30 +0900 Subject: [PATCH] Fix water bottle output component in bottler recipe --- .../data/productivebees/recipe/bottler/water_bottle.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 +}