Initial json's for machines, gui blocks are broken

This commit is contained in:
modmuss50 2016-04-24 21:49:22 +01:00
parent b55c0a3c8e
commit 61c7815f3b
92 changed files with 2032 additions and 11 deletions

View file

@ -0,0 +1,35 @@
{
"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%"
}
}
}
}
}

View file

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