1.12: Minor model fixes, release v1.0.11 commit.
This commit is contained in:
parent
ad837bbf27
commit
0147d9faa1
7 changed files with 71 additions and 60 deletions
|
@ -4,4 +4,4 @@ org.gradle.jvmargs=-Xmx8G
|
|||
version_minecraft=1.12.2
|
||||
version_forge=14.23.5.2768
|
||||
version_jei=4.10.0.198
|
||||
version_engineersdecor=1.0.11-b3
|
||||
version_engineersdecor=1.0.11
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/",
|
||||
"1.12.2": {
|
||||
"1.0.11": "[R] Release based on v1.0.11-b3. Release-to-release changes: * Steel floor grating improvments. * Minor model box fixes. * Standalone recipes added. * Language updates.",
|
||||
"1.0.11-b3": "[M] Added missing standalone recipes for pipe valves, passive fluid accumulator, and waste incinerator.",
|
||||
"1.0.11-b2": "[F] Fixed Floor Grating issue, which could have caused a crash.\n[M] Lang update ru-ru (Shellyoung, PR #47).",
|
||||
"1.0.11-b1": "[M] Lang update ru-ru (Shellyoung, PR #45).\n[F] Fixed bounding box of the Steel Table.\n[M] Steel Floor Frating: Items fall through.",
|
||||
|
@ -53,7 +54,7 @@
|
|||
"1.0.0-b1": "[A] Initial structure.\n[A] Added clinker bricks and clinker brick stairs.\n[A] Added slag bricks and slag brick stairs.\n[A] Added metal rung ladder.\n[A] Added staggered metal steps ladder.\n[A] Added treated wood ladder.\n[A] Added treated wood pole.\n[A] Added treated wood table."
|
||||
},
|
||||
"promos": {
|
||||
"1.12.2-recommended": "1.0.10",
|
||||
"1.12.2-latest": "1.0.11-b3"
|
||||
"1.12.2-recommended": "1.0.11",
|
||||
"1.12.2-latest": "1.0.11"
|
||||
}
|
||||
}
|
|
@ -10,6 +10,14 @@ Mod sources for Minecraft version 1.12.2.
|
|||
----
|
||||
## Version history
|
||||
|
||||
-------------------------------------------------------------------
|
||||
- v1.0.11 [R] Release based on v1.0.11-b3. Release-to-release changes:
|
||||
* Steel floor grating improvments.
|
||||
* Minor model box fixes.
|
||||
* Standalone recipes added.
|
||||
* Language updates.
|
||||
-------------------------------------------------------------------
|
||||
|
||||
- v1.0.11-b3 [M] Added missing standalone recipes for pipe valves, passive
|
||||
fluid accumulator, and waste incinerator.
|
||||
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
},
|
||||
{
|
||||
"from": [0, 14, 14],
|
||||
"to": [16, 15.875, 16],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
|
@ -116,7 +116,7 @@
|
|||
},
|
||||
{
|
||||
"from": [0, 14, 0],
|
||||
"to": [16, 15.875, 2],
|
||||
"to": [16, 16, 2],
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
|
@ -128,7 +128,7 @@
|
|||
},
|
||||
{
|
||||
"from": [14, 14, 2],
|
||||
"to": [16, 15.875, 14],
|
||||
"to": [16, 16, 14],
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
|
@ -140,7 +140,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 12.75],
|
||||
"to": [14, 15.875, 13.25],
|
||||
"to": [14, 16, 13.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -153,7 +153,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 13.75],
|
||||
"to": [14, 15.875, 14],
|
||||
"to": [14, 16, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -166,7 +166,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 11.75],
|
||||
"to": [14, 15.875, 12.25],
|
||||
"to": [14, 16, 12.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -179,7 +179,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 10.75],
|
||||
"to": [14, 15.875, 11.25],
|
||||
"to": [14, 16, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -192,7 +192,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 9.75],
|
||||
"to": [14, 15.875, 10.25],
|
||||
"to": [14, 16, 10.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -205,7 +205,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 8.75],
|
||||
"to": [14, 15.875, 9.25],
|
||||
"to": [14, 16, 9.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -218,7 +218,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 7.75],
|
||||
"to": [14, 15.875, 8.25],
|
||||
"to": [14, 16, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -231,7 +231,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 6.75],
|
||||
"to": [14, 15.875, 7.25],
|
||||
"to": [14, 16, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -244,7 +244,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 5.75],
|
||||
"to": [14, 15.875, 6.25],
|
||||
"to": [14, 16, 6.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -257,7 +257,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 4.75],
|
||||
"to": [14, 15.875, 5.25],
|
||||
"to": [14, 16, 5.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -270,7 +270,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 3.75],
|
||||
"to": [14, 15.875, 4.25],
|
||||
"to": [14, 16, 4.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -283,7 +283,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 2.75],
|
||||
"to": [14, 15.875, 3.25],
|
||||
"to": [14, 16, 3.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -296,7 +296,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 2],
|
||||
"to": [14, 15.875, 2.25],
|
||||
"to": [14, 16, 2.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -309,7 +309,7 @@
|
|||
},
|
||||
{
|
||||
"from": [0, 14, 2],
|
||||
"to": [2, 15.875, 14],
|
||||
"to": [2, 16, 14],
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"frame": "engineersdecor:blocks/iestyle/treated_wood_rough_texture",
|
||||
"particle": "engineersdecor:blocks/iestyle/treated_wood_rough_texture"
|
||||
|
@ -9,47 +10,47 @@
|
|||
"from": [1, 0, 6.5],
|
||||
"to": [15, 1, 9.5],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 15, 15, 16], "texture": "#frame"},
|
||||
"south": {"uv": [1, 15, 15, 16], "texture": "#frame"},
|
||||
"up": {"uv": [1, 6.5, 15, 9.5], "texture": "#frame"},
|
||||
"down": {"uv": [1, 6.5, 15, 9.5], "texture": "#frame"}
|
||||
"north": {"texture": "#frame"},
|
||||
"south": {"texture": "#frame"},
|
||||
"up": {"texture": "#frame"},
|
||||
"down": {"texture": "#frame"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 6.5],
|
||||
"to": [1, 16, 9.5],
|
||||
"faces": {
|
||||
"north": {"uv": [15, 0, 16, 16], "texture": "#frame"},
|
||||
"east": {"uv": [6.5, 0, 9.5, 16], "texture": "#frame"},
|
||||
"south": {"uv": [0, 0, 1, 16], "texture": "#frame"},
|
||||
"west": {"uv": [6.5, 0, 9.5, 16], "texture": "#frame"},
|
||||
"up": {"uv": [0, 6.5, 1, 9.5], "texture": "#frame"},
|
||||
"down": {"uv": [0, 6.5, 1, 9.5], "texture": "#frame"}
|
||||
"north": {"texture": "#frame"},
|
||||
"east": {"texture": "#frame"},
|
||||
"south": {"texture": "#frame"},
|
||||
"west": {"texture": "#frame"},
|
||||
"up": {"texture": "#frame"},
|
||||
"down": {"texture": "#frame"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 15, 6.5],
|
||||
"to": [15, 16, 9.5],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 0, 15, 1], "texture": "#frame"},
|
||||
"south": {"uv": [1, 0, 15, 1], "texture": "#frame"},
|
||||
"up": {"uv": [1, 6.5, 15, 9.5], "texture": "#frame"},
|
||||
"down": {"uv": [1, 6.5, 15, 9.5], "texture": "#frame"}
|
||||
"north": {"texture": "#frame"},
|
||||
"south": {"texture": "#frame"},
|
||||
"up": {"texture": "#frame"},
|
||||
"down": {"texture": "#frame"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 0, 6.5],
|
||||
"to": [16, 16, 9.5],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 16], "texture": "#frame"},
|
||||
"east": {"uv": [6.5, 0, 9.5, 16], "texture": "#frame"},
|
||||
"south": {"uv": [15, 0, 16, 16], "texture": "#frame"},
|
||||
"west": {"uv": [6.5, 0, 9.5, 16], "texture": "#frame"},
|
||||
"up": {"uv": [15, 6.5, 16, 9.5], "texture": "#frame"},
|
||||
"down": {"uv": [15, 6.5, 16, 9.5], "texture": "#frame"}
|
||||
"north": {"texture": "#frame"},
|
||||
"east": {"texture": "#frame"},
|
||||
"south": {"texture": "#frame"},
|
||||
"west": {"texture": "#frame"},
|
||||
"up": {"texture": "#frame"},
|
||||
"down": {"texture": "#frame"}
|
||||
}
|
||||
}
|
||||
],
|
||||
],
|
||||
"display": {
|
||||
"ground": {
|
||||
"scale": [0.2, 0.2, 0.2]
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
},
|
||||
{
|
||||
"from": [0, 14, 14],
|
||||
"to": [16, 15.875, 16],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
|
@ -116,7 +116,7 @@
|
|||
},
|
||||
{
|
||||
"from": [0, 14, 0],
|
||||
"to": [16, 15.875, 2],
|
||||
"to": [16, 16, 2],
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
|
@ -128,7 +128,7 @@
|
|||
},
|
||||
{
|
||||
"from": [14, 14, 2],
|
||||
"to": [16, 15.875, 14],
|
||||
"to": [16, 16, 14],
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
|
@ -140,7 +140,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 12.75],
|
||||
"to": [14, 15.875, 13.25],
|
||||
"to": [14, 16, 13.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -153,7 +153,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 13.75],
|
||||
"to": [14, 15.875, 14],
|
||||
"to": [14, 16, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -166,7 +166,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 11.75],
|
||||
"to": [14, 15.875, 12.25],
|
||||
"to": [14, 16, 12.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -179,7 +179,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 10.75],
|
||||
"to": [14, 15.875, 11.25],
|
||||
"to": [14, 16, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -192,7 +192,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 9.75],
|
||||
"to": [14, 15.875, 10.25],
|
||||
"to": [14, 16, 10.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -205,7 +205,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 8.75],
|
||||
"to": [14, 15.875, 9.25],
|
||||
"to": [14, 16, 9.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -218,7 +218,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 7.75],
|
||||
"to": [14, 15.875, 8.25],
|
||||
"to": [14, 16, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -231,7 +231,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 6.75],
|
||||
"to": [14, 15.875, 7.25],
|
||||
"to": [14, 16, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -244,7 +244,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 5.75],
|
||||
"to": [14, 15.875, 6.25],
|
||||
"to": [14, 16, 6.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -257,7 +257,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 4.75],
|
||||
"to": [14, 15.875, 5.25],
|
||||
"to": [14, 16, 5.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -270,7 +270,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 3.75],
|
||||
"to": [14, 15.875, 4.25],
|
||||
"to": [14, 16, 4.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -283,7 +283,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 2.75],
|
||||
"to": [14, 15.875, 3.25],
|
||||
"to": [14, 16, 3.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -296,7 +296,7 @@
|
|||
},
|
||||
{
|
||||
"from": [2, 15.5, 2],
|
||||
"to": [14, 15.875, 2.25],
|
||||
"to": [14, 16, 2.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
|
@ -309,7 +309,7 @@
|
|||
},
|
||||
{
|
||||
"from": [0, 14, 2],
|
||||
"to": [2, 15.875, 14],
|
||||
"to": [2, 16, 14],
|
||||
"faces": {
|
||||
"north": {"texture": "#s"},
|
||||
"east": {"texture": "#s"},
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
"homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/",
|
||||
"promos": {
|
||||
"1.12.2-recommended": "1.0.10",
|
||||
"1.12.2-latest": "1.0.11-b3",
|
||||
"1.12.2-recommended": "1.0.11",
|
||||
"1.12.2-latest": "1.0.11",
|
||||
"1.14.4-recommended": "",
|
||||
"1.14.4-latest": "1.0.11-b2"
|
||||
},
|
||||
"1.12.2": {
|
||||
"1.0.11": "[R] Release based on v1.0.11-b3. Release-to-release changes: * Steel floor grating improvments. * Minor model box fixes. * Standalone recipes added. * Language updates.",
|
||||
"1.0.11-b3": "[M] Added missing standalone recipes for pipe valves, passive fluid accumulator, and waste incinerator.",
|
||||
"1.0.11-b2": "[F] Fixed Floor Grating issue, which could have caused a crash.\n[M] Lang update ru-ru (Shellyoung, PR #47).",
|
||||
"1.0.11-b1": "[M] Lang update ru-ru (Shellyoung, PR #45).\n[F] Fixed bounding box of the Steel Table.\n[M] Steel Floor Frating: Items fall through.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue