Added Old Industrial Wood and Door. Wood textures slightly darkened. Resource cleanup. Recipes internalized to prevent collisions.
This commit is contained in:
parent
dccd02c40d
commit
bde1dab5a8
186 changed files with 1710 additions and 329 deletions
|
@ -19,7 +19,7 @@ logoFile="logo.png"
|
|||
[[dependencies.engineersdecor]]
|
||||
modId="forge"
|
||||
mandatory=true
|
||||
versionRange="[33.0.19,)"
|
||||
versionRange="[33.0.37,)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
||||
|
|
|
@ -1,34 +1,34 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,level=0": { "model": "engineersdecor:block/pipe/fluid_barrel_model0" },
|
||||
"facing=south,level=0": { "model": "engineersdecor:block/pipe/fluid_barrel_model0", "y":180 },
|
||||
"facing=west,level=0": { "model": "engineersdecor:block/pipe/fluid_barrel_model0", "y":270 },
|
||||
"facing=east,level=0": { "model": "engineersdecor:block/pipe/fluid_barrel_model0", "y":90 },
|
||||
"facing=up,level=0": { "model": "engineersdecor:block/pipe/fluid_barrel_model0", "x":270 },
|
||||
"facing=down,level=0": { "model": "engineersdecor:block/pipe/fluid_barrel_model0", "x":90 },
|
||||
"facing=north,level=1": { "model": "engineersdecor:block/pipe/fluid_barrel_model1" },
|
||||
"facing=south,level=1": { "model": "engineersdecor:block/pipe/fluid_barrel_model1", "y":180 },
|
||||
"facing=west,level=1": { "model": "engineersdecor:block/pipe/fluid_barrel_model1", "y":270 },
|
||||
"facing=east,level=1": { "model": "engineersdecor:block/pipe/fluid_barrel_model1", "y":90 },
|
||||
"facing=up,level=1": { "model": "engineersdecor:block/pipe/fluid_barrel_model1", "x":270 },
|
||||
"facing=down,level=1": { "model": "engineersdecor:block/pipe/fluid_barrel_model1", "x":90 },
|
||||
"facing=north,level=2": { "model": "engineersdecor:block/pipe/fluid_barrel_model2" },
|
||||
"facing=south,level=2": { "model": "engineersdecor:block/pipe/fluid_barrel_model2", "y":180 },
|
||||
"facing=west,level=2": { "model": "engineersdecor:block/pipe/fluid_barrel_model2", "y":270 },
|
||||
"facing=east,level=2": { "model": "engineersdecor:block/pipe/fluid_barrel_model2", "y":90 },
|
||||
"facing=up,level=2": { "model": "engineersdecor:block/pipe/fluid_barrel_model2", "x":270 },
|
||||
"facing=down,level=2": { "model": "engineersdecor:block/pipe/fluid_barrel_model2", "x":90 },
|
||||
"facing=north,level=3": { "model": "engineersdecor:block/pipe/fluid_barrel_model3" },
|
||||
"facing=south,level=3": { "model": "engineersdecor:block/pipe/fluid_barrel_model3", "y":180 },
|
||||
"facing=west,level=3": { "model": "engineersdecor:block/pipe/fluid_barrel_model3", "y":270 },
|
||||
"facing=east,level=3": { "model": "engineersdecor:block/pipe/fluid_barrel_model3", "y":90 },
|
||||
"facing=up,level=3": { "model": "engineersdecor:block/pipe/fluid_barrel_model3", "x":270 },
|
||||
"facing=down,level=3": { "model": "engineersdecor:block/pipe/fluid_barrel_model3", "x":90 },
|
||||
"facing=north,level=4": { "model": "engineersdecor:block/pipe/fluid_barrel_model4" },
|
||||
"facing=south,level=4": { "model": "engineersdecor:block/pipe/fluid_barrel_model4", "y":180 },
|
||||
"facing=west,level=4": { "model": "engineersdecor:block/pipe/fluid_barrel_model4", "y":270 },
|
||||
"facing=east,level=4": { "model": "engineersdecor:block/pipe/fluid_barrel_model4", "y":90 },
|
||||
"facing=up,level=4": { "model": "engineersdecor:block/pipe/fluid_barrel_model4", "x":270 },
|
||||
"facing=down,level=4": { "model": "engineersdecor:block/pipe/fluid_barrel_model4", "x":90 }
|
||||
"facing=north,level=0": { "model": "engineersdecor:block/device/fluid_barrel_model0" },
|
||||
"facing=south,level=0": { "model": "engineersdecor:block/device/fluid_barrel_model0", "y":180 },
|
||||
"facing=west,level=0": { "model": "engineersdecor:block/device/fluid_barrel_model0", "y":270 },
|
||||
"facing=east,level=0": { "model": "engineersdecor:block/device/fluid_barrel_model0", "y":90 },
|
||||
"facing=up,level=0": { "model": "engineersdecor:block/device/fluid_barrel_model0", "x":270 },
|
||||
"facing=down,level=0": { "model": "engineersdecor:block/device/fluid_barrel_model0", "x":90 },
|
||||
"facing=north,level=1": { "model": "engineersdecor:block/device/fluid_barrel_model1" },
|
||||
"facing=south,level=1": { "model": "engineersdecor:block/device/fluid_barrel_model1", "y":180 },
|
||||
"facing=west,level=1": { "model": "engineersdecor:block/device/fluid_barrel_model1", "y":270 },
|
||||
"facing=east,level=1": { "model": "engineersdecor:block/device/fluid_barrel_model1", "y":90 },
|
||||
"facing=up,level=1": { "model": "engineersdecor:block/device/fluid_barrel_model1", "x":270 },
|
||||
"facing=down,level=1": { "model": "engineersdecor:block/device/fluid_barrel_model1", "x":90 },
|
||||
"facing=north,level=2": { "model": "engineersdecor:block/device/fluid_barrel_model2" },
|
||||
"facing=south,level=2": { "model": "engineersdecor:block/device/fluid_barrel_model2", "y":180 },
|
||||
"facing=west,level=2": { "model": "engineersdecor:block/device/fluid_barrel_model2", "y":270 },
|
||||
"facing=east,level=2": { "model": "engineersdecor:block/device/fluid_barrel_model2", "y":90 },
|
||||
"facing=up,level=2": { "model": "engineersdecor:block/device/fluid_barrel_model2", "x":270 },
|
||||
"facing=down,level=2": { "model": "engineersdecor:block/device/fluid_barrel_model2", "x":90 },
|
||||
"facing=north,level=3": { "model": "engineersdecor:block/device/fluid_barrel_model3" },
|
||||
"facing=south,level=3": { "model": "engineersdecor:block/device/fluid_barrel_model3", "y":180 },
|
||||
"facing=west,level=3": { "model": "engineersdecor:block/device/fluid_barrel_model3", "y":270 },
|
||||
"facing=east,level=3": { "model": "engineersdecor:block/device/fluid_barrel_model3", "y":90 },
|
||||
"facing=up,level=3": { "model": "engineersdecor:block/device/fluid_barrel_model3", "x":270 },
|
||||
"facing=down,level=3": { "model": "engineersdecor:block/device/fluid_barrel_model3", "x":90 },
|
||||
"facing=north,level=4": { "model": "engineersdecor:block/device/fluid_barrel_model4" },
|
||||
"facing=south,level=4": { "model": "engineersdecor:block/device/fluid_barrel_model4", "y":180 },
|
||||
"facing=west,level=4": { "model": "engineersdecor:block/device/fluid_barrel_model4", "y":270 },
|
||||
"facing=east,level=4": { "model": "engineersdecor:block/device/fluid_barrel_model4", "y":90 },
|
||||
"facing=up,level=4": { "model": "engineersdecor:block/device/fluid_barrel_model4", "x":270 },
|
||||
"facing=down,level=4": { "model": "engineersdecor:block/device/fluid_barrel_model4", "x":90 }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "engineersdecor:block/misc/labeled_crate_model" },
|
||||
"facing=south": { "model": "engineersdecor:block/misc/labeled_crate_model", "y":180 },
|
||||
"facing=west": { "model": "engineersdecor:block/misc/labeled_crate_model", "y":270 },
|
||||
"facing=east": { "model": "engineersdecor:block/misc/labeled_crate_model", "y":90 }
|
||||
"facing=north": { "model": "engineersdecor:block/device/labeled_crate_model" },
|
||||
"facing=south": { "model": "engineersdecor:block/device/labeled_crate_model", "y":180 },
|
||||
"facing=west": { "model": "engineersdecor:block/device/labeled_crate_model", "y":270 },
|
||||
"facing=east": { "model": "engineersdecor:block/device/labeled_crate_model", "y":90 }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "engineersdecor:block/crafting_table/metal_crafting_table_model" },
|
||||
"facing=south": { "model": "engineersdecor:block/crafting_table/metal_crafting_table_model", "y":180 },
|
||||
"facing=west": { "model": "engineersdecor:block/crafting_table/metal_crafting_table_model", "y":270 },
|
||||
"facing=east": { "model": "engineersdecor:block/crafting_table/metal_crafting_table_model", "y":90 }
|
||||
"facing=north": { "model": "engineersdecor:block/device/metal_crafting_table_model" },
|
||||
"facing=south": { "model": "engineersdecor:block/device/metal_crafting_table_model", "y":180 },
|
||||
"facing=west": { "model": "engineersdecor:block/device/metal_crafting_table_model", "y":270 },
|
||||
"facing=east": { "model": "engineersdecor:block/device/metal_crafting_table_model", "y":90 }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{"variants":{
|
||||
"facing=east,half=lower,hinge=left,open=false": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_lh" },
|
||||
"facing=east,half=lower,hinge=left,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_rh", "y": 90 },
|
||||
"facing=east,half=lower,hinge=right,open=false": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_rh" },
|
||||
"facing=east,half=lower,hinge=right,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_lh", "y": 270 },
|
||||
"facing=east,half=upper,hinge=left,open=false": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_lh" },
|
||||
"facing=east,half=upper,hinge=left,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_rh", "y": 90 },
|
||||
"facing=east,half=upper,hinge=right,open=false": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_rh" },
|
||||
"facing=east,half=upper,hinge=right,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_lh", "y": 270 },
|
||||
"facing=north,half=lower,hinge=left,open=false": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_lh", "y": 270 },
|
||||
"facing=north,half=lower,hinge=left,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_rh" },
|
||||
"facing=north,half=lower,hinge=right,open=false":{ "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_rh", "y": 270 },
|
||||
"facing=north,half=lower,hinge=right,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_lh", "y": 180 },
|
||||
"facing=north,half=upper,hinge=left,open=false": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_lh", "y": 270 },
|
||||
"facing=north,half=upper,hinge=left,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_rh" },
|
||||
"facing=north,half=upper,hinge=right,open=false":{ "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_rh", "y": 270 },
|
||||
"facing=north,half=upper,hinge=right,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_lh", "y": 180 },
|
||||
"facing=south,half=lower,hinge=left,open=false": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_lh", "y": 90 },
|
||||
"facing=south,half=lower,hinge=left,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_rh", "y": 180 },
|
||||
"facing=south,half=lower,hinge=right,open=false":{ "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_rh", "y": 90 },
|
||||
"facing=south,half=lower,hinge=right,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_lh" },
|
||||
"facing=south,half=upper,hinge=left,open=false": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_lh", "y": 90 },
|
||||
"facing=south,half=upper,hinge=left,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_rh", "y": 180 },
|
||||
"facing=south,half=upper,hinge=right,open=false":{ "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_rh", "y": 90 },
|
||||
"facing=south,half=upper,hinge=right,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_lh" },
|
||||
"facing=west,half=lower,hinge=left,open=false": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_lh", "y": 180 },
|
||||
"facing=west,half=lower,hinge=left,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_rh", "y": 270 },
|
||||
"facing=west,half=lower,hinge=right,open=false": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_rh", "y": 180 },
|
||||
"facing=west,half=lower,hinge=right,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_bottom_lh", "y": 90 },
|
||||
"facing=west,half=upper,hinge=left,open=false": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_lh", "y": 180 },
|
||||
"facing=west,half=upper,hinge=left,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_rh", "y": 270 },
|
||||
"facing=west,half=upper,hinge=right,open=false": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_rh", "y": 180 },
|
||||
"facing=west,half=upper,hinge=right,open=true": { "model": "engineersdecor:block/door/old_industrial_wood_door_model_top_lh", "y": 90 }
|
||||
}}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "engineersdecor:block/wood/old_industrial_planks_model0" },
|
||||
{ "model": "engineersdecor:block/wood/old_industrial_planks_model1" },
|
||||
{ "model": "engineersdecor:block/wood/old_industrial_planks_model2" },
|
||||
{ "model": "engineersdecor:block/wood/old_industrial_planks_model3" }
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"tvariant=0,type=bottom": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slab_s0v0_model" },
|
||||
"tvariant=1,type=bottom": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slab_s0v1_model" },
|
||||
"tvariant=2,type=bottom": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slab_s0v2_model" },
|
||||
"tvariant=3,type=bottom": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slab_s0v3_model" },
|
||||
"tvariant=0,type=top": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slab_s1v0_model" },
|
||||
"tvariant=1,type=top": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slab_s1v1_model" },
|
||||
"tvariant=2,type=top": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slab_s1v2_model" },
|
||||
"tvariant=3,type=top": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slab_s1v3_model" },
|
||||
"tvariant=0,type=double": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slab_s2v0_model" },
|
||||
"tvariant=1,type=double": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slab_s2v1_model" },
|
||||
"tvariant=2,type=double": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slab_s2v2_model" },
|
||||
"tvariant=3,type=double": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slab_s2v3_model" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"variants": {
|
||||
"parts=0": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slabslice_s0_model" },
|
||||
"parts=1": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slabslice_s1_model" },
|
||||
"parts=2": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slabslice_s2_model" },
|
||||
"parts=3": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slabslice_s3_model" },
|
||||
"parts=4": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slabslice_s4_model" },
|
||||
"parts=5": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slabslice_s5_model" },
|
||||
"parts=6": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slabslice_s6_model" },
|
||||
"parts=7": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slabslice_s7_model" },
|
||||
"parts=8": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slabslice_s8_model" },
|
||||
"parts=9": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slabslice_s9_model" },
|
||||
"parts=10": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slabslice_sa_model" },
|
||||
"parts=11": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slabslice_sb_model" },
|
||||
"parts=12": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slabslice_sc_model" },
|
||||
"parts=13": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slabslice_sd_model" },
|
||||
"parts=14": { "model": "engineersdecor:block/slab/specific/old_industrial_wood_slabslice_se_model" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "engineersdecor:block/wood/old_industrial_wood_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,lit=false": { "model": "engineersdecor:block/furnace/small_electrical_furnace_model", "y": 0 },
|
||||
"facing=south,lit=false": { "model": "engineersdecor:block/furnace/small_electrical_furnace_model", "y": 180 },
|
||||
"facing=west,lit=false": { "model": "engineersdecor:block/furnace/small_electrical_furnace_model", "y": 270 },
|
||||
"facing=east,lit=false": { "model": "engineersdecor:block/furnace/small_electrical_furnace_model", "y": 90 },
|
||||
"facing=north,lit=true": { "model": "engineersdecor:block/furnace/small_electrical_furnace_model_lit", "y": 0 },
|
||||
"facing=south,lit=true": { "model": "engineersdecor:block/furnace/small_electrical_furnace_model_lit", "y": 180 },
|
||||
"facing=west,lit=true": { "model": "engineersdecor:block/furnace/small_electrical_furnace_model_lit", "y": 270 },
|
||||
"facing=east,lit=true": { "model": "engineersdecor:block/furnace/small_electrical_furnace_model_lit", "y": 90 }
|
||||
"facing=north,lit=false": { "model": "engineersdecor:block/device/small_electrical_furnace_model", "y": 0 },
|
||||
"facing=south,lit=false": { "model": "engineersdecor:block/device/small_electrical_furnace_model", "y": 180 },
|
||||
"facing=west,lit=false": { "model": "engineersdecor:block/device/small_electrical_furnace_model", "y": 270 },
|
||||
"facing=east,lit=false": { "model": "engineersdecor:block/device/small_electrical_furnace_model", "y": 90 },
|
||||
"facing=north,lit=true": { "model": "engineersdecor:block/device/small_electrical_furnace_model_lit", "y": 0 },
|
||||
"facing=south,lit=true": { "model": "engineersdecor:block/device/small_electrical_furnace_model_lit", "y": 180 },
|
||||
"facing=west,lit=true": { "model": "engineersdecor:block/device/small_electrical_furnace_model_lit", "y": 270 },
|
||||
"facing=east,lit=true": { "model": "engineersdecor:block/device/small_electrical_furnace_model_lit", "y": 90 }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,lit=false": { "model": "engineersdecor:block/furnace/small_lab_furnace_model", "y": 0 },
|
||||
"facing=south,lit=false": { "model": "engineersdecor:block/furnace/small_lab_furnace_model", "y": 180 },
|
||||
"facing=west,lit=false": { "model": "engineersdecor:block/furnace/small_lab_furnace_model", "y": 270 },
|
||||
"facing=east,lit=false": { "model": "engineersdecor:block/furnace/small_lab_furnace_model", "y": 90 },
|
||||
"facing=north,lit=true": { "model": "engineersdecor:block/furnace/small_lab_furnace_model_lit", "y": 0 },
|
||||
"facing=south,lit=true": { "model": "engineersdecor:block/furnace/small_lab_furnace_model_lit", "y": 180 },
|
||||
"facing=west,lit=true": { "model": "engineersdecor:block/furnace/small_lab_furnace_model_lit", "y": 270 },
|
||||
"facing=east,lit=true": { "model": "engineersdecor:block/furnace/small_lab_furnace_model_lit", "y": 90 }
|
||||
"facing=north,lit=false": { "model": "engineersdecor:block/device/small_lab_furnace_model", "y": 0 },
|
||||
"facing=south,lit=false": { "model": "engineersdecor:block/device/small_lab_furnace_model", "y": 180 },
|
||||
"facing=west,lit=false": { "model": "engineersdecor:block/device/small_lab_furnace_model", "y": 270 },
|
||||
"facing=east,lit=false": { "model": "engineersdecor:block/device/small_lab_furnace_model", "y": 90 },
|
||||
"facing=north,lit=true": { "model": "engineersdecor:block/device/small_lab_furnace_model_lit", "y": 0 },
|
||||
"facing=south,lit=true": { "model": "engineersdecor:block/device/small_lab_furnace_model_lit", "y": 180 },
|
||||
"facing=west,lit=true": { "model": "engineersdecor:block/device/small_lab_furnace_model_lit", "y": 270 },
|
||||
"facing=east,lit=true": { "model": "engineersdecor:block/device/small_lab_furnace_model_lit", "y": 90 }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,phase=0": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model", "y": 0 },
|
||||
"facing=south,phase=0": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model", "y": 180 },
|
||||
"facing=west,phase=0": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model", "y": 270 },
|
||||
"facing=east,phase=0": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model", "y": 90 },
|
||||
"facing=north,phase=1": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model_s1", "y": 0 },
|
||||
"facing=south,phase=1": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model_s1", "y": 180 },
|
||||
"facing=west,phase=1": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model_s1", "y": 270 },
|
||||
"facing=east,phase=1": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model_s1", "y": 90 },
|
||||
"facing=north,phase=2": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model_s2", "y": 0 },
|
||||
"facing=south,phase=2": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model_s2", "y": 180 },
|
||||
"facing=west,phase=2": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model_s2", "y": 270 },
|
||||
"facing=east,phase=2": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model_s2", "y": 90 },
|
||||
"facing=north,phase=3": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model_s3", "y": 0 },
|
||||
"facing=south,phase=3": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model_s3", "y": 180 },
|
||||
"facing=west,phase=3": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model_s3", "y": 270 },
|
||||
"facing=east,phase=3": { "model": "engineersdecor:block/furnace/small_mineral_smelter_model_s3", "y": 90 }
|
||||
"facing=north,phase=0": { "model": "engineersdecor:block/device/small_mineral_smelter_model", "y": 0 },
|
||||
"facing=south,phase=0": { "model": "engineersdecor:block/device/small_mineral_smelter_model", "y": 180 },
|
||||
"facing=west,phase=0": { "model": "engineersdecor:block/device/small_mineral_smelter_model", "y": 270 },
|
||||
"facing=east,phase=0": { "model": "engineersdecor:block/device/small_mineral_smelter_model", "y": 90 },
|
||||
"facing=north,phase=1": { "model": "engineersdecor:block/device/small_mineral_smelter_model_s1", "y": 0 },
|
||||
"facing=south,phase=1": { "model": "engineersdecor:block/device/small_mineral_smelter_model_s1", "y": 180 },
|
||||
"facing=west,phase=1": { "model": "engineersdecor:block/device/small_mineral_smelter_model_s1", "y": 270 },
|
||||
"facing=east,phase=1": { "model": "engineersdecor:block/device/small_mineral_smelter_model_s1", "y": 90 },
|
||||
"facing=north,phase=2": { "model": "engineersdecor:block/device/small_mineral_smelter_model_s2", "y": 0 },
|
||||
"facing=south,phase=2": { "model": "engineersdecor:block/device/small_mineral_smelter_model_s2", "y": 180 },
|
||||
"facing=west,phase=2": { "model": "engineersdecor:block/device/small_mineral_smelter_model_s2", "y": 270 },
|
||||
"facing=east,phase=2": { "model": "engineersdecor:block/device/small_mineral_smelter_model_s2", "y": 90 },
|
||||
"facing=north,phase=3": { "model": "engineersdecor:block/device/small_mineral_smelter_model_s3", "y": 0 },
|
||||
"facing=south,phase=3": { "model": "engineersdecor:block/device/small_mineral_smelter_model_s3", "y": 180 },
|
||||
"facing=west,phase=3": { "model": "engineersdecor:block/device/small_mineral_smelter_model_s3", "y": 270 },
|
||||
"facing=east,phase=3": { "model": "engineersdecor:block/device/small_mineral_smelter_model_s3", "y": 90 }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"variants": {
|
||||
"lit=false": { "model": "engineersdecor:block/furnace/small_waste_incinerator_model" },
|
||||
"lit=true" : { "model": "engineersdecor:block/furnace/small_waste_incinerator_model_lit" }
|
||||
"lit=false": { "model": "engineersdecor:block/device/small_waste_incinerator_model" },
|
||||
"lit=true" : { "model": "engineersdecor:block/device/small_waste_incinerator_model_lit" }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{ "multipart": [
|
||||
{ "when": { "facing":"north" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_model", "y": 0 } },
|
||||
{ "when": { "facing":"south" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_model", "y": 180 } },
|
||||
{ "when": { "facing":"west" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_model", "y": 270 } },
|
||||
{ "when": { "facing":"east" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_model", "y": 90 } },
|
||||
{ "when": { "facing":"up" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_model", "x": -90 } },
|
||||
{ "when": { "facing":"down" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_model", "x": 90 } }
|
||||
{ "when": { "facing":"north" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_model", "y": 0 } },
|
||||
{ "when": { "facing":"south" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_model", "y": 180 } },
|
||||
{ "when": { "facing":"west" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_model", "y": 270 } },
|
||||
{ "when": { "facing":"east" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_model", "y": 90 } },
|
||||
{ "when": { "facing":"up" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_model", "x": -90 } },
|
||||
{ "when": { "facing":"down" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_model", "x": 90 } }
|
||||
]}
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{ "multipart": [
|
||||
{ "when": { "facing":"north" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_redstone_model", "y": 0 } },
|
||||
{ "when": { "facing":"south" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_redstone_model", "y": 180 } },
|
||||
{ "when": { "facing":"west" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_redstone_model", "y": 270 } },
|
||||
{ "when": { "facing":"east" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_redstone_model", "y": 90 } },
|
||||
{ "when": { "facing":"up" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_redstone_model", "x": -90 } },
|
||||
{ "when": { "facing":"down" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_redstone_model", "x": 90 } },
|
||||
{ "when": { "rs_n":"true" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_rs_connector_submodel", "y": 0 } },
|
||||
{ "when": { "rs_s":"true" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_rs_connector_submodel", "y": 180 } },
|
||||
{ "when": { "rs_w":"true" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_rs_connector_submodel", "y": 270 } },
|
||||
{ "when": { "rs_e":"true" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_rs_connector_submodel", "y": 90 } },
|
||||
{ "when": { "rs_u":"true" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_rs_connector_submodel", "x": -90 } },
|
||||
{ "when": { "rs_d":"true" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_rs_connector_submodel", "x": 90 } }
|
||||
{ "when": { "facing":"north" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_redstone_model", "y": 0 } },
|
||||
{ "when": { "facing":"south" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_redstone_model", "y": 180 } },
|
||||
{ "when": { "facing":"west" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_redstone_model", "y": 270 } },
|
||||
{ "when": { "facing":"east" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_redstone_model", "y": 90 } },
|
||||
{ "when": { "facing":"up" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_redstone_model", "x": -90 } },
|
||||
{ "when": { "facing":"down" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_redstone_model", "x": 90 } },
|
||||
{ "when": { "rs_n":"true" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_rs_connector_submodel", "y": 0 } },
|
||||
{ "when": { "rs_s":"true" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_rs_connector_submodel", "y": 180 } },
|
||||
{ "when": { "rs_w":"true" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_rs_connector_submodel", "y": 270 } },
|
||||
{ "when": { "rs_e":"true" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_rs_connector_submodel", "y": 90 } },
|
||||
{ "when": { "rs_u":"true" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_rs_connector_submodel", "x": -90 } },
|
||||
{ "when": { "rs_d":"true" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_rs_connector_submodel", "x": 90 } }
|
||||
]}
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{ "multipart": [
|
||||
{ "when": { "facing":"north" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_redstone_analog_model", "y": 0 } },
|
||||
{ "when": { "facing":"south" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_redstone_analog_model", "y": 180 } },
|
||||
{ "when": { "facing":"west" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_redstone_analog_model", "y": 270 } },
|
||||
{ "when": { "facing":"east" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_redstone_analog_model", "y": 90 } },
|
||||
{ "when": { "facing":"up" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_redstone_analog_model", "x": -90 } },
|
||||
{ "when": { "facing":"down" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_redstone_analog_model", "x": 90 } },
|
||||
{ "when": { "rs_n":"true" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_rs_connector_submodel", "y": 0 } },
|
||||
{ "when": { "rs_s":"true" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_rs_connector_submodel", "y": 180 } },
|
||||
{ "when": { "rs_w":"true" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_rs_connector_submodel", "y": 270 } },
|
||||
{ "when": { "rs_e":"true" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_rs_connector_submodel", "y": 90 } },
|
||||
{ "when": { "rs_u":"true" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_rs_connector_submodel", "x": -90 } },
|
||||
{ "when": { "rs_d":"true" }, "apply": { "model": "engineersdecor:block/pipe/straight_pipe_valve_rs_connector_submodel", "x": 90 } }
|
||||
{ "when": { "facing":"north" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_redstone_analog_model", "y": 0 } },
|
||||
{ "when": { "facing":"south" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_redstone_analog_model", "y": 180 } },
|
||||
{ "when": { "facing":"west" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_redstone_analog_model", "y": 270 } },
|
||||
{ "when": { "facing":"east" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_redstone_analog_model", "y": 90 } },
|
||||
{ "when": { "facing":"up" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_redstone_analog_model", "x": -90 } },
|
||||
{ "when": { "facing":"down" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_redstone_analog_model", "x": 90 } },
|
||||
{ "when": { "rs_n":"true" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_rs_connector_submodel", "y": 0 } },
|
||||
{ "when": { "rs_s":"true" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_rs_connector_submodel", "y": 180 } },
|
||||
{ "when": { "rs_w":"true" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_rs_connector_submodel", "y": 270 } },
|
||||
{ "when": { "rs_e":"true" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_rs_connector_submodel", "y": 90 } },
|
||||
{ "when": { "rs_u":"true" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_rs_connector_submodel", "x": -90 } },
|
||||
{ "when": { "rs_d":"true" }, "apply": { "model": "engineersdecor:block/device/straight_pipe_valve_rs_connector_submodel", "x": 90 } }
|
||||
]}
|
|
@ -25,7 +25,6 @@
|
|||
"engineersdecor.config.without_factory_dropper": "Without factory dropper",
|
||||
"engineersdecor.config.without_halfslabs": "Without slab slices",
|
||||
"engineersdecor.config.without_hsupports": "Without h. supports",
|
||||
"engineersdecor.config.without_ie_concrete_wall": "Without concrete wall",
|
||||
"engineersdecor.config.without_lab_furnace": "Without lab furnace",
|
||||
"engineersdecor.config.without_ladder_speed_boost": "Without ladder speed boost",
|
||||
"engineersdecor.config.without_ladders": "Without ladders",
|
||||
|
@ -52,6 +51,8 @@
|
|||
"engineersdecor.tooltip.slabpickup.help": "§rFast pickup by left-clicking while looking up/down and holding this slab.",
|
||||
"block.engineersdecor.clinker_brick_block": "Clinker Brick Block",
|
||||
"block.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.",
|
||||
"block.engineersdecor.clinker_brick_sastor_corner_block": "Sandstone Ornated Clinker Brick",
|
||||
"block.engineersdecor.clinker_brick_sastor_corner_block.help": "§6Quoin decoration for clinker wall accentuation.§r\nPlace looking horizontally to generate a building corner ornamentation. Place while looking almost straight up/down for window ornamentation. The style of adjacent Sandstone Ornated Blocks are copied (preferred) to facilitate placements for higher buildings.",
|
||||
"block.engineersdecor.clinker_brick_slab": "Clinker Brick Slab",
|
||||
"block.engineersdecor.clinker_brick_slab.help": "§6Slab made from a Clinker Block.§r\nLooks slightly darker and more color intensive than the vanilla brick.",
|
||||
"block.engineersdecor.clinker_brick_stained_block": "Stained Clinker Brick Block",
|
||||
|
@ -156,6 +157,11 @@
|
|||
"block.engineersdecor.metal_rung_ladder.help": "§6Typical industrial wall ladder, consisting of horizontal metal rod rungs.§r Look up/down to climb faster.",
|
||||
"block.engineersdecor.metal_rung_steps": "Staggered Metal Steps",
|
||||
"block.engineersdecor.metal_rung_steps.help": "§6Staggered rod rungs affixed to a wall, allowing to climb up, fall down, and so on.§r Look up/down to climb faster.",
|
||||
"block.engineersdecor.old_industrial_wood_door": "Old Industrial Wood Door",
|
||||
"block.engineersdecor.old_industrial_wood_planks": "Old Industrial Wood Planks",
|
||||
"block.engineersdecor.old_industrial_wood_slab": "Old Industrial Wood Slab",
|
||||
"block.engineersdecor.old_industrial_wood_slabslice": "Old Industrial Wood Slab Slice",
|
||||
"block.engineersdecor.old_industrial_wood_stairs": "Old Industrial Wood Stairs",
|
||||
"block.engineersdecor.panzerglass_block": "Panzer Glass Block",
|
||||
"block.engineersdecor.panzerglass_block.help": "§6Reinforced glass block.§r Expensive, explosion-proof. Dark gray tint, faint structural lines visible, multi texture for seemless look.",
|
||||
"block.engineersdecor.panzerglass_slab": "Panzer Glass Slab",
|
||||
|
@ -196,8 +202,6 @@
|
|||
"block.engineersdecor.slag_brick_stairs.help": "§6Gray-brown brick stairs.",
|
||||
"block.engineersdecor.slag_brick_wall": "Slag Brick Wall",
|
||||
"block.engineersdecor.slag_brick_wall.help": "§6Simplistic Slag Brick Wall.",
|
||||
"block.engineersdecor.clinker_brick_sastor_corner_block": "Sandstone Ornamented Clinker Brick Corner",
|
||||
"block.engineersdecor.clinker_brick_sastor_corner_block.help": "§6Quoin decoration for clinker wall accentuation.",
|
||||
"block.engineersdecor.small_block_breaker": "Small Block Breaker",
|
||||
"block.engineersdecor.small_block_breaker.help": "§6Breaks blocks in front of it.§r\nCan be disabled by applying a redstone signal. The time needed to destroy a block depends on the hardness of that block. ${!block_breaker_requires_power?engineersdecor.tooltip.massive_speed_boost_with_rf_power} ${block_breaker_requires_power?engineersdecor.tooltip.requires_rf_power}",
|
||||
"block.engineersdecor.small_block_breaker.status": "SOC: %1$s%% of %2$sRF§r | progress: %3$s%%",
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
"engineersdecor.config.without_factory_dropper": "Без фабричного выбрасывателя",
|
||||
"engineersdecor.config.without_halfslabs": "Без частей плит",
|
||||
"engineersdecor.config.without_hsupports": "Без опор",
|
||||
"engineersdecor.config.without_ie_concrete_wall": "Без бетонных стен",
|
||||
"engineersdecor.config.without_lab_furnace": "Без лабораторной печи",
|
||||
"engineersdecor.config.without_ladder_speed_boost": "Без ускорения на лестницах",
|
||||
"engineersdecor.config.without_ladders": "Без лестниц",
|
||||
|
@ -52,6 +51,8 @@
|
|||
"engineersdecor.tooltip.slabpickup.help": "§rБыстрое поднятие щелчком ЛКМ, смотря вверх/вниз с этой плитой в руках.",
|
||||
"block.engineersdecor.clinker_brick_block": "Клинкерный кирпич",
|
||||
"block.engineersdecor.clinker_brick_block.help": "§6Кирпичный блок с вариациями текстуры, зависящими от положения.§r\nВыглядит темнее и интенсивнее, чем Кирпичный блок.",
|
||||
"block.engineersdecor.clinker_brick_sastor_corner_block": "Sandstone Ornated Clinker Brick",
|
||||
"block.engineersdecor.clinker_brick_sastor_corner_block.help": "§6Quoin decoration for clinker wall accentuation.§r\nPlace looking horizontally to generate a building corner ornamentation. Place while looking almost straight up/down for window ornamentation. The style of adjacent Sandstone Ornated Blocks are copied (preferred) to facilitate placements for higher buildings.",
|
||||
"block.engineersdecor.clinker_brick_slab": "Клинкерная плита",
|
||||
"block.engineersdecor.clinker_brick_slab.help": "§6Плита из клинкерного блока.§r\nВыглядит темнее и интенсивнее, чем Кирпичный блок.",
|
||||
"block.engineersdecor.clinker_brick_stained_block": "Грязный клинкерный кирпич",
|
||||
|
@ -156,6 +157,11 @@
|
|||
"block.engineersdecor.metal_rung_ladder.help": "§6Типичная промышленная настенная лестница, состоящая из горизонтальных металлических стержней.§r Смотри вверх/вниз, чтобы подняться быстрее.",
|
||||
"block.engineersdecor.metal_rung_steps": "Настенные металлические ступеньки",
|
||||
"block.engineersdecor.metal_rung_steps.help": "§6Металлические ступеньки, крепятся к стене. Позволяют подниматься/спускаться.§r Смотри вверх/вниз, чтобы подняться быстрее.",
|
||||
"block.engineersdecor.old_industrial_wood_door": "Old Industrial Wood Door",
|
||||
"block.engineersdecor.old_industrial_wood_planks": "Old Industrial Wood Planks",
|
||||
"block.engineersdecor.old_industrial_wood_slab": "Old Industrial Wood Slab",
|
||||
"block.engineersdecor.old_industrial_wood_slabslice": "Old Industrial Wood Slab Slice",
|
||||
"block.engineersdecor.old_industrial_wood_stairs": "Old Industrial Wood Stairs",
|
||||
"block.engineersdecor.panzerglass_block": "Бронированное стекло",
|
||||
"block.engineersdecor.panzerglass_block.help": "§6Усиленный стеклоблок.§r Дорогой, взрывоустойчивый. Имеет тёмно-серый оттенок, слегка видны структурные линии, мультитекстура для бесшовного отображения.",
|
||||
"block.engineersdecor.panzerglass_slab": "Плита из бронированного стекла",
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
"engineersdecor.config.without_factory_dropper": "不要工厂掉落器",
|
||||
"engineersdecor.config.without_halfslabs": "不要台阶切片",
|
||||
"engineersdecor.config.without_hsupports": "不要支撑",
|
||||
"engineersdecor.config.without_ie_concrete_wall": "不要混凝土墙",
|
||||
"engineersdecor.config.without_lab_furnace": "不要实验室炉",
|
||||
"engineersdecor.config.without_ladder_speed_boost": "不要爬梯加速",
|
||||
"engineersdecor.config.without_ladders": "不要梯子",
|
||||
|
@ -52,6 +51,8 @@
|
|||
"engineersdecor.tooltip.slabpickup.help": "§r手持同类台阶往上/下看时单击该台阶可无需破坏快速拾起。",
|
||||
"block.engineersdecor.clinker_brick_block": "过烧砖块",
|
||||
"block.engineersdecor.clinker_brick_block.help": "§6一种放在不同位置贴图有不同变化的砖块。§r\n比原版砖看起来颜色更深,色度也更高。",
|
||||
"block.engineersdecor.clinker_brick_sastor_corner_block": "Sandstone Ornated Clinker Brick",
|
||||
"block.engineersdecor.clinker_brick_sastor_corner_block.help": "§6Quoin decoration for clinker wall accentuation.§r\nPlace looking horizontally to generate a building corner ornamentation. Place while looking almost straight up/down for window ornamentation. The style of adjacent Sandstone Ornated Blocks are copied (preferred) to facilitate placements for higher buildings.",
|
||||
"block.engineersdecor.clinker_brick_slab": "过烧砖台阶",
|
||||
"block.engineersdecor.clinker_brick_slab.help": "§6过烧砖块制造的台阶。§r\n比原版砖看起来颜色更深,色度也更高。",
|
||||
"block.engineersdecor.clinker_brick_stained_block": "污渍过烧砖块",
|
||||
|
@ -156,6 +157,11 @@
|
|||
"block.engineersdecor.metal_rung_ladder.help": "§6典型的工业墙梯,由水平的金属杆蹬组成。§r往上/下看会爬得更快。",
|
||||
"block.engineersdecor.metal_rung_steps": "交错金属台阶",
|
||||
"block.engineersdecor.metal_rung_steps.help": "§6贴在墙上的交错金属杆蹬,能够爬上或爬下。§r往上/下看会爬得更快。",
|
||||
"block.engineersdecor.old_industrial_wood_door": "Old Industrial Wood Door",
|
||||
"block.engineersdecor.old_industrial_wood_planks": "Old Industrial Wood Planks",
|
||||
"block.engineersdecor.old_industrial_wood_slab": "Old Industrial Wood Slab",
|
||||
"block.engineersdecor.old_industrial_wood_slabslice": "Old Industrial Wood Slab Slice",
|
||||
"block.engineersdecor.old_industrial_wood_stairs": "Old Industrial Wood Stairs",
|
||||
"block.engineersdecor.panzerglass_block": "装甲玻璃块",
|
||||
"block.engineersdecor.panzerglass_block.help": "§6强化的玻璃方块。§r昂贵,防爆。深灰色调,有隐约可见的结构线和多种纹理,外观无光泽。",
|
||||
"block.engineersdecor.panzerglass_slab": "装甲玻璃台阶",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"parent": "engineersdecor:block/pipe/fluid_barrel_model0",
|
||||
"parent": "engineersdecor:block/device/fluid_barrel_model0",
|
||||
"textures": { "s" : "engineersdecor:block/pipe/fluid_barrel_side1" }
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"parent": "engineersdecor:block/pipe/fluid_barrel_model0",
|
||||
"parent": "engineersdecor:block/device/fluid_barrel_model0",
|
||||
"textures": { "s" : "engineersdecor:block/pipe/fluid_barrel_side2" }
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "engineersdecor:block/pipe/fluid_barrel_model0",
|
||||
"parent": "engineersdecor:block/device/fluid_barrel_model0",
|
||||
"textures": {
|
||||
"s" : "engineersdecor:block/pipe/fluid_barrel_side3"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"parent": "engineersdecor:block/pipe/fluid_barrel_model0",
|
||||
"parent": "engineersdecor:block/device/fluid_barrel_model0",
|
||||
"textures": { "s" : "engineersdecor:block/pipe/fluid_barrel_side4" }
|
||||
}
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"gui_light": "front",
|
||||
"textures": {
|
||||
"f": "engineersdecor:block/misc/labeled_crate_front_texture",
|
||||
"particle": "engineersdecor:block/misc/labeled_crate_side_texture",
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "engineersdecor:block/furnace/small_electrical_furnace_model",
|
||||
"parent": "engineersdecor:block/device/small_electrical_furnace_model",
|
||||
"textures": {
|
||||
"front": "engineersdecor:block/furnace/small_electrical_furnace_front_lit",
|
||||
"back": "engineersdecor:block/furnace/small_electrical_furnace_back_lit"
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"parent": "engineersdecor:block/furnace/small_lab_furnace_model",
|
||||
"parent": "engineersdecor:block/device/small_lab_furnace_model",
|
||||
"textures": { "gloom": "engineersdecor:block/furnace/small_lab_furnace_front_gloom_on" }
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "engineersdecor:block/furnace/small_mineral_smelter_model",
|
||||
"parent": "engineersdecor:block/device/small_mineral_smelter_model",
|
||||
"textures": {
|
||||
"front": "engineersdecor:block/furnace/small_mineral_smelter_front_s1"
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "engineersdecor:block/furnace/small_mineral_smelter_model",
|
||||
"parent": "engineersdecor:block/device/small_mineral_smelter_model",
|
||||
"textures": {
|
||||
"front": "engineersdecor:block/furnace/small_mineral_smelter_front_s2"
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "engineersdecor:block/furnace/small_mineral_smelter_model",
|
||||
"parent": "engineersdecor:block/device/small_mineral_smelter_model",
|
||||
"textures": {
|
||||
"front": "engineersdecor:block/furnace/small_mineral_smelter_front_s3"
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "engineersdecor:block/furnace/small_waste_incinerator_model",
|
||||
"parent": "engineersdecor:block/device/small_waste_incinerator_model",
|
||||
"textures": {
|
||||
"side": "engineersdecor:block/furnace/small_waste_incinerator_side"
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "engineersdecor:block/pipe/straight_pipe_valve_model",
|
||||
"parent": "engineersdecor:block/device/straight_pipe_valve_model",
|
||||
"textures": {
|
||||
"side" : "engineersdecor:block/pipe/straight_pipe_valve_side_redstone_analog_texture"
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "engineersdecor:block/pipe/straight_pipe_valve_model",
|
||||
"parent": "engineersdecor:block/device/straight_pipe_valve_model",
|
||||
"textures": {
|
||||
"side" : "engineersdecor:block/pipe/straight_pipe_valve_side_redstone_texture"
|
||||
}
|
|
@ -0,0 +1,170 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"bottom": "engineersdecor:block/door/old_industrial_door_texture_bottom",
|
||||
"particle": "engineersdecor:block/door/old_industrial_door_texture_side"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0.5, 0, 0],
|
||||
"to": [2.5, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [13.5, 0, 15.5, 16], "texture": "#particle"},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
|
||||
"south": {"uv": [0.5, 0, 2.5, 16], "texture": "#particle"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
|
||||
"down": {"uv": [0.5, 0, 2.5, 16], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 2, 15],
|
||||
"to": [0.5, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 0, 16, 14], "texture": "#bottom"},
|
||||
"south": {"uv": [0, 0, 0.5, 14], "texture": "#particle"},
|
||||
"west": {"uv": [15, 0, 16, 14], "texture": "#bottom"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 2, 15],
|
||||
"to": [3, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 0, 13.5, 14], "texture": "#particle"},
|
||||
"east": {"uv": [0, 0, 1, 14], "texture": "#bottom"},
|
||||
"south": {"uv": [2.5, 0, 3, 14], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 2, 0],
|
||||
"to": [0.5, 16, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 8, -7]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 0, 16, 14], "texture": "#particle"},
|
||||
"south": {"uv": [0, 0, 0.5, 14], "texture": "#bottom"},
|
||||
"west": {"uv": [0, 0, 1, 14], "texture": "#bottom"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 2, 0],
|
||||
"to": [3, 16, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 8, -7]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 0, 13.5, 14], "texture": "#particle"},
|
||||
"east": {"uv": [15, 0, 16, 14], "texture": "#bottom"},
|
||||
"south": {"uv": [2.5, 0, 3, 14], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [0.5, 2, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 8, -6]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 14, 16, 16], "texture": "#particle"},
|
||||
"south": {"uv": [0, 14, 0.5, 16], "texture": "#particle"},
|
||||
"west": {"uv": [0, 14, 16, 16], "texture": "#bottom"},
|
||||
"up": {"uv": [0, 0, 0.5, 16], "texture": "#particle"},
|
||||
"down": {"uv": [0, 0, 0.5, 16], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 0, 0],
|
||||
"to": [3, 2, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 8, -6]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 14, 13.5, 16], "texture": "#particle"},
|
||||
"east": {"uv": [0, 14, 16, 16], "texture": "#bottom"},
|
||||
"south": {"uv": [2.5, 14, 3, 16], "texture": "#particle"},
|
||||
"up": {"uv": [2.5, 0, 3, 16], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 0, 3, 16], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 14, 12],
|
||||
"to": [3, 15, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 21, 5]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 1, 13.5, 2], "texture": "#particle"},
|
||||
"east": {"uv": [1, 0, 4, 1], "texture": "#particle"},
|
||||
"up": {"uv": [2.5, 12, 3, 15], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 1, 3, 4], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 12],
|
||||
"to": [0.5, 15, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 21, 5]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 1, 16, 2], "texture": "#particle"},
|
||||
"west": {"uv": [12, 0, 15, 1], "texture": "#particle"},
|
||||
"up": {"uv": [0, 12, 0.5, 15], "texture": "#particle"},
|
||||
"down": {"uv": [0, 1, 0.5, 4], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 2, 14],
|
||||
"to": [3, 3, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 9, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 13, 13.5, 14], "texture": "#particle"},
|
||||
"east": {"uv": [1, 13, 2, 14], "texture": "#particle"},
|
||||
"up": {"uv": [2.5, 14, 3, 15], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 13.5, 11],
|
||||
"to": [3, 14.5, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 20.5, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 1.5, 13.5, 2.5], "texture": "#particle"},
|
||||
"east": {"uv": [4, 1.5, 5, 2.5], "texture": "#particle"},
|
||||
"south": {"uv": [2.5, 1.5, 3, 2.5], "texture": "#particle"},
|
||||
"up": {"uv": [2.5, 11, 3, 12], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 4, 3, 5], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 13.5, 11],
|
||||
"to": [0.5, 14.5, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 20.5, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 1.5, 16, 2.5], "texture": "#particle"},
|
||||
"south": {"uv": [0, 1.5, 0.5, 2.5], "texture": "#particle"},
|
||||
"west": {"uv": [11, 1.5, 12, 2.5], "texture": "#particle"},
|
||||
"up": {"uv": [0, 11, 0.5, 12], "texture": "#particle"},
|
||||
"down": {"uv": [0, 4, 0.5, 5], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 2, 1],
|
||||
"to": [3, 3, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 9, -6]},
|
||||
"faces": {
|
||||
"east": {"uv": [14, 13, 15, 14], "texture": "#particle"},
|
||||
"south": {"uv": [2.5, 13, 3, 14], "texture": "#particle"},
|
||||
"up": {"uv": [2.5, 1, 3, 2], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 2, 14],
|
||||
"to": [0.5, 3, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 9, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 13, 16, 14], "texture": "#particle"},
|
||||
"west": {"uv": [14, 13, 15, 14], "texture": "#particle"},
|
||||
"up": {"uv": [0, 14, 0.5, 15], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 2, 1],
|
||||
"to": [0.5, 3, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 9, -6]},
|
||||
"faces": {
|
||||
"south": {"uv": [0, 13, 0.5, 14], "texture": "#particle"},
|
||||
"west": {"uv": [1, 13, 2, 14], "texture": "#particle"},
|
||||
"up": {"uv": [0, 1, 0.5, 2], "texture": "#particle"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,205 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"bottom": "engineersdecor:block/door/old_industrial_door_texture_bottom",
|
||||
"particle": "engineersdecor:block/door/old_industrial_door_texture_side"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0.5, 0, 0],
|
||||
"to": [2.5, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [13.5, 0, 15.5, 16], "texture": "#particle"},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
|
||||
"south": {"uv": [0.5, 0, 2.5, 16], "texture": "#particle"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
|
||||
"down": {"uv": [0.5, 0, 2.5, 16], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 2, 15],
|
||||
"to": [0.5, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 0, 16, 14], "texture": "#bottom"},
|
||||
"south": {"uv": [0, 0, 0.5, 14], "texture": "#particle"},
|
||||
"west": {"uv": [15, 0, 16, 14], "texture": "#bottom"},
|
||||
"down": {"uv": [0, 0, 0.5, 1], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 2, 15],
|
||||
"to": [3, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 0, 13.5, 14], "texture": "#particle"},
|
||||
"east": {"uv": [0, 0, 1, 14], "texture": "#bottom"},
|
||||
"south": {"uv": [2.5, 0, 3, 14], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 0, 3, 1], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 2, 0],
|
||||
"to": [0.5, 16, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 8, -7]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 0, 16, 14], "texture": "#particle"},
|
||||
"south": {"uv": [0, 0, 0.5, 14], "texture": "#bottom"},
|
||||
"west": {"uv": [0, 0, 1, 14], "texture": "#bottom"},
|
||||
"down": {"uv": [0, 15, 0.5, 16], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 2, 0],
|
||||
"to": [3, 16, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 8, -7]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 0, 13.5, 14], "texture": "#particle"},
|
||||
"east": {"uv": [15, 0, 16, 14], "texture": "#bottom"},
|
||||
"south": {"uv": [2.5, 0, 3, 14], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 15, 3, 16], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [0.5, 2, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 8, -6]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 14, 16, 16], "texture": "#particle"},
|
||||
"south": {"uv": [0, 14, 0.5, 16], "texture": "#particle"},
|
||||
"west": {"uv": [0, 14, 16, 16], "texture": "#bottom"},
|
||||
"up": {"uv": [0, 0, 0.5, 16], "texture": "#particle"},
|
||||
"down": {"uv": [0, 0, 0.5, 16], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 0, 0],
|
||||
"to": [3, 2, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 8, -6]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 14, 13.5, 16], "texture": "#particle"},
|
||||
"east": {"uv": [0, 14, 16, 16], "texture": "#bottom"},
|
||||
"south": {"uv": [2.5, 14, 3, 16], "texture": "#particle"},
|
||||
"up": {"uv": [2.5, 0, 3, 16], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 0, 3, 16], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 14, 1],
|
||||
"to": [3, 15, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 21, -17]},
|
||||
"faces": {
|
||||
"east": {"uv": [12, 0, 15, 1], "texture": "#particle"},
|
||||
"south": {"uv": [2.5, 1, 3, 2], "texture": "#particle"},
|
||||
"up": {"uv": [2.5, 1, 3, 4], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 12, 3, 15], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 13.5, 4],
|
||||
"to": [3, 14.5, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 20.5, -14]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 1.5, 13.5, 2.5], "texture": "#particle"},
|
||||
"east": {"uv": [11, 1.5, 12, 2.5], "texture": "#particle"},
|
||||
"south": {"uv": [2.5, 1.5, 3, 2.5], "texture": "#particle"},
|
||||
"up": {"uv": [2.5, 4, 3, 5], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 11, 3, 12], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 13.5, 4],
|
||||
"to": [0.5, 14.5, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 20.5, -14]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 1.5, 13.5, 2.5], "texture": "#particle"},
|
||||
"south": {"uv": [2.5, 1.5, 3, 2.5], "texture": "#particle"},
|
||||
"west": {"uv": [4, 1.5, 5, 2.5], "texture": "#particle"},
|
||||
"up": {"uv": [2.5, 4, 3, 5], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 11, 3, 12], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 15, 14],
|
||||
"to": [0.5, 16, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 22, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 0, 16, 1], "texture": "#particle"},
|
||||
"west": {"uv": [14, 0, 15, 1], "texture": "#particle"},
|
||||
"down": {"uv": [0, 1, 0.5, 2], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 15, 14],
|
||||
"to": [0.5, 16, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 22, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 0, 16, 1], "texture": "#particle"},
|
||||
"west": {"uv": [14, 0, 15, 1], "texture": "#particle"},
|
||||
"down": {"uv": [0, 1, 0.5, 2], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 2, 14],
|
||||
"to": [0.5, 3, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 9, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 13, 16, 14], "texture": "#particle"},
|
||||
"west": {"uv": [14, 13, 15, 14], "texture": "#particle"},
|
||||
"up": {"uv": [0, 14, 0.5, 15], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 2, 1],
|
||||
"to": [0.5, 3, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 9, -17]},
|
||||
"faces": {
|
||||
"south": {"uv": [0, 13, 0.5, 14], "texture": "#particle"},
|
||||
"west": {"uv": [1, 13, 2, 14], "texture": "#particle"},
|
||||
"up": {"uv": [0, 1, 0.5, 2], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 15, 14],
|
||||
"to": [3, 16, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 22, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 0, 13.5, 1], "texture": "#particle"},
|
||||
"east": {"uv": [1, 0, 2, 1], "texture": "#particle"},
|
||||
"south": {"uv": [2.5, 0, 3, 1], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 1, 3, 2], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 2, 14],
|
||||
"to": [3, 3, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 9, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 13, 13.5, 14], "texture": "#particle"},
|
||||
"east": {"uv": [1, 13, 2, 14], "texture": "#particle"},
|
||||
"up": {"uv": [2.5, 14, 3, 15], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 2, 1],
|
||||
"to": [3, 3, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 9, -17]},
|
||||
"faces": {
|
||||
"east": {"uv": [14, 13, 15, 14], "texture": "#particle"},
|
||||
"south": {"uv": [2.5, 13, 3, 14], "texture": "#particle"},
|
||||
"up": {"uv": [2.5, 1, 3, 2], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 1],
|
||||
"to": [0.5, 15, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 21, -17]},
|
||||
"faces": {
|
||||
"south": {"uv": [0, 1, 0.5, 2], "texture": "#particle"},
|
||||
"west": {"uv": [1, 2, 4, 3], "texture": "#particle"},
|
||||
"up": {"uv": [0, 1, 0.5, 4], "texture": "#particle"},
|
||||
"down": {"uv": [0, 12, 0.5, 15], "texture": "#particle"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"bottom": "engineersdecor:block/door/old_industrial_door_texture_bottom",
|
||||
"top": "engineersdecor:block/door/old_industrial_door_texture_top",
|
||||
"particle": "engineersdecor:block/door/old_industrial_door_texture_side"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7.25, 8, 3.5],
|
||||
"to": [8.75, 16, 11.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 3, 16], "texture": "#particle"},
|
||||
"east": {"uv": [16, 0, 0, 16], "texture": "#top"},
|
||||
"south": {"uv": [13, 0, 16, 16], "texture": "#particle"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#top"},
|
||||
"up": {"uv": [0, 0, 16, 3], "rotation": 270, "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 0, 3.5],
|
||||
"to": [8.75, 8, 11.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 3, 16], "texture": "#particle"},
|
||||
"east": {"uv": [16, 0, 0, 16], "texture": "#bottom"},
|
||||
"south": {"uv": [13, 0, 16, 16], "texture": "#particle"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
|
||||
"down": {"uv": [0, 13, 16, 16], "rotation": 90, "texture": "#particle"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"gui_light": "front",
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [6, 88, 39],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [-4, 27, 0],
|
||||
"translation": [2.25, 0, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 1.75, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [0, 0.25, 0],
|
||||
"scale": [0.9, 0.9, 0.9]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 90, 0]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,160 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"top": "engineersdecor:block/door/old_industrial_door_texture_top",
|
||||
"particle": "engineersdecor:block/door/old_industrial_door_texture_side"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0.5, 0, 0],
|
||||
"to": [2.5, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [13.5, 0, 15.5, 16], "texture": "#particle"},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#top"},
|
||||
"south": {"uv": [0.5, 0, 2.5, 16], "texture": "#particle"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#top"},
|
||||
"up": {"uv": [0.5, 0, 2.5, 16], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 0, 1],
|
||||
"to": [3, 1, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 7, 8]},
|
||||
"faces": {
|
||||
"east": {"uv": [1, 15, 15, 16], "texture": "#top"},
|
||||
"west": {"uv": [1, 15, 15, 16], "texture": "#top"},
|
||||
"up": {"uv": [2.5, 1, 3, 15], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 1, 3, 15], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 1],
|
||||
"to": [0.5, 1, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6.5, 7, 8]},
|
||||
"faces": {
|
||||
"west": {"uv": [1, 15, 15, 16], "texture": "#top"},
|
||||
"up": {"uv": [0, 1, 0.5, 15], "texture": "#particle"},
|
||||
"down": {"uv": [0, 1, 0.5, 15], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 15, 0],
|
||||
"to": [3, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 22, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 0, 13.5, 1], "texture": "#particle"},
|
||||
"east": {"uv": [0, 0, 16, 1], "texture": "#top"},
|
||||
"south": {"uv": [2.5, 0, 3, 1], "texture": "#particle"},
|
||||
"west": {"uv": [0, 0, 16, 1], "texture": "#top"},
|
||||
"up": {"uv": [2.5, 0, 3, 16], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 0, 3, 16], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 15, 0],
|
||||
"to": [0.5, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6.5, 22, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 0, 16, 1], "texture": "#particle"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#particle"},
|
||||
"west": {"uv": [0, 0, 16, 1], "texture": "#top"},
|
||||
"up": {"uv": [0, 0, 0.5, 16], "texture": "#particle"},
|
||||
"down": {"uv": [0, 0, 0.5, 16], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 0, 15],
|
||||
"to": [3, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 1, 13.5, 16], "texture": "#particle"},
|
||||
"east": {"uv": [0, 1, 1, 16], "texture": "#top"},
|
||||
"south": {"uv": [2.5, 1, 3, 16], "texture": "#particle"},
|
||||
"west": {"uv": [15, 1, 16, 16], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 15],
|
||||
"to": [0.5, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6.5, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 1, 16, 16], "texture": "#particle"},
|
||||
"south": {"uv": [0, 1, 0.5, 16], "texture": "#particle"},
|
||||
"west": {"uv": [15, 1, 16, 16], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 0, 0],
|
||||
"to": [3, 15, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 10, -7]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 1, 13.5, 16], "texture": "#particle"},
|
||||
"east": {"uv": [15, 1, 16, 16], "texture": "#top"},
|
||||
"south": {"uv": [2.5, 1, 3, 16], "texture": "#particle"},
|
||||
"west": {"uv": [0, 1, 1, 16], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [0.5, 15, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6.5, 10, -7]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 1, 16, 16], "texture": "#particle"},
|
||||
"south": {"uv": [0, 1, 0.5, 16], "texture": "#particle"},
|
||||
"west": {"uv": [0, 1, 1, 16], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 14, 14],
|
||||
"to": [3, 15, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10.5, 22, 22]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 1, 13.5, 2], "texture": "#particle"},
|
||||
"east": {"uv": [1, 1, 2, 2], "texture": "#particle"},
|
||||
"south": {"uv": [2.5, 1, 3, 2], "texture": "#particle"},
|
||||
"west": {"uv": [14, 1, 15, 2], "texture": "#particle"},
|
||||
"up": {"uv": [2.5, 14, 3, 15], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 1, 3, 2], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 14],
|
||||
"to": [0.5, 15, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 22, 22]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 1, 16, 2], "texture": "#particle"},
|
||||
"east": {"uv": [1, 1, 2, 2], "texture": "#particle"},
|
||||
"south": {"uv": [0, 1, 0.5, 2], "texture": "#particle"},
|
||||
"west": {"uv": [14, 1, 15, 2], "texture": "#particle"},
|
||||
"up": {"uv": [0, 14, 0.5, 15], "texture": "#particle"},
|
||||
"down": {"uv": [0, 1, 0.5, 2], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 14, 1],
|
||||
"to": [3, 15, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10.5, 22, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 1, 13.5, 2], "texture": "#particle"},
|
||||
"east": {"uv": [14, 1, 15, 2], "texture": "#particle"},
|
||||
"south": {"uv": [2.5, 1, 3, 2], "texture": "#particle"},
|
||||
"west": {"uv": [1, 1, 2, 2], "texture": "#particle"},
|
||||
"up": {"uv": [2.5, 1, 3, 2], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 14, 3, 15], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 1],
|
||||
"to": [0.5, 15, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 22, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 1, 16, 2], "texture": "#particle"},
|
||||
"east": {"uv": [14, 1, 15, 2], "texture": "#particle"},
|
||||
"south": {"uv": [0, 1, 0.5, 2], "texture": "#particle"},
|
||||
"west": {"uv": [1, 1, 2, 2], "texture": "#particle"},
|
||||
"up": {"uv": [0, 1, 0.5, 2], "texture": "#particle"},
|
||||
"down": {"uv": [0, 14, 0.5, 15], "texture": "#particle"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,161 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"bottom": "engineersdecor:block/door/old_industrial_door_texture_bottom",
|
||||
"top": "engineersdecor:block/door/old_industrial_door_texture_top",
|
||||
"particle": "engineersdecor:block/door/old_industrial_door_texture_side"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0.5, 0, 0],
|
||||
"to": [2.5, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [13.5, 0, 15.5, 16], "texture": "#particle"},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#top"},
|
||||
"south": {"uv": [0.5, 0, 2.5, 16], "texture": "#particle"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#top"},
|
||||
"up": {"uv": [0.5, 0, 2.5, 16], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 0, 1],
|
||||
"to": [3, 1, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 7, 8]},
|
||||
"faces": {
|
||||
"east": {"uv": [1, 15, 15, 16], "texture": "#top"},
|
||||
"west": {"uv": [1, 15, 15, 16], "texture": "#top"},
|
||||
"up": {"uv": [2.5, 1, 3, 15], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 1, 3, 15], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 1],
|
||||
"to": [0.5, 1, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6.5, 7, 8]},
|
||||
"faces": {
|
||||
"west": {"uv": [1, 15, 15, 16], "texture": "#top"},
|
||||
"up": {"uv": [0, 1, 0.5, 15], "texture": "#bottom"},
|
||||
"down": {"uv": [0, 1, 0.5, 15], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 15, 0],
|
||||
"to": [3, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 22, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 0, 13.5, 1], "texture": "#particle"},
|
||||
"east": {"uv": [0, 0, 16, 1], "texture": "#top"},
|
||||
"south": {"uv": [2.5, 0, 3, 1], "texture": "#particle"},
|
||||
"west": {"uv": [0, 0, 16, 1], "texture": "#top"},
|
||||
"up": {"uv": [2.5, 0, 3, 16], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 0, 3, 16], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 15, 0],
|
||||
"to": [0.5, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6.5, 22, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 0, 16, 1], "texture": "#particle"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#particle"},
|
||||
"west": {"uv": [0, 0, 16, 1], "texture": "#top"},
|
||||
"up": {"uv": [0, 0, 0.5, 16], "texture": "#particle"},
|
||||
"down": {"uv": [0, 0, 0.5, 16], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 0, 15],
|
||||
"to": [3, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 1, 13.5, 16], "texture": "#particle"},
|
||||
"east": {"uv": [0, 1, 1, 16], "texture": "#top"},
|
||||
"south": {"uv": [2.5, 1, 3, 16], "texture": "#particle"},
|
||||
"west": {"uv": [15, 1, 16, 16], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 15],
|
||||
"to": [0.5, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6.5, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 1, 16, 16], "texture": "#top"},
|
||||
"south": {"uv": [0, 1, 0.5, 16], "texture": "#particle"},
|
||||
"west": {"uv": [15, 1, 16, 16], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 0, 0],
|
||||
"to": [3, 15, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 10, -7]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 1, 13.5, 16], "texture": "#particle"},
|
||||
"east": {"uv": [15, 1, 16, 16], "texture": "#top"},
|
||||
"south": {"uv": [2.5, 1, 3, 16], "texture": "#particle"},
|
||||
"west": {"uv": [0, 1, 1, 16], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [0.5, 15, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6.5, 10, -7]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 1, 16, 16], "texture": "#particle"},
|
||||
"south": {"uv": [0, 1, 0.5, 16], "texture": "#top"},
|
||||
"west": {"uv": [0, 1, 1, 16], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 14, 14],
|
||||
"to": [3, 15, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10.5, 22, 22]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 1, 13.5, 2], "texture": "#particle"},
|
||||
"east": {"uv": [1, 1, 2, 2], "texture": "#particle"},
|
||||
"south": {"uv": [2.5, 1, 3, 2], "texture": "#particle"},
|
||||
"west": {"uv": [14, 1, 15, 2], "texture": "#particle"},
|
||||
"up": {"uv": [2.5, 14, 3, 15], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 1, 3, 2], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.5, 14, 1],
|
||||
"to": [3, 15, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10.5, 22, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 1, 13.5, 2], "texture": "#particle"},
|
||||
"east": {"uv": [14, 1, 15, 2], "texture": "#particle"},
|
||||
"south": {"uv": [2.5, 1, 3, 2], "texture": "#particle"},
|
||||
"west": {"uv": [1, 1, 2, 2], "texture": "#particle"},
|
||||
"up": {"uv": [2.5, 1, 3, 2], "texture": "#particle"},
|
||||
"down": {"uv": [2.5, 14, 3, 15], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 14],
|
||||
"to": [0.5, 15, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 22, 22]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 1, 16, 2], "texture": "#particle"},
|
||||
"east": {"uv": [1, 1, 2, 2], "texture": "#particle"},
|
||||
"south": {"uv": [0, 1, 0.5, 2], "texture": "#particle"},
|
||||
"west": {"uv": [14, 1, 15, 2], "texture": "#particle"},
|
||||
"up": {"uv": [0, 14, 0.5, 15], "texture": "#particle"},
|
||||
"down": {"uv": [0, 1, 0.5, 2], "texture": "#particle"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 1],
|
||||
"to": [0.5, 15, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 22, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.5, 1, 16, 2], "texture": "#particle"},
|
||||
"east": {"uv": [14, 1, 15, 2], "texture": "#particle"},
|
||||
"south": {"uv": [0, 1, 0.5, 2], "texture": "#particle"},
|
||||
"west": {"uv": [1, 1, 2, 2], "texture": "#particle"},
|
||||
"up": {"uv": [0, 1, 0.5, 2], "texture": "#particle"},
|
||||
"down": {"uv": [0, 14, 0.5, 15], "texture": "#particle"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "engineersdecor:block/material/treated_wood_framed_texture",
|
||||
"o": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"particle": "engineersdecor:block/material/wood_framed_texture",
|
||||
"o": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"o": "engineersdecor:block/material/treated_wood_framed_texture",
|
||||
"particle": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"o": "engineersdecor:block/material/wood_framed_texture",
|
||||
"particle": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"o": "engineersdecor:block/material/treated_wood_framed_texture",
|
||||
"particle": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"o": "engineersdecor:block/material/wood_framed_texture",
|
||||
"particle": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"glass": "engineersdecor:block/glass/window_glass_texture",
|
||||
"frame": "engineersdecor:block/material/treated_wood_rough_texture",
|
||||
"particle": "engineersdecor:block/material/treated_wood_rough_texture"
|
||||
"frame": "engineersdecor:block/material/wood_sanded_texture",
|
||||
"particle": "engineersdecor:block/material/wood_sanded_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"parent": "block/block",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"frame": "engineersdecor:block/material/treated_wood_rough_texture",
|
||||
"particle": "engineersdecor:block/material/treated_wood_rough_texture"
|
||||
"frame": "engineersdecor:block/material/wood_sanded_texture",
|
||||
"particle": "engineersdecor:block/material/wood_sanded_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"o": "engineersdecor:block/material/treated_wood_rough_texture",
|
||||
"particle": "engineersdecor:block/material/treated_wood_rough_texture"
|
||||
"o": "engineersdecor:block/material/wood_sanded_texture",
|
||||
"particle": "engineersdecor:block/material/wood_sanded_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"o": "engineersdecor:block/material/treated_wood_rough_texture",
|
||||
"particle": "engineersdecor:block/material/treated_wood_rough_texture"
|
||||
"o": "engineersdecor:block/material/wood_sanded_texture",
|
||||
"particle": "engineersdecor:block/material/wood_sanded_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"parent": "block/block",
|
||||
"gui_light": "front",
|
||||
"textures": {
|
||||
"o": "engineersdecor:block/material/treated_wood_rough_texture",
|
||||
"particle": "engineersdecor:block/material/treated_wood_rough_texture"
|
||||
"o": "engineersdecor:block/material/wood_sanded_texture",
|
||||
"particle": "engineersdecor:block/material/wood_sanded_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"s": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"s": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"s": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"s": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"s": "engineersdecor:block/roof/dark_shingle_roof"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"s": "engineersdecor:block/roof/dark_shingle_roof"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "engineersdecor:block/roof/dark_shingle_roof",
|
||||
"s": "engineersdecor:block/roof/dark_shingle_roof"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"2": "engineersdecor:block/material/steel_texture",
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
"parent": "block/block",
|
||||
"gui_light": "front",
|
||||
"textures": {
|
||||
"s": "engineersdecor:block/material/treated_wood_rough_texture",
|
||||
"s": "engineersdecor:block/material/wood_rough_texture",
|
||||
"f": "engineersdecor:block/sign/engineersdecor-logo",
|
||||
"particle": "engineersdecor:block/material/treated_wood_rough_texture"
|
||||
"particle": "engineersdecor:block/material/wood_rough_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"parent": "block/block",
|
||||
"gui_light": "front",
|
||||
"textures": {
|
||||
"s": "engineersdecor:block/material/treated_wood_rough_texture",
|
||||
"particle": "engineersdecor:block/material/treated_wood_rough_texture",
|
||||
"s": "engineersdecor:block/material/wood_rough_texture",
|
||||
"particle": "engineersdecor:block/material/wood_rough_texture",
|
||||
"f": "engineersdecor:block/sign/sign_exit_texture"
|
||||
},
|
||||
"elements": [
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"parent": "block/block",
|
||||
"gui_light": "front",
|
||||
"textures": {
|
||||
"s": "engineersdecor:block/material/treated_wood_rough_texture",
|
||||
"particle": "engineersdecor:block/material/treated_wood_rough_texture",
|
||||
"s": "engineersdecor:block/material/wood_rough_texture",
|
||||
"particle": "engineersdecor:block/material/wood_rough_texture",
|
||||
"f": "engineersdecor:block/sign/sign_factoryarea_texture"
|
||||
},
|
||||
"elements": [
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"parent": "block/block",
|
||||
"gui_light": "front",
|
||||
"textures": {
|
||||
"s": "engineersdecor:block/material/treated_wood_rough_texture",
|
||||
"particle": "engineersdecor:block/material/treated_wood_rough_texture",
|
||||
"s": "engineersdecor:block/material/wood_rough_texture",
|
||||
"particle": "engineersdecor:block/material/wood_rough_texture",
|
||||
"f": "engineersdecor:block/sign/sign_hotwire_texture"
|
||||
},
|
||||
"elements": [
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
}
|
||||
}
|
|
@ -3,6 +3,6 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
}
|
||||
}
|
|
@ -3,6 +3,6 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
}
|
||||
}
|
|
@ -3,6 +3,6 @@
|
|||
"textures": {
|
||||
"particle": "#all",
|
||||
"side": "#all",
|
||||
"all": "engineersdecor:block/material/treated_wood_framed_texture"
|
||||
"all": "engineersdecor:block/material/wood_framed_texture"
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/slab_s0_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture0"}}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/slab_s0_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture1"}}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/slab_s0_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture2"}}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/slab_s0_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture3"}}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/slab_s1_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture0"}}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/slab_s1_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture1"}}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/slab_s1_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture2"}}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/slab_s1_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture3"}}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/slab_s2_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture0"}}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/slab_s2_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture1"}}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/slab_s2_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture2"}}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/slab_s2_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture3"}}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/halfslab_s0_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture0"}}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/halfslab_s1_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture0"}}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/halfslab_s2_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture0"}}
|
|
@ -0,0 +1 @@
|
|||
{"parent":"engineersdecor:block/slab/generic/halfslab_s3_model","textures":{"all":"engineersdecor:block/material/industrial_planks_texture0"}}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue