Added treated wood crafting table. Added treated wood stool.
This commit is contained in:
parent
839a56f4cc
commit
5614310fb6
22 changed files with 615 additions and 27 deletions
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:crafting_table/treated_wood_crafting_table_model"
|
||||
},
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"inventory": [{}],
|
||||
"facing": { "north": {"y":0}, "south": {"y":180}, "west": {"y":-90}, "east": {"y":90}, "up":{}, "down":{} }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:furniture/treated_wood_stool_model",
|
||||
"textures": {
|
||||
"o": "engineersdecor:blocks/iestyle/treated_wood_framed_texture",
|
||||
"particle": "engineersdecor:blocks/iestyle/treated_wood_framed_texture"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"inventory": [{}],
|
||||
"facing": { "north": {"y":0}, "south": {"y":0}, "west": {"y":90}, "east": {"y":90}, "up":{}, "down":{} }
|
||||
}
|
||||
}
|
|
@ -60,7 +60,11 @@ tile.engineersdecor.treated_wood_pole.help=§6Straight pole fragment with the di
|
|||
# Furniture
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
tile.engineersdecor.treated_wood_table.name=Treated wood table
|
||||
tile.engineersdecor.treated_wood_table.help=§6Robust four-legged wood table.
|
||||
tile.engineersdecor.treated_wood_table.help=§6Robust four-legged wood table.§r\n Indoor and outdoor use.
|
||||
tile.engineersdecor.treated_wood_stool.name=Treated wood stool
|
||||
tile.engineersdecor.treated_wood_stool.help=§6Robust wood stool.§r\n Indoor and outdoor use.
|
||||
tile.engineersdecor.treated_wood_crafting_table.name=Treated wood crafting table
|
||||
tile.engineersdecor.treated_wood_crafting_table.help=§6Robust and weather-proof.§r
|
||||
|
||||
# EOF
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"side": "engineersdecor:blocks/crafting_table/treated_wood_crafting_table_side",
|
||||
"top": "engineersdecor:blocks/crafting_table/treated_wood_crafting_table_top",
|
||||
"particle": "engineersdecor:blocks/crafting_table/treated_wood_crafting_table_top",
|
||||
"front": "engineersdecor:blocks/crafting_table/treated_wood_crafting_table_front",
|
||||
"wood": "engineersdecor:blocks/iestyle/treated_wood"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0.5, 0, 3],
|
||||
"to": [2.5, 13.25, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [13.5, 2.75, 15.5, 16], "texture": "#front"},
|
||||
"east": {"uv": [10, 2, 13, 16], "texture": "#side"},
|
||||
"south": {"uv": [0.5, 2.75, 2.375, 16], "texture": "#side"},
|
||||
"west": {"uv": [0, 2, 3, 16], "texture": "#side"},
|
||||
"down": {"uv": [0.5, 10, 2.375, 13], "texture": "#wood"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 0, 3],
|
||||
"to": [15.5, 13.25, 15.75],
|
||||
"faces": {
|
||||
"north": {"uv": [0.5, 2.75, 8.5, 16], "texture": "#front"},
|
||||
"east": {"uv": [0, 2, 13, 16], "texture": "#side"},
|
||||
"south": {"uv": [5, 2, 13, 16], "texture": "#side"},
|
||||
"west": {"uv": [0, 2, 13, 16], "texture": "#side"},
|
||||
"down": {"uv": [7.5, 0.25, 15.5, 13], "texture": "#wood"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.5, 0, 12.75],
|
||||
"to": [2.5, 13.25, 15.5],
|
||||
"faces": {
|
||||
"north": {"uv": [9, 2, 10.875, 15.25], "texture": "#side"},
|
||||
"east": {"uv": [0, 2, 3, 16], "texture": "#side"},
|
||||
"south": {"uv": [0, 2, 1.875, 16], "texture": "#side"},
|
||||
"west": {"uv": [10, 2, 13, 16], "texture": "#side"},
|
||||
"down": {"uv": [0.5, 0.25, 2.375, 3.25], "texture": "#wood"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.5, 0, 6],
|
||||
"to": [2.5, 2, 12.75],
|
||||
"faces": {
|
||||
"east": {"uv": [3.25, 14, 10, 16], "texture": "#side"},
|
||||
"west": {"uv": [3, 14, 9.75, 16], "texture": "#side"},
|
||||
"up": {"uv": [0.5, 6, 2.375, 12.75], "texture": "#side"},
|
||||
"down": {"uv": [0.5, 3.25, 2.375, 10], "texture": "#wood"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.5, 11.25, 6],
|
||||
"to": [2.5, 13.25, 12.75],
|
||||
"faces": {
|
||||
"east": {"uv": [3, 2, 9.75, 4], "texture": "#side"},
|
||||
"west": {"uv": [2, 2, 8.75, 4], "texture": "#side"},
|
||||
"down": {"uv": [0.5, 3.25, 2.375, 10], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.125, 13.25, 1.125],
|
||||
"to": [15.875, 13.375, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0.125, 0.625, 15.875, 1.75], "texture": "#top"},
|
||||
"east": {"uv": [1, 0, 15.125, 1.125], "texture": "#top"},
|
||||
"south": {"uv": [0, 0, 15.75, 1.125], "texture": "#top"},
|
||||
"west": {"uv": [1, 0, 15.125, 1.125], "texture": "#top"},
|
||||
"down": {"uv": [0.125, 0, 15.875, 14.125], "texture": "#wood"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 13.375, 1],
|
||||
"to": [16, 15.125, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 1.75], "texture": "#top"},
|
||||
"east": {"uv": [1, 0, 15.25, 1.75], "texture": "#top"},
|
||||
"south": {"uv": [0, 0, 16, 1.75], "texture": "#top"},
|
||||
"west": {"uv": [0, 0, 14.25, 1.75], "texture": "#top"},
|
||||
"up": {"uv": [0, 1.75, 16, 16], "texture": "#top"},
|
||||
"down": {"uv": [0, 2, 13, 16], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.125, 15.125, 1.125],
|
||||
"to": [15.875, 15.25, 15.875],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0.75, 16, 0.875], "texture": "#top"},
|
||||
"east": {"uv": [0, 0.75, 14.125, 0.875], "texture": "#top"},
|
||||
"south": {"uv": [0, 0.75, 16, 0.875], "texture": "#top"},
|
||||
"west": {"uv": [1.875, 0.75, 16, 0.875], "texture": "#top"},
|
||||
"up": {"uv": [0.125, 1.125, 15.875, 15.875], "texture": "#top"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"ground": {
|
||||
"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]
|
||||
}
|
||||
},
|
||||
"groups": [0, 1, 2, 3, 4,
|
||||
{
|
||||
"name": "group",
|
||||
"children": [5, 6, 7]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,144 @@
|
|||
{
|
||||
"credit": "I made this with the Blockbench",
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"o": "engineersdecor:blocks/iestyle/treated_wood_framed_texture",
|
||||
"particle": "engineersdecor:blocks/iestyle/treated_wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 7, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [7, 9, 9, 16], "texture": "#o"},
|
||||
"east": {"uv": [7, 9, 9, 16], "texture": "#o"},
|
||||
"south": {"uv": [7, 9, 9, 16], "texture": "#o"},
|
||||
"west": {"uv": [7, 9, 9, 16], "texture": "#o"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#o", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9.375, 0.375, 7.5],
|
||||
"to": [10.375, 4.375, 8.5],
|
||||
"rotation": {"angle": 45, "axis": "z", "origin": [10.5, 2.375, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 11, 6, 15], "texture": "#o"},
|
||||
"east": {"uv": [7.5, 9, 9.5, 15], "texture": "#o"},
|
||||
"south": {"uv": [10, 10, 12, 15], "texture": "#o"},
|
||||
"west": {"uv": [7.5, 11, 8.5, 15], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 7, 4],
|
||||
"to": [12, 8.875, 12],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 7.125, 12, 9], "texture": "#o"},
|
||||
"east": {"uv": [4, 7.125, 12, 9], "texture": "#o"},
|
||||
"south": {"uv": [4, 7.125, 12, 9], "texture": "#o"},
|
||||
"west": {"uv": [4, 7.125, 12, 9], "texture": "#o"},
|
||||
"up": {"uv": [4, 4, 12, 12], "texture": "#o"},
|
||||
"down": {"uv": [4, 4, 12, 12], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 8.875, 4.125],
|
||||
"to": [11.875, 9, 11.875],
|
||||
"faces": {
|
||||
"north": {"uv": [0.25, 0, 15.75, 0.125], "texture": "#o"},
|
||||
"east": {"uv": [0.25, 0, 15.75, 0.125], "texture": "#o"},
|
||||
"south": {"uv": [0.25, 0, 15.75, 0.125], "texture": "#o"},
|
||||
"west": {"uv": [0.25, 0, 15.75, 0.125], "texture": "#o"},
|
||||
"up": {"uv": [0.25, 0.25, 15.75, 15.75], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, 0, 7],
|
||||
"to": [12, 1, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 15, 7, 16], "texture": "#o"},
|
||||
"east": {"uv": [7, 15, 9, 16], "texture": "#o"},
|
||||
"south": {"uv": [9, 15, 12, 16], "texture": "#o"},
|
||||
"up": {"uv": [9, 7, 12, 9], "texture": "#o"},
|
||||
"down": {"uv": [9, 7, 12, 9], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 7],
|
||||
"to": [7, 1, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [9, 15, 12, 16], "texture": "#o"},
|
||||
"south": {"uv": [4, 15, 7, 16], "texture": "#o"},
|
||||
"west": {"uv": [7, 15, 9, 16], "texture": "#o"},
|
||||
"up": {"uv": [4, 7, 7, 9], "texture": "#o"},
|
||||
"down": {"uv": [4, 7, 7, 9], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 0, 4],
|
||||
"to": [9, 1, 7],
|
||||
"faces": {
|
||||
"north": {"uv": [7, 15, 9, 16], "texture": "#o"},
|
||||
"east": {"uv": [9, 15, 12, 16], "texture": "#o"},
|
||||
"west": {"uv": [4, 15, 7, 16], "texture": "#o"},
|
||||
"up": {"uv": [7, 4, 9, 7], "rotation": 270, "texture": "#o"},
|
||||
"down": {"uv": [7, 9, 9, 12], "rotation": 90, "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 0, 9],
|
||||
"to": [9, 1, 12],
|
||||
"faces": {
|
||||
"east": {"uv": [4, 15, 7, 16], "texture": "#o"},
|
||||
"south": {"uv": [7, 15, 9, 16], "texture": "#o"},
|
||||
"west": {"uv": [9, 15, 12, 16], "texture": "#o"},
|
||||
"up": {"uv": [7, 9, 9, 12], "rotation": 270, "texture": "#o"},
|
||||
"down": {"uv": [7, 4, 9, 7], "rotation": 90, "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5.625, 0.375, 7.5],
|
||||
"to": [6.625, 4.375, 8.5],
|
||||
"rotation": {"angle": -45, "axis": "z", "origin": [5.5, 2.375, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 11, 6, 15], "texture": "#o"},
|
||||
"east": {"uv": [7.5, 9, 9.5, 15], "texture": "#o"},
|
||||
"south": {"uv": [10, 10, 12, 15], "texture": "#o"},
|
||||
"west": {"uv": [7.5, 11, 8.5, 15], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 0.375, 9.375],
|
||||
"to": [8.5, 4.375, 10.375],
|
||||
"rotation": {"angle": -45, "axis": "x", "origin": [8, 2.375, 10.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 11, 6, 15], "texture": "#o"},
|
||||
"east": {"uv": [7.5, 9, 9.5, 15], "texture": "#o"},
|
||||
"south": {"uv": [10, 10, 12, 15], "texture": "#o"},
|
||||
"west": {"uv": [7.5, 11, 8.5, 15], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 0.375, 5.625],
|
||||
"to": [8.5, 4.375, 6.625],
|
||||
"rotation": {"angle": 45, "axis": "x", "origin": [8, 2.375, 5.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 11, 6, 15], "texture": "#o"},
|
||||
"east": {"uv": [7.5, 9, 9.5, 15], "texture": "#o"},
|
||||
"south": {"uv": [10, 10, 12, 15], "texture": "#o"},
|
||||
"west": {"uv": [7.5, 11, 8.5, 15], "texture": "#o"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"ground": {
|
||||
"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]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -136,6 +136,16 @@
|
|||
"data": 5
|
||||
},
|
||||
"name": "blockConcreteIe"
|
||||
},
|
||||
{
|
||||
"conditions": [
|
||||
{ "type": "minecraft:item_exists", "item": "immersiveengineering:wooden_device0" }
|
||||
],
|
||||
"ingredient": {
|
||||
"item": "immersiveengineering:wooden_device0",
|
||||
"data": 0
|
||||
},
|
||||
"name": "crateTreatedWood"
|
||||
}
|
||||
|
||||
]
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:treated_wood_crafting_table",
|
||||
"required": ["immersiveengineering:material"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SS",
|
||||
"PC"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "#slabTreatedWood",
|
||||
"data": 0
|
||||
},
|
||||
"P": {
|
||||
"item": "#plankTreatedWood",
|
||||
"data": 0
|
||||
},
|
||||
"C": {
|
||||
"item": "#crateTreatedWood",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:treated_wood_crafting_table",
|
||||
"count": 1
|
||||
}
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:treated_wood_stool",
|
||||
"required": ["immersiveengineering:material"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" ",
|
||||
"WWW",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"item": "#slabTreatedWood",
|
||||
"data": 0
|
||||
},
|
||||
"S": {
|
||||
"item": "engineersdecor:treated_wood_pole",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:treated_wood_stool",
|
||||
"count": 1
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 816 B |
Binary file not shown.
After Width: | Height: | Size: 755 B |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue