Updated to 1.16.2.
This commit is contained in:
parent
267233d994
commit
640ede7570
71 changed files with 2369 additions and 794 deletions
|
@ -1,8 +1,9 @@
|
|||
# @file mods.toml
|
||||
# @spec TOML v0.5.0 (https://github.com/toml-lang/toml)
|
||||
modLoader="javafml"
|
||||
loaderVersion="[28,)"
|
||||
loaderVersion="[33,)"
|
||||
issueTrackerURL="https://github.com/stfwi/engineers-decor/issues/"
|
||||
license="MIT"
|
||||
|
||||
[[mods]]
|
||||
modId="engineersdecor"
|
||||
|
@ -10,7 +11,7 @@ version="${file.jarVersion}"
|
|||
displayName="Engineer's Decor"
|
||||
description="Adds cosmetic blocks for the engineer's workshop, factory and home."
|
||||
authors="wilechaote"
|
||||
credits="BluSunrize, Damien Hazard, malte0811, et al., the Forge Smiths, the Modders of the World."
|
||||
credits="BluSunrize, Damien Hazard, malte0811, et al., the Forge Smiths."
|
||||
updateJSONURL="https://raw.githubusercontent.com/stfwi/engineers-decor/1.16/meta/update.json"
|
||||
displayURL="https://github.com/stfwi/engineers-decor/"
|
||||
logoFile="logo.png"
|
||||
|
@ -18,13 +19,13 @@ logoFile="logo.png"
|
|||
[[dependencies.engineersdecor]]
|
||||
modId="forge"
|
||||
mandatory=true
|
||||
versionRange="[32.0.70,)"
|
||||
versionRange="[33.0.5,)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
||||
[[dependencies.engineersdecor]]
|
||||
modId="minecraft"
|
||||
mandatory=true
|
||||
versionRange="[1.16.1]"
|
||||
versionRange="[1.16.2]"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" }, "apply": { "model": "engineersdecor:block/concrete/ie_concrete_wall_post" } },
|
||||
{ "when": { "north": "low" }, "apply": { "model": "engineersdecor:block/concrete/ie_concrete_wall_side", "uvlock": true } },
|
||||
{ "when": { "east": "low" }, "apply": { "model": "engineersdecor:block/concrete/ie_concrete_wall_side", "y": 90, "uvlock": true } },
|
||||
{ "when": { "south": "low" }, "apply": { "model": "engineersdecor:block/concrete/ie_concrete_wall_side", "y": 180, "uvlock": true } },
|
||||
{ "when": { "west": "low" }, "apply": { "model": "engineersdecor:block/concrete/ie_concrete_wall_side", "y": 270, "uvlock": true } },
|
||||
{ "when": { "north": "tall" }, "apply": { "model": "engineersdecor:block/concrete/ie_concrete_wall_side", "uvlock": true } },
|
||||
{ "when": { "east": "tall" }, "apply": { "model": "engineersdecor:block/concrete/ie_concrete_wall_side", "y": 90, "uvlock": true } },
|
||||
{ "when": { "south": "tall" }, "apply": { "model": "engineersdecor:block/concrete/ie_concrete_wall_side", "y": 180, "uvlock": true } },
|
||||
{ "when": { "west": "tall" }, "apply": { "model": "engineersdecor:block/concrete/ie_concrete_wall_side", "y": 270, "uvlock": true } }
|
||||
]
|
||||
}
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_chimneytrunk_model" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_chimneytrunk_model", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_chimneytrunk_model", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_chimneytrunk_model", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_chimneytrunk_model", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_chimneytrunk_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_chimneytrunk_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_chimneytrunk_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_metallized_model_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_skylight_model" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_skylight_model", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_skylight_model", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_skylight_model", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_skylight_model", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_skylight_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_skylight_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "engineersdecor:block/roof/dark_shingle_roof_skylight_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "engineersdecor:block/roof/dark_shingle_roof_model_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
|
@ -1,10 +1 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "engineersdecor:block/pipe/passive_fluid_accumulator_model" },
|
||||
"facing=south": { "model": "engineersdecor:block/pipe/passive_fluid_accumulator_model", "y":180 },
|
||||
"facing=west": { "model": "engineersdecor:block/pipe/passive_fluid_accumulator_model", "y":270 },
|
||||
"facing=east": { "model": "engineersdecor:block/pipe/passive_fluid_accumulator_model", "y":90 },
|
||||
"facing=up": { "model": "engineersdecor:block/pipe/passive_fluid_accumulator_model", "x":270 },
|
||||
"facing=down": { "model": "engineersdecor:block/pipe/passive_fluid_accumulator_model", "x":90 }
|
||||
}
|
||||
}
|
||||
{ "variants": { "": { "model": "minecraft:block/barrier" } } }
|
|
@ -65,12 +65,13 @@
|
|||
"block.engineersdecor.clinker_brick_stairs.help": "§6Looks slightly darker and more color intensive than the vanilla brick block.",
|
||||
"block.engineersdecor.clinker_brick_wall": "Clinker Brick Wall",
|
||||
"block.engineersdecor.clinker_brick_wall.help": "§6Simplistic Clinker Brick Wall.",
|
||||
"block.engineersdecor.concrete_wall": "Concrete Wall",
|
||||
"block.engineersdecor.concrete_wall.help": "§6Wall made of solid concrete.",
|
||||
"block.engineersdecor.dark_shingle_roof": "Dark Ceramic Shingle Roof",
|
||||
"block.engineersdecor.dark_shingle_roof_block": "Dark Ceramic Shingle Roof Block",
|
||||
"block.engineersdecor.dark_shingle_roof_slab": "Dark Ceramic Shingle Roof Slab",
|
||||
"block.engineersdecor.dark_shingle_roof_slabslice": "Dark Ceramic Shingle Roof Slab Slice",
|
||||
"block.engineersdecor.dark_shingle_roof": "Dark Shingle Roof",
|
||||
"block.engineersdecor.dark_shingle_roof_block": "Dark Shingle Roof Block",
|
||||
"block.engineersdecor.dark_shingle_roof_chimneytrunk": "Dark Shingle Roof Chimney Trunk",
|
||||
"block.engineersdecor.dark_shingle_roof_metallized": "Dark Shingle Roof Show Guard",
|
||||
"block.engineersdecor.dark_shingle_roof_skylight": "Dark Shingle Roof Skylight",
|
||||
"block.engineersdecor.dark_shingle_roof_slab": "Dark Shingle Roof Slab",
|
||||
"block.engineersdecor.dark_shingle_roof_slabslice": "Dark Shingle Roof Slab Slice",
|
||||
"block.engineersdecor.dense_grit_dirt_block": "Dense Grit Dirt",
|
||||
"block.engineersdecor.dense_grit_dirt_block.help": "§6A compressed dirt-like soil, plain texture with some cracks.§r Known from often used paths or trampled yard grounds. Dirt and coarse dirt can be mixed in for accentuation. Position dependent texture variations. Prevents grass spreading.",
|
||||
"block.engineersdecor.dense_grit_sand_block": "Dense Grit Sand",
|
||||
|
@ -113,8 +114,6 @@
|
|||
"block.engineersdecor.gas_concrete_stairs.help": "§6Low hardness concrete stairs.§r Easy to break decorative concrete.",
|
||||
"block.engineersdecor.gas_concrete_wall": "Gas Concrete Wall",
|
||||
"block.engineersdecor.gas_concrete_wall.help": "§6Low hardness concrete wall.§r Easy to break decorative concrete.",
|
||||
"block.engineersdecor.halfslab_concrete": "Concrete Slice",
|
||||
"block.engineersdecor.halfslab_concrete.help": "§6Vertically stackable slice.§r Right/left click with the slice stack on the top or bottom surface to add/remove slices.",
|
||||
"block.engineersdecor.halfslab_gas_concrete": "Gas Concrete Slice",
|
||||
"block.engineersdecor.halfslab_gas_concrete.help": "§6Vertically stackable slice.§r Right/left click with the slice stack on the top or bottom surface to add/remove slices.",
|
||||
"block.engineersdecor.halfslab_rebar_concrete": "Rebar Concrete Slice",
|
||||
|
@ -144,6 +143,16 @@
|
|||
"block.engineersdecor.labeled_crate": "Labeled Crate",
|
||||
"block.engineersdecor.labeled_crate.help": "§6A storage crate with 9x6 slots and a built-in item frame at the front.§r\nPlace an item into the frame slot at the bottom right of the GUI to define the shown label.",
|
||||
"block.engineersdecor.labeled_crate.tip": "§6Label:§r %1$s\n%2$s slots used / %3$s free\n%4$s total items stored",
|
||||
"block.engineersdecor.metal_crafting_table": "Metal Crafting Table",
|
||||
"block.engineersdecor.metal_crafting_table.help": "§6Decorative crafting table with advanced features.§r Eighteen storage slots, keeps inventory, no vanilla recipe book.\nClick up/down arrow buttons for crafting history selection, output slot for item placement, X-button to clear crafting grid and history. Shift-click stack: player-to-storage stack transfer when crafting grid empty, otherwise player-to-grid stack transfer. Automatically distributes the clicked stack. Shift-Ctrl-click stack: Move all same stacks. Mouse wheel over crafting slot: Increase/decrease crafting grid items.",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.clear": "Clear grid to player inventory",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.fromplayer": "Move items from player inventory",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.fromstorage": "Move items from storage",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.next": "Next crafting history recipe",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.nextcollisionrecipe": "Show next colliding recipe",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.prev": "Previous crafting history recipe",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.toplayer": "Clear grid to player inventory",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.tostorage": "Clear grid to storage",
|
||||
"block.engineersdecor.metal_rung_ladder": "Metal Rung Ladder",
|
||||
"block.engineersdecor.metal_rung_ladder.help": "§6Typical industrial wall ladder, consisting of horizontal metal rod rungs.§r Look up/down to climb faster.",
|
||||
"block.engineersdecor.metal_rung_steps": "Staggered Metal Steps",
|
||||
|
@ -152,8 +161,6 @@
|
|||
"block.engineersdecor.panzerglass_block.help": "§6Reinforced glass block.§r Expensive, explosion-proof. Dark gray tint, faint structural lines visible, multi texture for seemless look.",
|
||||
"block.engineersdecor.panzerglass_slab": "Panzer Glass Slab",
|
||||
"block.engineersdecor.panzerglass_slab.help": "§6Reinforced glass slab.§r Expensive, explosion-proof. Dark gray tint, faint structural lines visible.",
|
||||
"block.engineersdecor.passive_fluid_accumulator": "Passive Fluid Accumulator",
|
||||
"block.engineersdecor.passive_fluid_accumulator.help": "§6Vacuum suction based fluid collector.§r Has one output, all other sides are input. Drains fluids from adjacent tanks when being drained from the output port by a pump.",
|
||||
"block.engineersdecor.rebar_concrete": "Rebar Concrete Block",
|
||||
"block.engineersdecor.rebar_concrete.help": "§6Steel reinforced concrete block.§r Expensive but Creeper-proof like obsidian.",
|
||||
"block.engineersdecor.rebar_concrete_slab": "Rebar Concrete Slab",
|
||||
|
@ -245,16 +252,6 @@
|
|||
"block.engineersdecor.thin_steel_pole_head.help": "§6Steel part fitting as foot or head of the thin steel pole (4x4x16).",
|
||||
"block.engineersdecor.treated_wood_broad_windowsill": "Broad Treated Wood Window Sill",
|
||||
"block.engineersdecor.treated_wood_broad_windowsill.help": "§6Simple window decoration.",
|
||||
"block.engineersdecor.treated_wood_crafting_table": "Metal Crafting Table",
|
||||
"block.engineersdecor.treated_wood_crafting_table.help": "§6Decorative crafting table with advanced features.§r Eighteen storage slots, keeps inventory, no vanilla recipe book.\nClick up/down arrow buttons for crafting history selection, output slot for item placement, X-button to clear crafting grid and history. Shift-click stack: player-to-storage stack transfer when crafting grid empty, otherwise player-to-grid stack transfer. Automatically distributes the clicked stack. Shift-Ctrl-click stack: Move all same stacks. Mouse wheel over crafting slot: Increase/decrease crafting grid items.",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.clear": "Clear grid to player inventory",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.fromplayer": "Move items from player inventory",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.fromstorage": "Move items from storage",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.next": "Next crafting history recipe",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.nextcollisionrecipe": "Show next colliding recipe",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.prev": "Previous crafting history recipe",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.toplayer": "Clear grid to player inventory",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.tostorage": "Clear grid to storage",
|
||||
"block.engineersdecor.treated_wood_floor": "Treated Wood Floor",
|
||||
"block.engineersdecor.treated_wood_floor.help": "§6Decorative floor tiles with texture variations.§r",
|
||||
"block.engineersdecor.treated_wood_ladder": "Treated Wood Ladder",
|
||||
|
|
|
@ -65,10 +65,11 @@
|
|||
"block.engineersdecor.clinker_brick_stairs.help": "§6По цвету выглядят немного темнее и интенсивнее, чем Кирпичный блок",
|
||||
"block.engineersdecor.clinker_brick_wall": "Клинкерная кирпичная стена",
|
||||
"block.engineersdecor.clinker_brick_wall.help": "§6Обыкновенная клинкерная кирпичная стена.",
|
||||
"block.engineersdecor.concrete_wall": "Бетонная стена",
|
||||
"block.engineersdecor.concrete_wall.help": "§6Стена из твёрдого бетона.",
|
||||
"block.engineersdecor.dark_shingle_roof": "Dark Ceramic Shingle Roof",
|
||||
"block.engineersdecor.dark_shingle_roof_block": "Dark Ceramic Shingle Roof Block",
|
||||
"block.engineersdecor.dark_shingle_roof_chimneytrunk": "Dark Shingle Roof Chimney Trunk",
|
||||
"block.engineersdecor.dark_shingle_roof_metallized": "Dark Shingle Roof Show Guard",
|
||||
"block.engineersdecor.dark_shingle_roof_skylight": "Dark Shingle Roof Skylight",
|
||||
"block.engineersdecor.dark_shingle_roof_slab": "Dark Ceramic Shingle Roof Slab",
|
||||
"block.engineersdecor.dark_shingle_roof_slabslice": "Dark Ceramic Shingle Roof Slab Slice",
|
||||
"block.engineersdecor.dense_grit_dirt_block": "Dense Grit Dirt",
|
||||
|
@ -113,8 +114,6 @@
|
|||
"block.engineersdecor.gas_concrete_stairs.help": "§6Бетонные ступеньки низкой твёрдости.§r Легко ломающийся декоративный бетон.",
|
||||
"block.engineersdecor.gas_concrete_wall": "Газобетонная стена",
|
||||
"block.engineersdecor.gas_concrete_wall.help": "§6Бетонная стена низкой твердости.§r Легко ломающийся декоративный бетон.",
|
||||
"block.engineersdecor.halfslab_concrete": "Бетонный срез",
|
||||
"block.engineersdecor.halfslab_concrete.help": "§6Вертикально наращиваемая часть.§rПравый/левый щелчок со стеком частей на верхней или нижней поверхности для добавления/удаления частей.",
|
||||
"block.engineersdecor.halfslab_gas_concrete": "Газобетонный срез",
|
||||
"block.engineersdecor.halfslab_gas_concrete.help": "§6Вертикально наращиваемая часть.§r Правый/левый щелчок со стеком частей на верхней или нижней поверхности для добавления/удаления частей.",
|
||||
"block.engineersdecor.halfslab_rebar_concrete": "Арматура для бетона",
|
||||
|
@ -144,6 +143,16 @@
|
|||
"block.engineersdecor.labeled_crate": "Labeled Crate",
|
||||
"block.engineersdecor.labeled_crate.help": "§6A storage crate with 9x6 slots and a built-in item frame at the front.§r\nPlace an item into the frame slot at the bottom right of the GUI to define the shown label.",
|
||||
"block.engineersdecor.labeled_crate.tip": "§6Label:§r %1$s\n%2$s slots used / %3$s free\n%4$s total items stored",
|
||||
"block.engineersdecor.metal_crafting_table": "Верстак из обработанного дерева",
|
||||
"block.engineersdecor.metal_crafting_table.help": "§6Прочный и устойчивый к погодным условиям. Восемь слотов для хранения. Хранит инвентарь. Нажимайте кнопки со стрелками вверх/вниз для выбора из истории, выходной слот для размещения предметов, X-кнопка очистить сетку крафта и историю. Shift-клик по стеку: передача стека от игрока в хранилище при создании если сетка пуста, в противном случае перенос от игрока в сетку. Автоматически распределяет кликаемый стек. Shift-Ctrl-клик по стаку: перемещает одинаковые стаки. Колёсико мыши: добавляет/отнимает предметы в сетке.",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.clear": "Clear grid to player inventory",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.fromplayer": "Move items from player inventory",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.fromstorage": "Move items from storage",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.next": "Next crafting history recipe",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.nextcollisionrecipe": "Show next colliding recipe",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.prev": "Previous crafting history recipe",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.toplayer": "Clear grid to player inventory",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.tostorage": "Clear grid to storage",
|
||||
"block.engineersdecor.metal_rung_ladder": "Металлическая лестница",
|
||||
"block.engineersdecor.metal_rung_ladder.help": "§6Типичная промышленная настенная лестница, состоящая из горизонтальных металлических стержней.§r Смотри вверх/вниз, чтобы подняться быстрее.",
|
||||
"block.engineersdecor.metal_rung_steps": "Настенные металлические ступеньки",
|
||||
|
@ -152,8 +161,6 @@
|
|||
"block.engineersdecor.panzerglass_block.help": "§6Усиленный стеклоблок.§r Дорогой, взрывоустойчивый. Имеет тёмно-серый оттенок, слегка видны структурные линии, мультитекстура для бесшовного отображения.",
|
||||
"block.engineersdecor.panzerglass_slab": "Плита из бронированного стекла",
|
||||
"block.engineersdecor.panzerglass_slab.help": "§6Усиленная стеклянная плита.§r Дорогая, взрывоустойчивая. Имеет тёмно-серый оттенок, слегка видны структурные линии.",
|
||||
"block.engineersdecor.passive_fluid_accumulator": "Пассивный жидкостный накопитель",
|
||||
"block.engineersdecor.passive_fluid_accumulator.help": "§6Вакуумный всасывающий жидкостный коллектор.§r Имеет один выход, все остальные стороны входные. Сливает жидкости из соседних резервуаров при выкачивании жидкости из выходного порта.",
|
||||
"block.engineersdecor.rebar_concrete": "Железобетон",
|
||||
"block.engineersdecor.rebar_concrete.help": "§6Стальной железобетонный блок.§r Дорогой, но взрывоустойчивый, как обсидиан.",
|
||||
"block.engineersdecor.rebar_concrete_slab": "Железобетонная плита",
|
||||
|
@ -245,16 +252,6 @@
|
|||
"block.engineersdecor.thin_steel_pole_head.help": "§6Стальная часть, подходящая как основание или наконечник тонкого стального столба (4x4x16).",
|
||||
"block.engineersdecor.treated_wood_broad_windowsill": "Широкий обработанный деревянный подоконник",
|
||||
"block.engineersdecor.treated_wood_broad_windowsill.help": "§6Простое оформление окон.",
|
||||
"block.engineersdecor.treated_wood_crafting_table": "Верстак из обработанного дерева",
|
||||
"block.engineersdecor.treated_wood_crafting_table.help": "§6Прочный и устойчивый к погодным условиям. Восемь слотов для хранения. Хранит инвентарь. Нажимайте кнопки со стрелками вверх/вниз для выбора из истории, выходной слот для размещения предметов, X-кнопка очистить сетку крафта и историю. Shift-клик по стеку: передача стека от игрока в хранилище при создании если сетка пуста, в противном случае перенос от игрока в сетку. Автоматически распределяет кликаемый стек. Shift-Ctrl-клик по стаку: перемещает одинаковые стаки. Колёсико мыши: добавляет/отнимает предметы в сетке.",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.clear": "Clear grid to player inventory",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.fromplayer": "Move items from player inventory",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.fromstorage": "Move items from storage",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.next": "Next crafting history recipe",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.nextcollisionrecipe": "Show next colliding recipe",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.prev": "Previous crafting history recipe",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.toplayer": "Clear grid to player inventory",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.tostorage": "Clear grid to storage",
|
||||
"block.engineersdecor.treated_wood_floor": "Пол из обработанного дерева",
|
||||
"block.engineersdecor.treated_wood_floor.help": "§6Декоративная напольная плитка с текстурными вариациями.§r",
|
||||
"block.engineersdecor.treated_wood_ladder": "Лестница из обработанного дерева",
|
||||
|
|
|
@ -65,10 +65,11 @@
|
|||
"block.engineersdecor.clinker_brick_stairs.help": "§6比原版砖看起来颜色更深,色度也更高。",
|
||||
"block.engineersdecor.clinker_brick_wall": "过烧砖墙",
|
||||
"block.engineersdecor.clinker_brick_wall.help": "§6简单的过烧砖墙。",
|
||||
"block.engineersdecor.concrete_wall": "混凝土墙",
|
||||
"block.engineersdecor.concrete_wall.help": "§6用坚固混凝土制造的墙。",
|
||||
"block.engineersdecor.dark_shingle_roof": "Dark Ceramic Shingle Roof",
|
||||
"block.engineersdecor.dark_shingle_roof_block": "Dark Ceramic Shingle Roof Block",
|
||||
"block.engineersdecor.dark_shingle_roof_chimneytrunk": "Dark Shingle Roof Chimney Trunk",
|
||||
"block.engineersdecor.dark_shingle_roof_metallized": "Dark Shingle Roof Show Guard",
|
||||
"block.engineersdecor.dark_shingle_roof_skylight": "Dark Shingle Roof Skylight",
|
||||
"block.engineersdecor.dark_shingle_roof_slab": "Dark Ceramic Shingle Roof Slab",
|
||||
"block.engineersdecor.dark_shingle_roof_slabslice": "Dark Ceramic Shingle Roof Slab Slice",
|
||||
"block.engineersdecor.dense_grit_dirt_block": "压制砾土",
|
||||
|
@ -113,8 +114,6 @@
|
|||
"block.engineersdecor.gas_concrete_stairs.help": "§6低硬度的混凝土楼梯。§r容易破坏的装饰性混凝土。",
|
||||
"block.engineersdecor.gas_concrete_wall": "加气混凝土墙",
|
||||
"block.engineersdecor.gas_concrete_wall.help": "§6低硬度的混凝土墙。§r容易破坏的装饰性混凝土。",
|
||||
"block.engineersdecor.halfslab_concrete": "混凝土切片",
|
||||
"block.engineersdecor.halfslab_concrete.help": "§6可垂直堆叠的切片。§r手持切片右/左击切片堆叠的顶端或底部来添加/移除切片。",
|
||||
"block.engineersdecor.halfslab_gas_concrete": "加气混凝土切片",
|
||||
"block.engineersdecor.halfslab_gas_concrete.help": "§6可垂直堆叠的切片。§r手持切片右/左击切片堆叠的顶端或底部来添加/移除切片。",
|
||||
"block.engineersdecor.halfslab_rebar_concrete": "强化混凝土切片",
|
||||
|
@ -144,6 +143,16 @@
|
|||
"block.engineersdecor.labeled_crate": "贴标签的板条箱",
|
||||
"block.engineersdecor.labeled_crate.help": "§6具备 9x6 大小格子的木箱,前面自带一个物品展示框。§r\n将物品放置在 GUI 右下角的框架槽内,可以定义所显示的标签。",
|
||||
"block.engineersdecor.labeled_crate.tip": "§6标签:§r %1$s\n已使用 %2$s / 剩余 %3$s \n共存储 %4$s 件物品",
|
||||
"block.engineersdecor.metal_crafting_table": "防腐木合成台",
|
||||
"block.engineersdecor.metal_crafting_table.help": "§6坚固,防风防雨。§r内含八个存储格,破坏后保留内容物,没有原版合成书。\n 单击上/下箭头按钮可选择合成历史,单击输出格自动放置物品,单击X按钮 清除合成栏和历史。Shift单击一叠物品:合成格空时转移到存储格, 非空时到合成栏。会自动分配转移的物品。",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.clear": "Clear grid to player inventory",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.fromplayer": "Move items from player inventory",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.fromstorage": "Move items from storage",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.next": "Next crafting history recipe",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.nextcollisionrecipe": "Show next colliding recipe",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.prev": "Previous crafting history recipe",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.toplayer": "Clear grid to player inventory",
|
||||
"block.engineersdecor.metal_crafting_table.tooltips.tostorage": "Clear grid to storage",
|
||||
"block.engineersdecor.metal_rung_ladder": "金属蹬梯子",
|
||||
"block.engineersdecor.metal_rung_ladder.help": "§6典型的工业墙梯,由水平的金属杆蹬组成。§r往上/下看会爬得更快。",
|
||||
"block.engineersdecor.metal_rung_steps": "交错金属台阶",
|
||||
|
@ -152,8 +161,6 @@
|
|||
"block.engineersdecor.panzerglass_block.help": "§6强化的玻璃方块。§r昂贵,防爆。深灰色调,有隐约可见的结构线和多种纹理,外观无光泽。",
|
||||
"block.engineersdecor.panzerglass_slab": "装甲玻璃台阶",
|
||||
"block.engineersdecor.panzerglass_slab.help": "§6强化的玻璃台阶。§r昂贵,防爆。深灰色调,有隐约可见的结构线和多种纹理。",
|
||||
"block.engineersdecor.passive_fluid_accumulator": "被动流体累积器。",
|
||||
"block.engineersdecor.passive_fluid_accumulator.help": "§6基于真空吸力的流体收集器。§r有一个输出面,其他面都是输入。 当从输出面被泵抽取时,从输入面邻接储罐抽取液体。",
|
||||
"block.engineersdecor.rebar_concrete": "钢筋混凝土",
|
||||
"block.engineersdecor.rebar_concrete.help": "§6钢强化的混凝土。§r昂贵但像黑曜石一样防爬行者爆炸。",
|
||||
"block.engineersdecor.rebar_concrete_slab": "钢筋混凝土台阶",
|
||||
|
@ -245,16 +252,6 @@
|
|||
"block.engineersdecor.thin_steel_pole_head.help": "§6钢制部件,适合作为细钢杆(4x4x16)的头或尾。",
|
||||
"block.engineersdecor.treated_wood_broad_windowsill": "宽防腐木窗台",
|
||||
"block.engineersdecor.treated_wood_broad_windowsill.help": "§6简单的窗户装饰。",
|
||||
"block.engineersdecor.treated_wood_crafting_table": "防腐木合成台",
|
||||
"block.engineersdecor.treated_wood_crafting_table.help": "§6坚固,防风防雨。§r内含八个存储格,破坏后保留内容物,没有原版合成书。\n 单击上/下箭头按钮可选择合成历史,单击输出格自动放置物品,单击X按钮 清除合成栏和历史。Shift单击一叠物品:合成格空时转移到存储格, 非空时到合成栏。会自动分配转移的物品。",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.clear": "Clear grid to player inventory",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.fromplayer": "Move items from player inventory",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.fromstorage": "Move items from storage",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.next": "Next crafting history recipe",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.nextcollisionrecipe": "Show next colliding recipe",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.prev": "Previous crafting history recipe",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.toplayer": "Clear grid to player inventory",
|
||||
"block.engineersdecor.treated_wood_crafting_table.tooltips.tostorage": "Clear grid to storage",
|
||||
"block.engineersdecor.treated_wood_floor": "防腐木地板",
|
||||
"block.engineersdecor.treated_wood_floor.help": "§6装饰性地板砖,有可变的贴图。§r",
|
||||
"block.engineersdecor.treated_wood_ladder": "防腐木梯",
|
||||
|
|
|
@ -1,56 +0,0 @@
|
|||
{
|
||||
"textures": {
|
||||
"end": "engineersdecor:block/pipe/passive_fluid_accumulator_front_texture",
|
||||
"particle": "engineersdecor:block/pipe/passive_fluid_accumulator_front_texture",
|
||||
"side": "engineersdecor:block/pipe/passive_fluid_accumulator_side_texture",
|
||||
"back": "engineersdecor:block/pipe/passive_fluid_accumulator_back_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [3, 3, 0],
|
||||
"to": [13, 13, 1],
|
||||
"faces": {
|
||||
"north": {"uv": [3, 3, 13, 13], "texture": "#end"},
|
||||
"east": {"uv": [15, 4, 16, 16], "texture": "#side"},
|
||||
"west": {"uv": [0, 4, 1, 16], "texture": "#side"},
|
||||
"up": {"uv": [4, 0, 16, 1], "texture": "#side"},
|
||||
"down": {"uv": [0, 15, 12, 16], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 1],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#end"},
|
||||
"east": {"uv": [0, 0, 15, 16], "texture": "#side"},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#back"},
|
||||
"west": {"uv": [1, 0, 16, 16], "texture": "#side"},
|
||||
"up": {"uv": [0, 0, 16, 15], "texture": "#side"},
|
||||
"down": {"uv": [0, 0, 16, 15], "rotation": 180, "texture": "#side"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [108, 6, -23],
|
||||
"translation": [1.75, -0.5, -2.5],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [120, 30, 0],
|
||||
"translation": [1.75, 1.25, -0.25],
|
||||
"scale": [0.35, 0.35, 0.35]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 1.75, 0],
|
||||
"scale": [0.2, 0.2, 0.2]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 225, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
},
|
||||
"fixed": {
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,277 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"s": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"t": "engineersdecor:block/pole/thick_steel_pole_top_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [4, 3.5, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 12, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [0, 0, 4, 16], "texture": "#s"},
|
||||
"down": {"uv": [0, 0, 4, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 0],
|
||||
"to": [8, 7.5, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8, 12, 16], "texture": "#s"},
|
||||
"south": {"uv": [4, 8, 8, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 8, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [4, 0, 8, 16], "texture": "#s"},
|
||||
"down": {"uv": [4, 0, 8, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 3],
|
||||
"to": [11, 11.5, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 4.5, 13, 13], "texture": "#s"},
|
||||
"south": {"uv": [3, 4.5, 11, 13], "texture": "#s"},
|
||||
"west": {"uv": [3, 4.5, 13, 13], "texture": "#s"},
|
||||
"up": {"uv": [3, 3, 11, 13], "texture": "#t"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 11.5, 3],
|
||||
"to": [13, 16, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 23, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 0, 13, 4.5], "texture": "#t"},
|
||||
"east": {"uv": [11, 0, 13, 4.5], "texture": "#t"},
|
||||
"south": {"uv": [3, 0, 13, 4.5], "texture": "#t"},
|
||||
"west": {"uv": [3, 0, 5, 4.5], "texture": "#t"},
|
||||
"up": {"uv": [3, 3, 13, 5], "texture": "#t"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 11.5, 11],
|
||||
"to": [13, 16, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 23, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 0, 13, 4.5], "texture": "#t"},
|
||||
"south": {"uv": [3, 0, 13, 4.5], "texture": "#t"},
|
||||
"west": {"uv": [11, 0, 13, 4.5], "texture": "#t"},
|
||||
"up": {"uv": [3, 11, 13, 13], "texture": "#t"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 11.5, 5],
|
||||
"to": [13, 16, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 23, 12]},
|
||||
"faces": {
|
||||
"east": {"uv": [5, 0, 11, 4.5], "texture": "#t"},
|
||||
"west": {"uv": [5, 0, 11, 4.5], "texture": "#t"},
|
||||
"up": {"uv": [11, 5, 13, 11], "texture": "#t"},
|
||||
"down": {"uv": [11, 5, 13, 11], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 11.5, 5],
|
||||
"to": [5, 16, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [5, 23, 12]},
|
||||
"faces": {
|
||||
"east": {"uv": [5, 0, 11, 4.5], "texture": "#t"},
|
||||
"west": {"uv": [5, 0, 11, 4.5], "texture": "#t"},
|
||||
"up": {"uv": [3, 5, 5, 11], "texture": "#t"},
|
||||
"down": {"uv": [3, 5, 5, 11], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 0, 0],
|
||||
"to": [12, 11.5, 5],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4.5, 8, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 4.5, 5, 16], "texture": "#s"},
|
||||
"up": {"uv": [8, 0, 12, 5], "texture": "#s"},
|
||||
"down": {"uv": [8, 11, 12, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 0, 5],
|
||||
"to": [12, 5.5, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 8]},
|
||||
"faces": {
|
||||
"down": {"uv": [8, 5, 12, 11], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 0, 11],
|
||||
"to": [12, 11.5, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 19]},
|
||||
"faces": {
|
||||
"south": {"uv": [8, 4.5, 12, 16], "texture": "#s"},
|
||||
"west": {"uv": [11, 4.5, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [8, 11, 12, 16], "texture": "#s"},
|
||||
"down": {"uv": [8, 0, 12, 5], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 0, 0],
|
||||
"to": [16, 15.5, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 16], "texture": "#s"},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [12, 0, 16, 16], "texture": "#s"},
|
||||
"down": {"uv": [12, 0, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 7.5, 0],
|
||||
"to": [8, 8, 3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 11.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"south": {"uv": [4, 8, 8, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 8, 3, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 0, 8, 3], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 15.5, 0],
|
||||
"to": [16, 16, 3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [13, 0, 16, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 0, 3, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 0, 16, 3], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [13, 15.5, 3],
|
||||
"to": [16, 16, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 3, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [12, 0, 13, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [13, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [3, 0, 4, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [13, 3, 16, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 15.5, 4],
|
||||
"to": [16, 16, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 12]},
|
||||
"faces": {
|
||||
"east": {"uv": [8, 0, 12, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 0, 8, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [15, 4, 16, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 11.5, 0],
|
||||
"to": [12, 12, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 15.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 5, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 4, 4, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 0, 12, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3.5, 0],
|
||||
"to": [4, 4, 3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 7.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 13, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 12, 3, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [3, 0, 4, 3], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 15.5, 12],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 20]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [15, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [15, 12, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 7.5, 13],
|
||||
"to": [8, 8, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 11.5, 20]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 8, 3, 8.5], "texture": "#s"},
|
||||
"south": {"uv": [7, 8, 8, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [13, 8, 16, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [7, 13, 8, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3.5, 4],
|
||||
"to": [3, 4, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 7.5, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 12, 16, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 3, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 12, 8, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 4, 3, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3.5, 12],
|
||||
"to": [4, 4, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 7.5, 20]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 12, 4, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 11.5, 13],
|
||||
"to": [12, 12, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 15.5, 20]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"south": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [13, 4, 16, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 13, 12, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [13, 15.5, 8],
|
||||
"to": [16, 16, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [4, 0, 8, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [8, 0, 12, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 8, 16, 12], "texture": "#s"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, -135, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 135, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, -90, 0]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,276 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"s": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"f": "engineersdecor:block/material/steel_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [4, 3.5, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 12, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [0, 0, 4, 16], "texture": "#s"},
|
||||
"down": {"uv": [0, 0, 4, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 0],
|
||||
"to": [8, 7.5, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8, 12, 16], "texture": "#s"},
|
||||
"south": {"uv": [4, 8, 8, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 8, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [4, 0, 8, 16], "texture": "#s"},
|
||||
"down": {"uv": [4, 0, 8, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 0, 0],
|
||||
"to": [12, 11.5, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 8, 16], "texture": "#s"},
|
||||
"south": {"uv": [8, 4, 12, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 4, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [8, 0, 12, 16], "texture": "#s"},
|
||||
"down": {"uv": [8, 0, 12, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 0, 0],
|
||||
"to": [16, 15.5, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 16], "texture": "#s"},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [12, 0, 16, 16], "texture": "#s"},
|
||||
"down": {"uv": [12, 0, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 7.5, 0],
|
||||
"to": [8, 8, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 11.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"south": {"uv": [4, 8, 8, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 8, 4, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 0, 8, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 15.5, 0],
|
||||
"to": [16, 16, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 0, 16, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 15.5, 4],
|
||||
"to": [16, 16, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 12]},
|
||||
"faces": {
|
||||
"east": {"uv": [8, 0, 12, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 0, 8, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [15, 4, 16, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 11.5, 0],
|
||||
"to": [12, 12, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 15.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 5, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 4, 4, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 0, 12, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3.5, 0],
|
||||
"to": [4, 4, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 7.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 5, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 4, 4, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 0, 12, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 11.5, 8],
|
||||
"to": [12, 12, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 15.5, 16]},
|
||||
"faces": {
|
||||
"west": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 8, 12, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3.5, 8],
|
||||
"to": [4, 4, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 7.5, 16]},
|
||||
"faces": {
|
||||
"west": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 8, 12, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 7.5, 4],
|
||||
"to": [8, 8, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 11.5, 12]},
|
||||
"faces": {
|
||||
"east": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 8, 8, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [7, 4, 8, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 15.5, 12],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 20]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [15, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [15, 12, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 7.5, 12],
|
||||
"to": [8, 8, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 11.5, 20]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 8, 4, 8.5], "texture": "#s"},
|
||||
"south": {"uv": [7, 8, 8, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 8, 16, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [7, 12, 8, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3.5, 4],
|
||||
"to": [4, 4, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 7.5, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 12, 8, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 4, 4, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 11.5, 4],
|
||||
"to": [12, 12, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 15.5, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"south": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 4, 12, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3.5, 12],
|
||||
"to": [4, 4, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 7.5, 20]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 12, 4, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 11.5, 12],
|
||||
"to": [12, 12, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 15.5, 20]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"south": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 4, 16, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 12, 12, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 7.5, 8],
|
||||
"to": [8, 8, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 11.5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"south": {"uv": [4, 8, 8, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 8, 8, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 15.5, 8],
|
||||
"to": [16, 16, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [4, 0, 8, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [8, 0, 12, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 8, 16, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3.5, 0],
|
||||
"to": [1, 6, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 2.5], "texture": "#f"},
|
||||
"east": {"uv": [0, 0, 1, 2.5], "texture": "#f"},
|
||||
"south": {"uv": [0, 0, 1, 2.5], "texture": "#f"},
|
||||
"west": {"uv": [0, 0, 1, 2.5], "texture": "#f"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#f"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 4, 15],
|
||||
"to": [1, 6, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 23]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"east": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"south": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"west": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#f"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 5, 1],
|
||||
"to": [1, 6, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 22]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 14, 1], "texture": "#f"},
|
||||
"west": {"uv": [0, 0, 14, 1], "texture": "#f"},
|
||||
"up": {"uv": [0, 0, 1, 14], "texture": "#f"},
|
||||
"down": {"uv": [0, 0, 1, 14], "texture": "#f"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, -135, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 135, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, -90, 0]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,241 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"s": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"f": "engineersdecor:block/material/steel_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [12, 0, 0],
|
||||
"to": [16, 15.5, 12],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0.5, 4, 16], "texture": "#s"},
|
||||
"east": {"uv": [4, 0.5, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [12, 0.5, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 0.5, 12, 16], "texture": "#s"},
|
||||
"up": {"uv": [12, 0, 16, 12], "texture": "#s"},
|
||||
"down": {"uv": [12, 4, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 12],
|
||||
"to": [16, 15.5, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0.5, 16, 16], "texture": "#s"},
|
||||
"east": {"uv": [0, 0.5, 4, 16], "texture": "#s"},
|
||||
"south": {"uv": [0, 0.5, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [12, 0.5, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [0, 12, 16, 16], "texture": "#s"},
|
||||
"down": {"uv": [0, 0, 16, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 15.5, 12],
|
||||
"to": [8, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12.5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 0, 12, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [4, 0, 8, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 12, 8, 16], "texture": "#s"},
|
||||
"down": {"uv": [4, 0, 8, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 11.5, 8],
|
||||
"to": [8, 12, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 4, 16, 4.5], "texture": "#s"},
|
||||
"east": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 8, 8, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 11.5, 4],
|
||||
"to": [12, 12, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 8.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"east": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"south": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 4, 12, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 15.5, 15],
|
||||
"to": [12, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 12.5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 0, 8, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [8, 0, 12, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 15, 12, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 15.5, 15],
|
||||
"to": [4, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12.5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [15, 0, 16, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 15, 4, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 7.5, 7],
|
||||
"to": [4, 8, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 4.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 8, 16, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [7, 8, 8, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 7, 4, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 15.5, 4],
|
||||
"to": [16, 16, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20, 12.5, 8]},
|
||||
"faces": {
|
||||
"east": {"uv": [8, 0, 12, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 0, 8, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [15, 4, 16, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 11.5, 0],
|
||||
"to": [12, 12, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 8.5, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 5, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 4, 4, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 0, 12, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 11.5, 8],
|
||||
"to": [12, 12, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 8.5, 12]},
|
||||
"faces": {
|
||||
"west": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 8, 12, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 4, 0],
|
||||
"to": [4, 4.5, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 11.5, 13, 12], "texture": "#s"},
|
||||
"west": {"uv": [0, 11.5, 4, 12], "texture": "#s"},
|
||||
"up": {"uv": [3, 0, 4, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 7.5, 0],
|
||||
"to": [8, 8, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 4.5, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 8, 8, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 0, 8, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 15.5, 8],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20, 12.5, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [0, 0, 8, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [8, 0, 16, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 8, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 15.5, 0],
|
||||
"to": [16, 16, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20, 12.5, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 0, 16, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 8],
|
||||
"to": [12, 11.5, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4.5, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [8, 4.5, 12, 16], "texture": "#s"},
|
||||
"up": {"uv": [0, 8, 12, 12], "texture": "#s"},
|
||||
"down": {"uv": [0, 4, 12, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 4],
|
||||
"to": [8, 7.5, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8.5, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [4, 8.5, 8, 16], "texture": "#s"},
|
||||
"up": {"uv": [0, 4, 8, 8], "texture": "#s"},
|
||||
"down": {"uv": [0, 8, 8, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 0, 0],
|
||||
"to": [12, 11.5, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4.5, 8, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 4.5, 8, 16], "texture": "#s"},
|
||||
"up": {"uv": [8, 0, 12, 8], "texture": "#s"},
|
||||
"down": {"uv": [8, 8, 12, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 0],
|
||||
"to": [8, 7.5, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8.5, 12, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 8.5, 4, 16], "texture": "#s"},
|
||||
"up": {"uv": [4, 0, 8, 4], "texture": "#s"},
|
||||
"down": {"uv": [4, 12, 8, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [4, 4, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 12, 4, 16], "texture": "#s"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#s"},
|
||||
"down": {"uv": [0, 12, 4, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 4, 0],
|
||||
"to": [1, 6, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"east": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"south": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"west": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#f"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,257 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"s": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"f": "engineersdecor:block/material/steel_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 3.5, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 12.5, 16, 16], "texture": "#s"},
|
||||
"east": {"uv": [0, 12.5, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [0, 12.5, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 12.5, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#s"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 3.5, 4],
|
||||
"to": [16, 7.5, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8.5, 12, 12.5], "texture": "#s"},
|
||||
"east": {"uv": [0, 8.5, 12, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [4, 8.5, 16, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 8.5, 16, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 4, 16, 16], "texture": "#s"},
|
||||
"down": {"uv": [4, 0, 16, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 7.5, 8],
|
||||
"to": [16, 11.5, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4.5, 8, 8.5], "texture": "#s"},
|
||||
"east": {"uv": [0, 4.5, 8, 8.5], "texture": "#s"},
|
||||
"south": {"uv": [8, 4.5, 16, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [8, 4.5, 16, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 8, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 11.5, 12],
|
||||
"to": [16, 15.5, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0.5, 4, 4.5], "texture": "#s"},
|
||||
"east": {"uv": [0, 0.5, 4, 4.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 0.5, 16, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 0.5, 16, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 12, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 15.5, 14],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [0, 0, 2, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [14, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [14, 0, 16, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [14, 14, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 11.5, 11],
|
||||
"to": [16, 12, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4, 4, 4.5], "texture": "#s"},
|
||||
"east": {"uv": [4, 4, 5, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [11, 4, 12, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 11, 16, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 7.5, 7],
|
||||
"to": [16, 8, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 4.5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 4, 8.5], "texture": "#s"},
|
||||
"east": {"uv": [8, 8, 9, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 7, 16, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 3.5, 3],
|
||||
"to": [12, 4, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4, 0.5, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 12, 8, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 3, 12, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 7.5, 12],
|
||||
"to": [8, 8, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 5]},
|
||||
"faces": {
|
||||
"south": {"uv": [7, 8, 8, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 8, 16, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [7, 12, 8, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3.5, 8],
|
||||
"to": [4, 4, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-4, 0.5, 1]},
|
||||
"faces": {
|
||||
"west": {"uv": [8, 12, 12, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [3, 8, 4, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 11.5, 12],
|
||||
"to": [12, 12, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4, 8.5, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"south": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 4, 16, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 12, 12, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 7.5, 4],
|
||||
"to": [12, 8, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4, 4.5, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 8, 8, 8.5], "texture": "#s"},
|
||||
"east": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 8, 8, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 4, 12, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 7.5, 8],
|
||||
"to": [8, 8, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"south": {"uv": [4, 8, 8, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 8, 8, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3.5, 12],
|
||||
"to": [4, 4, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-4, 0.5, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"east": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 12, 4, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3.5, 4],
|
||||
"to": [4, 4, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-4, 0.5, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"east": {"uv": [8, 12, 12, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 12, 8, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 4, 4, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 3.5, 0],
|
||||
"to": [8, 4, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0.5, -8]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 12, 12, 12.5], "texture": "#s"},
|
||||
"east": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [4, 12, 8, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 0, 8, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 3.5, 0],
|
||||
"to": [16, 4, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0.5, -8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"east": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 0, 16, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 4, 0],
|
||||
"to": [16, 6, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [23, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"east": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"south": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"west": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#f"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 5, 0],
|
||||
"to": [15, 6, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [22, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 14, 1], "texture": "#f"},
|
||||
"south": {"uv": [0, 0, 14, 1], "texture": "#f"},
|
||||
"up": {"uv": [0, 0, 14, 1], "texture": "#f"},
|
||||
"down": {"uv": [0, 0, 14, 1], "texture": "#f"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 5, 1],
|
||||
"to": [1, 6, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [21, 12, 9]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 14, 1], "texture": "#f"},
|
||||
"west": {"uv": [0, 0, 14, 1], "texture": "#f"},
|
||||
"up": {"uv": [0, 0, 1, 14], "texture": "#f"},
|
||||
"down": {"uv": [0, 0, 1, 14], "texture": "#f"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3.5, 0],
|
||||
"to": [1, 6, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 2.5], "texture": "#f"},
|
||||
"east": {"uv": [0, 0, 1, 2.5], "texture": "#f"},
|
||||
"south": {"uv": [0, 0, 1, 2.5], "texture": "#f"},
|
||||
"west": {"uv": [0, 0, 1, 2.5], "texture": "#f"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#f"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 4, 15],
|
||||
"to": [1, 6, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 23]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"east": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"south": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"west": {"uv": [0, 0, 1, 2], "texture": "#f"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#f"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"s": "engineersdecor:block/roof/dark_shingle_roof"
|
||||
|
@ -7,50 +7,219 @@
|
|||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 4, 16],
|
||||
"to": [4, 3.5, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
"south": {"texture": "#s"},
|
||||
"west": {"texture": "#s"},
|
||||
"up": {"texture": "#s"},
|
||||
"down": {"texture": "#s"}
|
||||
"north": {"uv": [12, 12, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 12, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [0, 0, 4, 16], "texture": "#s"},
|
||||
"down": {"uv": [0, 0, 4, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 0],
|
||||
"to": [16, 8, 16],
|
||||
"from": [4, 0, 0],
|
||||
"to": [8, 7.5, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
"south": {"texture": "#s"},
|
||||
"west": {"texture": "#s"},
|
||||
"up": {"texture": "#s"},
|
||||
"down": {"texture": "#s"}
|
||||
"north": {"uv": [8, 8, 12, 16], "texture": "#s"},
|
||||
"south": {"uv": [4, 8, 8, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 8, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [4, 0, 8, 16], "texture": "#s"},
|
||||
"down": {"uv": [4, 0, 8, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 8, 0],
|
||||
"to": [16, 12, 16],
|
||||
"from": [8, 0, 0],
|
||||
"to": [12, 11.5, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
"south": {"texture": "#s"},
|
||||
"west": {"texture": "#s"},
|
||||
"up": {"texture": "#s"}
|
||||
"north": {"uv": [4, 4, 8, 16], "texture": "#s"},
|
||||
"south": {"uv": [8, 4, 12, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 4, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [8, 0, 12, 16], "texture": "#s"},
|
||||
"down": {"uv": [8, 0, 12, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 12, 0],
|
||||
"from": [12, 0, 0],
|
||||
"to": [16, 15.5, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 16], "texture": "#s"},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [12, 0, 16, 16], "texture": "#s"},
|
||||
"down": {"uv": [12, 0, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 7.5, 0],
|
||||
"to": [8, 8, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 11.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"south": {"uv": [4, 8, 8, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 8, 4, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 0, 8, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 15.5, 0],
|
||||
"to": [16, 16, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 0, 16, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 15.5, 4],
|
||||
"to": [16, 16, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 12]},
|
||||
"faces": {
|
||||
"east": {"uv": [8, 0, 12, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 0, 8, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [15, 4, 16, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 11.5, 0],
|
||||
"to": [12, 12, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 15.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 5, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 4, 4, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 0, 12, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3.5, 0],
|
||||
"to": [4, 4, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 7.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 5, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 4, 4, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 0, 12, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 11.5, 8],
|
||||
"to": [12, 12, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 15.5, 16]},
|
||||
"faces": {
|
||||
"west": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 8, 12, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3.5, 8],
|
||||
"to": [4, 4, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 7.5, 16]},
|
||||
"faces": {
|
||||
"west": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 8, 12, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 7.5, 4],
|
||||
"to": [8, 8, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 11.5, 12]},
|
||||
"faces": {
|
||||
"east": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 8, 8, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [7, 4, 8, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 15.5, 12],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 20]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
"south": {"texture": "#s"},
|
||||
"west": {"texture": "#s"},
|
||||
"up": {"texture": "#s"}
|
||||
"east": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [15, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [15, 12, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 7.5, 12],
|
||||
"to": [8, 8, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 11.5, 20]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 8, 4, 8.5], "texture": "#s"},
|
||||
"south": {"uv": [7, 8, 8, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 8, 16, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [7, 12, 8, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3.5, 4],
|
||||
"to": [4, 4, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 7.5, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 12, 8, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 4, 4, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 11.5, 4],
|
||||
"to": [12, 12, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 15.5, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"south": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 4, 12, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3.5, 12],
|
||||
"to": [4, 4, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 7.5, 20]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 12, 4, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 11.5, 12],
|
||||
"to": [12, 12, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 15.5, 20]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"south": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 4, 16, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 12, 12, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 7.5, 8],
|
||||
"to": [8, 8, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 11.5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"south": {"uv": [4, 8, 8, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 8, 8, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 15.5, 8],
|
||||
"to": [16, 16, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [4, 0, 8, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [8, 0, 12, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 8, 16, 12], "texture": "#s"}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -6,77 +6,209 @@
|
|||
"elements": [
|
||||
{
|
||||
"from": [12, 0, 0],
|
||||
"to": [16, 16, 12],
|
||||
"to": [16, 15.5, 12],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 16], "texture": "#s"},
|
||||
"east": {"uv": [4, 0, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 0, 12, 16], "texture": "#s"},
|
||||
"north": {"uv": [0, 0.5, 4, 16], "texture": "#s"},
|
||||
"east": {"uv": [4, 0.5, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [12, 0.5, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 0.5, 12, 16], "texture": "#s"},
|
||||
"up": {"uv": [12, 0, 16, 12], "texture": "#s"},
|
||||
"down": {"uv": [12, 4, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 12],
|
||||
"to": [16, 16, 16],
|
||||
"to": [16, 15.5, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#s"},
|
||||
"east": {"uv": [0, 0, 4, 16], "texture": "#s"},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [12, 0, 16, 16], "texture": "#s"},
|
||||
"north": {"uv": [0, 0.5, 16, 16], "texture": "#s"},
|
||||
"east": {"uv": [0, 0.5, 4, 16], "texture": "#s"},
|
||||
"south": {"uv": [0, 0.5, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [12, 0.5, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [0, 12, 16, 16], "texture": "#s"},
|
||||
"down": {"uv": [0, 0, 16, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 8],
|
||||
"from": [4, 15.5, 12],
|
||||
"to": [8, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12.5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 0, 12, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [4, 0, 8, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 12, 8, 16], "texture": "#s"},
|
||||
"down": {"uv": [4, 0, 8, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 11.5, 8],
|
||||
"to": [8, 12, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 4, 16, 4.5], "texture": "#s"},
|
||||
"east": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 8, 8, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 11.5, 4],
|
||||
"to": [12, 12, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 8.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"east": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"south": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 4, 12, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 15.5, 15],
|
||||
"to": [12, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 12.5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 0, 8, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [8, 0, 12, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 15, 12, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 15.5, 15],
|
||||
"to": [4, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12.5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [15, 0, 16, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 15, 4, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 7.5, 7],
|
||||
"to": [4, 8, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 4.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 8, 16, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [7, 8, 8, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 7, 4, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 15.5, 4],
|
||||
"to": [16, 16, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20, 12.5, 8]},
|
||||
"faces": {
|
||||
"east": {"uv": [8, 0, 12, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 0, 8, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [15, 4, 16, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 11.5, 0],
|
||||
"to": [12, 12, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 8.5, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 5, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 4, 4, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 0, 12, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 11.5, 8],
|
||||
"to": [12, 12, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 8.5, 12]},
|
||||
"faces": {
|
||||
"west": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 8, 12, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 4, 0],
|
||||
"to": [4, 4.5, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 11.5, 13, 12], "texture": "#s"},
|
||||
"west": {"uv": [0, 11.5, 4, 12], "texture": "#s"},
|
||||
"up": {"uv": [3, 0, 4, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 7.5, 0],
|
||||
"to": [8, 8, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 4.5, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 8, 8, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 0, 8, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 15.5, 8],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20, 12.5, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [0, 0, 8, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [8, 0, 16, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 8, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 15.5, 0],
|
||||
"to": [16, 16, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20, 12.5, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 0, 16, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 8],
|
||||
"to": [12, 11.5, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 16, 16], "texture": "#s"},
|
||||
"east": {"uv": [4, 4, 8, 16], "texture": "#s"},
|
||||
"south": {"uv": [0, 4, 12, 16], "texture": "#s"},
|
||||
"west": {"uv": [8, 4, 12, 16], "texture": "#s"},
|
||||
"north": {"uv": [4, 4.5, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [8, 4.5, 12, 16], "texture": "#s"},
|
||||
"up": {"uv": [0, 8, 12, 12], "texture": "#s"},
|
||||
"down": {"uv": [0, 4, 12, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 4],
|
||||
"to": [8, 8, 8],
|
||||
"to": [8, 7.5, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8, 16, 16], "texture": "#s"},
|
||||
"east": {"uv": [8, 8, 12, 16], "texture": "#s"},
|
||||
"south": {"uv": [0, 8, 8, 16], "texture": "#s"},
|
||||
"west": {"uv": [4, 8, 8, 16], "texture": "#s"},
|
||||
"north": {"uv": [8, 8.5, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [4, 8.5, 8, 16], "texture": "#s"},
|
||||
"up": {"uv": [0, 4, 8, 8], "texture": "#s"},
|
||||
"down": {"uv": [0, 8, 8, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 0, 0],
|
||||
"to": [12, 12, 8],
|
||||
"to": [12, 11.5, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 8, 16], "texture": "#s"},
|
||||
"east": {"uv": [8, 4, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [8, 4, 12, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 4, 8, 16], "texture": "#s"},
|
||||
"north": {"uv": [4, 4.5, 8, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 4.5, 8, 16], "texture": "#s"},
|
||||
"up": {"uv": [8, 0, 12, 8], "texture": "#s"},
|
||||
"down": {"uv": [8, 8, 12, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 0],
|
||||
"to": [8, 8, 4],
|
||||
"to": [8, 7.5, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8, 12, 16], "texture": "#s"},
|
||||
"east": {"uv": [12, 8, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [4, 8, 8, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 8, 4, 16], "texture": "#s"},
|
||||
"north": {"uv": [8, 8.5, 12, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 8.5, 4, 16], "texture": "#s"},
|
||||
"up": {"uv": [4, 0, 8, 4], "texture": "#s"},
|
||||
"down": {"uv": [4, 12, 8, 16], "texture": "#s"}
|
||||
}
|
||||
|
@ -87,8 +219,6 @@
|
|||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 16], "texture": "#s"},
|
||||
"east": {"uv": [12, 12, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 12, 4, 16], "texture": "#s"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#s"},
|
||||
"down": {"uv": [0, 12, 4, 16], "texture": "#s"}
|
||||
|
|
|
@ -6,50 +6,192 @@
|
|||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 4, 16],
|
||||
"to": [16, 3.5, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
"south": {"texture": "#s"},
|
||||
"west": {"texture": "#s"},
|
||||
"up": {"texture": "#s"},
|
||||
"down": {"texture": "#s"}
|
||||
"north": {"uv": [0, 12.5, 16, 16], "texture": "#s"},
|
||||
"east": {"uv": [0, 12.5, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [0, 12.5, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 12.5, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#s"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 4],
|
||||
"to": [16, 8, 16],
|
||||
"from": [4, 3.5, 4],
|
||||
"to": [16, 7.5, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
"south": {"texture": "#s"},
|
||||
"west": {"texture": "#s"},
|
||||
"up": {"texture": "#s"},
|
||||
"down": {"texture": "#s"}
|
||||
"north": {"uv": [0, 8.5, 12, 12.5], "texture": "#s"},
|
||||
"east": {"uv": [0, 8.5, 12, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [4, 8.5, 16, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 8.5, 16, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 4, 16, 16], "texture": "#s"},
|
||||
"down": {"uv": [4, 0, 16, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 8, 8],
|
||||
"to": [16, 12, 16],
|
||||
"from": [8, 7.5, 8],
|
||||
"to": [16, 11.5, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
"south": {"texture": "#s"},
|
||||
"west": {"texture": "#s"},
|
||||
"up": {"texture": "#s"}
|
||||
"north": {"uv": [0, 4.5, 8, 8.5], "texture": "#s"},
|
||||
"east": {"uv": [0, 4.5, 8, 8.5], "texture": "#s"},
|
||||
"south": {"uv": [8, 4.5, 16, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [8, 4.5, 16, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 8, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 12, 12],
|
||||
"from": [12, 11.5, 12],
|
||||
"to": [16, 15.5, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0.5, 4, 4.5], "texture": "#s"},
|
||||
"east": {"uv": [0, 0.5, 4, 4.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 0.5, 16, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 0.5, 16, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 12, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 15.5, 14],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12.5, 8]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
"south": {"texture": "#s"},
|
||||
"west": {"texture": "#s"},
|
||||
"up": {"texture": "#s"}
|
||||
"north": {"uv": [0, 0, 2, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [0, 0, 2, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [14, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [14, 0, 16, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [14, 14, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 11.5, 11],
|
||||
"to": [16, 12, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4, 4, 4.5], "texture": "#s"},
|
||||
"east": {"uv": [4, 4, 5, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [11, 4, 12, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 11, 16, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 7.5, 7],
|
||||
"to": [16, 8, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 4.5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 4, 8.5], "texture": "#s"},
|
||||
"east": {"uv": [8, 8, 9, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 7, 16, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 3.5, 3],
|
||||
"to": [12, 4, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4, 0.5, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 12, 8, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 3, 12, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 7.5, 12],
|
||||
"to": [8, 8, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 5]},
|
||||
"faces": {
|
||||
"south": {"uv": [7, 8, 8, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 8, 16, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [7, 12, 8, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3.5, 8],
|
||||
"to": [4, 4, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-4, 0.5, 1]},
|
||||
"faces": {
|
||||
"west": {"uv": [8, 12, 12, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [3, 8, 4, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 11.5, 12],
|
||||
"to": [12, 12, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4, 8.5, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"south": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 4, 16, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 12, 12, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 7.5, 4],
|
||||
"to": [12, 8, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4, 4.5, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 8, 8, 8.5], "texture": "#s"},
|
||||
"east": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 8, 8, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 4, 12, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 7.5, 8],
|
||||
"to": [8, 8, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 4.5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"south": {"uv": [4, 8, 8, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 8, 8, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3.5, 12],
|
||||
"to": [4, 4, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-4, 0.5, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"east": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 12, 4, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3.5, 4],
|
||||
"to": [4, 4, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-4, 0.5, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"east": {"uv": [8, 12, 12, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 12, 8, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 4, 4, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 3.5, 0],
|
||||
"to": [8, 4, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0.5, -8]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 12, 12, 12.5], "texture": "#s"},
|
||||
"east": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [4, 12, 8, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 0, 8, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 3.5, 0],
|
||||
"to": [16, 4, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0.5, -8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"east": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 0, 16, 4], "texture": "#s"}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -0,0 +1,396 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"2": "engineersdecor:block/material/steel_texture",
|
||||
"particle": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"s": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"g": "engineersdecor:block/glass/panzerglass_block_texture0"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [4, 3.5, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 12, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [0, 0, 4, 16], "texture": "#s"},
|
||||
"down": {"uv": [0, 0, 4, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 12],
|
||||
"to": [8, 7.5, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8.5, 12, 16], "texture": "#s"},
|
||||
"south": {"uv": [4, 8.5, 8, 16], "texture": "#s"},
|
||||
"west": {"uv": [12, 8.5, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [4, 12, 8, 16], "texture": "#s"},
|
||||
"down": {"uv": [4, 0, 8, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 0],
|
||||
"to": [8, 7.5, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8.5, 12, 16], "texture": "#s"},
|
||||
"south": {"uv": [4, 8.5, 8, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 8.5, 4, 16], "texture": "#s"},
|
||||
"up": {"uv": [4, 0, 8, 4], "texture": "#s"},
|
||||
"down": {"uv": [4, 12, 8, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 0, 12],
|
||||
"to": [12, 11.5, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4.5, 8, 16], "texture": "#s"},
|
||||
"south": {"uv": [8, 4.5, 12, 16], "texture": "#s"},
|
||||
"west": {"uv": [12, 4.5, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [8, 12, 12, 16], "texture": "#s"},
|
||||
"down": {"uv": [8, 0, 12, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 0, 0],
|
||||
"to": [12, 11.5, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4.5, 8, 16], "texture": "#s"},
|
||||
"south": {"uv": [8, 4.5, 12, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 4.5, 4, 16], "texture": "#s"},
|
||||
"up": {"uv": [8, 0, 12, 4], "texture": "#s"},
|
||||
"down": {"uv": [8, 12, 12, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 0, 0],
|
||||
"to": [16, 15.5, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0.5, 4, 16], "texture": "#s"},
|
||||
"east": {"uv": [12, 0.5, 16, 16], "texture": "#s"},
|
||||
"south": {"uv": [12, 0.5, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [0, 0.5, 4, 16], "texture": "#s"},
|
||||
"up": {"uv": [12, 0, 16, 4], "texture": "#s"},
|
||||
"down": {"uv": [12, 12, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 4],
|
||||
"to": [16, 4.5, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 12, 12, 16], "texture": "#s"},
|
||||
"east": {"uv": [4, 12, 12, 16], "texture": "#s"},
|
||||
"south": {"uv": [4, 12, 8, 16], "texture": "#s"},
|
||||
"west": {"uv": [4, 12, 12, 16], "texture": "#s"},
|
||||
"up": {"uv": [4, 4, 8, 12], "texture": "#s"},
|
||||
"down": {"uv": [4, 4, 8, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 4, 4],
|
||||
"to": [8, 11.5, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 16, 12]},
|
||||
"faces": {
|
||||
"west": {"uv": [4, 4.5, 12, 16], "texture": "#g"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 4, 4],
|
||||
"to": [15, 11.5, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 16, 12]},
|
||||
"faces": {
|
||||
"east": {"uv": [4, 4.5, 12, 16], "texture": "#g"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 11.5, 4],
|
||||
"to": [16, 15.5, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 23, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0.5, 4, 4.25], "texture": "#s"},
|
||||
"east": {"uv": [4, 0.5, 12, 4.25], "texture": "#s"},
|
||||
"south": {"uv": [12, 0.5, 16, 4.25], "texture": "#s"},
|
||||
"west": {"uv": [4, 0.5, 12, 4.25], "texture": "#s"},
|
||||
"up": {"uv": [12, 4, 16, 12], "texture": "#s"},
|
||||
"down": {"uv": [12, 4, 16, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 0, 12],
|
||||
"to": [16, 15.5, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0.5, 4, 16], "texture": "#s"},
|
||||
"east": {"uv": [0, 0.5, 4, 16], "texture": "#s"},
|
||||
"south": {"uv": [12, 0.5, 16, 16], "texture": "#s"},
|
||||
"west": {"uv": [12, 0.5, 16, 16], "texture": "#s"},
|
||||
"up": {"uv": [12, 12, 16, 16], "texture": "#s"},
|
||||
"down": {"uv": [12, 0, 16, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 7.5, 0],
|
||||
"to": [8, 8, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 11.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8, 12, 8.5], "texture": "#s"},
|
||||
"south": {"uv": [4, 8, 8, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 8, 4, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [4, 0, 8, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 15.5, 0],
|
||||
"to": [16, 16, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 0, 16, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 15.5, 4],
|
||||
"to": [16, 16, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 12]},
|
||||
"faces": {
|
||||
"east": {"uv": [8, 0, 12, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 0, 8, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [15, 4, 16, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 11.5, 0],
|
||||
"to": [12, 12, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 15.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 5, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 4, 4, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 0, 12, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3.5, 0],
|
||||
"to": [4, 4, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 7.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 5, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [0, 4, 4, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 0, 12, 4], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3.5, 8],
|
||||
"to": [4, 4, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 7.5, 16]},
|
||||
"faces": {
|
||||
"west": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [11, 8, 12, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 15.5, 12],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 20]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [15, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [15, 12, 16, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 7.5, 12],
|
||||
"to": [8, 8, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 11.5, 20]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 8, 9, 8.5], "texture": "#s"},
|
||||
"east": {"uv": [0, 8, 4, 8.5], "texture": "#s"},
|
||||
"south": {"uv": [7, 8, 8, 8.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 8, 16, 8.5], "texture": "#s"},
|
||||
"up": {"uv": [7, 12, 8, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3.5, 4],
|
||||
"to": [4, 4, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 7.5, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 12, 8, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 4, 4, 8], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3.5, 12],
|
||||
"to": [4, 4, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 7.5, 20]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"south": {"uv": [0, 12, 4, 12.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 12, 16, 12.5], "texture": "#s"},
|
||||
"up": {"uv": [0, 12, 4, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 11.5, 12],
|
||||
"to": [12, 12, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 15.5, 20]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 8, 4.5], "texture": "#s"},
|
||||
"south": {"uv": [8, 4, 12, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [12, 4, 16, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [8, 12, 12, 16], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 11.5, 4],
|
||||
"to": [12, 12, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 15.5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 9, 4.5], "texture": "#s"},
|
||||
"south": {"uv": [7, 4, 12, 4.5], "texture": "#s"},
|
||||
"west": {"uv": [4, 4, 12, 4.5], "texture": "#s"},
|
||||
"up": {"uv": [7, 4, 12, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 15.5, 8],
|
||||
"to": [16, 16, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 19.5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 0.5], "texture": "#s"},
|
||||
"east": {"uv": [4, 0, 8, 0.5], "texture": "#s"},
|
||||
"south": {"uv": [12, 0, 16, 0.5], "texture": "#s"},
|
||||
"west": {"uv": [8, 0, 12, 0.5], "texture": "#s"},
|
||||
"up": {"uv": [12, 8, 16, 12], "texture": "#s"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 4.5, 4],
|
||||
"to": [8.5, 11.5, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15.5, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 10.5, 5],
|
||||
"to": [8.5, 11.5, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15.5, 12, 13]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 4.5, 5],
|
||||
"to": [8.5, 5.5, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15.5, 6, 13]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 4.5, 11],
|
||||
"to": [8.5, 11.5, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15.5, 12, 19]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14.5, 10.5, 5],
|
||||
"to": [15.5, 11.5, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [22.5, 12, 13]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14.5, 4.5, 4],
|
||||
"to": [15.5, 11.5, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [22.5, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14.5, 4.5, 5],
|
||||
"to": [15.5, 5.5, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [22.5, 6, 13]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14.5, 4.5, 11],
|
||||
"to": [15.5, 11.5, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [22.5, 12, 19]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 7], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, -135, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 135, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, -90, 0]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
{ "parent": "engineersdecor:block/concrete/ie_concrete_wall_inventory" }
|
|
@ -0,0 +1 @@
|
|||
{ "parent": "engineersdecor:block/roof/dark_shingle_roof_chimneytrunk_model" }
|
|
@ -0,0 +1 @@
|
|||
{ "parent": "engineersdecor:block/roof/dark_shingle_roof_metallized_model" }
|
|
@ -0,0 +1 @@
|
|||
{ "parent": "engineersdecor:block/roof/dark_shingle_roof_skylight_model" }
|
|
@ -1 +0,0 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/halfslab_inventory_model","textures":{"all":"immersiveengineering:block/stone_decoration/concrete"}}
|
|
@ -1 +1 @@
|
|||
{ "parent": "engineersdecor:block/pipe/passive_fluid_accumulator_model" }
|
||||
{ "parent": "minecraft:block/barrier" }
|
Binary file not shown.
Before Width: | Height: | Size: 639 B |
Binary file not shown.
Before Width: | Height: | Size: 680 B |
Binary file not shown.
Before Width: | Height: | Size: 618 B |
|
@ -2,7 +2,7 @@
|
|||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "passive_fluid_accumulator_dlt",
|
||||
"name": "dark_shingle_roof_chimneytrunk_dlt",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
|
@ -11,14 +11,9 @@
|
|||
{
|
||||
"function": "minecraft:copy_name",
|
||||
"source": "block_entity"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:copy_nbt",
|
||||
"source": "block_entity",
|
||||
"ops": []
|
||||
}
|
||||
],
|
||||
"name": "engineersdecor:passive_fluid_accumulator"
|
||||
"name": "engineersdecor:dark_shingle_roof_chimneytrunk"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "dark_shingle_roof_metallized_dlt",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:copy_name",
|
||||
"source": "block_entity"
|
||||
}
|
||||
],
|
||||
"name": "engineersdecor:dark_shingle_roof_metallized"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "concrete_wall_dlt",
|
||||
"name": "dark_shingle_roof_skylight_dlt",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
|
@ -13,7 +13,7 @@
|
|||
"source": "block_entity"
|
||||
}
|
||||
],
|
||||
"name": "engineersdecor:concrete_wall"
|
||||
"name": "engineersdecor:dark_shingle_roof_skylight"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Crafting and Smelting",
|
||||
"description": "Getting things build, cooked, smelted or liquified. ",
|
||||
"icon": "engineersdecor:treated_wood_crafting_table",
|
||||
"icon": "engineersdecor:metal_crafting_table",
|
||||
"sortnum": 5000
|
||||
}
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "Metal Crafting Table",
|
||||
"icon": "engineersdecor:treated_wood_crafting_table",
|
||||
"icon": "engineersdecor:metal_crafting_table",
|
||||
"category": "crafting",
|
||||
"sortnum": 5010,
|
||||
"pages": [
|
||||
{
|
||||
"type": "spotlight",
|
||||
"title": "Crafting Table",
|
||||
"item": "engineersdecor:treated_wood_crafting_table",
|
||||
"item": "engineersdecor:metal_crafting_table",
|
||||
"text": "This engineering themed workbench allows manual 3x3 crafting. It comes with some convenience tweaks, which are not visible at the first look. These features will be explained on the next pages."
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"name": "Passive Fluid Accumulator",
|
||||
"icon": "engineersdecor:passive_fluid_accumulator",
|
||||
"category": "fluidics",
|
||||
"sortnum": 7040,
|
||||
"pages": [
|
||||
{
|
||||
"type": "spotlight",
|
||||
"title": "Fluid Accumulator",
|
||||
"item": "engineersdecor:passive_fluid_accumulator",
|
||||
"text": "This passive collector is useful to drain multiple tanks with one pump. It is basically an empty liquid container with one outlet connector for a suction pump, as well as five inlets for adjacent tanks.$(br)When the pump drains the Fluid Accumulator, the connected tanks will be drained in turn."
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "The Fluid Accumulator supports pressurised (\"high speed\") fluid transfer of $(o)Immersive Engineering$() pumps, and can drain tanks very quickly. Note that the initial flow rate is low, because the container volume needs to be filled up first by the pump vacuum.$(br2)To place the device, click on the input side of the pump (the outlet is on the face you click). Shift-click placement flips the placement direction."
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,28 +0,0 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:optional",
|
||||
"result": "engineersdecor:concrete_halfslab",
|
||||
"required": ["immersiveengineering:concrete_slab"]
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SS",
|
||||
"SS"
|
||||
],
|
||||
"key": {
|
||||
"S": { "item": "immersiveengineering:concrete_slab" }
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:concrete_halfslab",
|
||||
"count": 16
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,28 +0,0 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:optional",
|
||||
"result": "engineersdecor:concrete_wall",
|
||||
"required": ["immersiveengineering:concrete"]
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"CCC",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"C": { "item": "immersiveengineering:concrete"}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:concrete_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,28 +0,0 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:optional",
|
||||
"result": "immersiveengineering:slab_concrete",
|
||||
"required": ["engineersdecor:halfslab_concrete"]
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SS",
|
||||
"SS"
|
||||
],
|
||||
"key": {
|
||||
"S": { "item": "engineersdecor:halfslab_concrete" }
|
||||
},
|
||||
"result": {
|
||||
"item": "immersiveengineering:slab_concrete",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,56 +0,0 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:optional",
|
||||
"result": "engineersdecor:passive_fluid_accumulator",
|
||||
"required": ["#forge:sheetmetal/iron", "immersiveengineering:component_iron", "immersiveengineering:fluid_pipe"]
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SPS",
|
||||
"PMP",
|
||||
"SPS"
|
||||
],
|
||||
"key": {
|
||||
"P": { "item": "immersiveengineering:fluid_pipe" },
|
||||
"M": { "item": "immersiveengineering:component_iron" },
|
||||
"S": { "tag" : "forge:sheetmetal/iron" }
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:passive_fluid_accumulator",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:optional",
|
||||
"result": "engineersdecor:passive_fluid_accumulator",
|
||||
"required": ["engineersdecor:straight_pipe_valve"]
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SPS",
|
||||
"P P",
|
||||
"SPS"
|
||||
],
|
||||
"key": {
|
||||
"P": { "item": "engineersdecor:straight_pipe_valve" },
|
||||
"S": { "item": "minecraft:iron_ingot" }
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:passive_fluid_accumulator",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:optional",
|
||||
"result": "engineersdecor:dark_shingle_roof_chimneytrunk",
|
||||
"required": [ "engineersdecor:dark_shingle_roof", "engineersdecor:thick_steel_pole" ]
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"P",
|
||||
"R"
|
||||
],
|
||||
"key": {
|
||||
"R": {
|
||||
"item": "engineersdecor:dark_shingle_roof"
|
||||
},
|
||||
"P": {
|
||||
"item": "engineersdecor:thick_steel_pole"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:dark_shingle_roof_chimneytrunk",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:optional",
|
||||
"result": "engineersdecor:dark_shingle_roof_metallized",
|
||||
"required": [ "engineersdecor:dark_shingle_roof" ]
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"NNN",
|
||||
"RRR"
|
||||
],
|
||||
"key": {
|
||||
"N": {
|
||||
"item": "minecraft:iron_nugget"
|
||||
},
|
||||
"R": {
|
||||
"item": "engineersdecor:dark_shingle_roof"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:dark_shingle_roof_metallized",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:optional",
|
||||
"result": "engineersdecor:dark_shingle_roof_skylight",
|
||||
"required": [ "engineersdecor:dark_shingle_roof" ]
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"R ",
|
||||
"PR"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"R": {
|
||||
"item": "engineersdecor:dark_shingle_roof"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:dark_shingle_roof_skylight",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -5,7 +5,7 @@
|
|||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:optional",
|
||||
"result": "engineersdecor:treated_wood_crafting_table"
|
||||
"result": "engineersdecor:metal_crafting_table"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
|
@ -19,7 +19,7 @@
|
|||
"C": { "item": "minecraft:crafting_table" }
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:treated_wood_crafting_table",
|
||||
"item": "engineersdecor:metal_crafting_table",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"pack": {
|
||||
"description": "engineersdecor resources",
|
||||
"pack_format": 5
|
||||
"pack_format": 6
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue