Add default.json to fix heavy_weighted_pressure_plate.json
All checks were successful
SteamWarCI Build successful
All checks were successful
SteamWarCI Build successful
This commit is contained in:
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent": "minecraft:block/pressure_plate_up",
|
||||||
|
"textures": {
|
||||||
|
"texture": "minecraft:block/iron_block"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user