pipe locking and fluid tanks

This commit is contained in:
DrMangoTea
2023-09-06 18:32:12 +02:00
parent c98ff140a2
commit 97352a15ff
267 changed files with 9061 additions and 123 deletions

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "tfmg:block/aluminum_block"
}
}
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "tfmg:block/coal_coke_block"
}
}
}

View File

@@ -0,0 +1,110 @@
{
"multipart": [
{
"apply": {
"model": "tfmg:block/copper_encased_steel_pipe/block_flat",
"x": -90
},
"when": {
"down": "false"
}
},
{
"apply": {
"model": "tfmg:block/copper_encased_steel_pipe/block_flat",
"x": 90
},
"when": {
"up": "false"
}
},
{
"apply": {
"model": "tfmg:block/copper_encased_steel_pipe/block_flat",
"y": 180
},
"when": {
"north": "false"
}
},
{
"apply": {
"model": "tfmg:block/copper_encased_steel_pipe/block_flat"
},
"when": {
"south": "false"
}
},
{
"apply": {
"model": "tfmg:block/copper_encased_steel_pipe/block_flat",
"y": 90
},
"when": {
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/copper_encased_steel_pipe/block_flat",
"y": 270
},
"when": {
"east": "false"
}
},
{
"apply": {
"model": "tfmg:block/copper_encased_steel_pipe/block_open",
"x": -90
},
"when": {
"down": "true"
}
},
{
"apply": {
"model": "tfmg:block/copper_encased_steel_pipe/block_open",
"x": 90
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "tfmg:block/copper_encased_steel_pipe/block_open",
"y": 180
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "tfmg:block/copper_encased_steel_pipe/block_open"
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "tfmg:block/copper_encased_steel_pipe/block_open",
"y": 90
},
"when": {
"west": "true"
}
},
{
"apply": {
"model": "tfmg:block/copper_encased_steel_pipe/block_open",
"y": 270
},
"when": {
"east": "true"
}
}
]
}

View File

@@ -0,0 +1,28 @@
{
"variants": {
"alt=false,axis=x": {
"model": "tfmg:block/steel_pipe/window",
"x": 90,
"y": 90
},
"alt=false,axis=y": {
"model": "tfmg:block/steel_pipe/window"
},
"alt=false,axis=z": {
"model": "tfmg:block/steel_pipe/window",
"x": 90
},
"alt=true,axis=x": {
"model": "tfmg:block/steel_pipe/window",
"x": 90,
"y": 90
},
"alt=true,axis=y": {
"model": "tfmg:block/steel_pipe/window"
},
"alt=true,axis=z": {
"model": "tfmg:block/steel_pipe/window",
"x": 90
}
}
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "tfmg:block/lead_block"
}
}
}

View File

