Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "item",
- "name": "minecraft:written_book",
- "weight": 50,
- "functions": [
- {
- "function": "set_nbt",
- "tag": "{pages:['{\"text\":\"Bitch\"}'],title:Book,author:\"Invalidm\"}"
- }
- ]
- },
- {
- "type": "item",
- "name": "minecraft:coal",
- "weight": 12,
- "functions": [
- {
- "function": "set_data",
- "data": 0
- },
- {
- "function": "set_count",
- "count": {
- "min": 16,
- "max": 32
- }
- }
- ]
- },
- {
- "type": "item",
- "name": "minecraft:paper",
- "weight": 50,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 12
- }
- }
- ]
- },
- {
- "type": "item",
- "name": "minecraft:name_tag",
- "weight": 5
- },
- {
- "type": "item",
- "name": "minecraft:vine",
- "weight": 60,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 32
- }
- }
- ]
- },
- {
- "type": "item",
- "name": "minecraft:arrow",
- "weight": 20,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 16
- }
- }
- ]
- },
- {
- "type": "item",
- "name": "minecraft:poisonous_potato",
- "weight": 90,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 32
- }
- }
- ]
- },
- {
- "type": "item",
- "name": "minecraft:iron_ore",
- "weight": 5,
- "functions": [
- {
- "function": "set_count",
- "count": {
- "min": 1,
- "max": 4
- }
- }
- ]
- },
- {
- "type": "item",
- "name": "minecraft:gold_ore",
- "weight": 10
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement