Private
Public Access
1
0

Moved to our own namespace. Reformatted the file a bit.

This commit is contained in:
2025-06-09 17:55:34 +01:00
parent ed7c410249
commit 8b525ca494
2 changed files with 94 additions and 46 deletions

View File

@ -0,0 +1,94 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#cross"
},
"elements": [
{
"from": [0.8, 0, 8],
"to": [15.2, 16, 8],
"rotation": {
"origin": [8, 8, 8],
"axis": "y",
"angle": 45,
"rescale": true
},
"shade": false,
"faces": {
"north": {
"uv": [0, 0, 16, 16],
"texture": "#cross"
},
"south": {
"uv": [0, 0, 16, 16],
"texture": "#cross"
}
}
},
{
"from": [8, 0, 0.8],
"to": [8, 16, 15.2],
"rotation": {
"origin": [8, 8, 8],
"axis": "y",
"angle": 45,
"rescale": true
},
"shade": false,
"faces": {
"west": {
"uv": [0, 0, 16, 16],
"texture": "#cross"
},
"east": {
"uv": [0, 0, 16, 16],
"texture": "#cross"
}
}
},
{
"from": [0.8, 0, 8],
"to": [15.2, 16, 8],
"rotation": {
"origin": [8, 8, 8],
"axis": "y",
"angle": 45,
"rescale": true
},
"shade": false,
"light_emission": 15,
"faces": {
"north": {
"uv": [0, 0, 16, 16],
"texture": "#cross_emissive"
},
"south": {
"uv": [0, 0, 16, 16],
"texture": "#cross_emissive"
}
}
},
{
"from": [8, 0, 0.8],
"to": [8, 16, 15.2],
"rotation": {
"origin": [8, 8, 8],
"axis": "y",
"angle": 45,
"rescale": true
},
"shade": false,
"light_emission": 15,
"faces": {
"west": {
"uv": [0, 0, 16, 16],
"texture": "#cross_emissive"
},
"east": {
"uv": [0, 0, 16, 16],
"texture": "#cross_emissive"
}
}
}
]
}

View File

@ -1,46 +0,0 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#cross"
},
"elements": [
{ "from": [ 0.8, 0, 8 ],
"to": [ 15.2, 16, 8 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
}
},
{ "from": [ 8, 0, 0.8 ],
"to": [ 8, 16, 15.2 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
}
},
{ "from": [ 0.8, 0, 8 ],
"to": [ 15.2, 16, 8 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"shade": false,
"light_emission": 15,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross_emissive" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross_emissive" }
}
},
{ "from": [ 8, 0, 0.8 ],
"to": [ 8, 16, 15.2 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"shade": false,
"light_emission": 15,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross_emissive" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross_emissive" }
}
}
]
}