32 lines
		
	
	
		
			No EOL
		
	
	
		
			678 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			No EOL
		
	
	
		
			678 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "model": {
 | |
|     "type": "minecraft:select",
 | |
|     "cases": [
 | |
|       {
 | |
|         "model": {
 | |
|           "type": "minecraft:special",
 | |
|           "base": "minecraft:item/trapped_chest",
 | |
|           "model": {
 | |
|             "type": "minecraft:chest",
 | |
|             "texture": "minecraft:christmas"
 | |
|           }
 | |
|         },
 | |
|         "when": [
 | |
|           "12-24",
 | |
|           "12-25",
 | |
|           "12-26"
 | |
|         ]
 | |
|       }
 | |
|     ],
 | |
|     "fallback": {
 | |
|       "type": "minecraft:special",
 | |
|       "base": "minecraft:item/trapped_chest",
 | |
|       "model": {
 | |
|         "type": "minecraft:chest",
 | |
|         "texture": "minecraft:trapped"
 | |
|       }
 | |
|     },
 | |
|     "pattern": "MM-dd",
 | |
|     "property": "minecraft:local_time"
 | |
|   }
 | |
| } |