diff --git a/9/assets/minecraft/models/item/heavy_weighted_pressure_plate.json b/9/assets/minecraft/models/item/heavy_weighted_pressure_plate.json index 3e47811..228cb9c 100644 --- a/9/assets/minecraft/models/item/heavy_weighted_pressure_plate.json +++ b/9/assets/minecraft/models/item/heavy_weighted_pressure_plate.json @@ -1,16 +1,20 @@ { - "parent": "minecraft:block/pressure_plate_up", - "textures": { - "layer0": "minecraft:block/iron_block" - }, - "overrides": - [ - { - "predicate": - { - "custom_model_data":1 - }, - "model": "item/heavy_weighted_pressure_plate/1" - } - ] + "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" + } + ] } \ No newline at end of file diff --git a/9/assets/minecraft/models/item/heavy_weighted_pressure_plate/default.json b/9/assets/minecraft/models/item/heavy_weighted_pressure_plate/default.json new file mode 100644 index 0000000..d0dd064 --- /dev/null +++ b/9/assets/minecraft/models/item/heavy_weighted_pressure_plate/default.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/iron_block" + } +} \ No newline at end of file