1.12: ModBlocks class renamed to ModContent. Mineal Smelter released. Window sub models stripped (issue #19). Block opacity of full blocks fixed (issue #50). Factory Dropper continuous mode added (issue #51). Experimental features added.

This commit is contained in:
stfwi 2019-09-10 18:14:42 +02:00
parent 64186ec813
commit 462e14166c
104 changed files with 3812 additions and 158 deletions

View file

@ -5,7 +5,6 @@ loaderVersion="[25,)"
issueTrackerURL="https://github.com/stfwi/engineers-decor/issues/"
[[mods]]
modId="engineersdecor"
version="${file.jarVersion}"
displayName="Engineer's Decor"
@ -14,12 +13,12 @@ authors="wilechaote"
credits="BluSunrize, malte0811, et al., the Forge Smiths, the Modders of the World."
updateJSONURL="https://raw.githubusercontent.com/stfwi/engineers-decor/develop/meta/update.json"
displayURL="https://github.com/stfwi/engineers-decor/"
logoFile="engineersdecor.png" # Double check: A file name (in the root of the mod JAR) containing a logo for display
logoFile="logo.png"
[[dependencies.engineersdecor]]
modId="forge"
mandatory=true
versionRange="[25,)" #mandatory
versionRange="[28.0.81,)"
ordering="NONE"
side="BOTH"

View file

@ -0,0 +1,9 @@
{
"variants": {
"exposition=0": { "model": "engineersdecor:block/device/small_solar_panel_model_exp0" },
"exposition=1": { "model": "engineersdecor:block/device/small_solar_panel_model_exp1" },
"exposition=2": { "model": "engineersdecor:block/device/small_solar_panel_model_exp2" },
"exposition=3": { "model": "engineersdecor:block/device/small_solar_panel_model_exp3" },
"exposition=4": { "model": "engineersdecor:block/device/small_solar_panel_model_exp4" }
}
}

View file

@ -151,6 +151,8 @@
"block.engineersdecor.factory_dropper.help": "§6Dropper suitable for advanced factory automation.§r Has twelve round-robin selected slots. Drop force, angle, stack size, and cool-down delay adjustable in the GUI. Three stack compare slots with logical AND or OR can be used as internal trigger source. Internal trigger can be AND'ed or OR'ed with the external redstone signal trigger. Trigger simulation buttons for testing. Pre-opens shutter door when internal trigger conditions are met. Drops all matching stacks simultaneously. Click on all elements in the GUI to see how it works.",
"block.engineersdecor.small_mineral_smelter": "Small Mineral Melting Furnace",
"block.engineersdecor.small_mineral_smelter.help": "§6High temperature, high insulation electrical stone melting furnace.§r\n Heats up mineral blocks to magma blocks, and finally to lava. Due to the miniturized device size the process is rather inefficient - much time and energy is needed to liquefy a stone block.",
"block.engineersdecor.small_solar_panel": "Small Solar Panel",
"block.engineersdecor.small_solar_panel.help": "§6Produces a small amount of power when exposed to sunlight.§r\n Useful for charging LF capacitors in remote systems with low consumption. The internal charge pump circuit accumulates and frequently transfers RF. Production depends on day time and the weather.",
"block.engineersdecor.sign_decor": "Sign Plate (Engineer's decor)",
"block.engineersdecor.sign_decor.help": "§6This should not be craftable or visible in JEI. Used for creative tab and screenshots.",
"block.engineersdecor.sign_hotwire": "Sign \"Caution Hot Wire\"",

View file

@ -150,6 +150,7 @@
"block.engineersdecor.factory_dropper": "Фабричный выбрасыватель",
"block.engineersdecor.factory_dropper.help": "§6Выбрасыватель подходит для продвинутой автоматизации производства.§r Имеет 12 выборочных слотов. Сила броска, угол, размер стопки и задержка настраиваются в GUI. 3 слота сравнения стека с логическим И или ИЛИ могут использоваться в качестве внутреннего источника запуска. Внутренний триггер может быть И или ИЛИ с внешним триггерным сигналом красного камня. Триггерные кнопки симуляции для тестирования. Предварительно открывает дверцу затвора, когда выполняются условия внутреннего запуска. Сбрасывает все соответствующие стеки одновременно. Нажмите на все элементы в GUI, чтобы увидеть, как это работает.",
"block.engineersdecor.small_mineral_smelter": "Small Mineral Melting Furnace",
"block.engineersdecor.small_solar_panel": "Small Solar Panel",
"block.engineersdecor.sign_decor": "Табличка с надписью (Логотип Engineer's decor)",
"block.engineersdecor.sign_decor.help": "§Это не должно быть крафтовым или видимым в JEI. Используется для творческой вкладки и скриншотов.",
"block.engineersdecor.sign_hotwire": "Знак «Осторожно, под напряжением»",

View file

@ -112,6 +112,7 @@
"block.engineersdecor.passive_fluid_accumulator": "Passive Fluid Accumulator",
"block.engineersdecor.factory_dropper": "Factory Dropper",
"block.engineersdecor.small_mineral_smelter": "Small Mineral Melting Furnace",
"block.engineersdecor.small_solar_panel": "Small Solar Panel",
"block.engineersdecor.sign_decor": "Sign Plate (Engineer's decor)",
"block.engineersdecor.sign_hotwire": "Sign \"Caution Hot Wire\"",
"block.engineersdecor.sign_mindstep": "Sign \"Mind The Step\"",

View file

@ -0,0 +1,196 @@
{
"parent": "block/cube",
"textures": {
"2": "engineersdecor:block/device/small_solar_panel_side",
"m": "engineersdecor:block/device/small_solar_panel_parts",
"particle": "engineersdecor:block/device/small_solar_panel_parts",
"tb": "engineersdecor:block/device/small_solar_panel_topbottom",
"p": "engineersdecor:block/device/small_solar_panel_panel"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#2"},
"east": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#2"},
"south": {"uv": [0, 14, 16, 16], "texture": "#2"},
"west": {"uv": [0, 14, 16, 16], "texture": "#2"},
"up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#tb"},
"down": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#tb"}
}
},
{
"from": [1, 9.5, 0],
"to": [15, 11.5, 16],
"rotation": {"angle": -45, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [1, 4.5, 15, 6.5], "rotation": 180, "texture": "#m"},
"east": {"uv": [0, 4.5, 16, 6.5], "texture": "#m"},
"south": {"uv": [1, 4.5, 15, 6.5], "texture": "#m"},
"west": {"uv": [0, 4.5, 16, 6.5], "texture": "#m"},
"up": {"uv": [1, 0, 15, 16], "texture": "#p"},
"down": {"uv": [1, 0, 15, 16], "texture": "#m"}
}
},
{
"from": [6, 2, 11],
"to": [10, 8, 13],
"faces": {
"north": {"uv": [6, 8, 10, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 8, 5, 14], "texture": "#m"},
"south": {"uv": [6, 8, 10, 14], "texture": "#2"},
"west": {"uv": [11, 8, 13, 14], "texture": "#m"},
"up": {"uv": [6, 11, 10, 13], "texture": "#m"},
"down": {"uv": [6, 3, 10, 5], "texture": "#m"}
}
},
{
"from": [6.5, 5.5, 9],
"to": [9.5, 9.5, 11],
"rotation": {"angle": -45, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [6.5, 6.5, 9.5, 10.5], "rotation": 180, "texture": "#m"},
"east": {"uv": [5, 6.5, 7, 10.5], "texture": "#m"},
"south": {"uv": [6.5, 6.5, 9.5, 10.5], "texture": "#m"},
"west": {"uv": [9, 6.5, 11, 10.5], "texture": "#m"},
"up": {"uv": [6.5, 9, 9.5, 11], "texture": "#m"},
"down": {"uv": [6.5, 5, 9.5, 7], "texture": "#m"}
}
},
{
"from": [5, 9, 7],
"to": [11, 9.5, 9],
"rotation": {"angle": -45, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [5, 6.5, 11, 7], "rotation": 180, "texture": "#m"},
"east": {"uv": [7, 6.5, 9, 7], "texture": "#m"},
"south": {"uv": [5, 6.5, 11, 7], "texture": "#m"},
"west": {"uv": [7, 6.5, 9, 7], "texture": "#m"},
"up": {"uv": [5, 7, 11, 9], "texture": "#m"},
"down": {"uv": [5, 7, 11, 9], "texture": "#m"}
}
},
{
"from": [2, 9, 3],
"to": [5, 9.5, 13],
"rotation": {"angle": -45, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [11, 6.5, 14, 7], "rotation": 180, "texture": "#m"},
"east": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"south": {"uv": [2, 6.5, 5, 7], "texture": "#m"},
"west": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"up": {"uv": [2, 3, 5, 13], "texture": "#m"},
"down": {"uv": [2, 3, 5, 13], "texture": "#m"}
}
},
{
"from": [11, 9, 3],
"to": [14, 9.5, 13],
"rotation": {"angle": -45, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [2, 6.5, 5, 7], "rotation": 180, "texture": "#m"},
"east": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"south": {"uv": [11, 6.5, 14, 7], "texture": "#m"},
"west": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"up": {"uv": [11, 3, 14, 13], "texture": "#m"},
"down": {"uv": [11, 3, 14, 13], "texture": "#m"}
}
},
{
"from": [6.5, 5.5, 5],
"to": [9.5, 9.5, 7],
"rotation": {"angle": -45, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [6.5, 6.5, 9.5, 10.5], "rotation": 180, "texture": "#m"},
"east": {"uv": [9, 6.5, 11, 10.5], "texture": "#m"},
"south": {"uv": [6.5, 6.5, 9.5, 10.5], "texture": "#m"},
"west": {"uv": [5, 6.5, 7, 10.5], "texture": "#m"},
"up": {"uv": [6.5, 5, 9.5, 7], "texture": "#m"},
"down": {"uv": [6.5, 9, 9.5, 11], "texture": "#m"}
}
},
{
"from": [6, 2, 3],
"to": [10, 8, 5],
"faces": {
"north": {"uv": [6, 8, 10, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [11, 8, 13, 14], "texture": "#m"},
"south": {"uv": [6, 8, 10, 14], "texture": "#2"},
"west": {"uv": [3, 8, 5, 14], "texture": "#m"},
"up": {"uv": [6, 3, 10, 5], "texture": "#m"},
"down": {"uv": [6, 11, 10, 13], "texture": "#m"}
}
},
{
"from": [2, 2, 3],
"to": [6, 3, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [4, 8, 8]},
"faces": {
"north": {"uv": [10, 13, 14, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [11, 13, 13, 14], "texture": "#m"},
"south": {"uv": [2, 13, 6, 14], "texture": "#2"},
"west": {"uv": [3, 13, 5, 14], "texture": "#m"},
"up": {"uv": [2, 3, 6, 5], "texture": "#m"},
"down": {"uv": [2, 11, 6, 13], "texture": "#m"}
}
},
{
"from": [10, 2, 3],
"to": [14, 3, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 8]},
"faces": {
"north": {"uv": [2, 13, 6, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [11, 13, 13, 14], "texture": "#m"},
"south": {"uv": [10, 13, 14, 14], "texture": "#2"},
"west": {"uv": [3, 13, 5, 14], "texture": "#m"},
"up": {"uv": [10, 3, 14, 5], "texture": "#m"},
"down": {"uv": [10, 11, 14, 13], "texture": "#m"}
}
},
{
"from": [10, 2, 11],
"to": [14, 3, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 16]},
"faces": {
"north": {"uv": [2, 13, 6, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 13, 5, 14], "texture": "#m"},
"south": {"uv": [10, 13, 14, 14], "texture": "#2"},
"west": {"uv": [11, 13, 13, 14], "texture": "#m"},
"up": {"uv": [10, 11, 14, 13], "texture": "#m"},
"down": {"uv": [10, 3, 14, 5], "texture": "#m"}
}
},
{
"from": [2, 2, 11],
"to": [6, 3, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [4, 8, 16]},
"faces": {
"north": {"uv": [10, 13, 14, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 13, 5, 14], "texture": "#m"},
"south": {"uv": [2, 13, 6, 14], "texture": "#2"},
"west": {"uv": [11, 13, 13, 14], "texture": "#m"},
"up": {"uv": [2, 11, 6, 13], "texture": "#m"},
"down": {"uv": [2, 3, 6, 5], "texture": "#m"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [85, 3, -10],
"translation": [1.75, -0.75, -2.25],
"scale": [0.35, 0.35, 0.35]
},
"ground": {
"translation": [0, -0.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]
}
}
}

View file

@ -0,0 +1,196 @@
{
"parent": "block/cube",
"textures": {
"2": "engineersdecor:block/device/small_solar_panel_side",
"m": "engineersdecor:block/device/small_solar_panel_parts",
"particle": "engineersdecor:block/device/small_solar_panel_parts",
"tb": "engineersdecor:block/device/small_solar_panel_topbottom",
"p": "engineersdecor:block/device/small_solar_panel_panel"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#2"},
"east": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#2"},
"south": {"uv": [0, 14, 16, 16], "texture": "#2"},
"west": {"uv": [0, 14, 16, 16], "texture": "#2"},
"up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#tb"},
"down": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#tb"}
}
},
{
"from": [1, 9.5, 0],
"to": [15, 11.5, 16],
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [1, 4.5, 15, 6.5], "rotation": 180, "texture": "#m"},
"east": {"uv": [0, 4.5, 16, 6.5], "texture": "#m"},
"south": {"uv": [1, 4.5, 15, 6.5], "texture": "#m"},
"west": {"uv": [0, 4.5, 16, 6.5], "texture": "#m"},
"up": {"uv": [1, 0, 15, 16], "texture": "#p"},
"down": {"uv": [1, 0, 15, 16], "texture": "#m"}
}
},
{
"from": [6, 2, 11],
"to": [10, 8, 13],
"faces": {
"north": {"uv": [6, 8, 10, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 8, 5, 14], "texture": "#m"},
"south": {"uv": [6, 8, 10, 14], "texture": "#2"},
"west": {"uv": [11, 8, 13, 14], "texture": "#m"},
"up": {"uv": [6, 11, 10, 13], "texture": "#m"},
"down": {"uv": [6, 3, 10, 5], "texture": "#m"}
}
},
{
"from": [6.5, 5.5, 9],
"to": [9.5, 9.5, 11],
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [6.5, 6.5, 9.5, 10.5], "rotation": 180, "texture": "#m"},
"east": {"uv": [5, 6.5, 7, 10.5], "texture": "#m"},
"south": {"uv": [6.5, 6.5, 9.5, 10.5], "texture": "#m"},
"west": {"uv": [9, 6.5, 11, 10.5], "texture": "#m"},
"up": {"uv": [6.5, 9, 9.5, 11], "texture": "#m"},
"down": {"uv": [6.5, 5, 9.5, 7], "texture": "#m"}
}
},
{
"from": [5, 9, 7],
"to": [11, 9.5, 9],
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [5, 6.5, 11, 7], "rotation": 180, "texture": "#m"},
"east": {"uv": [7, 6.5, 9, 7], "texture": "#m"},
"south": {"uv": [5, 6.5, 11, 7], "texture": "#m"},
"west": {"uv": [7, 6.5, 9, 7], "texture": "#m"},
"up": {"uv": [5, 7, 11, 9], "texture": "#m"},
"down": {"uv": [5, 7, 11, 9], "texture": "#m"}
}
},
{
"from": [2, 9, 3],
"to": [5, 9.5, 13],
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [11, 6.5, 14, 7], "rotation": 180, "texture": "#m"},
"east": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"south": {"uv": [2, 6.5, 5, 7], "texture": "#m"},
"west": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"up": {"uv": [2, 3, 5, 13], "texture": "#m"},
"down": {"uv": [2, 3, 5, 13], "texture": "#m"}
}
},
{
"from": [11, 9, 3],
"to": [14, 9.5, 13],
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [2, 6.5, 5, 7], "rotation": 180, "texture": "#m"},
"east": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"south": {"uv": [11, 6.5, 14, 7], "texture": "#m"},
"west": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"up": {"uv": [11, 3, 14, 13], "texture": "#m"},
"down": {"uv": [11, 3, 14, 13], "texture": "#m"}
}
},
{
"from": [6.5, 5.5, 5],
"to": [9.5, 9.5, 7],
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [6.5, 6.5, 9.5, 10.5], "rotation": 180, "texture": "#m"},
"east": {"uv": [9, 6.5, 11, 10.5], "texture": "#m"},
"south": {"uv": [6.5, 6.5, 9.5, 10.5], "texture": "#m"},
"west": {"uv": [5, 6.5, 7, 10.5], "texture": "#m"},
"up": {"uv": [6.5, 5, 9.5, 7], "texture": "#m"},
"down": {"uv": [6.5, 9, 9.5, 11], "texture": "#m"}
}
},
{
"from": [6, 2, 3],
"to": [10, 8, 5],
"faces": {
"north": {"uv": [6, 8, 10, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [11, 8, 13, 14], "texture": "#m"},
"south": {"uv": [6, 8, 10, 14], "texture": "#2"},
"west": {"uv": [3, 8, 5, 14], "texture": "#m"},
"up": {"uv": [6, 3, 10, 5], "texture": "#m"},
"down": {"uv": [6, 11, 10, 13], "texture": "#m"}
}
},
{
"from": [2, 2, 3],
"to": [6, 3, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [4, 8, 8]},
"faces": {
"north": {"uv": [10, 13, 14, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [11, 13, 13, 14], "texture": "#m"},
"south": {"uv": [2, 13, 6, 14], "texture": "#2"},
"west": {"uv": [3, 13, 5, 14], "texture": "#m"},
"up": {"uv": [2, 3, 6, 5], "texture": "#m"},
"down": {"uv": [2, 11, 6, 13], "texture": "#m"}
}
},
{
"from": [10, 2, 3],
"to": [14, 3, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 8]},
"faces": {
"north": {"uv": [2, 13, 6, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [11, 13, 13, 14], "texture": "#m"},
"south": {"uv": [10, 13, 14, 14], "texture": "#2"},
"west": {"uv": [3, 13, 5, 14], "texture": "#m"},
"up": {"uv": [10, 3, 14, 5], "texture": "#m"},
"down": {"uv": [10, 11, 14, 13], "texture": "#m"}
}
},
{
"from": [10, 2, 11],
"to": [14, 3, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 16]},
"faces": {
"north": {"uv": [2, 13, 6, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 13, 5, 14], "texture": "#m"},
"south": {"uv": [10, 13, 14, 14], "texture": "#2"},
"west": {"uv": [11, 13, 13, 14], "texture": "#m"},
"up": {"uv": [10, 11, 14, 13], "texture": "#m"},
"down": {"uv": [10, 3, 14, 5], "texture": "#m"}
}
},
{
"from": [2, 2, 11],
"to": [6, 3, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [4, 8, 16]},
"faces": {
"north": {"uv": [10, 13, 14, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 13, 5, 14], "texture": "#m"},
"south": {"uv": [2, 13, 6, 14], "texture": "#2"},
"west": {"uv": [11, 13, 13, 14], "texture": "#m"},
"up": {"uv": [2, 11, 6, 13], "texture": "#m"},
"down": {"uv": [2, 3, 6, 5], "texture": "#m"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [85, 3, -10],
"translation": [1.75, -0.75, -2.25],
"scale": [0.35, 0.35, 0.35]
},
"ground": {
"translation": [0, -0.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]
}
}
}

View file

@ -0,0 +1,196 @@
{
"parent": "block/cube",
"textures": {
"2": "engineersdecor:block/device/small_solar_panel_side",
"m": "engineersdecor:block/device/small_solar_panel_parts",
"particle": "engineersdecor:block/device/small_solar_panel_parts",
"tb": "engineersdecor:block/device/small_solar_panel_topbottom",
"p": "engineersdecor:block/device/small_solar_panel_panel"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#2"},
"east": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#2"},
"south": {"uv": [0, 14, 16, 16], "texture": "#2"},
"west": {"uv": [0, 14, 16, 16], "texture": "#2"},
"up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#tb"},
"down": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#tb"}
}
},
{
"from": [1, 9.5, 0],
"to": [15, 11.5, 16],
"rotation": {"angle": 0, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [1, 4.5, 15, 6.5], "rotation": 180, "texture": "#m"},
"east": {"uv": [0, 4.5, 16, 6.5], "texture": "#m"},
"south": {"uv": [1, 4.5, 15, 6.5], "texture": "#m"},
"west": {"uv": [0, 4.5, 16, 6.5], "texture": "#m"},
"up": {"uv": [1, 0, 15, 16], "texture": "#p"},
"down": {"uv": [1, 0, 15, 16], "texture": "#m"}
}
},
{
"from": [6, 2, 11],
"to": [10, 8, 13],
"faces": {
"north": {"uv": [6, 8, 10, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 8, 5, 14], "texture": "#m"},
"south": {"uv": [6, 8, 10, 14], "texture": "#2"},
"west": {"uv": [11, 8, 13, 14], "texture": "#m"},
"up": {"uv": [6, 11, 10, 13], "texture": "#m"},
"down": {"uv": [6, 3, 10, 5], "texture": "#m"}
}
},
{
"from": [6.5, 5.5, 9],
"to": [9.5, 9.5, 11],
"rotation": {"angle": 0, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [6.5, 6.5, 9.5, 10.5], "rotation": 180, "texture": "#m"},
"east": {"uv": [5, 6.5, 7, 10.5], "texture": "#m"},
"south": {"uv": [6.5, 6.5, 9.5, 10.5], "texture": "#m"},
"west": {"uv": [9, 6.5, 11, 10.5], "texture": "#m"},
"up": {"uv": [6.5, 9, 9.5, 11], "texture": "#m"},
"down": {"uv": [6.5, 5, 9.5, 7], "texture": "#m"}
}
},
{
"from": [5, 9, 7],
"to": [11, 9.5, 9],
"rotation": {"angle": 0, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [5, 6.5, 11, 7], "rotation": 180, "texture": "#m"},
"east": {"uv": [7, 6.5, 9, 7], "texture": "#m"},
"south": {"uv": [5, 6.5, 11, 7], "texture": "#m"},
"west": {"uv": [7, 6.5, 9, 7], "texture": "#m"},
"up": {"uv": [5, 7, 11, 9], "texture": "#m"},
"down": {"uv": [5, 7, 11, 9], "texture": "#m"}
}
},
{
"from": [2, 9, 3],
"to": [5, 9.5, 13],
"rotation": {"angle": 0, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [11, 6.5, 14, 7], "rotation": 180, "texture": "#m"},
"east": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"south": {"uv": [2, 6.5, 5, 7], "texture": "#m"},
"west": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"up": {"uv": [2, 3, 5, 13], "texture": "#m"},
"down": {"uv": [2, 3, 5, 13], "texture": "#m"}
}
},
{
"from": [11, 9, 3],
"to": [14, 9.5, 13],
"rotation": {"angle": 0, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [2, 6.5, 5, 7], "rotation": 180, "texture": "#m"},
"east": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"south": {"uv": [11, 6.5, 14, 7], "texture": "#m"},
"west": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"up": {"uv": [11, 3, 14, 13], "texture": "#m"},
"down": {"uv": [11, 3, 14, 13], "texture": "#m"}
}
},
{
"from": [6.5, 5.5, 5],
"to": [9.5, 9.5, 7],
"rotation": {"angle": 0, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [6.5, 6.5, 9.5, 10.5], "rotation": 180, "texture": "#m"},
"east": {"uv": [9, 6.5, 11, 10.5], "texture": "#m"},
"south": {"uv": [6.5, 6.5, 9.5, 10.5], "texture": "#m"},
"west": {"uv": [5, 6.5, 7, 10.5], "texture": "#m"},
"up": {"uv": [6.5, 5, 9.5, 7], "texture": "#m"},
"down": {"uv": [6.5, 9, 9.5, 11], "texture": "#m"}
}
},
{
"from": [6, 2, 3],
"to": [10, 8, 5],
"faces": {
"north": {"uv": [6, 8, 10, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [11, 8, 13, 14], "texture": "#m"},
"south": {"uv": [6, 8, 10, 14], "texture": "#2"},
"west": {"uv": [3, 8, 5, 14], "texture": "#m"},
"up": {"uv": [6, 3, 10, 5], "texture": "#m"},
"down": {"uv": [6, 11, 10, 13], "texture": "#m"}
}
},
{
"from": [2, 2, 3],
"to": [6, 3, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [4, 8, 8]},
"faces": {
"north": {"uv": [10, 13, 14, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [11, 13, 13, 14], "texture": "#m"},
"south": {"uv": [2, 13, 6, 14], "texture": "#2"},
"west": {"uv": [3, 13, 5, 14], "texture": "#m"},
"up": {"uv": [2, 3, 6, 5], "texture": "#m"},
"down": {"uv": [2, 11, 6, 13], "texture": "#m"}
}
},
{
"from": [10, 2, 3],
"to": [14, 3, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 8]},
"faces": {
"north": {"uv": [2, 13, 6, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [11, 13, 13, 14], "texture": "#m"},
"south": {"uv": [10, 13, 14, 14], "texture": "#2"},
"west": {"uv": [3, 13, 5, 14], "texture": "#m"},
"up": {"uv": [10, 3, 14, 5], "texture": "#m"},
"down": {"uv": [10, 11, 14, 13], "texture": "#m"}
}
},
{
"from": [10, 2, 11],
"to": [14, 3, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 16]},
"faces": {
"north": {"uv": [2, 13, 6, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 13, 5, 14], "texture": "#m"},
"south": {"uv": [10, 13, 14, 14], "texture": "#2"},
"west": {"uv": [11, 13, 13, 14], "texture": "#m"},
"up": {"uv": [10, 11, 14, 13], "texture": "#m"},
"down": {"uv": [10, 3, 14, 5], "texture": "#m"}
}
},
{
"from": [2, 2, 11],
"to": [6, 3, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [4, 8, 16]},
"faces": {
"north": {"uv": [10, 13, 14, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 13, 5, 14], "texture": "#m"},
"south": {"uv": [2, 13, 6, 14], "texture": "#2"},
"west": {"uv": [11, 13, 13, 14], "texture": "#m"},
"up": {"uv": [2, 11, 6, 13], "texture": "#m"},
"down": {"uv": [2, 3, 6, 5], "texture": "#m"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [85, 3, -10],
"translation": [1.75, -0.75, -2.25],
"scale": [0.35, 0.35, 0.35]
},
"ground": {
"translation": [0, -0.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]
}
}
}

View file

@ -0,0 +1,196 @@
{
"parent": "block/cube",
"textures": {
"2": "engineersdecor:block/device/small_solar_panel_side",
"m": "engineersdecor:block/device/small_solar_panel_parts",
"particle": "engineersdecor:block/device/small_solar_panel_parts",
"tb": "engineersdecor:block/device/small_solar_panel_topbottom",
"p": "engineersdecor:block/device/small_solar_panel_panel"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#2"},
"east": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#2"},
"south": {"uv": [0, 14, 16, 16], "texture": "#2"},
"west": {"uv": [0, 14, 16, 16], "texture": "#2"},
"up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#tb"},
"down": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#tb"}
}
},
{
"from": [1, 9.5, 0],
"to": [15, 11.5, 16],
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [1, 4.5, 15, 6.5], "rotation": 180, "texture": "#m"},
"east": {"uv": [0, 4.5, 16, 6.5], "texture": "#m"},
"south": {"uv": [1, 4.5, 15, 6.5], "texture": "#m"},
"west": {"uv": [0, 4.5, 16, 6.5], "texture": "#m"},
"up": {"uv": [1, 0, 15, 16], "texture": "#p"},
"down": {"uv": [1, 0, 15, 16], "texture": "#m"}
}
},
{
"from": [6, 2, 11],
"to": [10, 8, 13],
"faces": {
"north": {"uv": [6, 8, 10, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 8, 5, 14], "texture": "#m"},
"south": {"uv": [6, 8, 10, 14], "texture": "#2"},
"west": {"uv": [11, 8, 13, 14], "texture": "#m"},
"up": {"uv": [6, 11, 10, 13], "texture": "#m"},
"down": {"uv": [6, 3, 10, 5], "texture": "#m"}
}
},
{
"from": [6.5, 5.5, 9],
"to": [9.5, 9.5, 11],
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [6.5, 6.5, 9.5, 10.5], "rotation": 180, "texture": "#m"},
"east": {"uv": [5, 6.5, 7, 10.5], "texture": "#m"},
"south": {"uv": [6.5, 6.5, 9.5, 10.5], "texture": "#m"},
"west": {"uv": [9, 6.5, 11, 10.5], "texture": "#m"},
"up": {"uv": [6.5, 9, 9.5, 11], "texture": "#m"},
"down": {"uv": [6.5, 5, 9.5, 7], "texture": "#m"}
}
},
{
"from": [5, 9, 7],
"to": [11, 9.5, 9],
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [5, 6.5, 11, 7], "rotation": 180, "texture": "#m"},
"east": {"uv": [7, 6.5, 9, 7], "texture": "#m"},
"south": {"uv": [5, 6.5, 11, 7], "texture": "#m"},
"west": {"uv": [7, 6.5, 9, 7], "texture": "#m"},
"up": {"uv": [5, 7, 11, 9], "texture": "#m"},
"down": {"uv": [5, 7, 11, 9], "texture": "#m"}
}
},
{
"from": [2, 9, 3],
"to": [5, 9.5, 13],
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [11, 6.5, 14, 7], "rotation": 180, "texture": "#m"},
"east": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"south": {"uv": [2, 6.5, 5, 7], "texture": "#m"},
"west": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"up": {"uv": [2, 3, 5, 13], "texture": "#m"},
"down": {"uv": [2, 3, 5, 13], "texture": "#m"}
}
},
{
"from": [11, 9, 3],
"to": [14, 9.5, 13],
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [2, 6.5, 5, 7], "rotation": 180, "texture": "#m"},
"east": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"south": {"uv": [11, 6.5, 14, 7], "texture": "#m"},
"west": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"up": {"uv": [11, 3, 14, 13], "texture": "#m"},
"down": {"uv": [11, 3, 14, 13], "texture": "#m"}
}
},
{
"from": [6.5, 5.5, 5],
"to": [9.5, 9.5, 7],
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [6.5, 6.5, 9.5, 10.5], "rotation": 180, "texture": "#m"},
"east": {"uv": [9, 6.5, 11, 10.5], "texture": "#m"},
"south": {"uv": [6.5, 6.5, 9.5, 10.5], "texture": "#m"},
"west": {"uv": [5, 6.5, 7, 10.5], "texture": "#m"},
"up": {"uv": [6.5, 5, 9.5, 7], "texture": "#m"},
"down": {"uv": [6.5, 9, 9.5, 11], "texture": "#m"}
}
},
{
"from": [6, 2, 3],
"to": [10, 8, 5],
"faces": {
"north": {"uv": [6, 8, 10, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [11, 8, 13, 14], "texture": "#m"},
"south": {"uv": [6, 8, 10, 14], "texture": "#2"},
"west": {"uv": [3, 8, 5, 14], "texture": "#m"},
"up": {"uv": [6, 3, 10, 5], "texture": "#m"},
"down": {"uv": [6, 11, 10, 13], "texture": "#m"}
}
},
{
"from": [2, 2, 3],
"to": [6, 3, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [4, 8, 8]},
"faces": {
"north": {"uv": [10, 13, 14, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [11, 13, 13, 14], "texture": "#m"},
"south": {"uv": [2, 13, 6, 14], "texture": "#2"},
"west": {"uv": [3, 13, 5, 14], "texture": "#m"},
"up": {"uv": [2, 3, 6, 5], "texture": "#m"},
"down": {"uv": [2, 11, 6, 13], "texture": "#m"}
}
},
{
"from": [10, 2, 3],
"to": [14, 3, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 8]},
"faces": {
"north": {"uv": [2, 13, 6, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [11, 13, 13, 14], "texture": "#m"},
"south": {"uv": [10, 13, 14, 14], "texture": "#2"},
"west": {"uv": [3, 13, 5, 14], "texture": "#m"},
"up": {"uv": [10, 3, 14, 5], "texture": "#m"},
"down": {"uv": [10, 11, 14, 13], "texture": "#m"}
}
},
{
"from": [10, 2, 11],
"to": [14, 3, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 16]},
"faces": {
"north": {"uv": [2, 13, 6, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 13, 5, 14], "texture": "#m"},
"south": {"uv": [10, 13, 14, 14], "texture": "#2"},
"west": {"uv": [11, 13, 13, 14], "texture": "#m"},
"up": {"uv": [10, 11, 14, 13], "texture": "#m"},
"down": {"uv": [10, 3, 14, 5], "texture": "#m"}
}
},
{
"from": [2, 2, 11],
"to": [6, 3, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [4, 8, 16]},
"faces": {
"north": {"uv": [10, 13, 14, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 13, 5, 14], "texture": "#m"},
"south": {"uv": [2, 13, 6, 14], "texture": "#2"},
"west": {"uv": [11, 13, 13, 14], "texture": "#m"},
"up": {"uv": [2, 11, 6, 13], "texture": "#m"},
"down": {"uv": [2, 3, 6, 5], "texture": "#m"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [85, 3, -10],
"translation": [1.75, -0.75, -2.25],
"scale": [0.35, 0.35, 0.35]
},
"ground": {
"translation": [0, -0.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]
}
}
}

View file

@ -0,0 +1,196 @@
{
"parent": "block/cube",
"textures": {
"2": "engineersdecor:block/device/small_solar_panel_side",
"m": "engineersdecor:block/device/small_solar_panel_parts",
"particle": "engineersdecor:block/device/small_solar_panel_parts",
"tb": "engineersdecor:block/device/small_solar_panel_topbottom",
"p": "engineersdecor:block/device/small_solar_panel_panel"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#2"},
"east": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#2"},
"south": {"uv": [0, 14, 16, 16], "texture": "#2"},
"west": {"uv": [0, 14, 16, 16], "texture": "#2"},
"up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#tb"},
"down": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#tb"}
}
},
{
"from": [1, 9.5, 0],
"to": [15, 11.5, 16],
"rotation": {"angle": 45, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [1, 4.5, 15, 6.5], "rotation": 180, "texture": "#m"},
"east": {"uv": [0, 4.5, 16, 6.5], "texture": "#m"},
"south": {"uv": [1, 4.5, 15, 6.5], "texture": "#m"},
"west": {"uv": [0, 4.5, 16, 6.5], "texture": "#m"},
"up": {"uv": [1, 0, 15, 16], "texture": "#p"},
"down": {"uv": [1, 0, 15, 16], "texture": "#m"}
}
},
{
"from": [6, 2, 11],
"to": [10, 8, 13],
"faces": {
"north": {"uv": [6, 8, 10, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 8, 5, 14], "texture": "#m"},
"south": {"uv": [6, 8, 10, 14], "texture": "#2"},
"west": {"uv": [11, 8, 13, 14], "texture": "#m"},
"up": {"uv": [6, 11, 10, 13], "texture": "#m"},
"down": {"uv": [6, 3, 10, 5], "texture": "#m"}
}
},
{
"from": [6.5, 5.5, 9],
"to": [9.5, 9.5, 11],
"rotation": {"angle": 45, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [6.5, 6.5, 9.5, 10.5], "rotation": 180, "texture": "#m"},
"east": {"uv": [5, 6.5, 7, 10.5], "texture": "#m"},
"south": {"uv": [6.5, 6.5, 9.5, 10.5], "texture": "#m"},
"west": {"uv": [9, 6.5, 11, 10.5], "texture": "#m"},
"up": {"uv": [6.5, 9, 9.5, 11], "texture": "#m"},
"down": {"uv": [6.5, 5, 9.5, 7], "texture": "#m"}
}
},
{
"from": [5, 9, 7],
"to": [11, 9.5, 9],
"rotation": {"angle": 45, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [5, 6.5, 11, 7], "rotation": 180, "texture": "#m"},
"east": {"uv": [7, 6.5, 9, 7], "texture": "#m"},
"south": {"uv": [5, 6.5, 11, 7], "texture": "#m"},
"west": {"uv": [7, 6.5, 9, 7], "texture": "#m"},
"up": {"uv": [5, 7, 11, 9], "texture": "#m"},
"down": {"uv": [5, 7, 11, 9], "texture": "#m"}
}
},
{
"from": [2, 9, 3],
"to": [5, 9.5, 13],
"rotation": {"angle": 45, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [11, 6.5, 14, 7], "rotation": 180, "texture": "#m"},
"east": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"south": {"uv": [2, 6.5, 5, 7], "texture": "#m"},
"west": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"up": {"uv": [2, 3, 5, 13], "texture": "#m"},
"down": {"uv": [2, 3, 5, 13], "texture": "#m"}
}
},
{
"from": [11, 9, 3],
"to": [14, 9.5, 13],
"rotation": {"angle": 45, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [2, 6.5, 5, 7], "rotation": 180, "texture": "#m"},
"east": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"south": {"uv": [11, 6.5, 14, 7], "texture": "#m"},
"west": {"uv": [3, 6.5, 13, 7], "texture": "#m"},
"up": {"uv": [11, 3, 14, 13], "texture": "#m"},
"down": {"uv": [11, 3, 14, 13], "texture": "#m"}
}
},
{
"from": [6.5, 5.5, 5],
"to": [9.5, 9.5, 7],
"rotation": {"angle": 45, "axis": "z", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [6.5, 6.5, 9.5, 10.5], "rotation": 180, "texture": "#m"},
"east": {"uv": [9, 6.5, 11, 10.5], "texture": "#m"},
"south": {"uv": [6.5, 6.5, 9.5, 10.5], "texture": "#m"},
"west": {"uv": [5, 6.5, 7, 10.5], "texture": "#m"},
"up": {"uv": [6.5, 5, 9.5, 7], "texture": "#m"},
"down": {"uv": [6.5, 9, 9.5, 11], "texture": "#m"}
}
},
{
"from": [6, 2, 3],
"to": [10, 8, 5],
"faces": {
"north": {"uv": [6, 8, 10, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [11, 8, 13, 14], "texture": "#m"},
"south": {"uv": [6, 8, 10, 14], "texture": "#2"},
"west": {"uv": [3, 8, 5, 14], "texture": "#m"},
"up": {"uv": [6, 3, 10, 5], "texture": "#m"},
"down": {"uv": [6, 11, 10, 13], "texture": "#m"}
}
},
{
"from": [2, 2, 3],
"to": [6, 3, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [4, 8, 8]},
"faces": {
"north": {"uv": [10, 13, 14, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [11, 13, 13, 14], "texture": "#m"},
"south": {"uv": [2, 13, 6, 14], "texture": "#2"},
"west": {"uv": [3, 13, 5, 14], "texture": "#m"},
"up": {"uv": [2, 3, 6, 5], "texture": "#m"},
"down": {"uv": [2, 11, 6, 13], "texture": "#m"}
}
},
{
"from": [10, 2, 3],
"to": [14, 3, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 8]},
"faces": {
"north": {"uv": [2, 13, 6, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [11, 13, 13, 14], "texture": "#m"},
"south": {"uv": [10, 13, 14, 14], "texture": "#2"},
"west": {"uv": [3, 13, 5, 14], "texture": "#m"},
"up": {"uv": [10, 3, 14, 5], "texture": "#m"},
"down": {"uv": [10, 11, 14, 13], "texture": "#m"}
}
},
{
"from": [10, 2, 11],
"to": [14, 3, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 16]},
"faces": {
"north": {"uv": [2, 13, 6, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 13, 5, 14], "texture": "#m"},
"south": {"uv": [10, 13, 14, 14], "texture": "#2"},
"west": {"uv": [11, 13, 13, 14], "texture": "#m"},
"up": {"uv": [10, 11, 14, 13], "texture": "#m"},
"down": {"uv": [10, 3, 14, 5], "texture": "#m"}
}
},
{
"from": [2, 2, 11],
"to": [6, 3, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [4, 8, 16]},
"faces": {
"north": {"uv": [10, 13, 14, 14], "rotation": 180, "texture": "#2"},
"east": {"uv": [3, 13, 5, 14], "texture": "#m"},
"south": {"uv": [2, 13, 6, 14], "texture": "#2"},
"west": {"uv": [11, 13, 13, 14], "texture": "#m"},
"up": {"uv": [2, 11, 6, 13], "texture": "#m"},
"down": {"uv": [2, 3, 6, 5], "texture": "#m"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [85, 3, -10],
"translation": [1.75, -0.75, -2.25],
"scale": [0.35, 0.35, 0.35]
},
"ground": {
"translation": [0, -0.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]
}
}
}

View file

@ -0,0 +1 @@
{ "parent": "engineersdecor:block/device/small_solar_panel_model_exp0" }

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Before After
Before After

View file

@ -0,0 +1,23 @@
{
"conditions": [
{
"type": "engineersdecor:optional",
"result": "engineersdecor:small_solar_panel",
"missing": ["immersiveengineering:metal_device1"]
}
],
"type": "minecraft:crafting_shaped",
"pattern": [
"QQQ",
" S ",
"SRS"
],
"key": {
"Q": { "item": "minecraft:quartz" },
"S": { "item": "minecraft:iron_ingot" },
"R": { "item": "minecraft:redstone_block" }
},
"result": {
"item": "engineersdecor:small_solar_panel"
}
}