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

@ -3,11 +3,15 @@
"textures": { "textures": {
"layer0": "minecraft:block/iron_block" "layer0": "minecraft:block/iron_block"
}, },
"overrides": "overrides": [
[
{ {
"predicate": "predicate": {
"custom_model_data": 0
},
"model": "item/heavy_weighted_pressure_plate/default"
},
{ {
"predicate": {
"custom_model_data": 1 "custom_model_data": 1
}, },
"model": "item/heavy_weighted_pressure_plate/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"
}
}