1.14: Updated to Forge 1.14.4-28.0.81/20190719-1.14.3, updated recipe condition processing accordingly (issue #49).
This commit is contained in:
parent
0147d9faa1
commit
64186ec813
84 changed files with 274 additions and 245 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
|
||||
version_engineersdecor=1.0.12-b1
|
||||
|
|
|
@ -10,6 +10,8 @@ Mod sources for Minecraft version 1.12.2.
|
|||
----
|
||||
## Version history
|
||||
|
||||
~ v1.0.12-b1 [M] Window submodels stripped (issue #19).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
- v1.0.11 [R] Release based on v1.0.11-b3. Release-to-release changes:
|
||||
* Steel floor grating improvments.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"glass": "engineersdecor:blocks/glass/window_glass_texture"
|
||||
},
|
||||
|
@ -13,27 +12,5 @@
|
|||
"south": {"texture": "#glass"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"ground": {
|
||||
"scale": [0.2, 0.2, 0.2]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 225, 0],
|
||||
"scale": [0.9, 0.9, 0.9],
|
||||
"translation": [ 3, -8, -3]
|
||||
},
|
||||
"fixed": {
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [3, 69, 23],
|
||||
"translation": [1, 1, -2.25],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -61, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"frame": "engineersdecor:blocks/iestyle/treated_wood_rough_texture",
|
||||
"particle": "engineersdecor:blocks/iestyle/treated_wood_rough_texture"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue