Now with 50% less json file, and fixes

This commit is contained in:
modmuss50 2016-04-25 11:10:06 +01:00
parent 61c7815f3b
commit eca6144c66
93 changed files with 2406 additions and 1877 deletions

View file

@ -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%"
}
}
}
}

View file

@ -1,9 +0,0 @@
{
"parent": "block/orientable",
"textures": {
"particle": "%SIDE_TEXTURE%",
"top": "%TOP_TEXTURE%",
"front": "%OFF_TEXTURE%",
"side": "%SIDE_TEXTURE%"
}
}