Skip to content

Commit a7a63ff

Browse files
Fix issue with all splash potion being brewed into a lingering potion becoming lightning (#1075)
1 parent d56665b commit a7a63ff

File tree

1 file changed

+1
-3
lines changed
  • gm4_lightning_in_a_bottle/data/gm4_lightning_in_a_bottle/loot_tables/technical/brewing_stand

1 file changed

+1
-3
lines changed

gm4_lightning_in_a_bottle/data/gm4_lightning_in_a_bottle/loot_tables/technical/brewing_stand/lingering.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
"condition": "minecraft:entity_properties",
1515
"entity": "this",
1616
"predicate": {
17-
"predicates": {
18-
"minecraft:custom_data": "{data:{gm4_brewing:{insert:{components:{'minecraft:custom_data':{gm4_lightning_in_a_bottle:1b}}}}}}"
19-
}
17+
"nbt": "{data:{gm4_brewing:{insert:{components:{'minecraft:custom_data':{gm4_lightning_in_a_bottle:1b}}}}}}"
2018
}
2119
}
2220
]

0 commit comments

Comments
 (0)