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

@ -583,5 +583,11 @@
"item.betterend.thallasium_pickaxe": "Thallasium Pickaxe",
"item.betterend.thallasium_shovel": "Thallasium Shovel",
"item.betterend.thallasium_sword": "Thallasium Sword",
"block.betterend.thallasium_block": "Thallasium Block"
"block.betterend.thallasium_block": "Thallasium Block",
"block.betterend.thallasium_bars": "Thallasium Bars",
"block.betterend.thallasium_door": "Thallasium Door",
"block.betterend.thallasium_plate": "Thallasium Pressure Plate",
"block.betterend.thallasium_tile": "Thallasium Tile",
"block.betterend.thallasium_trapdoor": "Thallasium Trapdoor"
}

View file

@ -585,5 +585,11 @@
"item.betterend.thallasium_pickaxe": "Талласиевая кирка",
"item.betterend.thallasium_shovel": "Талласиевая лопата",
"item.betterend.thallasium_sword": "Талласиевый меч",
"block.betterend.thallasium_block": "Талласиевый блок"
"block.betterend.thallasium_block": "Талласиевый блок",
"block.betterend.thallasium_bars": "Талласиевые прутья",
"block.betterend.thallasium_door": "Талласиевая дверь",
"block.betterend.thallasium_plate": "Талласиевая нажимная плита",
"block.betterend.thallasium_tile": "Талласиевая плитка",
"block.betterend.thallasium_trapdoor": "Талласиевый люк"
}

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
}
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B