Added 1.13.2 code base. Reordered directory structure to combine independent MC version code bases. Rewritten auxilliary build scripts.
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:decor_full_block_model",
|
||||
"textures": { "all": "engineersdecor:blocks/clinker_brick/clinker_brick_texture0" }
|
||||
},
|
||||
"variants": {
|
||||
"normal": [
|
||||
{ "textures": { "all": "engineersdecor:blocks/clinker_brick/clinker_brick_texture0" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/clinker_brick/clinker_brick_texture1" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/clinker_brick/clinker_brick_texture2" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/clinker_brick/clinker_brick_texture3" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/clinker_brick/clinker_brick_texture4" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/clinker_brick/clinker_brick_texture5" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/clinker_brick/clinker_brick_texture6" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/clinker_brick/clinker_brick_texture7" } }
|
||||
],
|
||||
"inventory": [{}]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:stairs/decor_straight_stairs_model",
|
||||
"textures": {
|
||||
"particle": "engineersdecor:blocks/clinker_brick/clinker_brick_texture0",
|
||||
"bottom": "engineersdecor:blocks/clinker_brick/clinker_brick_texture0",
|
||||
"top": "engineersdecor:blocks/clinker_brick/clinker_brick_texture0",
|
||||
"side": "engineersdecor:blocks/clinker_brick/clinker_brick_texture0"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"inventory": [{}],
|
||||
"facing=east,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:wall/concrete_wall_default",
|
||||
"textures": {
|
||||
"wall": "immersiveengineering:blocks/stone_decoration_concrete",
|
||||
"particle": "immersiveengineering:blocks/stone_decoration_concrete"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": { "model": "engineersdecor:wall/concrete_wall_inventory" },
|
||||
"up" : { "false":{}, "true": {"submodel": {"concrete_wall_up" : {"model": "engineersdecor:wall/concrete_wall_post" }}} },
|
||||
"north": { "false":{}, "true": {"submodel": {"concrete_wall_north" : {"model": "engineersdecor:wall/concrete_wall_side", "uvlock": true, "y": 0 }}} },
|
||||
"east" : { "false":{}, "true": {"submodel": {"concrete_wall_east" : {"model": "engineersdecor:wall/concrete_wall_side", "uvlock": true, "y": 90 }}} },
|
||||
"south": { "false":{}, "true": {"submodel": {"concrete_wall_south" : {"model": "engineersdecor:wall/concrete_wall_side", "uvlock": true, "y": 180 }}} },
|
||||
"west" : { "false":{}, "true": {"submodel": {"concrete_wall_west" : {"model": "engineersdecor:wall/concrete_wall_side", "uvlock": true, "y": 270 }}} }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:stairs/decor_straight_roof_model",
|
||||
"textures": {
|
||||
"bottom": "engineersdecor:blocks/iestyle/ironsheet_roof_top",
|
||||
"side": "engineersdecor:blocks/iestyle/ironsheet_roof",
|
||||
"top": "engineersdecor:blocks/iestyle/ironsheet_roof_top"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"inventory": [{}],
|
||||
"facing=east,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:decor_full_block_model",
|
||||
"textures": { "all": "engineersdecor:blocks/iestyle/ironsheet_roof" }
|
||||
},
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"inventory": [{}]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": { "model": "engineersdecor:ladder/metal_rung_ladder_model" },
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"facing": { "north":{"y":0}, "south":{"y":180}, "west":{"y":270}, "east":{"y":90}, "up": {"x":0}, "down": {"x":0} },
|
||||
"inventory": [{}]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": { "model": "engineersdecor:ladder/metal_rung_steps_model" },
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"facing": { "north":{"y":0}, "south":{"y":180}, "west":{"y":270}, "east":{"y":90}, "up": {"x":0}, "down": {"x":0} },
|
||||
"inventory": [{}]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:decor_full_block_model",
|
||||
"textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture0" }
|
||||
},
|
||||
"variants": {
|
||||
"normal": [
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture0" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture1" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture2" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture3" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture4" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture5" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture6" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture7" } }
|
||||
],
|
||||
"inventory": [{}]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:stairs/decor_straight_stairs_model",
|
||||
"textures": {
|
||||
"particle": "engineersdecor:blocks/concrete/rebar_concrete_texture0",
|
||||
"bottom": "engineersdecor:blocks/concrete/rebar_concrete_texture0",
|
||||
"top": "engineersdecor:blocks/concrete/rebar_concrete_texture0",
|
||||
"side": "engineersdecor:blocks/concrete/rebar_concrete_texture0"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"inventory": [{}],
|
||||
"facing=east,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:wall/concrete_wall_default",
|
||||
"textures": {
|
||||
"wall": "engineersdecor:blocks/concrete/rebar_concrete_texture0",
|
||||
"particle": "engineersdecor:blocks/concrete/rebar_concrete_texture0"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": { "model": "engineersdecor:wall/concrete_wall_inventory" },
|
||||
"up" : { "false":{}, "true": {"submodel": {"concrete_wall_up" : {"model": "engineersdecor:wall/concrete_wall_post" }}} },
|
||||
"north": { "false":{}, "true": {"submodel": {"concrete_wall_north" : {"model": "engineersdecor:wall/concrete_wall_side", "uvlock": true, "y": 0 }}} },
|
||||
"east" : { "false":{}, "true": {"submodel": {"concrete_wall_east" : {"model": "engineersdecor:wall/concrete_wall_side", "uvlock": true, "y": 90 }}} },
|
||||
"south": { "false":{}, "true": {"submodel": {"concrete_wall_south" : {"model": "engineersdecor:wall/concrete_wall_side", "uvlock": true, "y": 180 }}} },
|
||||
"west" : { "false":{}, "true": {"submodel": {"concrete_wall_west" : {"model": "engineersdecor:wall/concrete_wall_side", "uvlock": true, "y": 270 }}} }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:decor_full_block_model",
|
||||
"textures": { "all": "engineersdecor:blocks/slag_brick/slag_brick_texture0" }
|
||||
},
|
||||
"variants": {
|
||||
"normal": [
|
||||
{ "textures": { "all": "engineersdecor:blocks/slag_brick/slag_brick_texture0" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/slag_brick/slag_brick_texture1" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/slag_brick/slag_brick_texture2" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/slag_brick/slag_brick_texture3" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/slag_brick/slag_brick_texture4" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/slag_brick/slag_brick_texture5" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/slag_brick/slag_brick_texture6" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/slag_brick/slag_brick_texture7" } }
|
||||
],
|
||||
"inventory": [{}]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:stairs/decor_straight_stairs_model",
|
||||
"textures": {
|
||||
"particle": "engineersdecor:blocks/slag_brick/slag_brick_texture0",
|
||||
"bottom": "engineersdecor:blocks/slag_brick/slag_brick_texture0",
|
||||
"top" : "engineersdecor:blocks/slag_brick/slag_brick_texture0",
|
||||
"side" : "engineersdecor:blocks/slag_brick/slag_brick_texture0"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"inventory": [{}],
|
||||
"facing=east,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_stairs_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_stairs_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_stairs_model", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": { "model": "engineersdecor:ladder/treated_wood_ladder_model" },
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"facing": { "north":{"y":0}, "south":{"y":180}, "west":{"y":270}, "east":{"y":90}, "up": {"x":0}, "down": {"x":0} },
|
||||
"inventory": [{}]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:pole/straight_pole_model",
|
||||
"x":-90,
|
||||
"textures": {
|
||||
"particle": "engineersdecor:blocks/pole/treated_wood_pole_side_texture",
|
||||
"side": "engineersdecor:blocks/pole/treated_wood_pole_side_texture",
|
||||
"top": "engineersdecor:blocks/pole/treated_wood_pole_top_texture"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"facing": { "north": {"y":0}, "south": {"y":0}, "west": {"y":90}, "east": {"y":90}, "up": {"x":90}, "down": {"x":90} },
|
||||
"inventory": [{}]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": { "model": "engineersdecor:furniture/treated_wood_table_model" },
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"inventory": [{}]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
#
|
||||
# Engineer's Decor lang file
|
||||
#
|
||||
#PARSE_ESCAPES
|
||||
#
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
itemGroup.tabengineersdecor=Engineer's Decor
|
||||
engineersdecor.config.title=Engineer's Decor config
|
||||
engineersdecor.tooltip.hint.extended=§6[§9SHIFT§r More info§6]§r
|
||||
engineersdecor.tooltip.hint.help=§6[§9CTRL-SHIFT§r Help§6]§r
|
||||
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
# Stone/"ceramic material" based blocks
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
tile.engineersdecor.clinker_brick_block.name=Clinker brick
|
||||
tile.engineersdecor.clinker_brick_block.help=§6A brick block with position dependent texture variations.§r\nLooks slightly darker and more color intensive than the vanilla brick block.
|
||||
tile.engineersdecor.slag_brick_block.name=Slag brick
|
||||
tile.engineersdecor.slag_brick_block.help=§6A gray-brown brick block with position dependent texture variations.
|
||||
tile.engineersdecor.rebar_concrete.name=Rebar concrete
|
||||
tile.engineersdecor.rebar_concrete.help=§6Steel reinforced concrete block.§r Expensive but Creeper-proof like obsidian.
|
||||
tile.engineersdecor.rebar_concrete_wall.name=Rebar concrete wall
|
||||
tile.engineersdecor.rebar_concrete_wall.help=§6Steel reinforced concrete wall.§r Expensive but Creeper-proof like obsidian.
|
||||
tile.engineersdecor.concrete_wall.name=Concrete wall
|
||||
tile.engineersdecor.concrete_wall.help=§6Wall made of solid concrete.
|
||||
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
# Ladder blocks
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
tile.engineersdecor.metal_rung_ladder.name=Metal rung ladder
|
||||
tile.engineersdecor.metal_rung_ladder.help=§6Typical industrial wall ladder, consisting of horizontal metal rod rungs.
|
||||
tile.engineersdecor.metal_rung_steps.name=Staggered metal steps
|
||||
tile.engineersdecor.metal_rung_steps.help=§6Staggered rod rungs affixed to a wall, allowing to climb up, fall down, and so on.
|
||||
tile.engineersdecor.treated_wood_ladder.name=Treated wood ladder
|
||||
tile.engineersdecor.treated_wood_ladder.help=§6Weather-proof wooden ladder.
|
||||
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
# Stairs and roofs
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
tile.engineersdecor.clinker_brick_stairs.name=Clinker brick stairs
|
||||
tile.engineersdecor.clinker_brick_stairs.help=§6Looks slightly darker and more color intensive than the vanilla brick block.
|
||||
tile.engineersdecor.slag_brick_stairs.name=Clinker brick stairs
|
||||
tile.engineersdecor.slag_brick_stairs.help=§6Looks slightly darker and more color intensive than the vanilla brick block.
|
||||
tile.engineersdecor.rebar_concrete_stairs.name=Rebar concrete stairs
|
||||
tile.engineersdecor.rebar_concrete_stairs.help=§6Steel reinforced concrete stairs.§r Expensive but Creeper-proof like obsidian.
|
||||
|
||||
tile.engineersdecor.iron_sheet_roof.name=Iron sheet metal roof
|
||||
tile.engineersdecor.iron_sheet_roof.help=§6Well, it's a roof.
|
||||
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
# Poles and supports
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
tile.engineersdecor.treated_wood_pole.name=Straight treated wood pole
|
||||
tile.engineersdecor.treated_wood_pole.help=§6Straight pole fragment with the diameter of a wire relay.§r\n\
|
||||
Can be useful as alternative to the wire posts if special special lengths are needed, \
|
||||
or as support for structures.
|
||||
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
# Furniture
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
tile.engineersdecor.treated_wood_table.name=Treated wood table
|
||||
tile.engineersdecor.treated_wood_table.help=§6Robust four-legged wood table.
|
||||
|
||||
# EOF
|
||||
#-----------------------------------------------------------------------------------------------------------
|
BIN
1.12/src/main/resources/assets/engineersdecor/logo.png
Normal file
After Width: | Height: | Size: 122 KiB |
|
@ -0,0 +1 @@
|
|||
{ "parent": "block/cube_all", "textures": { "all": "engineersdecor:blocks/clinker_brick/clinker_brick_texture0" } }
|
|
@ -0,0 +1,190 @@
|
|||
{
|
||||
"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": [1, 0, 1],
|
||||
"to": [3, 14, 3],
|
||||
"faces": {
|
||||
"north": {"uv": [13, 2, 15, 16], "texture": "#o"},
|
||||
"east": {"uv": [13, 2, 15, 16], "texture": "#o"},
|
||||
"south": {"uv": [1, 2, 3, 16], "texture": "#o"},
|
||||
"west": {"uv": [1, 2, 3, 16], "texture": "#o"},
|
||||
"up": {"uv": [1, 1, 3, 3], "texture": "#o"},
|
||||
"down": {"uv": [1, 13, 3, 15], "texture": "#o", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [13, 0, 1],
|
||||
"to": [15, 14, 3],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 2, 3, 16], "texture": "#o"},
|
||||
"east": {"uv": [13, 2, 15, 16], "texture": "#o"},
|
||||
"south": {"uv": [13, 2, 15, 16], "texture": "#o"},
|
||||
"west": {"uv": [1, 2, 3, 16], "texture": "#o"},
|
||||
"up": {"uv": [13, 1, 15, 3], "texture": "#o"},
|
||||
"down": {"uv": [13, 13, 15, 15], "texture": "#o", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [13, 0, 13],
|
||||
"to": [15, 14, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 2, 3, 16], "texture": "#o"},
|
||||
"east": {"uv": [1, 2, 3, 16], "texture": "#o"},
|
||||
"south": {"uv": [13, 2, 15, 16], "texture": "#o"},
|
||||
"west": {"uv": [13, 2, 15, 16], "texture": "#o"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#o"},
|
||||
"down": {"uv": [13, 1, 15, 3], "texture": "#o", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 0, 13],
|
||||
"to": [3, 14, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [13, 2, 15, 16], "texture": "#o"},
|
||||
"east": {"uv": [1, 2, 3, 16], "texture": "#o"},
|
||||
"south": {"uv": [1, 2, 3, 16], "texture": "#o"},
|
||||
"west": {"uv": [13, 2, 15, 16], "texture": "#o"},
|
||||
"up": {"uv": [1, 13, 3, 15], "texture": "#o"},
|
||||
"down": {"uv": [1, 1, 3, 3], "texture": "#o", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 0],
|
||||
"to": [16, 15.875, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0.125, 16, 2], "texture": "#o"},
|
||||
"east": {"uv": [0, 0.125, 16, 2], "texture": "#o"},
|
||||
"south": {"uv": [0, 0.125, 16, 2], "texture": "#o"},
|
||||
"west": {"uv": [0, 0.125, 16, 2], "texture": "#o"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#o"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.125, 15.875, 0.125],
|
||||
"to": [15.875, 16, 15.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"},
|
||||
"down": {"uv": [0.25, 0.25, 15.75, 15.75], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [13, 13.5, 3],
|
||||
"to": [15, 14, 5],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 2, 3, 2.5], "texture": "#o"},
|
||||
"east": {"uv": [11, 2, 13, 2.5], "texture": "#o"},
|
||||
"south": {"uv": [13, 2, 15, 2.5], "texture": "#o"},
|
||||
"west": {"uv": [3, 2, 5, 2.5], "texture": "#o"},
|
||||
"up": {"uv": [13, 3, 15, 5], "texture": "#o"},
|
||||
"down": {"uv": [13, 11, 15, 13], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [13, 13.5, 11],
|
||||
"to": [15, 14, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 2, 3, 2.5], "texture": "#o"},
|
||||
"east": {"uv": [3, 2, 5, 2.5], "texture": "#o"},
|
||||
"south": {"uv": [13, 2, 15, 2.5], "texture": "#o"},
|
||||
"west": {"uv": [11, 2, 13, 2.5], "texture": "#o"},
|
||||
"up": {"uv": [13, 11, 15, 13], "texture": "#o"},
|
||||
"down": {"uv": [13, 3, 15, 5], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 13.5, 11],
|
||||
"to": [3, 14, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [13, 2, 15, 2.5], "texture": "#o"},
|
||||
"east": {"uv": [3, 2, 5, 2.5], "texture": "#o"},
|
||||
"south": {"uv": [1, 2, 3, 2.5], "texture": "#o"},
|
||||
"west": {"uv": [11, 2, 13, 2.5], "texture": "#o"},
|
||||
"up": {"uv": [1, 11, 3, 13], "texture": "#o"},
|
||||
"down": {"uv": [1, 3, 3, 5], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 13.5, 3],
|
||||
"to": [3, 14, 5],
|
||||
"faces": {
|
||||
"north": {"uv": [13, 2, 15, 2.5], "texture": "#o"},
|
||||
"east": {"uv": [11, 2, 13, 2.5], "texture": "#o"},
|
||||
"south": {"uv": [1, 2, 3, 2.5], "texture": "#o"},
|
||||
"west": {"uv": [3, 2, 5, 2.5], "texture": "#o"},
|
||||
"up": {"uv": [1, 3, 3, 5], "texture": "#o"},
|
||||
"down": {"uv": [1, 11, 3, 13], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 13.5, 1],
|
||||
"to": [13, 14, 3],
|
||||
"faces": {
|
||||
"north": {"uv": [3, 2, 5, 2.5], "texture": "#o"},
|
||||
"east": {"uv": [13, 2, 15, 2.5], "texture": "#o"},
|
||||
"south": {"uv": [11, 2, 13, 2.5], "texture": "#o"},
|
||||
"west": {"uv": [1, 2, 3, 2.5], "texture": "#o"},
|
||||
"up": {"uv": [11, 1, 13, 3], "texture": "#o"},
|
||||
"down": {"uv": [11, 13, 13, 15], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 13.5, 1],
|
||||
"to": [5, 14, 3],
|
||||
"faces": {
|
||||
"north": {"uv": [11, 2, 13, 2.5], "texture": "#o"},
|
||||
"east": {"uv": [13, 2, 15, 2.5], "texture": "#o"},
|
||||
"south": {"uv": [3, 2, 5, 2.5], "texture": "#o"},
|
||||
"west": {"uv": [1, 2, 3, 2.5], "texture": "#o"},
|
||||
"up": {"uv": [3, 1, 5, 3], "texture": "#o"},
|
||||
"down": {"uv": [3, 13, 5, 15], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 13.5, 13],
|
||||
"to": [13, 14, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [3, 2, 5, 2.5], "texture": "#o"},
|
||||
"east": {"uv": [1, 2, 3, 2.5], "texture": "#o"},
|
||||
"south": {"uv": [11, 2, 13, 2.5], "texture": "#o"},
|
||||
"west": {"uv": [13, 2, 15, 2.5], "texture": "#o"},
|
||||
"up": {"uv": [11, 13, 13, 15], "texture": "#o"},
|
||||
"down": {"uv": [11, 1, 13, 3], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 13.5, 13],
|
||||
"to": [5, 14, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [11, 2, 13, 2.5], "texture": "#o"},
|
||||
"east": {"uv": [1, 2, 3, 2.5], "texture": "#o"},
|
||||
"south": {"uv": [3, 2, 5, 2.5], "texture": "#o"},
|
||||
"west": {"uv": [13, 2, 15, 2.5], "texture": "#o"},
|
||||
"up": {"uv": [3, 13, 5, 15], "texture": "#o"},
|
||||
"down": {"uv": [3, 1, 5, 3], "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]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,159 @@
|
|||
{
|
||||
"credit": "I made this with the Blockbench",
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "engineersdecor:blocks/iestyle/steel_texture",
|
||||
"o": "engineersdecor:blocks/iestyle/steel_texture"
|
||||
},
|
||||
"display": {
|
||||
"gui": { "rotation": [ 30, 225, 0 ], "scale": [0.625, 0.625, 0.625] },
|
||||
"fixed": { "scale": [0.5, 0.5, 0.5] },
|
||||
"ground": { "scale": [0.2, 0.2, 0.2] }
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [3, 2, 14],
|
||||
"to": [13, 3, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 13, 16, 15], "texture": "#o"},
|
||||
"east": {"uv": [12, 13, 14, 15], "texture": "#o"},
|
||||
"south": {"uv": [1, 13, 16, 15], "texture": "#o"},
|
||||
"west": {"uv": [13, 11, 15, 13], "texture": "#o"},
|
||||
"up": {"uv": [1, 11, 16, 13], "texture": "#o"},
|
||||
"down": {"uv": [1, 13, 16, 15], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 6, 14],
|
||||
"to": [13, 7, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [3, 13, 16, 15], "texture": "#o"},
|
||||
"east": {"uv": [6, 14, 8, 16], "texture": "#o"},
|
||||
"south": {"uv": [3, 13, 16, 15], "texture": "#o"},
|
||||
"west": {"uv": [7, 9, 9, 11], "texture": "#o"},
|
||||
"up": {"uv": [0, 13, 13, 15], "texture": "#o"},
|
||||
"down": {"uv": [3, 13, 16, 15], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 14, 14],
|
||||
"to": [13, 15, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [2, 6, 16, 8], "texture": "#o"},
|
||||
"east": {"uv": [7, 3, 9, 5], "texture": "#o"},
|
||||
"south": {"uv": [2, 6, 16, 8], "texture": "#o"},
|
||||
"west": {"uv": [2, 6, 4, 8], "texture": "#o"},
|
||||
"up": {"uv": [0, 4, 14, 6], "texture": "#o"},
|
||||
"down": {"uv": [2, 6, 16, 8], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 10, 14],
|
||||
"to": [13, 11, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 11, 13, 13], "texture": "#o"},
|
||||
"east": {"uv": [1, 13, 3, 15], "texture": "#o"},
|
||||
"south": {"uv": [0, 11, 13, 13], "texture": "#o"},
|
||||
"west": {"uv": [0, 11, 2, 13], "texture": "#o"},
|
||||
"up": {"uv": [0, 9, 13, 11], "texture": "#o"},
|
||||
"down": {"uv": [0, 11, 13, 13], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 2, 15],
|
||||
"to": [13.25, 3, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1], "texture": "#o"},
|
||||
"east": {"uv": [7, 9, 9, 11], "texture": "#o"},
|
||||
"south": {"uv": [1, 12, 4.25, 14], "texture": "#o"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#o"},
|
||||
"up": {"uv": [13, 4, 16, 6], "texture": "#o"},
|
||||
"down": {"uv": [1, 12, 4, 14], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.75, 2, 15],
|
||||
"to": [4, 3, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1], "texture": "#o"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#o"},
|
||||
"south": {"uv": [11, 1, 14.25, 3], "texture": "#o"},
|
||||
"west": {"uv": [11, 9, 13, 11], "texture": "#o"},
|
||||
"up": {"uv": [12, 11, 15, 13], "texture": "#o"},
|
||||
"down": {"uv": [7, 3, 10, 5], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.75, 10, 15],
|
||||
"to": [4, 11, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1], "texture": "#o"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#o"},
|
||||
"south": {"uv": [12, 14, 15.25, 16], "texture": "#o"},
|
||||
"west": {"uv": [7, 10, 9, 12], "texture": "#o"},
|
||||
"up": {"uv": [5, 12, 8, 14], "texture": "#o"},
|
||||
"down": {"uv": [4, 14, 7, 16], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 10, 15],
|
||||
"to": [13.25, 11, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1.25], "texture": "#o"},
|
||||
"east": {"uv": [2, 4, 5, 6.25], "texture": "#o"},
|
||||
"south": {"uv": [10, 10, 13, 12], "texture": "#o"},
|
||||
"west": {"uv": [0, 0, 1, 1.25], "texture": "#o"},
|
||||
"up": {"uv": [7, 11, 9, 13], "texture": "#o"},
|
||||
"down": {"uv": [8, 0, 11, 2], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.75, 6, 15],
|
||||
"to": [4, 7, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1], "texture": "#o"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#o"},
|
||||
"south": {"uv": [4, 7, 7.25, 9], "texture": "#o"},
|
||||
"west": {"uv": [11, 9, 13, 11], "texture": "#o"},
|
||||
"up": {"uv": [0, 13, 3, 15], "texture": "#o"},
|
||||
"down": {"uv": [4, 7, 7, 9], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 6, 15],
|
||||
"to": [13.25, 7, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1], "texture": "#o"},
|
||||
"east": {"uv": [8, 9, 10, 11], "texture": "#o"},
|
||||
"south": {"uv": [0, 0, 1.25, 1], "texture": "#o"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#o"},
|
||||
"up": {"uv": [5, 13, 8, 15], "texture": "#o"},
|
||||
"down": {"uv": [8, 14, 11, 16], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.75, 14, 15],
|
||||
"to": [4, 15, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1], "texture": "#o"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#o"},
|
||||
"south": {"uv": [3, 11, 6, 13], "texture": "#o"},
|
||||
"west": {"uv": [14, 7, 16, 9], "texture": "#o"},
|
||||
"up": {"uv": [7, 12, 10, 14], "texture": "#o"},
|
||||
"down": {"uv": [12, 7, 15, 9], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 14, 15],
|
||||
"to": [13.25, 15, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1.25], "texture": "#o"},
|
||||
"east": {"uv": [0, 0, 3, 2.25], "texture": "#o"},
|
||||
"south": {"uv": [0, 13, 3, 15], "texture": "#o"},
|
||||
"west": {"uv": [0, 0, 1, 1.25], "texture": "#o"},
|
||||
"up": {"uv": [3, 7, 5.25, 9], "texture": "#o"},
|
||||
"down": {"uv": [0, 0, 1.25, 1], "texture": "#o"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,166 @@
|
|||
{
|
||||
"credit": "I made this with the Blockbench",
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"o": "engineersdecor:blocks/iestyle/steel_texture",
|
||||
"particle": "engineersdecor:blocks/iestyle/steel_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [3, 2, 14],
|
||||
"to": [7, 3, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 13, 9, 15], "texture": "#o"},
|
||||
"east": {"uv": [12, 13, 14, 15], "texture": "#o"},
|
||||
"south": {"uv": [4, 10, 11, 12], "texture": "#o"},
|
||||
"west": {"uv": [13, 11, 15, 13], "texture": "#o"},
|
||||
"up": {"uv": [1, 11, 9, 13], "texture": "#o"},
|
||||
"down": {"uv": [7, 2, 14, 4], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, 6, 14],
|
||||
"to": [13, 7, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [3, 13, 9, 15], "texture": "#o"},
|
||||
"east": {"uv": [6, 14, 8, 16], "texture": "#o"},
|
||||
"south": {"uv": [4, 10, 11, 12], "texture": "#o"},
|
||||
"west": {"uv": [7, 9, 9, 11], "texture": "#o"},
|
||||
"up": {"uv": [6, 11, 13, 13], "texture": "#o"},
|
||||
"down": {"uv": [9, 12, 16, 14], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, 14, 14],
|
||||
"to": [13, 15, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [2, 6, 9, 8], "texture": "#o"},
|
||||
"east": {"uv": [7, 3, 9, 5], "texture": "#o"},
|
||||
"south": {"uv": [5, 13, 13, 15], "texture": "#o"},
|
||||
"west": {"uv": [2, 6, 4, 8], "texture": "#o"},
|
||||
"up": {"uv": [6, 9, 13, 11], "texture": "#o"},
|
||||
"down": {"uv": [4, 10, 11, 12], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 10, 14],
|
||||
"to": [7, 11, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 11, 6, 13], "texture": "#o"},
|
||||
"east": {"uv": [1, 13, 3, 15], "texture": "#o"},
|
||||
"south": {"uv": [4, 6, 12, 8], "texture": "#o"},
|
||||
"west": {"uv": [0, 11, 2, 13], "texture": "#o"},
|
||||
"up": {"uv": [3, 5, 11, 7], "texture": "#o"},
|
||||
"down": {"uv": [5, 7, 12, 9], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 2, 15],
|
||||
"to": [7.25, 3, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1], "texture": "#o"},
|
||||
"east": {"uv": [7, 9, 9, 11], "texture": "#o"},
|
||||
"south": {"uv": [1, 12, 4.25, 14], "texture": "#o"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#o"},
|
||||
"up": {"uv": [13, 4, 16, 6], "texture": "#o"},
|
||||
"down": {"uv": [1, 12, 4, 14], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.75, 2, 15],
|
||||
"to": [4, 3, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1], "texture": "#o"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#o"},
|
||||
"south": {"uv": [11, 1, 14.25, 3], "texture": "#o"},
|
||||
"west": {"uv": [11, 9, 13, 11], "texture": "#o"},
|
||||
"up": {"uv": [12, 11, 15, 13], "texture": "#o"},
|
||||
"down": {"uv": [7, 3, 10, 5], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.75, 10, 15],
|
||||
"to": [4, 11, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1], "texture": "#o"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#o"},
|
||||
"south": {"uv": [12, 14, 15.25, 16], "texture": "#o"},
|
||||
"west": {"uv": [7, 10, 9, 12], "texture": "#o"},
|
||||
"up": {"uv": [5, 12, 8, 14], "texture": "#o"},
|
||||
"down": {"uv": [4, 14, 7, 16], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 10, 15],
|
||||
"to": [7.25, 11, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1.25], "texture": "#o"},
|
||||
"east": {"uv": [2, 4, 5, 6.25], "texture": "#o"},
|
||||
"south": {"uv": [10, 10, 13, 12], "texture": "#o"},
|
||||
"west": {"uv": [0, 0, 1, 1.25], "texture": "#o"},
|
||||
"up": {"uv": [7, 11, 9, 13], "texture": "#o"},
|
||||
"down": {"uv": [8, 0, 11, 2], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 6, 15],
|
||||
"to": [10, 7, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1], "texture": "#o"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#o"},
|
||||
"south": {"uv": [4, 7, 7.25, 9], "texture": "#o"},
|
||||
"west": {"uv": [11, 9, 13, 11], "texture": "#o"},
|
||||
"up": {"uv": [0, 13, 3, 15], "texture": "#o"},
|
||||
"down": {"uv": [4, 7, 7, 9], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 6, 15],
|
||||
"to": [13.25, 7, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1], "texture": "#o"},
|
||||
"east": {"uv": [8, 9, 10, 11], "texture": "#o"},
|
||||
"south": {"uv": [0, 0, 1.25, 1], "texture": "#o"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#o"},
|
||||
"up": {"uv": [5, 13, 8, 15], "texture": "#o"},
|
||||
"down": {"uv": [8, 14, 11, 16], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 14, 15],
|
||||
"to": [10, 15, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1], "texture": "#o"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#o"},
|
||||
"south": {"uv": [3, 11, 6, 13], "texture": "#o"},
|
||||
"west": {"uv": [14, 7, 16, 9], "texture": "#o"},
|
||||
"up": {"uv": [7, 12, 10, 14], "texture": "#o"},
|
||||
"down": {"uv": [12, 7, 15, 9], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 14, 15],
|
||||
"to": [13.25, 15, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.25, 1.25], "texture": "#o"},
|
||||
"east": {"uv": [0, 0, 3, 2.25], "texture": "#o"},
|
||||
"south": {"uv": [0, 13, 3, 15], "texture": "#o"},
|
||||
"west": {"uv": [0, 0, 1, 1.25], "texture": "#o"},
|
||||
"up": {"uv": [3, 7, 5.25, 9], "texture": "#o"},
|
||||
"down": {"uv": [0, 0, 1.25, 1], "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]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"credit": "I made this with the Blockbench",
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"o": "engineersdecor:blocks/iestyle/treated_wood_rough_texture",
|
||||
"particle": "engineersdecor:blocks/iestyle/treated_wood_rough_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [4, 2, 14.625],
|
||||
"to": [12, 3, 15.625],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 11, 15, 13], "texture": "#o"},
|
||||
"east": {"uv": [12, 13, 14, 15], "texture": "#o"},
|
||||
"south": {"uv": [1, 13, 16, 15], "texture": "#o"},
|
||||
"west": {"uv": [13, 11, 15, 13], "texture": "#o"},
|
||||
"up": {"uv": [1, 11, 16, 13], "texture": "#o"},
|
||||
"down": {"uv": [1, 13, 16, 15], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 6, 14.625],
|
||||
"to": [12, 7, 15.625],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 6, 14, 8], "texture": "#o"},
|
||||
"east": {"uv": [6, 14, 8, 16], "texture": "#o"},
|
||||
"south": {"uv": [3, 13, 16, 15], "texture": "#o"},
|
||||
"west": {"uv": [7, 9, 9, 11], "texture": "#o"},
|
||||
"up": {"uv": [0, 13, 13, 15], "texture": "#o"},
|
||||
"down": {"uv": [3, 13, 16, 15], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 14, 14.625],
|
||||
"to": [12, 15, 15.625],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4, 14, 6], "texture": "#o"},
|
||||
"east": {"uv": [7, 3, 9, 5], "texture": "#o"},
|
||||
"south": {"uv": [2, 6, 16, 8], "texture": "#o"},
|
||||
"west": {"uv": [2, 6, 4, 8], "texture": "#o"},
|
||||
"up": {"uv": [0, 4, 14, 6], "texture": "#o"},
|
||||
"down": {"uv": [2, 6, 16, 8], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 10, 14.625],
|
||||
"to": [12, 11, 15.625],
|
||||
"faces": {
|
||||
"north": {"uv": [3, 5, 16, 7], "texture": "#o"},
|
||||
"east": {"uv": [1, 13, 3, 15], "texture": "#o"},
|
||||
"south": {"uv": [0, 11, 13, 13], "texture": "#o"},
|
||||
"west": {"uv": [0, 11, 2, 13], "texture": "#o"},
|
||||
"up": {"uv": [0, 9, 13, 11], "texture": "#o"},
|
||||
"down": {"uv": [0, 11, 13, 13], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.75, 0, 14.5],
|
||||
"to": [4, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [2, 0, 4, 16], "texture": "#o"},
|
||||
"east": {"uv": [2, 0, 4, 16], "texture": "#o"},
|
||||
"south": {"uv": [5, 0, 7, 16], "texture": "#o"},
|
||||
"west": {"uv": [8, 0, 11, 16], "texture": "#o"},
|
||||
"up": {"uv": [11, 9, 13, 12], "texture": "#o"},
|
||||
"down": {"uv": [13, 9, 15, 12], "texture": "#o"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 0, 14.5],
|
||||
"to": [13.25, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 0, 3, 16], "texture": "#o"},
|
||||
"east": {"uv": [5, 0, 7, 16], "texture": "#o"},
|
||||
"south": {"uv": [13, 0, 15, 16], "texture": "#o"},
|
||||
"west": {"uv": [1, 0, 3, 16], "texture": "#o"},
|
||||
"up": {"uv": [6, 6, 8, 9], "texture": "#o"},
|
||||
"down": {"uv": [8, 5, 10, 8], "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]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"credit": "I made this with the Blockbench",
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"side": "engineersdecor:blocks/pole/treated_wood_pole_side_texture",
|
||||
"particle": "engineersdecor:blocks/pole/treated_wood_pole_side_texture",
|
||||
"top": "engineersdecor:blocks/pole/treated_wood_pole_top_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [5.75, 5.75, 0],
|
||||
"to": [10.25, 10.25, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [5.25, 5.25, 10.75, 10.75], "texture": "#top", "cullface": "north"},
|
||||
"south": {"uv": [5.25, 5.25, 10.75, 10.75], "texture": "#top", "cullface": "south"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5.75, 10.25, 0],
|
||||
"to": [10.25, 10.5, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [5.25, 10.75, 10.75, 11], "texture": "#top", "cullface": "north"},
|
||||
"east": {"uv": [10.75, 0, 11, 16], "rotation": 90, "texture": "#side"},
|
||||
"south": {"uv": [5.25, 5, 10.75, 5.25], "texture": "#top", "cullface": "south"},
|
||||
"west": {"uv": [5, 0, 5.25, 16], "rotation": 90, "texture": "#side"},
|
||||
"up": {"uv": [5.25, 0, 10.75, 16], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5.75, 5.5, 0],
|
||||
"to": [10.25, 5.75, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [5.25, 5, 10.75, 5.25], "texture": "#top", "cullface": "north"},
|
||||
"east": {"uv": [5, 0, 5.25, 16], "rotation": 90, "texture": "#side"},
|
||||
"south": {"uv": [5.25, 10.75, 10.75, 11], "texture": "#top", "cullface": "south"},
|
||||
"west": {"uv": [10.75, 0, 11, 16], "rotation": 90, "texture": "#side"},
|
||||
"down": {"uv": [5.25, 0, 10.75, 16], "rotation": 180, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10.25, 5.75, 0],
|
||||
"to": [10.5, 10.25, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [10.75, 5.25, 11, 10.75], "texture": "#top", "cullface": "north"},
|
||||
"east": {"uv": [5.25, 0, 10.75, 16], "rotation": 90, "texture": "#side"},
|
||||
"south": {"uv": [10.75, 5.25, 11, 10.75], "texture": "#top", "cullface": "south"},
|
||||
"up": {"uv": [5, 0, 5.25, 16], "texture": "#side"},
|
||||
"down": {"uv": [10.75, 0, 11, 16], "rotation": 180, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5.5, 5.75, 0],
|
||||
"to": [5.75, 10.25, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [5, 5.25, 5.25, 10.75], "texture": "#top", "cullface": "north"},
|
||||
"south": {"uv": [5, 5.25, 5.25, 10.75], "texture": "#top", "cullface": "south"},
|
||||
"west": {"uv": [5.25, 0, 10.75, 16], "rotation": 90, "texture": "#side"},
|
||||
"up": {"uv": [10.75, 0, 11, 16], "texture": "#side"},
|
||||
"down": {"uv": [5, 0, 5.25, 16], "rotation": 180, "texture": "#side"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"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]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"credit": "I made this with the Blockbench",
|
||||
"textures": {
|
||||
"side": "engineersdecor:blocks/iestyle/ironsheet_roof",
|
||||
"particle": "engineersdecor:blocks/iestyle/ironsheet_roof",
|
||||
"top": "engineersdecor:blocks/iestyle/ironsheet_roof_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [6, 0, 0],
|
||||
"to": [8, 8, 8],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 0, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top", "cullface": "up"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 14],
|
||||
"to": [14, 16, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#top"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#side", "cullface": "west"},
|
||||
"up": {"rotation": 270, "texture": "#top", "cullface": "up"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 0, 0],
|
||||
"to": [12, 12, 12],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 10],
|
||||
"to": [10, 12, 12],
|
||||
"faces": {
|
||||
"north": {"texture": "#top"},
|
||||
"west": {"texture": "#side", "cullface": "west"},
|
||||
"up": {"rotation": 90, "texture": "#top"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 6],
|
||||
"to": [6, 8, 8],
|
||||
"faces": {
|
||||
"north": {"texture": "#top"},
|
||||
"west": {"texture": "#side", "cullface": "west"},
|
||||
"up": {"texture": "#top"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [2, 2, 2],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"west": {"texture": "#side", "cullface": "west"},
|
||||
"up": {"texture": "#top"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 0, 0],
|
||||
"to": [14, 14, 14],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 12],
|
||||
"to": [12, 14, 14],
|
||||
"faces": {
|
||||
"north": {"texture": "#top"},
|
||||
"west": {"texture": "#side", "cullface": "west"},
|
||||
"up": {"rotation": 270, "texture": "#top"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 0, 0],
|
||||
"to": [10, 10, 10],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 8],
|
||||
"to": [8, 10, 10],
|
||||
"faces": {
|
||||
"north": {"texture": "#top"},
|
||||
"west": {"texture": "#side", "cullface": "west"},
|
||||
"up": {"rotation": 90, "texture": "#top"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 0],
|
||||
"to": [6, 6, 4],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 4],
|
||||
"to": [6, 6, 6],
|
||||
"faces": {
|
||||
"north": {"texture": "#side"},
|
||||
"west": {"texture": "#side", "cullface": "west"},
|
||||
"up": {"texture": "#top"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 2],
|
||||
"to": [4, 4, 4],
|
||||
"faces": {
|
||||
"north": {"texture": "#top"},
|
||||
"west": {"texture": "#side", "cullface": "west"},
|
||||
"up": {"texture": "#top"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 0, 0],
|
||||
"to": [4, 4, 2],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"credit": "I made this with the Blockbench",
|
||||
"textures": {
|
||||
"particle": "engineersdecor:blocks/clinker_brick/clinker_brick_texture0",
|
||||
"side" : "engineersdecor:blocks/clinker_brick/clinker_brick_texture0"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 8, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"},
|
||||
"south": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#side"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 8, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 8], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "east"},
|
||||
"south": {"uv": [8, 0, 16, 8], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [0, 0, 16, 8], "texture": "#side"},
|
||||
"up": {"uv": [8, 0, 16, 16], "texture": "#side", "cullface": "up"},
|
||||
"down": {"uv": [8, 0, 16, 16], "texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 8, 8],
|
||||
"to": [8, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [8, 0, 16, 8], "texture": "#side"},
|
||||
"east": {"uv": [0, 0, 8, 8], "texture": "#side", "cullface": "east"},
|
||||
"south": {"uv": [0, 0, 8, 8], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [8, 0, 16, 8], "texture": "#side", "cullface": "west"},
|
||||
"up": {"uv": [0, 8, 8, 16], "texture": "#side", "cullface": "up"},
|
||||
"down": {"uv": [0, 0, 8, 8], "texture": "#side", "cullface": "down"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,99 @@
|
|||
{
|
||||
"credit": "I made this with the Blockbench",
|
||||
"textures": {
|
||||
"particle": "engineersdecor:blocks/iestyle/ironsheet_roof",
|
||||
"side": "engineersdecor:blocks/iestyle/ironsheet_roof",
|
||||
"top": "engineersdecor:blocks/iestyle/ironsheet_roof_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 2, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#top", "cullface": "north"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top", "cullface": "west"},
|
||||
"up": {"texture": "#top"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 2, 2],
|
||||
"to": [16, 4, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#top"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 4],
|
||||
"to": [16, 6, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#top"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 6, 6],
|
||||
"to": [16, 8, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#top"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 8, 8],
|
||||
"to": [16, 10, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#top"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 10, 10],
|
||||
"to": [16, 12, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#top"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 12, 12],
|
||||
"to": [16, 14, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#top"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 14, 14],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#top"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"credit": "I made this with the Blockbench",
|
||||
"textures": {
|
||||
"particle": "engineersdecor:blocks/clinker_brick/clinker_brick_texture0",
|
||||
"side" : "engineersdecor:blocks/clinker_brick/clinker_brick_texture0"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 8, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"},
|
||||
"south": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#side"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 8, 8],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 8], "texture": "#side"},
|
||||
"east": {"uv": [0, 0, 8, 8], "texture": "#side", "cullface": "east"},
|
||||
"south": {"uv": [8, 0, 16, 8], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [8, 0, 16, 8], "texture": "#side"},
|
||||
"up": {"uv": [8, 8, 16, 16], "texture": "#side", "cullface": "up"},
|
||||
"down": {"uv": [8, 0, 16, 8], "texture": "#side", "cullface": "down"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,114 @@
|
|||
{
|
||||
"credit": "I made this with the Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"side": "engineersdecor:blocks/iestyle/ironsheet_roof",
|
||||
"particle": "engineersdecor:blocks/iestyle/ironsheet_roof",
|
||||
"top": "engineersdecor:blocks/iestyle/ironsheet_roof_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [2, 2, 0],
|
||||
"to": [16, 4, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 14, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top", "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 2, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top", "cullface": "west"},
|
||||
"up": {"texture": "#top"},
|
||||
"down": {"texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 0],
|
||||
"to": [16, 6, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 6, 0],
|
||||
"to": [16, 8, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 12, 0],
|
||||
"to": [16, 14, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 10, 0],
|
||||
"to": [16, 12, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 8, 0],
|
||||
"to": [16, 10, 16],
|
||||
"faces": {
|
||||
"north": {"texture": "#side", "cullface": "north"},
|
||||
"east": {"texture": "#side", "cullface": "east"},
|
||||
"south": {"texture": "#side", "cullface": "south"},
|
||||
"west": {"texture": "#top"},
|
||||
"up": {"texture": "#top"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, -135, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 135, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, -90, 0]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"credit": "I made this with the Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "engineersdecor:blocks/clinker_brick/clinker_brick_texture0",
|
||||
"side" : "engineersdecor:blocks/clinker_brick/clinker_brick_texture0"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 8, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"},
|
||||
"south": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#side"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 8, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 8], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "east"},
|
||||
"south": {"uv": [8, 0, 16, 8], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [0, 0, 16, 8], "texture": "#side"},
|
||||
"up": {"uv": [8, 0, 16, 16], "texture": "#side", "cullface": "up"},
|
||||
"down": {"uv": [8, 0, 16, 16], "texture": "#side", "cullface": "down"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, -135, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 135, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, -90, 0]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"textures": {
|
||||
"wall": "engineersdecor:blocks/concrete/rebar_concrete_texture0",
|
||||
"particle": "engineersdecor:blocks/concrete/rebar_concrete_texture0"
|
||||
},
|
||||
"elements": [{
|
||||
"from": [7.9, 7.9, 7.9], "to": [8, 8, 8], "faces": { "down": {"texture": "#wall"} }
|
||||
}]
|
||||
}
|
|
@ -0,0 +1,164 @@
|
|||
{
|
||||
"credit": "I made this with the Blockbench",
|
||||
"parent": "block/block",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"wall": "engineersdecor:blocks/concrete/rebar_concrete_texture0",
|
||||
"particle": "engineersdecor:blocks/concrete/rebar_concrete_texture0"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Center post",
|
||||
"from": [4, 0, 4],
|
||||
"to": [12, 16, 12],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 0, 12, 16], "texture": "#wall"},
|
||||
"east": {"uv": [4, 0, 12, 16], "texture": "#wall"},
|
||||
"south": {"uv": [4, 0, 12, 16], "texture": "#wall"},
|
||||
"west": {"uv": [4, 0, 12, 16], "texture": "#wall"},
|
||||
"up": {"uv": [4, 4, 12, 12], "texture": "#wall"},
|
||||
"down": {"uv": [4, 4, 12, 12], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Full wall",
|
||||
"from": [5, 0, 12],
|
||||
"to": [11, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [5, 1, 11, 16], "texture": "#wall", "cullface": "north"},
|
||||
"east": {"uv": [0, 1, 4, 16], "texture": "#wall"},
|
||||
"south": {"uv": [5, 1, 11, 16], "texture": "#wall", "cullface": "south"},
|
||||
"west": {"uv": [12, 1, 16, 16], "texture": "#wall"},
|
||||
"up": {"uv": [5, 12, 11, 16], "texture": "#wall"},
|
||||
"down": {"uv": [5, 0, 11, 4], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Full wall",
|
||||
"from": [11, 0, 12],
|
||||
"to": [12, 1, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 15, 5, 16], "texture": "#wall", "cullface": "north"},
|
||||
"east": {"uv": [0, 15, 4, 16], "texture": "#wall"},
|
||||
"south": {"uv": [11, 15, 12, 16], "texture": "#wall", "cullface": "south"},
|
||||
"west": {"uv": [12, 15, 16, 16], "texture": "#wall"},
|
||||
"up": {"uv": [11, 12, 12, 16], "texture": "#wall"},
|
||||
"down": {"uv": [11, 0, 12, 4], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Full wall",
|
||||
"from": [5, 0, 0],
|
||||
"to": [11, 16, 4],
|
||||
"faces": {
|
||||
"north": {"uv": [5, 1, 11, 16], "texture": "#wall", "cullface": "north"},
|
||||
"east": {"uv": [12, 1, 16, 16], "texture": "#wall"},
|
||||
"south": {"uv": [5, 1, 11, 16], "texture": "#wall", "cullface": "south"},
|
||||
"west": {"uv": [0, 1, 4, 16], "texture": "#wall"},
|
||||
"up": {"uv": [5, 0, 11, 4], "texture": "#wall"},
|
||||
"down": {"uv": [5, 12, 11, 16], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Full wall",
|
||||
"from": [11, 0, 0],
|
||||
"to": [12, 1, 4],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 15, 5, 16], "texture": "#wall", "cullface": "north"},
|
||||
"east": {"uv": [12, 15, 16, 16], "texture": "#wall"},
|
||||
"south": {"uv": [11, 15, 12, 16], "texture": "#wall", "cullface": "south"},
|
||||
"west": {"uv": [0, 15, 4, 16], "texture": "#wall"},
|
||||
"up": {"uv": [11, 0, 12, 4], "texture": "#wall"},
|
||||
"down": {"uv": [11, 12, 12, 16], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Full wall",
|
||||
"from": [11, 14, 12],
|
||||
"to": [12, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 0, 5, 2], "texture": "#wall", "cullface": "north"},
|
||||
"east": {"uv": [0, 0, 4, 2], "texture": "#wall"},
|
||||
"south": {"uv": [11, 0, 12, 2], "texture": "#wall", "cullface": "south"},
|
||||
"west": {"uv": [12, 0, 16, 2], "texture": "#wall"},
|
||||
"up": {"uv": [11, 12, 12, 16], "texture": "#wall"},
|
||||
"down": {"uv": [11, 0, 12, 4], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Full wall",
|
||||
"from": [11, 14, 0],
|
||||
"to": [12, 16, 4],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 0, 5, 2], "texture": "#wall", "cullface": "north"},
|
||||
"east": {"uv": [12, 0, 16, 2], "texture": "#wall"},
|
||||
"south": {"uv": [11, 0, 12, 2], "texture": "#wall", "cullface": "south"},
|
||||
"west": {"uv": [0, 0, 4, 2], "texture": "#wall"},
|
||||
"up": {"uv": [11, 0, 12, 4], "texture": "#wall"},
|
||||
"down": {"uv": [11, 12, 12, 16], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Full wall",
|
||||
"from": [4, 0, 12],
|
||||
"to": [5, 1, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [11, 15, 12, 16], "texture": "#wall", "cullface": "north"},
|
||||
"east": {"uv": [0, 15, 4, 16], "texture": "#wall"},
|
||||
"south": {"uv": [4, 15, 5, 16], "texture": "#wall", "cullface": "south"},
|
||||
"west": {"uv": [12, 15, 16, 16], "texture": "#wall"},
|
||||
"up": {"uv": [4, 12, 5, 16], "texture": "#wall"},
|
||||
"down": {"uv": [4, 0, 5, 4], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Full wall",
|
||||
"from": [4, 0, 0],
|
||||
"to": [5, 1, 4],
|
||||
"faces": {
|
||||
"north": {"uv": [11, 15, 12, 16], "texture": "#wall", "cullface": "north"},
|
||||
"east": {"uv": [12, 15, 16, 16], "texture": "#wall"},
|
||||
"south": {"uv": [4, 15, 5, 16], "texture": "#wall", "cullface": "south"},
|
||||
"west": {"uv": [0, 15, 4, 16], "texture": "#wall"},
|
||||
"up": {"uv": [4, 0, 5, 4], "texture": "#wall"},
|
||||
"down": {"uv": [4, 12, 5, 16], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Full wall",
|
||||
"from": [4, 14, 0],
|
||||
"to": [5, 16, 4],
|
||||
"faces": {
|
||||
"north": {"uv": [11, 0, 12, 2], "texture": "#wall", "cullface": "north"},
|
||||
"east": {"uv": [12, 0, 16, 2], "texture": "#wall"},
|
||||
"south": {"uv": [4, 0, 5, 2], "texture": "#wall", "cullface": "south"},
|
||||
"west": {"uv": [0, 0, 4, 2], "texture": "#wall"},
|
||||
"up": {"uv": [4, 0, 5, 4], "texture": "#wall"},
|
||||
"down": {"uv": [4, 12, 5, 16], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Full wall",
|
||||
"from": [4, 14, 12],
|
||||
"to": [5, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [11, 0, 12, 2], "texture": "#wall", "cullface": "north"},
|
||||
"east": {"uv": [0, 0, 4, 2], "texture": "#wall"},
|
||||
"south": {"uv": [4, 0, 5, 2], "texture": "#wall", "cullface": "south"},
|
||||
"west": {"uv": [12, 0, 16, 2], "texture": "#wall"},
|
||||
"up": {"uv": [4, 12, 5, 16], "texture": "#wall"},
|
||||
"down": {"uv": [4, 0, 5, 4], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"gui": {
|
||||
"rotation": [30, 135, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 90, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"credit": "I made this with the Blockbench",
|
||||
"textures": {
|
||||
"wall": "engineersdecor:blocks/concrete/rebar_concrete_texture0",
|
||||
"particle": "engineersdecor:blocks/concrete/rebar_concrete_texture0"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Center post",
|
||||
"from": [4, 0, 4],
|
||||
"to": [12, 16, 12],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 0, 12, 16], "texture": "#wall"},
|
||||
"east": {"uv": [4, 0, 12, 16], "texture": "#wall"},
|
||||
"south": {"uv": [4, 0, 12, 16], "texture": "#wall"},
|
||||
"west": {"uv": [4, 0, 12, 16], "texture": "#wall"},
|
||||
"up": {"uv": [4, 4, 12, 12], "texture": "#wall", "cullface": "up"},
|
||||
"down": {"uv": [4, 4, 12, 12], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"credit": "I made this with the Blockbench",
|
||||
"textures": {
|
||||
"wall": "engineersdecor:blocks/concrete/rebar_concrete_texture0",
|
||||
"particle": "engineersdecor:blocks/concrete/rebar_concrete_texture0"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "wall",
|
||||
"from": [5, 0, 0],
|
||||
"to": [11, 16, 8],
|
||||
"faces": {
|
||||
"north": {"uv": [5, 0, 11, 16], "texture": "#wall", "cullface": "north"},
|
||||
"east": {"uv": [8, 0, 16, 16], "texture": "#wall"},
|
||||
"west": {"uv": [0, 0, 8, 16], "texture": "#wall"},
|
||||
"up": {"uv": [5, 0, 11, 8], "texture": "#wall"},
|
||||
"down": {"uv": [5, 8, 11, 16], "texture": "#wall"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "wall",
|
||||
"from": [11, 14, 0],
|
||||
"to": [11.875, 16, 8],
|
||||
"faces": {
|
||||
"north": {"uv": [4.25, 0, 5, 1.875], "texture": "#wall", "cullface": "north"},
|
||||
"east": {"uv": [8, 0, 16, 1.875], "texture": "#wall"},
|
||||
"up": {"uv": [11, 0, 11.75, 8], "texture": "#wall"},
|
||||
"down": {"uv": [11, 8, 11.75, 16], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "wall",
|
||||
"from": [11, 0, 0],
|
||||
"to": [11.875, 1, 8],
|
||||
"faces": {
|
||||
"north": {"uv": [4.125, 15, 5, 16], "texture": "#wall", "cullface": "north"},
|
||||
"east": {"uv": [8, 15, 16, 16], "texture": "#wall"},
|
||||
"up": {"uv": [11, 0, 11.875, 8], "texture": "#wall"},
|
||||
"down": {"uv": [11, 8, 11.875, 16], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "wall",
|
||||
"from": [4.125, 14, 0],
|
||||
"to": [5, 16, 8],
|
||||
"faces": {
|
||||
"north": {"uv": [11, 0, 11.75, 1.875], "texture": "#wall", "cullface": "north"},
|
||||
"west": {"uv": [0, 0, 8, 1.875], "texture": "#wall"},
|
||||
"up": {"uv": [4.25, 0, 5, 8], "texture": "#wall"},
|
||||
"down": {"uv": [4.25, 8, 5, 16], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "wall",
|
||||
"from": [4.125, 0, 0],
|
||||
"to": [5, 1, 8],
|
||||
"faces": {
|
||||
"north": {"uv": [10.875, 15, 11.75, 16], "texture": "#wall", "cullface": "north"},
|
||||
"west": {"uv": [0, 15, 8, 16], "texture": "#wall"},
|
||||
"up": {"uv": [4.25, 0, 5.125, 8], "texture": "#wall"},
|
||||
"down": {"uv": [4.25, 8, 5.125, 16], "texture": "#wall", "cullface": "down"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,138 @@
|
|||
[
|
||||
{
|
||||
"ingredient": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "itemSlag"
|
||||
},
|
||||
"name": "itemSlag"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "plankTreatedWood"
|
||||
},
|
||||
"name": "plankTreatedWood"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "slabTreatedWood"
|
||||
},
|
||||
"name": "slabTreatedWood"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "stickTreatedWood"
|
||||
},
|
||||
"name": "stickTreatedWood"
|
||||
},
|
||||
|
||||
{
|
||||
"ingredient": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "plateSteel"
|
||||
},
|
||||
"name": "plateSteel"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "stickSteel"
|
||||
},
|
||||
"name": "stickSteel"
|
||||
},
|
||||
|
||||
{
|
||||
"ingredient": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "stickIron"
|
||||
},
|
||||
"name": "stickIron"
|
||||
},
|
||||
|
||||
{
|
||||
"ingredient": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "plankWood"
|
||||
},
|
||||
"name": "plankWood"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "stickWood"
|
||||
},
|
||||
"name": "stickWood"
|
||||
},
|
||||
|
||||
{
|
||||
"ingredient": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "sand"
|
||||
},
|
||||
"name": "sand"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "sandstone"
|
||||
},
|
||||
"name": "sandstone"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "bricksStone"
|
||||
},
|
||||
"name": "bricksStone"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotBrick"
|
||||
},
|
||||
"name": "ingotBrick"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotBrickNether"
|
||||
},
|
||||
"name": "ingotBrickNether"
|
||||
},
|
||||
{
|
||||
"ingredient": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotBrick"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotBrickNether"
|
||||
}
|
||||
],
|
||||
"name": "ingotAnyBrick"
|
||||
},
|
||||
{
|
||||
"ingredient": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "stickIron"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "stickSteel"
|
||||
}
|
||||
],
|
||||
"name": "stickFerroMetal"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "immersiveengineering:stone_decoration",
|
||||
"data": 5
|
||||
},
|
||||
"name": "blockConcreteIe"
|
||||
}
|
||||
|
||||
]
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"conditions": {
|
||||
"grc": "wile.engineersdecor.detail.RecipeCondModSpecific"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:clinker_brick_block"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"BBB",
|
||||
"BNB",
|
||||
"BBB"
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "#ingotAnyBrick",
|
||||
"data": 0
|
||||
},
|
||||
"N": {
|
||||
"item": "minecraft:brick_block",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:clinker_brick_block",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:clinker_brick_stairs"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"C ",
|
||||
"CC ",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "engineersdecor:clinker_brick_block",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:clinker_brick_stairs",
|
||||
"count": 9
|
||||
}
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:clinker_brick_block"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SS",
|
||||
"SS"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "engineersdecor:clinker_brick_stairs",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:clinker_brick_block",
|
||||
"count": 3
|
||||
}
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:concrete_wall",
|
||||
"required": ["immersiveengineering:stone_decoration"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" ",
|
||||
"CCC",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "#blockConcreteIe",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:concrete_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:metal_rung_ladder",
|
||||
"required": ["immersiveengineering:material"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"S S",
|
||||
"SSS",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "#stickFerroMetal",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:metal_rung_ladder",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:metal_rung_steps",
|
||||
"required": ["immersiveengineering:material"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" SS",
|
||||
"SS ",
|
||||
" SS"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "#stickFerroMetal",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:metal_rung_steps",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:rebar_concrete",
|
||||
"required": ["immersiveengineering:stone_decoration"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SCS",
|
||||
"CSC",
|
||||
"SCS"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "#blockConcreteIe",
|
||||
"data": 0
|
||||
},
|
||||
"S": {
|
||||
"item": "#stickSteel",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:rebar_concrete",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:rebar_concrete_stairs"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"C ",
|
||||
"CC ",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "engineersdecor:rebar_concrete",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:rebar_concrete_stairs",
|
||||
"count": 9
|
||||
}
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:rebar_concrete_wall"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" ",
|
||||
"CCC",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "engineersdecor:rebar_concrete",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:rebar_concrete_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:clinker_brick_block",
|
||||
"required": ["immersiveengineering:material"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"BBB",
|
||||
"BSB",
|
||||
"BBB"
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "#ingotBrick",
|
||||
"data": 0
|
||||
},
|
||||
"S": {
|
||||
"item": "#itemSlag",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:slag_brick_block",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:clinker_brick_block",
|
||||
"missing": ["immersiveengineering:material"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"BBB",
|
||||
"BSB",
|
||||
"BBB"
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "#ingotBrick",
|
||||
"data": 0
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:nether_brick",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:slag_brick_block",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:slag_brick_stairs"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"C ",
|
||||
"CC ",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "engineersdecor:slag_brick_block",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:slag_brick_stairs",
|
||||
"count": 9
|
||||
}
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:treated_wood_ladder",
|
||||
"required": ["immersiveengineering:material"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"S S",
|
||||
"SSS",
|
||||
"S S"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "#stickTreatedWood",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:treated_wood_ladder",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:treated_wood_pole",
|
||||
"required": ["immersiveengineering:material"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" S ",
|
||||
" W ",
|
||||
" W "
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"item": "#plankTreatedWood",
|
||||
"data": 0
|
||||
},
|
||||
"S": {
|
||||
"item": "#slabTreatedWood",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:treated_wood_pole",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:treated_wood_table",
|
||||
"required": ["immersiveengineering:material"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"WWW",
|
||||
"S S",
|
||||
"S S"
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"item": "#slabTreatedWood",
|
||||
"data": 0
|
||||
},
|
||||
"S": {
|
||||
"item": "engineersdecor:treated_wood_pole",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:treated_wood_table",
|
||||
"count": 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 748 B |
After Width: | Height: | Size: 736 B |
After Width: | Height: | Size: 731 B |
After Width: | Height: | Size: 728 B |
After Width: | Height: | Size: 746 B |
After Width: | Height: | Size: 724 B |
After Width: | Height: | Size: 740 B |
After Width: | Height: | Size: 739 B |
After Width: | Height: | Size: 607 B |
After Width: | Height: | Size: 623 B |
After Width: | Height: | Size: 639 B |
After Width: | Height: | Size: 618 B |
After Width: | Height: | Size: 612 B |
After Width: | Height: | Size: 619 B |
After Width: | Height: | Size: 611 B |
After Width: | Height: | Size: 615 B |
After Width: | Height: | Size: 415 B |
After Width: | Height: | Size: 509 B |
After Width: | Height: | Size: 527 B |
After Width: | Height: | Size: 535 B |
After Width: | Height: | Size: 584 B |
After Width: | Height: | Size: 563 B |
After Width: | Height: | Size: 596 B |
After Width: | Height: | Size: 565 B |
After Width: | Height: | Size: 293 B |
After Width: | Height: | Size: 197 B |
After Width: | Height: | Size: 734 B |
After Width: | Height: | Size: 707 B |
After Width: | Height: | Size: 728 B |
After Width: | Height: | Size: 748 B |
After Width: | Height: | Size: 723 B |
After Width: | Height: | Size: 729 B |
After Width: | Height: | Size: 751 B |
After Width: | Height: | Size: 742 B |
16
1.12/src/main/resources/mcmod.info
Normal file
|
@ -0,0 +1,16 @@
|
|||
[
|
||||
{
|
||||
"modid": "engineersdecor",
|
||||
"name": "Engineer's Decor",
|
||||
"description": "Adds cosmetic blocks for the engineer's workshop, factory and home.",
|
||||
"version": "${version}",
|
||||
"mcversion": "${mcversion}",
|
||||
"url": "https://github.com/stfwi/engineers-decor/",
|
||||
"authorList": ["wile"],
|
||||
"credits": "BluSunrize, malte0811, et al., the Forge Smiths, the Modders of the World.",
|
||||
"logoFile": "assets/engineersdecor/logo.png",
|
||||
"screenshots": [],
|
||||
"useDependencyInformation": false,
|
||||
"dependencies": ["Forge"]
|
||||
}
|
||||
]
|
7
1.12/src/main/resources/pack.mcmeta
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"pack": {
|
||||
"description": "engineersdecor resources",
|
||||
"pack_format": 3,
|
||||
"_comment": "A pack_format of 3 should be used starting with Minecraft 1.11. All resources, including language files, should be lowercase (eg: en_us.lang). A pack_format of 2 will load your mod resources with LegacyV2Adapter, which requires language files to have uppercase letters (eg: en_US.lang)."
|
||||
}
|
||||
}
|