@@ -0,0 +1,76 @@
{
"variants": {
"bottom=false,shape=plain,top=false": {
"model": "tfmg:block/steel_fluid_tank/block_middle"
},
"bottom=false,shape=plain,top=true": {
"model": "tfmg:block/steel_fluid_tank/block_top"
},
"bottom=false,shape=window,top=false": {
"model": "tfmg:block/steel_fluid_tank/block_middle_window"
},
"bottom=false,shape=window,top=true": {
"model": "tfmg:block/steel_fluid_tank/block_top_window"
},
"bottom=false,shape=window_ne,top=false": {
"model": "tfmg:block/steel_fluid_tank/block_middle_window_ne"
},
"bottom=false,shape=window_ne,top=true": {
"model": "tfmg:block/steel_fluid_tank/block_top_window_ne"
},
"bottom=false,shape=window_nw,top=false": {
"model": "tfmg:block/steel_fluid_tank/block_middle_window_nw"
},
"bottom=false,shape=window_nw,top=true": {
"model": "tfmg:block/steel_fluid_tank/block_top_window_nw"
},
"bottom=false,shape=window_se,top=false": {
"model": "tfmg:block/steel_fluid_tank/block_middle_window_se"
},
"bottom=false,shape=window_se,top=true": {
"model": "tfmg:block/steel_fluid_tank/block_top_window_se"
},
"bottom=false,shape=window_sw,top=false": {
"model": "tfmg:block/steel_fluid_tank/block_middle_window_sw"
},
"bottom=false,shape=window_sw,top=true": {
"model": "tfmg:block/steel_fluid_tank/block_top_window_sw"
},
"bottom=true,shape=plain,top=false": {
"model": "tfmg:block/steel_fluid_tank/block_bottom"
},
"bottom=true,shape=plain,top=true": {
"model": "tfmg:block/steel_fluid_tank/block_single"
},
"bottom=true,shape=window,top=false": {
"model": "tfmg:block/steel_fluid_tank/block_bottom_window"
},
"bottom=true,shape=window,top=true": {
"model": "tfmg:block/steel_fluid_tank/block_single_window"
},
"bottom=true,shape=window_ne,top=false": {
"model": "tfmg:block/steel_fluid_tank/block_bottom_window_ne"
},
"bottom=true,shape=window_ne,top=true": {
"model": "tfmg:block/steel_fluid_tank/block_single_window_ne"
},
"bottom=true,shape=window_nw,top=false": {
"model": "tfmg:block/steel_fluid_tank/block_bottom_window_nw"
},
"bottom=true,shape=window_nw,top=true": {
"model": "tfmg:block/steel_fluid_tank/block_single_window_nw"
},
"bottom=true,shape=window_se,top=false": {
"model": "tfmg:block/steel_fluid_tank/block_bottom_window_se"
},
"bottom=true,shape=window_se,top=true": {
"model": "tfmg:block/steel_fluid_tank/block_single_window_se"
},
"bottom=true,shape=window_sw,top=false": {
"model": "tfmg:block/steel_fluid_tank/block_bottom_window_sw"
},
"bottom=true,shape=window_sw,top=true": {
"model": "tfmg:block/steel_fluid_tank/block_single_window_sw"
}
}
}

View File

@@ -0,0 +1,334 @@
{
"multipart": [
{
"apply": {
"model": "tfmg:block/steel_pipe/lu_x"
},
"when": {
"down": "false",
"north": "false",
"south": "true",
"up": "true"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/ru_x"
},
"when": {
"down": "false",
"north": "true",
"south": "false",
"up": "true"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/ld_x"
},
"when": {
"down": "true",
"north": "false",
"south": "true",
"up": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/rd_x"
},
"when": {
"down": "true",
"north": "true",
"south": "false",
"up": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/ud_x"
},
"when": {
"down": "true",
"north": "false",
"south": "false",
"up": "true"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/u_x"
},
"when": {
"down": "false",
"north": "false",
"south": "false",
"up": "true"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/d_x"
},
"when": {
"down": "true",
"north": "false",
"south": "false",
"up": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/lr_x"
},
"when": {
"down": "false",
"north": "true",
"south": "true",
"up": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/l_x"
},
"when": {
"down": "false",
"north": "false",
"south": "true",
"up": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/r_x"
},
"when": {
"down": "false",
"north": "true",
"south": "false",
"up": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/lu_y"
},
"when": {
"east": "true",
"north": "false",
"south": "true",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/ru_y"
},
"when": {
"east": "false",
"north": "false",
"south": "true",
"west": "true"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/ld_y"
},
"when": {
"east": "true",
"north": "true",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/rd_y"
},
"when": {
"east": "false",
"north": "true",
"south": "false",
"west": "true"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/ud_y"
},
"when": {
"east": "false",
"north": "true",
"south": "true",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/u_y"
},
"when": {
"east": "false",
"north": "false",
"south": "true",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/d_y"
},
"when": {
"east": "false",
"north": "true",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/lr_y"
},
"when": {
"east": "true",
"north": "false",
"south": "false",
"west": "true"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/l_y"
},
"when": {
"east": "true",
"north": "false",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/r_y"
},
"when": {
"east": "false",
"north": "false",
"south": "false",
"west": "true"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/lu_z"
},
"when": {
"down": "false",
"east": "true",
"up": "true",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/ru_z"
},
"when": {
"down": "false",
"east": "false",
"up": "true",
"west": "true"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/ld_z"
},
"when": {
"down": "true",
"east": "true",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/rd_z"
},
"when": {
"down": "true",
"east": "false",
"up": "false",
"west": "true"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/ud_z"
},
"when": {
"down": "true",
"east": "false",
"up": "true",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/u_z"
},
"when": {
"down": "false",
"east": "false",
"up": "true",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/d_z"
},
"when": {
"down": "true",
"east": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/lr_z"
},
"when": {
"down": "false",
"east": "true",
"up": "false",
"west": "true"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/l_z"
},
"when": {
"down": "false",
"east": "true",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/steel_pipe/r_z"
},
"when": {
"down": "false",
"east": "false",
"up": "false",
"west": "true"
}
}
]
}

