| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- {
- "type": "minecraft:fishing",
- "pools": [
- {
- "rolls": 1.0,
- "entries": [
- {
- "type": "minecraft:item",
- "weight": 10,
- "functions": [
- {
- "function": "minecraft:set_damage",
- "damage": {
- "min": 0.0,
- "max": 0.9
- }
- }
- ],
- "name": "minecraft:leather_boots"
- },
- {
- "type": "minecraft:item",
- "weight": 10,
- "name": "minecraft:leather"
- },
- {
- "type": "minecraft:item",
- "weight": 10,
- "name": "minecraft:bone"
- },
- {
- "type": "minecraft:item",
- "weight": 10,
- "functions": [
- {
- "function": "minecraft:set_nbt",
- "tag": "{Potion:\"minecraft:water\"}"
- }
- ],
- "name": "minecraft:potion"
- },
- {
- "type": "minecraft:item",
- "weight": 5,
- "name": "minecraft:string"
- },
- {
- "type": "minecraft:item",
- "weight": 2,
- "functions": [
- {
- "function": "minecraft:set_damage",
- "damage": {
- "min": 0.0,
- "max": 0.9
- }
- }
- ],
- "name": "minecraft:fishing_rod"
- },
- {
- "type": "minecraft:item",
- "weight": 10,
- "name": "minecraft:bowl"
- },
- {
- "type": "minecraft:item",
- "weight": 5,
- "name": "minecraft:stick"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": 10
- }
- ],
- "name": "minecraft:ink_sac"
- },
- {
- "type": "minecraft:item",
- "weight": 10,
- "name": "minecraft:tripwire_hook"
- },
- {
- "type": "minecraft:item",
- "weight": 10,
- "name": "minecraft:rotten_flesh"
- },
- {
- "type": "minecraft:item",
- "conditions": [
- {
- "condition": "minecraft:alternative",
- "terms": [
- {
- "condition": "minecraft:location_check",
- "predicate": {
- "biome": "minecraft:jungle"
- }
- },
- {
- "condition": "minecraft:location_check",
- "predicate": {
- "biome": "minecraft:jungle_hills"
- }
- },
- {
- "condition": "minecraft:location_check",
- "predicate": {
- "biome": "minecraft:jungle_edge"
- }
- },
- {
- "condition": "minecraft:location_check",
- "predicate": {
- "biome": "minecraft:bamboo_jungle"
- }
- },
- {
- "condition": "minecraft:location_check",
- "predicate": {
- "biome": "minecraft:modified_jungle"
- }
- },
- {
- "condition": "minecraft:location_check",
- "predicate": {
- "biome": "minecraft:modified_jungle_edge"
- }
- },
- {
- "condition": "minecraft:location_check",
- "predicate": {
- "biome": "minecraft:bamboo_jungle_hills"
- }
- }
- ]
- }
- ],
- "weight": 10,
- "name": "minecraft:bamboo"
- }
- ]
- }
- ]
- }
|