minecraft-src/data/minecraft/loot_table/blocks/conduit.json
2025-07-04 01:41:11 +03:00

16 lines
No EOL
277 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:conduit"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/conduit"
}