| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "type": "minecraft:block",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:alternatives",
- "children": [
- {
- "type": "minecraft:item",
- "conditions": [
- {
- "condition": "minecraft:match_tool",
- "predicate": {
- "enchantments": [
- {
- "enchantment": "minecraft:silk_touch",
- "levels": {
- "min": 1
- }
- }
- ]
- }
- }
- ],
- "name": "minecraft:bookshelf"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": 3
- },
- {
- "function": "minecraft:explosion_decay"
- }
- ],
- "name": "minecraft:book"
- }
- ]
- }
- ]
- }
- ]
- }
|