Thallasium additional blocks, metal material class prototype, lang text
This commit is contained in:
parent
dce84e13a5
commit
302db402c1
26 changed files with 327 additions and 38 deletions
|
@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue