| 1234567891011121314151617181920212223 |
- {
- "type": "minecraft:entity",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:black_wool"
- }
- ]
- },
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "minecraft:entities/sheep"
- }
- ]
- }
- ]
- }
|