Files
TexturePack/9/assets/minecraft/models/item/heavy_weighted_pressure_plate.json
YoyoNow 7520422298
All checks were successful
SteamWarCI Build successful
Add default.json to fix heavy_weighted_pressure_plate.json
2025-06-26 13:26:38 +02:00

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"
}
]
}