Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "item",
- "name": "minecraft:stick",
- "weight": 3,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 10
- }
- }
- ]
- },
- {
- "type": "item",
- "name": "minecraft:apple",
- "weight": 80,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 16
- }
- }
- ]
- },
- {
- "type": "item",
- "name": "minecraft:rabbit_hide",
- "weight": 50,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 3
- }
- }
- ]
- },
- {
- "type": "item",
- "name": "minecraft:written_book",
- "weight": 100,
- "functions": [
- {
- "function": "set_nbt",
- "tag": "{pages:['{\"text\":\"Bitch\"}'],title:Book,author:\"Invalidm\"}"
- }
- ]
- },
- {
- "type": "item",
- "name": "minecraft:torch",
- "weight": 20,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 10
- }
- }
- ]
- },
- {
- "type": "item",
- "name": "minecraft:flower_pot",
- "weight": 90,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 20
- }
- }
- ]
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement