| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- {
- "type": "minecraft:chest",
- "pools": [
- {
- "rolls": {
- "min": 0.0,
- "max": 1.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:crossbow"
- }
- ]
- },
- {
- "rolls": {
- "min": 2.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "weight": 7,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 3.0,
- "max": 5.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "minecraft:wheat"
- },
- {
- "type": "minecraft:item",
- "weight": 5,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 5.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "minecraft:potato"
- },
- {
- "type": "minecraft:item",
- "weight": 5,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 3.0,
- "max": 5.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "minecraft:carrot"
- }
- ]
- },
- {
- "rolls": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "minecraft:dark_oak_log"
- }
- ]
- },
- {
- "rolls": {
- "min": 2.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- },
- "entries": [
- {
- "type": "minecraft:item",
- "weight": 7,
- "name": "minecraft:experience_bottle"
- },
- {
- "type": "minecraft:item",
- "weight": 4,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1.0,
- "max": 6.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "minecraft:string"
- },
- {
- "type": "minecraft:item",
- "weight": 4,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 2.0,
- "max": 7.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "minecraft:arrow"
- },
- {
- "type": "minecraft:item",
- "weight": 3,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "minecraft:tripwire_hook"
- },
- {
- "type": "minecraft:item",
- "weight": 3,
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 1.0,
- "max": 3.0,
- "type": "minecraft:uniform"
- }
- }
- ],
- "name": "minecraft:iron_ingot"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:enchant_randomly"
- }
- ],
- "name": "minecraft:book"
- }
- ]
- }
- ]
- }
|