Now with 50% less json file, and fixes
This commit is contained in:
parent
61c7815f3b
commit
eca6144c66
93 changed files with 2406 additions and 1877 deletions
|
@ -1,35 +1,55 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "%MODEL%"
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"textures": {
|
||||
"front": "%OFF_TEXTURE%"
|
||||
}
|
||||
},
|
||||
"normal":[{"model": "%MODEL%"}],
|
||||
|
||||
"facing":{
|
||||
"north": {},
|
||||
"east": {"y": 90},
|
||||
"south": {"y": 180},
|
||||
"west": {"y": 270}
|
||||
},
|
||||
|
||||
"active":{
|
||||
"true":{
|
||||
"textures": {
|
||||
"front": "%ON_TEXTURE%"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures": {
|
||||
"front": "%OFF_TEXTURE%"
|
||||
}
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"%SIDE_TEXTURE%",
|
||||
"top":"%TOP_TEXTURE%",
|
||||
"side":"%SIDE_TEXTURE%"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"front":"%OFF_TEXTURE%"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"front":"%ON_TEXTURE%"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"front":"%OFF_TEXTURE%"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "%SIDE_TEXTURE%",
|
||||
"top": "%TOP_TEXTURE%",
|
||||
"side": "%SIDE_TEXTURE%",
|
||||
"front": "%OFF_TEXTURE%"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"parent": "block/orientable",
|
||||
"textures": {
|
||||
"particle": "%SIDE_TEXTURE%",
|
||||
"top": "%TOP_TEXTURE%",
|
||||
"front": "%OFF_TEXTURE%",
|
||||
"side": "%SIDE_TEXTURE%"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue