Added reverse recipes for slab slices, Inset Floor Edge Light model slightly thinner.

This commit is contained in:
stfwi 2019-12-15 10:26:10 +01:00
parent 6dacc0922d
commit bf99b3a2e0
33 changed files with 499 additions and 75 deletions

View file

@ -5,4 +5,4 @@ version_minecraft=1.14.4
version_forge_minecraft=1.14.4-28.1.104
version_fml_mappings=20190719-1.14.3
version_jei=1.14.4:6.0.0.10
version_engineersdecor=1.0.17-b1
version_engineersdecor=1.0.17-b2

View file

@ -11,6 +11,9 @@ Mod sources for Minecraft version 1.14.4.
## Version history
~ v1.0.17-b2 [A] Reverse recipes for slabs and slab slices added.
[M] Inset Floor Edge Light slightly thinner, looks better.
- v1.0.17-b1 [A] Added Milking Machine.
[A] Added Mineral Smelter gravity fluid transfer.
[M] Window placement improved.

View file

@ -7,8 +7,9 @@
},
"elements": [
{
"from": [6, 0.1875, 0.5],
"to": [10, 1.8125, 1],
"from": [6, 0, 0],
"to": [10, 1.8125, 0.375],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7.5]},
"faces": {
"north": {"uv": [6, 14.1875, 10, 15.8125], "texture": "#light"},
"south": {"uv": [6, 14.1875, 10, 15.8125], "texture": "#light"},
@ -16,9 +17,9 @@
}
},
{
"from": [10, 0.1875, 0.5],
"to": [11, 1.8125, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.125]},
"from": [10, 0, 0],
"to": [11, 1.8125, 0.375],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7.625]},
"faces": {
"north": {"uv": [5, 14.1875, 6, 15.8125], "texture": "#side"},
"east": {"uv": [15, 14.1875, 15.5, 15.8125], "texture": "#side"},
@ -29,9 +30,9 @@
}
},
{
"from": [5, 0.1875, 0.5],
"to": [6, 1.8125, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.125]},
"from": [5, 0, 0],
"to": [6, 1.8125, 0.375],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7.625]},
"faces": {
"north": {"uv": [10, 14.1875, 11, 15.8125], "texture": "#side"},
"east": {"uv": [15, 14.1875, 15.5, 15.8125], "texture": "#side"},
@ -40,30 +41,6 @@
"up": {"uv": [5, 0.5, 6, 1], "texture": "#side"},
"down": {"uv": [5, 15, 6, 15.5], "texture": "#side"}
}
},
{
"from": [5, 0, 0],
"to": [11, 2, 0.5],
"faces": {
"north": {"uv": [5, 14, 11, 16], "texture": "#side"},
"east": {"uv": [15.5, 14, 16, 16], "texture": "#side"},
"south": {"uv": [5, 14, 11, 16], "texture": "#side"},
"west": {"uv": [0, 14, 0.5, 16], "texture": "#side"},
"up": {"uv": [5, 0, 11, 0.5], "texture": "#side"},
"down": {"uv": [5, 15.5, 11, 16], "texture": "#side"}
}
},
{
"from": [5, 0, 0.5],
"to": [11, 0.1875, 1],
"faces": {
"north": {"uv": [5, 15.8125, 11, 16], "texture": "#side"},
"east": {"uv": [15, 15.8125, 15.5, 16], "texture": "#side"},
"south": {"uv": [5, 15.8125, 11, 16], "texture": "#side"},
"west": {"uv": [0.5, 15.8125, 1, 16], "texture": "#side"},
"up": {"uv": [5, 0.5, 11, 1], "texture": "#side"},
"down": {"uv": [5, 15, 11, 15.5], "texture": "#side"}
}
}
],
"display": {
@ -76,7 +53,7 @@
"translation": [-3, -0.75, 1.25]
},
"ground": {
"translation": [0, 2.5, 6],
"translation": [0, 1.75, 0],
"scale": [0.7, 0.7, 0.7]
},
"gui": {

View file

@ -8,8 +8,6 @@
],
"type": "minecraft:crafting_shaped",
"pattern": [
" ",
" ",
"CCC"
],
"key": {

View file

@ -0,0 +1,16 @@
{
"conditions": [
{
"type": "engineersdecor:optional",
"result": "engineersdecor:clinker_brick_block",
"required": ["engineersdecor:clinker_brick_stained_block"]
}
],
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "engineersdecor:clinker_brick_stained_block" }
],
"result": {
"item": "engineersdecor:clinker_brick_block"
}
}

View file

@ -8,8 +8,6 @@
],
"type": "minecraft:crafting_shaped",
"pattern": [
" ",
" ",
"CCC"
],
"key": {

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "engineersdecor:optional",
"result": "engineersdecor:clinker_brick_stained_block",
"required": ["engineersdecor:clinker_brick_stained_slab"]
}
],
"type": "minecraft:crafting_shaped",
"pattern": [
"B",
"B"
],
"key": {
"B": { "item": "engineersdecor:clinker_brick_stained_slab" }
},
"result": {
"item": "engineersdecor:clinker_brick_stained_block",
"count": 1
}
}

View file

@ -0,0 +1,23 @@
{
"conditions": [
{
"type": "engineersdecor:optional",
"result": "engineersdecor:gas_concrete_slab",
"required": ["engineersdecor:halfslab_gas_concrete"]
}
],
"type": "minecraft:crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "engineersdecor:halfslab_gas_concrete"
}
},
"result": {
"item": "engineersdecor:gas_concrete_slab",
"count": 1
}
}

View file

@ -8,8 +8,6 @@
],
"type": "minecraft:crafting_shaped",
"pattern": [
" ",
" ",
"CCC"
],
"key": {

View file

@ -0,0 +1,21 @@
{
"conditions": [
{
"type": "engineersdecor:optional",
"result": "engineersdecor:gas_concrete",
"required": ["engineersdecor:gas_concrete_slab"]
}
],
"type": "minecraft:crafting_shaped",
"pattern": [
"B",
"B"
],
"key": {
"B": { "item": "engineersdecor:gas_concrete_slab" }
},
"result": {
"item": "engineersdecor:gas_concrete",
"count": 1
}
}

View file

@ -0,0 +1,23 @@
{
"conditions": [
{
"type": "engineersdecor:optional",
"result": "engineersdecor:rebar_concrete_slab",
"required": ["engineersdecor:halfslab_rebar_concrete"]
}
],
"type": "minecraft:crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "engineersdecor:halfslab_rebar_concrete"
}
},
"result": {
"item": "engineersdecor:rebar_concrete_slab",
"count": 1
}
}

View file

@ -8,8 +8,6 @@
],
"type": "minecraft:crafting_shaped",
"pattern": [
" ",
" ",
"CCC"
],
"key": {

View file

@ -0,0 +1,23 @@
{
"conditions": [
{
"type": "engineersdecor:optional",
"result": "engineersdecor:rebar_concrete",
"required": ["engineersdecor:rebar_concrete_slab"]
}
],
"type": "minecraft:crafting_shaped",
"pattern": [
"C",
"C"
],
"key": {
"C": {
"item": "engineersdecor:rebar_concrete_slab"
}
},
"result": {
"item": "engineersdecor:rebar_concrete",
"count": 1
}
}

View file

@ -0,0 +1,23 @@
{
"conditions": [
{
"type": "engineersdecor:optional",
"result": "engineersdecor:rebar_concrete_tile",
"required": ["engineersdecor:rebar_concrete_tile_slab"]
}
],
"type": "minecraft:crafting_shaped",
"pattern": [
"C",
"C"
],
"key": {
"C": {
"item": "engineersdecor:rebar_concrete_tile_slab"
}
},
"result": {
"item": "engineersdecor:rebar_concrete_tile",
"count": 1
}
}