Initial json's for machines, gui blocks are broken
This commit is contained in:
parent
b55c0a3c8e
commit
61c7815f3b
92 changed files with 2032 additions and 11 deletions
35
basejsons/machineBase.json
Normal file
35
basejsons/machineBase.json
Normal 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%"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
9
basejsons/machineModelBase.json
Normal file
9
basejsons/machineModelBase.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"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