View File

@@ -1,9 +1,12 @@
{
"block.tfmg.aluminum_block": "ɯnuıɯnןⱯ ɟo ʞɔoןᗺ",
"block.tfmg.bauxite": "ǝʇıxnɐᗺ",
"block.tfmg.bauxite_pillar": "ɹɐןןıԀ ǝʇıxnɐᗺ",
"block.tfmg.cast_iron_block": "uoɹI ʇsɐƆ ɟo ʞɔoןᗺ",
"block.tfmg.coal_coke_block": "ǝʞoƆ ןɐoƆ ɟo ʞɔoןᗺ",
"block.tfmg.concrete": "ǝʇǝɹɔuoƆ",
"block.tfmg.cooling_fluid": "pınןℲ buıןooƆ",
"block.tfmg.copper_encased_steel_pipe": "ǝdıԀ ןǝǝʇS pǝsɐɔuƎ ɹǝddoƆ",
"block.tfmg.creosote": "ǝʇosoǝɹƆ",
"block.tfmg.crude_oil_fluid": "pınןןıO ǝpnɹƆ",
"block.tfmg.cut_bauxite": "ǝʇıxnɐᗺ ʇnƆ",
@@ -18,10 +21,12 @@
"block.tfmg.formwork_block": "ʞɔoןᗺ ʞɹoʍɯɹoℲ",
"block.tfmg.fossilstone": "ǝuoʇsןıssoℲ",
"block.tfmg.gasoline": "ǝuıןosɐ⅁",
"block.tfmg.glass_steel_pipe": "ǝdıԀ ןǝǝʇS ssɐן⅁",
"block.tfmg.heavy_machinery_casing": "buısɐƆ ʎɹǝuıɥɔɐW ʎʌɐǝH",
"block.tfmg.heavy_oil": "ןıO ʎʌɐǝH",
"block.tfmg.kerosene": "ǝuǝsoɹǝʞ",
"block.tfmg.layered_bauxite": "ǝʇıxnɐᗺ pǝɹǝʎɐꞀ",
"block.tfmg.lead_block": "pɐǝꞀ ɟo ʞɔoןᗺ",
"block.tfmg.liquid_concrete": "ǝʇǝɹɔuoƆ pınbıꞀ",
"block.tfmg.liquid_plastic": ıʇsɐןԀ pınbıꞀ",
"block.tfmg.lubrication_oil": "ןıO uoıʇɐɔıɹqnꞀ",
@@ -39,6 +44,8 @@
"block.tfmg.small_bauxite_bricks": "sʞɔıɹᗺ ǝʇıxnɐᗺ ןןɐɯS",
"block.tfmg.steel_block": "ןǝǝʇS ɟo ʞɔoןᗺ",
"block.tfmg.steel_casing": "buısɐƆ ןǝǝʇS",
"block.tfmg.steel_fluid_tank": "ʞuɐ⟘ pınןןǝǝʇS",
"block.tfmg.steel_pipe": "ǝdıԀ ןǝǝʇS",
"entity.tfmg.blue_spark": "ʞɹɐdS ǝnןᗺ",
"entity.tfmg.copper_grenade": "ǝpɐuǝɹ⅁ ɹǝddoƆ",
"entity.tfmg.green_spark": "ʞɹɐdS uǝǝɹ⅁",
@@ -64,6 +71,9 @@
"fluid.tfmg.naphtha": "ɐɥʇɥdɐN",
"fluid.tfmg.propane": "ǝuɐdoɹԀ",
"fluid.tfmg.propylene": "ǝuǝןʎdoɹԀ",
"item.tfmg.aluminum_ingot": "ʇobuI ɯnuıɯnןⱯ",
"item.tfmg.cast_iron_ingot": "ʇobuI uoɹI ʇsɐƆ",
"item.tfmg.coal_coke": "ǝʞoƆ ןɐoƆ",
"item.tfmg.cooling_fluid_bucket": "ʇǝʞɔnᗺ pınןℲ buıןooƆ",
"item.tfmg.copper_grenade": "ǝpɐuǝɹ⅁ ɹǝddoƆ",
"item.tfmg.creosote_bucket": "ʇǝʞɔnᗺ ǝʇosoǝɹƆ",
@@ -72,11 +82,14 @@
"item.tfmg.gasoline_bucket": "ʇǝʞɔnᗺ ǝuıןosɐ⅁",
"item.tfmg.heavy_oil_bucket": "ʇǝʞɔnᗺ ןıO ʎʌɐǝH",
"item.tfmg.kerosene_bucket": "ʇǝʞɔnᗺ ǝuǝsoɹǝʞ",
"item.tfmg.lead_ingot": "ʇobuI pɐǝꞀ",
"item.tfmg.liquid_concrete_bucket": "ʇǝʞɔnᗺ ǝʇǝɹɔuoƆ pınbıꞀ",
"item.tfmg.liquid_plastic_bucket": "ʇǝʞɔnᗺ ɔıʇsɐןԀ pınbıꞀ",
"item.tfmg.lubrication_oil_bucket": "ʇǝʞɔnᗺ ןıO uoıʇɐɔıɹqnꞀ",
"item.tfmg.napalm_bucket": "ʇǝʞɔnᗺ ɯןɐdɐN",
"item.tfmg.naphtha_bucket": "ʇǝʞɔnᗺ ɐɥʇɥdɐN",
"item.tfmg.screwdriver": "ɹǝʌıɹpʍǝɹɔS",
"item.tfmg.steel_ingot": "ʇobuI ןǝǝʇS",
"item.tfmg.thermite_grenade": "ǝpɐuǝɹ⅁ ǝʇıɯɹǝɥ⟘",
"item.tfmg.zinc_grenade": "ǝpɐuǝɹ⅁ ɔuıZ"
}

