Fix pool light loot tables

This commit is contained in:
zontreck 2024-11-21 22:33:49 -07:00
parent c401242702
commit 83a8b1409f
13 changed files with 2 additions and 2 deletions

View file

@ -11,11 +11,11 @@
"entries": [ "entries": [
{ {
"type": "minecraft:item", "type": "minecraft:item",
"name": "ariasessentials:blue_pool_light" "name": "ariasessentials:blue_pool_tile_light"
} }
], ],
"rolls": 1.0 "rolls": 1.0
} }
], ],
"random_sequence": "ariasessentials:blocks/blue_pool_light" "random_sequence": "ariasessentials:blocks/blue_pool_tile_light"
} }