| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "type": "minecraft:block",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "conditions": [
- {
- "condition": "minecraft:block_state_property",
- "block": "minecraft:nether_wart",
- "properties": {
- "age": "3"
- }
- }
- ],
- "count": {
- "min": 2.0,
- "max": 4.0,
- "type": "minecraft:uniform"
- }
- },
- {
- "function": "minecraft:apply_bonus",
- "conditions": [
- {
- "condition": "minecraft:block_state_property",
- "block": "minecraft:nether_wart",
- "properties": {
- "age": "3"
- }
- }
- ],
- "enchantment": "minecraft:fortune",
- "formula": "minecraft:uniform_bonus_count",
- "parameters": {
- "bonusMultiplier": 1
- }
- }
- ],
- "name": "minecraft:nether_wart"
- }
- ],
- "functions": [
- {
- "function": "minecraft:explosion_decay"
- }
- ]
- }
- ]
- }
|