20 lines
398 B
JSON
20 lines
398 B
JSON
{
|
|
"parent": "minecraft:block/pressure_plate_up",
|
|
"textures": {
|
|
"layer0": "minecraft:block/iron_block"
|
|
},
|
|
"overrides": [
|
|
{
|
|
"predicate": {
|
|
"custom_model_data": 0
|
|
},
|
|
"model": "item/heavy_weighted_pressure_plate/default"
|
|
},
|
|
{
|
|
"predicate": {
|
|
"custom_model_data": 1
|
|
},
|
|
"model": "item/heavy_weighted_pressure_plate/1"
|
|
}
|
|
]
|
|
} |