| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "type": "minecraft:entity",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 0.0,
- "max": 2.0,
- "type": "minecraft:uniform"
- }
- },
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "min": 0.0,
- "max": 1.0
- }
- }
- ],
- "name": "minecraft:prismarine_shard"
- }
- ]
- },
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "weight": 2,
- "functions": [
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "min": 0.0,
- "max": 1.0
- }
- },
- {
- "function": "minecraft:furnace_smelt",
- "conditions": [
- {
- "condition": "minecraft:entity_properties",
- "predicate": {
- "flags": {
- "is_on_fire": true
- }
- },
- "entity": "this"
- }
- ]
- }
- ],
- "name": "minecraft:cod"
- },
- {
- "type": "minecraft:item",
- "weight": 2,
- "functions": [
- {
- "function": "minecraft:looting_enchant",
- "count": {
- "min": 0.0,
- "max": 1.0
- }
- }
- ],
- "name": "minecraft:prismarine_crystals"
- },
- {
- "type": "minecraft:empty"
- }
- ]
- },
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:loot_table",
- "name": "minecraft:gameplay/fishing/fish"
- }
- ],
- "conditions": [
- {
- "condition": "minecraft:killed_by_player"
- },
- {
- "condition": "minecraft:random_chance_with_looting",
- "chance": 0.025,
- "looting_multiplier": 0.01
- }
- ]
- }
- ]
- }
|