View File

@@ -2,11 +2,14 @@
"_": "->------------------------] Game Elements [------------------------<-",
"block.tfmg.aluminum_block": "Block of Aluminum",
"block.tfmg.bauxite": "Bauxite",
"block.tfmg.bauxite_pillar": "Bauxite Pillar",
"block.tfmg.cast_iron_block": "Block of Cast Iron",
"block.tfmg.coal_coke_block": "Block of Coal Coke",
"block.tfmg.concrete": "Concrete",
"block.tfmg.cooling_fluid": "Cooling Fluid",
"block.tfmg.copper_encased_steel_pipe": "Copper Encased Steel Pipe",
"block.tfmg.creosote": "Creosote",
"block.tfmg.crude_oil_fluid": "Crude Oil Fluid",
"block.tfmg.cut_bauxite": "Cut Bauxite",
@@ -21,10 +24,12 @@
"block.tfmg.formwork_block": "Formwork Block",
"block.tfmg.fossilstone": "Fossilstone",
"block.tfmg.gasoline": "Gasoline",
"block.tfmg.glass_steel_pipe": "Glass Steel Pipe",
"block.tfmg.heavy_machinery_casing": "Heavy Machinery Casing",
"block.tfmg.heavy_oil": "Heavy Oil",
"block.tfmg.kerosene": "Kerosene",
"block.tfmg.layered_bauxite": "Layered Bauxite",
"block.tfmg.lead_block": "Block of Lead",
"block.tfmg.liquid_concrete": "Liquid Concrete",
"block.tfmg.liquid_plastic": "Liquid Plastic",
"block.tfmg.lubrication_oil": "Lubrication Oil",
@@ -42,6 +47,8 @@
"block.tfmg.small_bauxite_bricks": "Small Bauxite Bricks",
"block.tfmg.steel_block": "Block of Steel",
"block.tfmg.steel_casing": "Steel Casing",
"block.tfmg.steel_fluid_tank": "Steel Fluid Tank",
"block.tfmg.steel_pipe": "Steel Pipe",
"entity.tfmg.blue_spark": "Blue Spark",
"entity.tfmg.copper_grenade": "Copper Grenade",
@@ -70,6 +77,9 @@
"fluid.tfmg.propane": "Propane",
"fluid.tfmg.propylene": "Propylene",
"item.tfmg.aluminum_ingot": "Aluminum Ingot",
"item.tfmg.cast_iron_ingot": "Cast Iron Ingot",
"item.tfmg.coal_coke": "Coal Coke",
"item.tfmg.cooling_fluid_bucket": "Cooling Fluid Bucket",
"item.tfmg.copper_grenade": "Copper Grenade",
"item.tfmg.creosote_bucket": "Creosote Bucket",
@@ -78,11 +88,14 @@
"item.tfmg.gasoline_bucket": "Gasoline Bucket",
"item.tfmg.heavy_oil_bucket": "Heavy Oil Bucket",
"item.tfmg.kerosene_bucket": "Kerosene Bucket",
"item.tfmg.lead_ingot": "Lead Ingot",
"item.tfmg.liquid_concrete_bucket": "Liquid Concrete Bucket",
"item.tfmg.liquid_plastic_bucket": "Liquid Plastic Bucket",
"item.tfmg.lubrication_oil_bucket": "Lubrication Oil Bucket",
"item.tfmg.napalm_bucket": "Napalm Bucket",
"item.tfmg.naphtha_bucket": "Naphtha Bucket",
"item.tfmg.screwdriver": "Screwdriver",
"item.tfmg.steel_ingot": "Steel Ingot",
"item.tfmg.thermite_grenade": "Thermite Grenade",
"item.tfmg.zinc_grenade": "Zinc Grenade",
@@ -90,7 +103,7 @@
"_": "->------------------------] UI & Messages [------------------------<-",
"itemGroup.tfmg.base": "Create: The Factory Must Grow",
"itemGroup.tfmg.concrete": "Create: TFMG's Concrete",
"itemGroup.tfmg.building": "Create: TFMG's Building Blocks",
"_": "Thank you for translating Create: The Factory Must Grow!"

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfmg:block/aluminum_block"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfmg:block/coal_coke_block"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfmg:block/lead_block"
}
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_x",
"elements": [
{
"faces": {
"east": {
"texture": "#0",
"uv": [
0.0,
0.0,
4.0,
4.0
]
},
"west": {
"texture": "#0",
"uv": [
4.0,
0.0,
0.0,
4.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_y",
"elements": [
{
"faces": {
"down": {
"texture": "#0",
"uv": [
4.0,
0.0,
0.0,
4.0
]
},
"up": {
"texture": "#0",
"uv": [
4.0,
4.0,
0.0,
0.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_z",
"elements": [
{
"faces": {
"north": {
"texture": "#0",
"uv": [
0.0,
0.0,
4.0,
4.0
]
},
"south": {
"texture": "#0",
"uv": [
4.0,
0.0,
0.0,
4.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_x",
"elements": [
{
"faces": {
"east": {
"texture": "#0",
"uv": [
4.0,
0.0,
8.0,
4.0
]
},
"west": {
"texture": "#0",
"uv": [
8.0,
0.0,
4.0,
4.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_y",
"elements": [
{
"faces": {
"down": {
"texture": "#0",
"uv": [
8.0,
0.0,
4.0,
4.0
]
},
"up": {
"texture": "#0",
"uv": [
8.0,
4.0,
4.0,
0.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_z",
"elements": [
{
"faces": {
"north": {
"texture": "#0",
"uv": [
4.0,
0.0,
8.0,
4.0
]
},
"south": {
"texture": "#0",
"uv": [
8.0,
0.0,
4.0,
4.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_x",
"elements": [
{
"faces": {
"east": {
"texture": "#0",
"uv": [
12.0,
0.0,
16.0,
4.0
]
},
"west": {
"texture": "#0",
"uv": [
16.0,
0.0,
12.0,
4.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_y",
"elements": [
{
"faces": {
"down": {
"texture": "#0",
"uv": [
16.0,
0.0,
12.0,
4.0
]
},
"up": {
"texture": "#0",
"uv": [
16.0,
4.0,
12.0,
0.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_z",
"elements": [
{
"faces": {
"north": {
"texture": "#0",
"uv": [
12.0,
0.0,
16.0,
4.0
]
},
"south": {
"texture": "#0",
"uv": [
16.0,
0.0,
12.0,
4.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_x",
"elements": [
{
"faces": {
"east": {
"texture": "#0",
"uv": [
4.0,
8.0,
8.0,
12.0
]
},
"west": {
"texture": "#0",
"uv": [
8.0,
8.0,
4.0,
12.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_y",
"elements": [
{
"faces": {
"down": {
"texture": "#0",
"uv": [
8.0,
8.0,
4.0,
12.0
]
},
"up": {
"texture": "#0",
"uv": [
8.0,
12.0,
4.0,
8.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_z",
"elements": [
{
"faces": {
"north": {
"texture": "#0",
"uv": [
4.0,
8.0,
8.0,
12.0
]
},
"south": {
"texture": "#0",
"uv": [
8.0,
8.0,
4.0,
12.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_x",
"elements": [
{
"faces": {
"east": {
"texture": "#0",
"uv": [
12.0,
4.0,
16.0,
8.0
]
},
"west": {
"texture": "#0",
"uv": [
16.0,
4.0,
12.0,
8.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_y",
"elements": [
{
"faces": {
"down": {
"texture": "#0",
"uv": [
16.0,
4.0,
12.0,
8.0
]
},
"up": {
"texture": "#0",
"uv": [
16.0,
8.0,
12.0,
4.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_z",
"elements": [
{
"faces": {
"north": {
"texture": "#0",
"uv": [
12.0,
4.0,
16.0,
8.0
]
},
"south": {
"texture": "#0",
"uv": [
16.0,
4.0,
12.0,
8.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_x",
"elements": [
{
"faces": {
"east": {
"texture": "#0",
"uv": [
0.0,
4.0,
4.0,
8.0
]
},
"west": {
"texture": "#0",
"uv": [
4.0,
4.0,
0.0,
8.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_y",
"elements": [
{
"faces": {
"down": {
"texture": "#0",
"uv": [
4.0,
4.0,
0.0,
8.0
]
},
"up": {
"texture": "#0",
"uv": [
4.0,
8.0,
0.0,
4.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_z",
"elements": [
{
"faces": {
"north": {
"texture": "#0",
"uv": [
0.0,
4.0,
4.0,
8.0
]
},
"south": {
"texture": "#0",
"uv": [
4.0,
4.0,
0.0,
8.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_x",
"elements": [
{
"faces": {
"east": {
"texture": "#0",
"uv": [
8.0,
0.0,
12.0,
4.0
]
},
"west": {
"texture": "#0",
"uv": [
12.0,
0.0,
8.0,
4.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_y",
"elements": [
{
"faces": {
"down": {
"texture": "#0",
"uv": [
12.0,
0.0,
8.0,
4.0
]
},
"up": {
"texture": "#0",
"uv": [
12.0,
4.0,
8.0,
0.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_z",
"elements": [
{
"faces": {
"north": {
"texture": "#0",
"uv": [
8.0,
0.0,
12.0,
4.0
]
},
"south": {
"texture": "#0",
"uv": [
12.0,
0.0,
8.0,
4.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_x",
"elements": [
{
"faces": {
"east": {
"texture": "#0",
"uv": [
8.0,
4.0,
12.0,
8.0
]
},
"west": {
"texture": "#0",
"uv": [
12.0,
4.0,
8.0,
8.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_y",
"elements": [
{
"faces": {
"down": {
"texture": "#0",
"uv": [
12.0,
4.0,
8.0,
8.0
]
},
"up": {
"texture": "#0",
"uv": [
12.0,
8.0,
8.0,
4.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_z",
"elements": [
{
"faces": {
"north": {
"texture": "#0",
"uv": [
8.0,
4.0,
12.0,
8.0
]
},
"south": {
"texture": "#0",
"uv": [
12.0,
4.0,
8.0,
8.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_x",
"elements": [
{
"faces": {
"east": {
"texture": "#0",
"uv": [
4.0,
4.0,
8.0,
8.0
]
},
"west": {
"texture": "#0",
"uv": [
8.0,
4.0,
4.0,
8.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_y",
"elements": [
{
"faces": {
"down": {
"texture": "#0",
"uv": [
8.0,
4.0,
4.0,
8.0
]
},
"up": {
"texture": "#0",
"uv": [
8.0,
8.0,
4.0,
4.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_z",
"elements": [
{
"faces": {
"north": {
"texture": "#0",
"uv": [
4.0,
4.0,
8.0,
8.0
]
},
"south": {
"texture": "#0",
"uv": [
8.0,
4.0,
4.0,
8.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_x",
"elements": [
{
"faces": {
"east": {
"texture": "#0",
"uv": [
0.0,
8.0,
4.0,
12.0
]
},
"west": {
"texture": "#0",
"uv": [
4.0,
8.0,
0.0,
12.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_y",
"elements": [
{
"faces": {
"down": {
"texture": "#0",
"uv": [
4.0,
8.0,
0.0,
12.0
]
},
"up": {
"texture": "#0",
"uv": [
4.0,
12.0,
0.0,
8.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,37 @@
{
"parent": "tfmg:block/steel_pipe/core_z",
"elements": [
{
"faces": {
"north": {
"texture": "#0",
"uv": [
0.0,
8.0,
4.0,
12.0
]
},
"south": {
"texture": "#0",
"uv": [
4.0,
8.0,
0.0,
12.0
]
}
},
"from": [
4,
4,
4
],
"to": [
12,
12,
12
]
}
]
}

View File

@@ -0,0 +1,3 @@
{
"parent": "tfmg:block/aluminum_block"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "tfmg:item/aluminum_ingot"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "tfmg:item/cast_iron_ingot"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "tfmg:item/coal_coke"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "tfmg:block/coal_coke_block"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "tfmg:block/lead_block"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "tfmg:item/lead_ingot"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "tfmg:item/screwdriver"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "tfmg:block/steel_fluid_tank/block_single_window"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "tfmg:item/steel_ingot"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "tfmg:block/steel_pipe/item"
}