| 1234567891011121314151617181920212223242526272829 |
- {
- "type": "minecraft:chest",
- "pools": [
- {
- "rolls": {
- "min": 1.0,
- "max": 2.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "weight": 30,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 7.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "minecraft:arrow"
- }
- ]
- }
- ]
- }
|