Thallasium additional blocks, metal material class prototype, lang text

This commit is contained in:
paulevsGitch 2021-01-21 06:15:35 +03:00
parent dce84e13a5
commit 302db402c1
26 changed files with 327 additions and 38 deletions

View file

@ -0,0 +1,22 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"top": "betterend:block/%block%_top",
"particle": "#top"
},
"elements": [
{
"__comment": "Box1",
"from": [ 7, 0, 7 ],
"to": [ 9, 16, 9 ],
"faces": {
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#top", "cullface": "down" },
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#top", "cullface": "up" },
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#top" },
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#top" },
"west": { "uv": [ 7, 0, 9, 16 ], "texture": "#top" },
"east": { "uv": [ 7, 0, 9, 16 ], "texture": "#top" }
}
}
]
}

View file

@ -0,0 +1,23 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"side": "betterend:block/%block%",
"top": "betterend:block/%block%_top",
"particle": "#side"
},
"elements": [
{
"__comment": "Box1",
"from": [ 7, 0, 0 ],
"to": [ 9, 16, 9 ],
"faces": {
"down": { "uv": [ 7, 7, 9, 16 ], "texture": "#top", "cullface": "down" },
"up": { "uv": [ 7, 0, 9, 9 ], "texture": "#top", "cullface": "up" },
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#side" },
"west": { "uv": [ 0, 0, 9, 16 ], "texture": "#side" },
"east": { "uv": [ 7, 0, 16, 16 ], "texture": "#side" }
}
}
]
}

View file

@ -0,0 +1,53 @@
{
"multipart": [
{
"when": {
"west": "false",
"east": "false",
"south": "false",
"north": "false"
},
"apply": {
"model": "betterend:pattern/%block%/%block%_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "betterend:pattern/%block%/%block%_side"
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "betterend:pattern/%block%/%block%_side",
"uvlock": true,
"y": 90
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "betterend:pattern/%block%/%block%_side",
"uvlock": true,
"y": 180
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "betterend:pattern/%block%/%block%_side",
"uvlock": true,
"y": 270
}
}
]
}