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:
@ -3,11 +3,15 @@
|
||||
"textures": {
|
||||
"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
|
||||
},
|
||||
"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