Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "type": "minecraft:chest",
- "pools": [
- {
- "rolls": {
- "min": 2,
- "max": 5
- },
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:diamond_block",
- "weight": 3,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 5
- }
- }
- ]
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:diamond",
- "weight": 5,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 8
- }
- }
- ]
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:netherite_ingot",
- "weight": 2,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 4
- }
- }
- ]
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:enchanted_golden_apple",
- "weight": 1,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 3
- }
- }
- ]
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:totem_of_undying",
- "weight": 1,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 1
- }
- }
- ]
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment