Docked in!
This commit is contained in:
parent
926721b349
commit
93c69dec49
11 changed files with 283 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tardim_ic:block/tardim_dock"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"block.tardim_ic.digital_tardim_interface": "Digital TARDIM Interface",
|
||||
"block.tardim_ic.redstone_tardim_input": "Redstone TARDIM Input",
|
||||
"block.tardim_ic.tardim_dock": "TARDIM Dock",
|
||||
"itemGroup.tardim_ic": "TARDIM: In Control",
|
||||
"itemGroup.minecraft.tardim_ic": "TARDIM: In Control"
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"block.tardim_ic.digital_tardim_interface": "Digital TARDIM Interface",
|
||||
"block.tardim_ic.redstone_tardim_input": "Redstone TARDIM Input",
|
||||
"block.tardim_ic.tardim_dock": "TARDIM Dock",
|
||||
"itemGroup.tardim_ic": "TARDIM: In Control",
|
||||
"itemGroup.minecraft.tardim_ic": "TARDIM: In Control"
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"block.tardim_ic.digital_tardim_interface": "Циферный Интерфейсъ Хронобудки",
|
||||
"block.tardim_ic.redstone_tardim_input": "Краснокаменный Инпутъ Хронобудки",
|
||||
"block.tardim_ic.tardim_dock": "Конюшня для TARDIM",
|
||||
"itemGroup.tardim_ic": "ТАРДИМЪ: Подъ Контрольемъ",
|
||||
"itemGroup.minecraft.tardim_ic": "ТАРДИМЪ: Подъ Контрольемъ"
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"block.tardim_ic.digital_tardim_interface": "Цифровой интерфейс TARDIM",
|
||||
"block.tardim_ic.redstone_tardim_input": "Редстоуновый ввод TARDIM",
|
||||
"block.tardim_ic.tardim_dock": "Стыковочная станция для TARDIM",
|
||||
"itemGroup.tardim_ic": "TARDIM: In Control",
|
||||
"itemGroup.minecraft.tardim_ic": "TARDIM: In Control"
|
||||
}
|
|
@ -0,0 +1,130 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"render": "translucent",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"0": "tardim_ic:blocks/tardim_dock",
|
||||
"particle": "tardim_ic:blocks/tardim_dock"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [2, 0, 2],
|
||||
"to": [14, 12, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 0, 7, 3], "texture": "#0"},
|
||||
"east": {"uv": [4, 3, 7, 6], "texture": "#0"},
|
||||
"south": {"uv": [4, 6, 7, 9], "texture": "#0"},
|
||||
"west": {"uv": [7, 0, 10, 3], "texture": "#0"},
|
||||
"up": {"uv": [10, 6, 7, 3], "texture": "#0"},
|
||||
"down": {"uv": [10, 6, 7, 9], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 12, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 4, 9], "texture": "#0"},
|
||||
"east": {"uv": [0, 9, 4, 10], "texture": "#0"},
|
||||
"south": {"uv": [4, 9, 8, 10], "texture": "#0"},
|
||||
"west": {"uv": [8, 9, 12, 10], "texture": "#0"},
|
||||
"up": {"uv": [4, 4, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [4, 4, 0, 8], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 0, 0],
|
||||
"to": [12, 12, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 3], "texture": "#0"},
|
||||
"east": {"uv": [10.5, 0, 10, 3], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 3], "texture": "#0"},
|
||||
"west": {"uv": [10, 0, 10.5, 3], "texture": "#0"},
|
||||
"up": {"uv": [0, 0.5, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 0, 0.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 14],
|
||||
"to": [4, 12, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 3], "texture": "#0"},
|
||||
"east": {"uv": [10, 0, 10.5, 3], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 3], "texture": "#0"},
|
||||
"west": {"uv": [10.5, 0, 10, 3], "texture": "#0"},
|
||||
"up": {"uv": [0, 0.5, 0, 0], "rotation": 180, "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 0, 0.5], "rotation": 180, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 0],
|
||||
"to": [4, 12, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 3], "texture": "#0"},
|
||||
"east": {"uv": [1.5, 10, 1, 13], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 3], "texture": "#0"},
|
||||
"west": {"uv": [1, 10, 1.5, 13], "texture": "#0"},
|
||||
"up": {"uv": [0, 0.5, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 0, 0.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 0, 14],
|
||||
"to": [12, 12, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 3], "texture": "#0"},
|
||||
"east": {"uv": [1, 10, 1.5, 13], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 3], "texture": "#0"},
|
||||
"west": {"uv": [1.5, 10, 1, 13], "texture": "#0"},
|
||||
"up": {"uv": [0, 0.5, 0, 0], "rotation": 180, "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 0, 0.5], "rotation": 180, "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 0, 0.5],
|
||||
"scale": [0.3, 0.3, 0.3]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"scale": [0.3, 0.3, 0.3]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"translation": [1.75, -0.25, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"translation": [3, 0, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, -0.25, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [18, 45, 0],
|
||||
"translation": [0, -0.5, 0],
|
||||
"scale": [0.65, 0.65, 0.65]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, -90, 0],
|
||||
"scale": [1.2, 1.2, 1.2]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [-90, 0, 0],
|
||||
"scale": [1.2, 1.2, 1.2]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "group",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"nbt": "{}",
|
||||
"children": [0, 1, 2, 3, 4, 5]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"parent": "tardim_ic:block/tardim_dock",
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [ 75, 45, 0 ],
|
||||
"scale": [ 0.40, 0.40, 0.40 ],
|
||||
"translation": [ 0, 1, 0 ]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [ 75, 45, 0 ],
|
||||
"scale": [ 0.40, 0.40, 0.40 ],
|
||||
"translation": [ 0, 1, 0 ]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [ 0, 45, 0 ],
|
||||
"scale": [ 0.40, 0.40, 0.40 ]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 45, 0 ],
|
||||
"scale": [ 0.40, 0.40, 0.40 ]
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue