| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "type": "minecraft:block",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:copy_name",
- "source": "block_entity"
- },
- {
- "function": "minecraft:copy_nbt",
- "source": "block_entity",
- "ops": [
- {
- "source": "Patterns",
- "target": "BlockEntityTag.Patterns",
- "op": "replace"
- }
- ]
- }
- ],
- "name": "minecraft:white_banner"
- }
- ],
- "conditions": [
- {
- "condition": "minecraft:survives_explosion"
- }
- ]
- }
- ]
- }
|