Add default.json to fix heavy_weighted_pressure_plate.json
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-06-26 13:26:38 +02:00
parent ad301d5063
commit 7520422298
2 changed files with 24 additions and 14 deletions

View File

@ -1,16 +1,20 @@
{ {
"parent": "minecraft:block/pressure_plate_up", "parent": "minecraft:block/pressure_plate_up",
"textures": { "textures": {
"layer0": "minecraft:block/iron_block" "layer0": "minecraft:block/iron_block"
}, },
"overrides": "overrides": [
[ {
{ "predicate": {
"predicate": "custom_model_data": 0
{ },
"custom_model_data":1 "model": "item/heavy_weighted_pressure_plate/default"
}, },
"model": "item/heavy_weighted_pressure_plate/1" {
} "predicate": {
] "custom_model_data": 1
},
"model": "item/heavy_weighted_pressure_plate/1"
}
]
} }

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/pressure_plate_up",
"textures": {
"texture": "minecraft:block/iron_block"
}
}