diff --git a/src/main/resources/data/spectrum/loot_tables/chests/sub_tables/ancient_infused_beverages.json b/src/main/resources/data/spectrum/loot_tables/chests/sub_tables/ancient_infused_beverages.json index 3098ee7ee2..a2da975b2d 100644 --- a/src/main/resources/data/spectrum/loot_tables/chests/sub_tables/ancient_infused_beverages.json +++ b/src/main/resources/data/spectrum/loot_tables/chests/sub_tables/ancient_infused_beverages.json @@ -166,6 +166,7 @@ { "type": "minecraft:item", "name": "spectrum:infused_beverage", + "quality": 1, "functions": [ { "function": "minecraft:set_nbt", @@ -226,6 +227,7 @@ { "type": "minecraft:item", "name": "spectrum:infused_beverage", + "quality": 1, "functions": [ { "function": "minecraft:set_nbt", @@ -296,4 +298,4 @@ ] } ] -} \ No newline at end of file +}