id changed back to createindustry(compatibility reasons) + recipes

This commit is contained in:
DrMangoTea
2023-10-28 23:36:14 +02:00
parent 77d95d2f4e
commit 9fd77c3f2c
2371 changed files with 6325 additions and 34896 deletions

View File

@@ -20,12 +20,12 @@ plugins {
apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'org.spongepowered.mixin'
//mixin {
// add sourceSets.main, "tfmg.refmap.json"
// add sourceSets.main, "createindustry.refmap.json"
//}
version = '0.6.0-1.19.2'
group = 'com.drmangotea.tfmg' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'tfmg'
group = 'com.drmangotea.createindustry' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'createindustry'
// Mojang ships Java 17 to end users in 1.18+, so your mod should target Java 17.
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
@@ -39,14 +39,14 @@ minecraft {
runs {
client {
workingDirectory project.file('run')
arg '-mixin.config=tfmg.mixins.json'
arg '-mixin.config=createindustry.mixins.json'
property 'forge.logging.markers', 'REGISTRIES'
property 'forge.logging.console.level', 'debug'
property 'forge.enabledGameTestNamespaces', 'tfmg'
property 'forge.enabledGameTestNamespaces', 'createindustry'
property 'mixin.env.remapRefMap', 'true'
property 'mixin.env.refMapRemappingFile', "${buildDir}/createSrgToMcp/output.srg"
mods {
tfmg {
createindustry {
source sourceSets.main
}
}
@@ -54,14 +54,14 @@ minecraft {
server {
workingDirectory project.file('run')
arg '-mixin.config=tfmg.mixins.json'
arg '-mixin.config=createindustry.mixins.json'
property 'forge.logging.markers', 'REGISTRIES'
property 'forge.logging.console.level', 'debug'
property 'forge.enabledGameTestNamespaces', 'tfmg'
property 'forge.enabledGameTestNamespaces', 'createindustry'
property 'mixin.env.remapRefMap', 'true'
property 'mixin.env.refMapRemappingFile', "${buildDir}/createSrgToMcp/output.srg"
mods {
tfmg {
createindustry {
source sourceSets.main
}
}
@@ -71,11 +71,11 @@ minecraft {
workingDirectory project.file('run')
property 'forge.logging.markers', 'REGISTRIES'
property 'forge.logging.console.level', 'debug'
property 'forge.enabledGameTestNamespaces', 'tfmg'
property 'forge.enabledGameTestNamespaces', 'createindustry'
property 'mixin.env.remapRefMap', 'true'
property 'mixin.env.refMapRemappingFile', "${buildDir}/createSrgToMcp/output.srg"
mods {
tfmg {
createindustry {
source sourceSets.main
}
}
@@ -85,9 +85,9 @@ minecraft {
workingDirectory project.file('run')
property 'forge.logging.markers', 'REGISTRIES'
property 'forge.logging.console.level', 'debug'
args '--mod', 'tfmg', '--all', '--output', file('src/generated/resources/'), '--existing', file('src/main/resources/')
args '--mod', 'createindustry', '--all', '--output', file('src/generated/resources/'), '--existing', file('src/main/resources/')
mods {
tfmg {
createindustry {
source sourceSets.main
}
}
@@ -141,14 +141,14 @@ dependencies {
jar {
manifest {
attributes([
"Specification-Title" : "tfmg",
"Specification-Title" : "createindustry",
"Specification-Vendor" : "tfmgsareus",
"Specification-Version" : "1", // We are version 1 of ourselves
"Implementation-Title" : project.name,
"Implementation-Version" : project.jar.archiveVersion,
"Implementation-Vendor" : "tfmgsareus",
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
"MixinConfigs": "tfmg.mixins.json"
"MixinConfigs": "createindustry.mixins.json"
])
}
}

View File

@@ -1,2 +1,2 @@
// 1.19.2 2023-10-27T21:47:47.1044045 Create: The Factory Must Grow's lang merger
95a719fd28dbeb2111aaa82df44727ab8847bb27 assets/tfmg/lang/en_us.json
// 1.19.2 2023-10-28T22:55:49.0556149 Create: The Factory Must Grow's lang merger
d84c3b546cddf6b8cc0371b842a15cf198420d07 assets/createindustry/lang/en_us.json

View File

@@ -1,56 +0,0 @@
{
"variants": {
"facing=down,invisible=false": {
"model": "tfmg:block/air_intake/block",
"x": 180
},
"facing=down,invisible=true": {
"model": "tfmg:block/air_intake/block_empty",
"x": 180
},
"facing=east,invisible=false": {
"model": "tfmg:block/air_intake/block",
"x": 90,
"y": 90
},
"facing=east,invisible=true": {
"model": "tfmg:block/air_intake/block_empty",
"x": 90,
"y": 90
},
"facing=north,invisible=false": {
"model": "tfmg:block/air_intake/block",
"x": 90
},
"facing=north,invisible=true": {
"model": "tfmg:block/air_intake/block_empty",
"x": 90
},
"facing=south,invisible=false": {
"model": "tfmg:block/air_intake/block",
"x": 90,
"y": 180
},
"facing=south,invisible=true": {
"model": "tfmg:block/air_intake/block_empty",
"x": 90,
"y": 180
},
"facing=up,invisible=false": {
"model": "tfmg:block/air_intake/block"
},
"facing=up,invisible=true": {
"model": "tfmg:block/air_intake/block_empty"
},
"facing=west,invisible=false": {
"model": "tfmg:block/air_intake/block",
"x": 90,
"y": 270
},
"facing=west,invisible=true": {
"model": "tfmg:block/air_intake/block_empty",
"x": 90,
"y": 270
}
}
}

View File

@@ -1,100 +0,0 @@
{
"multipart": [
{
"apply": {
"model": "tfmg:block/aluminum_post_ends"
}
},
{
"apply": {
"model": "tfmg:block/aluminum_post"
},
"when": {
"east": "false",
"north": "false",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/aluminum_cap"
},
"when": {
"east": "false",
"north": "true",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/aluminum_cap",
"y": 90
},
"when": {
"east": "true",
"north": "false",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/aluminum_cap_alt"
},
"when": {
"east": "false",
"north": "false",
"south": "true",
"west": "false"
}
},
{
"apply": {
"model": "tfmg:block/aluminum_cap_alt",
"y": 90
},
"when": {
"east": "false",
"north": "false",
"south": "false",
"west": "true"
}
},
{
"apply": {
"model": "tfmg:block/aluminum_side"
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "tfmg:block/aluminum_side",
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "tfmg:block/aluminum_side_alt"
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "tfmg:block/aluminum_side_alt",
"y": 90
},
"when": {
"west": "true"
}
}
]
}

View File

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

View File

@@ -1,196 +0,0 @@
{
"variants": {
"axis_along_first=false,enabled=false,facing=down,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed",
"x": 270,
"y": 90
},
"axis_along_first=false,enabled=false,facing=down,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed",
"x": 270,
"y": 90
},
"axis_along_first=false,enabled=false,facing=east,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed",
"y": 270
},
"axis_along_first=false,enabled=false,facing=east,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed",
"y": 270
},
"axis_along_first=false,enabled=false,facing=north,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed",
"y": 180
},
"axis_along_first=false,enabled=false,facing=north,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed",
"y": 180
},
"axis_along_first=false,enabled=false,facing=south,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed"
},
"axis_along_first=false,enabled=false,facing=south,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed"
},
"axis_along_first=false,enabled=false,facing=up,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed",
"x": 90,
"y": 90
},
"axis_along_first=false,enabled=false,facing=up,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed",
"x": 90,
"y": 90
},
"axis_along_first=false,enabled=false,facing=west,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed",
"y": 90
},
"axis_along_first=false,enabled=false,facing=west,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed",
"y": 90
},
"axis_along_first=false,enabled=true,facing=down,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open",
"x": 270,
"y": 90
},
"axis_along_first=false,enabled=true,facing=down,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open",
"x": 270,
"y": 90
},
"axis_along_first=false,enabled=true,facing=east,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open",
"y": 270
},
"axis_along_first=false,enabled=true,facing=east,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open",
"y": 270
},
"axis_along_first=false,enabled=true,facing=north,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_open",
"y": 180
},
"axis_along_first=false,enabled=true,facing=north,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_open",
"y": 180
},
"axis_along_first=false,enabled=true,facing=south,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_open"
},
"axis_along_first=false,enabled=true,facing=south,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_open"
},
"axis_along_first=false,enabled=true,facing=up,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open",
"x": 90,
"y": 90
},
"axis_along_first=false,enabled=true,facing=up,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open",
"x": 90,
"y": 90
},
"axis_along_first=false,enabled=true,facing=west,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open",
"y": 90
},
"axis_along_first=false,enabled=true,facing=west,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open",
"y": 90
},
"axis_along_first=true,enabled=false,facing=down,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed",
"x": 270
},
"axis_along_first=true,enabled=false,facing=down,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed",
"x": 270
},
"axis_along_first=true,enabled=false,facing=east,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed",
"y": 270
},
"axis_along_first=true,enabled=false,facing=east,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed",
"y": 270
},
"axis_along_first=true,enabled=false,facing=north,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed",
"y": 180
},
"axis_along_first=true,enabled=false,facing=north,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed",
"y": 180
},
"axis_along_first=true,enabled=false,facing=south,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed"
},
"axis_along_first=true,enabled=false,facing=south,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed"
},
"axis_along_first=true,enabled=false,facing=up,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed",
"x": 90
},
"axis_along_first=true,enabled=false,facing=up,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_closed",
"x": 90
},
"axis_along_first=true,enabled=false,facing=west,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed",
"y": 90
},
"axis_along_first=true,enabled=false,facing=west,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_closed",
"y": 90
},
"axis_along_first=true,enabled=true,facing=down,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open",
"x": 270
},
"axis_along_first=true,enabled=true,facing=down,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open",
"x": 270
},
"axis_along_first=true,enabled=true,facing=east,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_open",
"y": 270
},
"axis_along_first=true,enabled=true,facing=east,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_open",
"y": 270
},
"axis_along_first=true,enabled=true,facing=north,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open",
"y": 180
},
"axis_along_first=true,enabled=true,facing=north,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open",
"y": 180
},
"axis_along_first=true,enabled=true,facing=south,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open"
},
"axis_along_first=true,enabled=true,facing=south,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open"
},
"axis_along_first=true,enabled=true,facing=up,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open",
"x": 90
},
"axis_along_first=true,enabled=true,facing=up,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_horizontal_open",
"x": 90
},
"axis_along_first=true,enabled=true,facing=west,waterlogged=false": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_open",
"y": 90
},
"axis_along_first=true,enabled=true,facing=west,waterlogged=true": {
"model": "tfmg:block/aluminum_fluid_valve/block_vertical_open",
"y": 90
}
}
}

View File

@@ -1,17 +0,0 @@
{
"variants": {
"axis=x": {
"model": "tfmg:block/aluminum_flywheel/block",
"x": 90,
"y": 90
},
"axis=y": {
"model": "tfmg:block/aluminum_flywheel/block"
},
"axis=z": {
"model": "tfmg:block/aluminum_flywheel/block",
"x": 90,
"y": 180
}
}
}

View File

@@ -1,34 +0,0 @@
{
"variants": {
"facing=east,waterlogged=false": {
"model": "tfmg:block/aluminum_ladder",
"y": 90
},
"facing=east,waterlogged=true": {
"model": "tfmg:block/aluminum_ladder",
"y": 90
},
"facing=north,waterlogged=false": {
"model": "tfmg:block/aluminum_ladder"
},
"facing=north,waterlogged=true": {
"model": "tfmg:block/aluminum_ladder"
},
"facing=south,waterlogged=false": {
"model": "tfmg:block/aluminum_ladder",
"y": 180
},
"facing=south,waterlogged=true": {
"model": "tfmg:block/aluminum_ladder",
"y": 180
},
"facing=west,waterlogged=false": {
"model": "tfmg:block/aluminum_ladder",
"y": 270
},
"facing=west,waterlogged=true": {
"model": "tfmg:block/aluminum_ladder",
"y": 270
}
}
}

View File

@@ -1,30 +0,0 @@
{
"variants": {
"facing=down": {
"model": "tfmg:block/aluminum_mechanical_pump/block",
"x": 180
},
"facing=east": {
"model": "tfmg:block/aluminum_mechanical_pump/block",
"x": 90,
"y": 90
},
"facing=north": {
"model": "tfmg:block/aluminum_mechanical_pump/block",
"x": 90
},
"facing=south": {
"model": "tfmg:block/aluminum_mechanical_pump/block",
"x": 90,
"y": 180
},
"facing=up": {
"model": "tfmg:block/aluminum_mechanical_pump/block"
},
"facing=west": {
"model": "tfmg:block/aluminum_mechanical_pump/block",
"x": 90,
"y": 270
}
}
}

View File

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

View File

@@ -1,10 +0,0 @@
{
"variants": {
"bottom=false": {
"model": "tfmg:block/aluminum_scaffolding"
},
"bottom=true": {
"model": "tfmg:block/aluminum_scaffolding_horizontal"
}
}
}

View File

@@ -1,110 +0,0 @@
{
"variants": {
"face=ceiling,facing=east,waterlogged=false": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 180,
"y": 90
},
"face=ceiling,facing=east,waterlogged=true": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 180,
"y": 90
},
"face=ceiling,facing=north,waterlogged=false": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 180
},
"face=ceiling,facing=north,waterlogged=true": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 180
},
"face=ceiling,facing=south,waterlogged=false": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,waterlogged=true": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 180,
"y": 180
},
"face=ceiling,facing=west,waterlogged=false": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 180,
"y": 270
},
"face=ceiling,facing=west,waterlogged=true": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 180,
"y": 270
},
"face=floor,facing=east,waterlogged=false": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"y": 270
},
"face=floor,facing=east,waterlogged=true": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"y": 270
},
"face=floor,facing=north,waterlogged=false": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"y": 180
},
"face=floor,facing=north,waterlogged=true": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"y": 180
},
"face=floor,facing=south,waterlogged=false": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block"
},
"face=floor,facing=south,waterlogged=true": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block"
},
"face=floor,facing=west,waterlogged=false": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"y": 90
},
"face=floor,facing=west,waterlogged=true": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"y": 90
},
"face=wall,facing=east,waterlogged=false": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 270,
"y": 270
},
"face=wall,facing=east,waterlogged=true": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 270,
"y": 270
},
"face=wall,facing=north,waterlogged=false": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 270,
"y": 180
},
"face=wall,facing=north,waterlogged=true": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 270,
"y": 180
},
"face=wall,facing=south,waterlogged=false": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 270
},
"face=wall,facing=south,waterlogged=true": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 270
},
"face=wall,facing=west,waterlogged=false": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 270,
"y": 90
},
"face=wall,facing=west,waterlogged=true": {
"model": "tfmg:block/aluminum_smart_fluid_pipe/block",
"x": 270,
"y": 90
}
}
}

View File

@@ -1,17 +0,0 @@
{
"variants": {
"axis=x": {
"model": "tfmg:block/aluminum_truss",
"x": 90,
"y": 90
},
"axis=y": {
"model": "tfmg:block/aluminum_truss"
},
"axis=z": {
"model": "tfmg:block/aluminum_truss",
"x": 90,
"y": 180
}
}
}

View File

@@ -1,18 +0,0 @@
{
"variants": {
"": [
{
"model": "tfmg:block/bauxite_natural_0"
},
{
"model": "tfmg:block/bauxite_natural_1"
},
{
"model": "tfmg:block/bauxite_natural_2"
},
{
"model": "tfmg:block/bauxite_natural_3"
}
]
}
}

View File

@@ -1,16 +0,0 @@
{
"variants": {
"axis=x": {
"model": "tfmg:block/bauxite_pillar_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "tfmg:block/bauxite_pillar"
},
"axis=z": {
"model": "tfmg:block/bauxite_pillar_horizontal",
"x": 90
}
}
}

View File

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

View File

@@ -1,13 +0,0 @@
{
"variants": {
"type=bottom": {
"model": "tfmg:block/black_concrete_bottom"
},
"type=double": {
"model": "tfmg:block/black_concrete"
},
"type=top": {
"model": "tfmg:block/black_concrete_top"
}
}
}

View File

@@ -1,209 +0,0 @@
{
"variants": {
"facing=east,half=bottom,shape=inner_left": {
"model": "tfmg:block/black_concrete_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=inner_right": {
"model": "tfmg:block/black_concrete_stairs_inner"
},
"facing=east,half=bottom,shape=outer_left": {
"model": "tfmg:block/black_concrete_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=outer_right": {
"model": "tfmg:block/black_concrete_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "tfmg:block/black_concrete_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "tfmg:block/black_concrete_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=inner_right": {
"model": "tfmg:block/black_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=outer_left": {
"model": "tfmg:block/black_concrete_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=outer_right": {
"model": "tfmg:block/black_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=straight": {
"model": "tfmg:block/black_concrete_stairs",
"uvlock": true,
"x": 180
},
"facing=north,half=bottom,shape=inner_left": {
"model": "tfmg:block/black_concrete_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=inner_right": {
"model": "tfmg:block/black_concrete_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=outer_left": {
"model": "tfmg:block/black_concrete_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=outer_right": {
"model": "tfmg:block/black_concrete_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=straight": {
"model": "tfmg:block/black_concrete_stairs",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_left": {
"model": "tfmg:block/black_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=inner_right": {
"model": "tfmg:block/black_concrete_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=outer_left": {
"model": "tfmg:block/black_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=outer_right": {
"model": "tfmg:block/black_concrete_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=straight": {
"model": "tfmg:block/black_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=south,half=bottom,shape=inner_left": {
"model": "tfmg:block/black_concrete_stairs_inner"
},
"facing=south,half=bottom,shape=inner_right": {
"model": "tfmg:block/black_concrete_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=outer_left": {
"model": "tfmg:block/black_concrete_stairs_outer"
},
"facing=south,half=bottom,shape=outer_right": {
"model": "tfmg:block/black_concrete_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=straight": {
"model": "tfmg:block/black_concrete_stairs",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_left": {
"model": "tfmg:block/black_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=inner_right": {
"model": "tfmg:block/black_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=outer_left": {
"model": "tfmg:block/black_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=outer_right": {
"model": "tfmg:block/black_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=straight": {
"model": "tfmg:block/black_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=west,half=bottom,shape=inner_left": {
"model": "tfmg:block/black_concrete_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_right": {
"model": "tfmg:block/black_concrete_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=outer_left": {
"model": "tfmg:block/black_concrete_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=outer_right": {
"model": "tfmg:block/black_concrete_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=straight": {
"model": "tfmg:block/black_concrete_stairs",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_left": {
"model": "tfmg:block/black_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=inner_right": {
"model": "tfmg:block/black_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=outer_left": {
"model": "tfmg:block/black_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=outer_right": {
"model": "tfmg:block/black_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=straight": {
"model": "tfmg:block/black_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 180
}
}
}

View File

@@ -1,90 +0,0 @@
{
"multipart": [
{
"apply": {
"model": "tfmg:block/black_concrete_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "tfmg:block/black_concrete_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "tfmg:block/black_concrete_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "tfmg:block/black_concrete_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "tfmg:block/black_concrete_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "tfmg:block/black_concrete_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "tfmg:block/black_concrete_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "tfmg:block/black_concrete_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "tfmg:block/black_concrete_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

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

View File

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

View File

@@ -1,13 +0,0 @@
{
"variants": {
"type=bottom": {
"model": "tfmg:block/blue_concrete_bottom"
},
"type=double": {
"model": "tfmg:block/blue_concrete"
},
"type=top": {
"model": "tfmg:block/blue_concrete_top"
}
}
}

View File

@@ -1,209 +0,0 @@
{
"variants": {
"facing=east,half=bottom,shape=inner_left": {
"model": "tfmg:block/blue_concrete_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=inner_right": {
"model": "tfmg:block/blue_concrete_stairs_inner"
},
"facing=east,half=bottom,shape=outer_left": {
"model": "tfmg:block/blue_concrete_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=outer_right": {
"model": "tfmg:block/blue_concrete_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "tfmg:block/blue_concrete_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "tfmg:block/blue_concrete_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=inner_right": {
"model": "tfmg:block/blue_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=outer_left": {
"model": "tfmg:block/blue_concrete_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=outer_right": {
"model": "tfmg:block/blue_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=straight": {
"model": "tfmg:block/blue_concrete_stairs",
"uvlock": true,
"x": 180
},
"facing=north,half=bottom,shape=inner_left": {
"model": "tfmg:block/blue_concrete_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=inner_right": {
"model": "tfmg:block/blue_concrete_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=outer_left": {
"model": "tfmg:block/blue_concrete_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=outer_right": {
"model": "tfmg:block/blue_concrete_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=straight": {
"model": "tfmg:block/blue_concrete_stairs",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_left": {
"model": "tfmg:block/blue_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=inner_right": {
"model": "tfmg:block/blue_concrete_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=outer_left": {
"model": "tfmg:block/blue_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=outer_right": {
"model": "tfmg:block/blue_concrete_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=straight": {
"model": "tfmg:block/blue_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=south,half=bottom,shape=inner_left": {
"model": "tfmg:block/blue_concrete_stairs_inner"
},
"facing=south,half=bottom,shape=inner_right": {
"model": "tfmg:block/blue_concrete_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=outer_left": {
"model": "tfmg:block/blue_concrete_stairs_outer"
},
"facing=south,half=bottom,shape=outer_right": {
"model": "tfmg:block/blue_concrete_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=straight": {
"model": "tfmg:block/blue_concrete_stairs",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_left": {
"model": "tfmg:block/blue_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=inner_right": {
"model": "tfmg:block/blue_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=outer_left": {
"model": "tfmg:block/blue_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=outer_right": {
"model": "tfmg:block/blue_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=straight": {
"model": "tfmg:block/blue_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=west,half=bottom,shape=inner_left": {
"model": "tfmg:block/blue_concrete_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_right": {
"model": "tfmg:block/blue_concrete_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=outer_left": {
"model": "tfmg:block/blue_concrete_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=outer_right": {
"model": "tfmg:block/blue_concrete_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=straight": {
"model": "tfmg:block/blue_concrete_stairs",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_left": {
"model": "tfmg:block/blue_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=inner_right": {
"model": "tfmg:block/blue_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=outer_left": {
"model": "tfmg:block/blue_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=outer_right": {
"model": "tfmg:block/blue_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=straight": {
"model": "tfmg:block/blue_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 180
}
}
}

View File

@@ -1,90 +0,0 @@
{
"multipart": [
{
"apply": {
"model": "tfmg:block/blue_concrete_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "tfmg:block/blue_concrete_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "tfmg:block/blue_concrete_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "tfmg:block/blue_concrete_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "tfmg:block/blue_concrete_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "tfmg:block/blue_concrete_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "tfmg:block/blue_concrete_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "tfmg:block/blue_concrete_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "tfmg:block/blue_concrete_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

@@ -1,196 +0,0 @@
{
"variants": {
"axis_along_first=false,enabled=false,facing=down,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed",
"x": 270,
"y": 90
},
"axis_along_first=false,enabled=false,facing=down,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed",
"x": 270,
"y": 90
},
"axis_along_first=false,enabled=false,facing=east,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed",
"y": 270
},
"axis_along_first=false,enabled=false,facing=east,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed",
"y": 270
},
"axis_along_first=false,enabled=false,facing=north,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_closed",
"y": 180
},
"axis_along_first=false,enabled=false,facing=north,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_closed",
"y": 180
},
"axis_along_first=false,enabled=false,facing=south,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_closed"
},
"axis_along_first=false,enabled=false,facing=south,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_closed"
},
"axis_along_first=false,enabled=false,facing=up,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed",
"x": 90,
"y": 90
},
"axis_along_first=false,enabled=false,facing=up,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed",
"x": 90,
"y": 90
},
"axis_along_first=false,enabled=false,facing=west,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed",
"y": 90
},
"axis_along_first=false,enabled=false,facing=west,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed",
"y": 90
},
"axis_along_first=false,enabled=true,facing=down,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open",
"x": 270,
"y": 90
},
"axis_along_first=false,enabled=true,facing=down,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open",
"x": 270,
"y": 90
},
"axis_along_first=false,enabled=true,facing=east,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open",
"y": 270
},
"axis_along_first=false,enabled=true,facing=east,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open",
"y": 270
},
"axis_along_first=false,enabled=true,facing=north,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_open",
"y": 180
},
"axis_along_first=false,enabled=true,facing=north,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_open",
"y": 180
},
"axis_along_first=false,enabled=true,facing=south,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_open"
},
"axis_along_first=false,enabled=true,facing=south,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_open"
},
"axis_along_first=false,enabled=true,facing=up,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open",
"x": 90,
"y": 90
},
"axis_along_first=false,enabled=true,facing=up,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open",
"x": 90,
"y": 90
},
"axis_along_first=false,enabled=true,facing=west,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open",
"y": 90
},
"axis_along_first=false,enabled=true,facing=west,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open",
"y": 90
},
"axis_along_first=true,enabled=false,facing=down,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed",
"x": 270
},
"axis_along_first=true,enabled=false,facing=down,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed",
"x": 270
},
"axis_along_first=true,enabled=false,facing=east,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_closed",
"y": 270
},
"axis_along_first=true,enabled=false,facing=east,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_closed",
"y": 270
},
"axis_along_first=true,enabled=false,facing=north,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed",
"y": 180
},
"axis_along_first=true,enabled=false,facing=north,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed",
"y": 180
},
"axis_along_first=true,enabled=false,facing=south,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed"
},
"axis_along_first=true,enabled=false,facing=south,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed"
},
"axis_along_first=true,enabled=false,facing=up,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed",
"x": 90
},
"axis_along_first=true,enabled=false,facing=up,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_closed",
"x": 90
},
"axis_along_first=true,enabled=false,facing=west,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_closed",
"y": 90
},
"axis_along_first=true,enabled=false,facing=west,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_closed",
"y": 90
},
"axis_along_first=true,enabled=true,facing=down,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open",
"x": 270
},
"axis_along_first=true,enabled=true,facing=down,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open",
"x": 270
},
"axis_along_first=true,enabled=true,facing=east,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_open",
"y": 270
},
"axis_along_first=true,enabled=true,facing=east,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_open",
"y": 270
},
"axis_along_first=true,enabled=true,facing=north,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open",
"y": 180
},
"axis_along_first=true,enabled=true,facing=north,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open",
"y": 180
},
"axis_along_first=true,enabled=true,facing=south,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open"
},
"axis_along_first=true,enabled=true,facing=south,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open"
},
"axis_along_first=true,enabled=true,facing=up,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open",
"x": 90
},
"axis_along_first=true,enabled=true,facing=up,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_horizontal_open",
"x": 90
},
"axis_along_first=true,enabled=true,facing=west,waterlogged=false": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_open",
"y": 90
},
"axis_along_first=true,enabled=true,facing=west,waterlogged=true": {
"model": "tfmg:block/brass_fluid_valve/block_vertical_open",
"y": 90
}
}
}

View File

@@ -1,30 +0,0 @@
{
"variants": {
"facing=down": {
"model": "tfmg:block/brass_mechanical_pump/block",
"x": 180
},
"facing=east": {
"model": "tfmg:block/brass_mechanical_pump/block",
"x": 90,
"y": 90
},
"facing=north": {
"model": "tfmg:block/brass_mechanical_pump/block",
"x": 90
},
"facing=south": {
"model": "tfmg:block/brass_mechanical_pump/block",
"x": 90,
"y": 180
},
"facing=up": {
"model": "tfmg:block/brass_mechanical_pump/block"
},
"facing=west": {
"model": "tfmg:block/brass_mechanical_pump/block",
"x": 90,
"y": 270
}
}
}

View File

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

View File

@@ -1,110 +0,0 @@
{
"variants": {
"face=ceiling,facing=east,waterlogged=false": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 180,
"y": 90
},
"face=ceiling,facing=east,waterlogged=true": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 180,
"y": 90
},
"face=ceiling,facing=north,waterlogged=false": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 180
},
"face=ceiling,facing=north,waterlogged=true": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 180
},
"face=ceiling,facing=south,waterlogged=false": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,waterlogged=true": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 180,
"y": 180
},
"face=ceiling,facing=west,waterlogged=false": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 180,
"y": 270
},
"face=ceiling,facing=west,waterlogged=true": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 180,
"y": 270
},
"face=floor,facing=east,waterlogged=false": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"y": 270
},
"face=floor,facing=east,waterlogged=true": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"y": 270
},
"face=floor,facing=north,waterlogged=false": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"y": 180
},
"face=floor,facing=north,waterlogged=true": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"y": 180
},
"face=floor,facing=south,waterlogged=false": {
"model": "tfmg:block/brass_smart_fluid_pipe/block"
},
"face=floor,facing=south,waterlogged=true": {
"model": "tfmg:block/brass_smart_fluid_pipe/block"
},
"face=floor,facing=west,waterlogged=false": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"y": 90
},
"face=floor,facing=west,waterlogged=true": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"y": 90
},
"face=wall,facing=east,waterlogged=false": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 270,
"y": 270
},
"face=wall,facing=east,waterlogged=true": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 270,
"y": 270
},
"face=wall,facing=north,waterlogged=false": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 270,
"y": 180
},
"face=wall,facing=north,waterlogged=true": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 270,
"y": 180
},
"face=wall,facing=south,waterlogged=false": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 270
},
"face=wall,facing=south,waterlogged=true": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 270
},
"face=wall,facing=west,waterlogged=false": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 270,
"y": 90
},
"face=wall,facing=west,waterlogged=true": {
"model": "tfmg:block/brass_smart_fluid_pipe/block",
"x": 270,
"y": 90
}
}
}

View File

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

View File

@@ -1,13 +0,0 @@
{
"variants": {
"type=bottom": {
"model": "tfmg:block/brown_concrete_bottom"
},
"type=double": {
"model": "tfmg:block/brown_concrete"
},
"type=top": {
"model": "tfmg:block/brown_concrete_top"
}
}
}

View File

@@ -1,209 +0,0 @@
{
"variants": {
"facing=east,half=bottom,shape=inner_left": {
"model": "tfmg:block/brown_concrete_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=inner_right": {
"model": "tfmg:block/brown_concrete_stairs_inner"
},
"facing=east,half=bottom,shape=outer_left": {
"model": "tfmg:block/brown_concrete_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=outer_right": {
"model": "tfmg:block/brown_concrete_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "tfmg:block/brown_concrete_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "tfmg:block/brown_concrete_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=inner_right": {
"model": "tfmg:block/brown_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=outer_left": {
"model": "tfmg:block/brown_concrete_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=outer_right": {
"model": "tfmg:block/brown_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=straight": {
"model": "tfmg:block/brown_concrete_stairs",
"uvlock": true,
"x": 180
},
"facing=north,half=bottom,shape=inner_left": {
"model": "tfmg:block/brown_concrete_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=inner_right": {
"model": "tfmg:block/brown_concrete_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=outer_left": {
"model": "tfmg:block/brown_concrete_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=outer_right": {
"model": "tfmg:block/brown_concrete_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=straight": {
"model": "tfmg:block/brown_concrete_stairs",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_left": {
"model": "tfmg:block/brown_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=inner_right": {
"model": "tfmg:block/brown_concrete_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=outer_left": {
"model": "tfmg:block/brown_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=outer_right": {
"model": "tfmg:block/brown_concrete_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=straight": {
"model": "tfmg:block/brown_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=south,half=bottom,shape=inner_left": {
"model": "tfmg:block/brown_concrete_stairs_inner"
},
"facing=south,half=bottom,shape=inner_right": {
"model": "tfmg:block/brown_concrete_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=outer_left": {
"model": "tfmg:block/brown_concrete_stairs_outer"
},
"facing=south,half=bottom,shape=outer_right": {
"model": "tfmg:block/brown_concrete_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=straight": {
"model": "tfmg:block/brown_concrete_stairs",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_left": {
"model": "tfmg:block/brown_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=inner_right": {
"model": "tfmg:block/brown_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=outer_left": {
"model": "tfmg:block/brown_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=outer_right": {
"model": "tfmg:block/brown_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=straight": {
"model": "tfmg:block/brown_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=west,half=bottom,shape=inner_left": {
"model": "tfmg:block/brown_concrete_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_right": {
"model": "tfmg:block/brown_concrete_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=outer_left": {
"model": "tfmg:block/brown_concrete_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=outer_right": {
"model": "tfmg:block/brown_concrete_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=straight": {
"model": "tfmg:block/brown_concrete_stairs",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_left": {
"model": "tfmg:block/brown_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=inner_right": {
"model": "tfmg:block/brown_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=outer_left": {
"model": "tfmg:block/brown_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=outer_right": {
"model": "tfmg:block/brown_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=straight": {
"model": "tfmg:block/brown_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 180
}
}
}

View File

@@ -1,90 +0,0 @@
{
"multipart": [
{
"apply": {
"model": "tfmg:block/brown_concrete_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "tfmg:block/brown_concrete_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "tfmg:block/brown_concrete_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "tfmg:block/brown_concrete_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "tfmg:block/brown_concrete_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "tfmg:block/brown_concrete_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "tfmg:block/brown_concrete_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "tfmg:block/brown_concrete_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "tfmg:block/brown_concrete_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

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

View File

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

View File

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

View File

@@ -1,196 +0,0 @@
{
"variants": {
"axis_along_first=false,enabled=false,facing=down,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed",
"x": 270,
"y": 90
},
"axis_along_first=false,enabled=false,facing=down,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed",
"x": 270,
"y": 90
},
"axis_along_first=false,enabled=false,facing=east,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed",
"y": 270
},
"axis_along_first=false,enabled=false,facing=east,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed",
"y": 270
},
"axis_along_first=false,enabled=false,facing=north,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed",
"y": 180
},
"axis_along_first=false,enabled=false,facing=north,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed",
"y": 180
},
"axis_along_first=false,enabled=false,facing=south,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed"
},
"axis_along_first=false,enabled=false,facing=south,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed"
},
"axis_along_first=false,enabled=false,facing=up,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed",
"x": 90,
"y": 90
},
"axis_along_first=false,enabled=false,facing=up,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed",
"x": 90,
"y": 90
},
"axis_along_first=false,enabled=false,facing=west,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed",
"y": 90
},
"axis_along_first=false,enabled=false,facing=west,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed",
"y": 90
},
"axis_along_first=false,enabled=true,facing=down,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open",
"x": 270,
"y": 90
},
"axis_along_first=false,enabled=true,facing=down,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open",
"x": 270,
"y": 90
},
"axis_along_first=false,enabled=true,facing=east,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open",
"y": 270
},
"axis_along_first=false,enabled=true,facing=east,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open",
"y": 270
},
"axis_along_first=false,enabled=true,facing=north,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open",
"y": 180
},
"axis_along_first=false,enabled=true,facing=north,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open",
"y": 180
},
"axis_along_first=false,enabled=true,facing=south,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open"
},
"axis_along_first=false,enabled=true,facing=south,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open"
},
"axis_along_first=false,enabled=true,facing=up,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open",
"x": 90,
"y": 90
},
"axis_along_first=false,enabled=true,facing=up,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open",
"x": 90,
"y": 90
},
"axis_along_first=false,enabled=true,facing=west,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open",
"y": 90
},
"axis_along_first=false,enabled=true,facing=west,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open",
"y": 90
},
"axis_along_first=true,enabled=false,facing=down,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed",
"x": 270
},
"axis_along_first=true,enabled=false,facing=down,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed",
"x": 270
},
"axis_along_first=true,enabled=false,facing=east,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed",
"y": 270
},
"axis_along_first=true,enabled=false,facing=east,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed",
"y": 270
},
"axis_along_first=true,enabled=false,facing=north,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed",
"y": 180
},
"axis_along_first=true,enabled=false,facing=north,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed",
"y": 180
},
"axis_along_first=true,enabled=false,facing=south,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed"
},
"axis_along_first=true,enabled=false,facing=south,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed"
},
"axis_along_first=true,enabled=false,facing=up,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed",
"x": 90
},
"axis_along_first=true,enabled=false,facing=up,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_closed",
"x": 90
},
"axis_along_first=true,enabled=false,facing=west,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed",
"y": 90
},
"axis_along_first=true,enabled=false,facing=west,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_closed",
"y": 90
},
"axis_along_first=true,enabled=true,facing=down,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open",
"x": 270
},
"axis_along_first=true,enabled=true,facing=down,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open",
"x": 270
},
"axis_along_first=true,enabled=true,facing=east,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open",
"y": 270
},
"axis_along_first=true,enabled=true,facing=east,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open",
"y": 270
},
"axis_along_first=true,enabled=true,facing=north,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open",
"y": 180
},
"axis_along_first=true,enabled=true,facing=north,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open",
"y": 180
},
"axis_along_first=true,enabled=true,facing=south,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open"
},
"axis_along_first=true,enabled=true,facing=south,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open"
},
"axis_along_first=true,enabled=true,facing=up,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open",
"x": 90
},
"axis_along_first=true,enabled=true,facing=up,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_horizontal_open",
"x": 90
},
"axis_along_first=true,enabled=true,facing=west,waterlogged=false": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open",
"y": 90
},
"axis_along_first=true,enabled=true,facing=west,waterlogged=true": {
"model": "tfmg:block/cast_iron_fluid_valve/block_vertical_open",
"y": 90
}
}
}

View File

@@ -1,17 +0,0 @@
{
"variants": {
"axis=x": {
"model": "tfmg:block/cast_iron_flywheel/block",
"x": 90,
"y": 90
},
"axis=y": {
"model": "tfmg:block/cast_iron_flywheel/block"
},
"axis=z": {
"model": "tfmg:block/cast_iron_flywheel/block",
"x": 90,
"y": 180
}
}
}

View File

@@ -1,30 +0,0 @@
{
"variants": {
"facing=down": {
"model": "tfmg:block/cast_iron_mechanical_pump/block",
"x": 180
},
"facing=east": {
"model": "tfmg:block/cast_iron_mechanical_pump/block",
"x": 90,
"y": 90
},
"facing=north": {
"model": "tfmg:block/cast_iron_mechanical_pump/block",
"x": 90
},
"facing=south": {
"model": "tfmg:block/cast_iron_mechanical_pump/block",
"x": 90,
"y": 180
},
"facing=up": {
"model": "tfmg:block/cast_iron_mechanical_pump/block"
},
"facing=west": {
"model": "tfmg:block/cast_iron_mechanical_pump/block",
"x": 90,
"y": 270
}
}
}

View File

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

View File

@@ -1,110 +0,0 @@
{
"variants": {
"face=ceiling,facing=east,waterlogged=false": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 180,
"y": 90
},
"face=ceiling,facing=east,waterlogged=true": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 180,
"y": 90
},
"face=ceiling,facing=north,waterlogged=false": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 180
},
"face=ceiling,facing=north,waterlogged=true": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 180
},
"face=ceiling,facing=south,waterlogged=false": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,waterlogged=true": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 180,
"y": 180
},
"face=ceiling,facing=west,waterlogged=false": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 180,
"y": 270
},
"face=ceiling,facing=west,waterlogged=true": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 180,
"y": 270
},
"face=floor,facing=east,waterlogged=false": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"y": 270
},
"face=floor,facing=east,waterlogged=true": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"y": 270
},
"face=floor,facing=north,waterlogged=false": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"y": 180
},
"face=floor,facing=north,waterlogged=true": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"y": 180
},
"face=floor,facing=south,waterlogged=false": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block"
},
"face=floor,facing=south,waterlogged=true": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block"
},
"face=floor,facing=west,waterlogged=false": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"y": 90
},
"face=floor,facing=west,waterlogged=true": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"y": 90
},
"face=wall,facing=east,waterlogged=false": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 270,
"y": 270
},
"face=wall,facing=east,waterlogged=true": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 270,
"y": 270
},
"face=wall,facing=north,waterlogged=false": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 270,
"y": 180
},
"face=wall,facing=north,waterlogged=true": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 270,
"y": 180
},
"face=wall,facing=south,waterlogged=false": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 270
},
"face=wall,facing=south,waterlogged=true": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 270
},
"face=wall,facing=west,waterlogged=false": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 270,
"y": 90
},
"face=wall,facing=west,waterlogged=true": {
"model": "tfmg:block/cast_iron_smart_fluid_pipe/block",
"x": 270,
"y": 90
}
}
}

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,109 +0,0 @@
{
"variants": {
"controller_type=bottom_off,facing=east": {
"model": "tfmg:block/coke_oven/block_bottom_off",
"y": 270
},
"controller_type=bottom_off,facing=north": {
"model": "tfmg:block/coke_oven/block_bottom_off",
"y": 180
},
"controller_type=bottom_off,facing=south": {
"model": "tfmg:block/coke_oven/block_bottom_off"
},
"controller_type=bottom_off,facing=west": {
"model": "tfmg:block/coke_oven/block_bottom_off",
"y": 90
},
"controller_type=bottom_on,facing=east": {
"model": "tfmg:block/coke_oven/block_bottom_on",
"y": 270
},
"controller_type=bottom_on,facing=north": {
"model": "tfmg:block/coke_oven/block_bottom_on",
"y": 180
},
"controller_type=bottom_on,facing=south": {
"model": "tfmg:block/coke_oven/block_bottom_on"
},
"controller_type=bottom_on,facing=west": {
"model": "tfmg:block/coke_oven/block_bottom_on",
"y": 90
},
"controller_type=casual,facing=east": {
"model": "tfmg:block/coke_oven/block_casual",
"y": 270
},
"controller_type=casual,facing=north": {
"model": "tfmg:block/coke_oven/block_casual",
"y": 180
},
"controller_type=casual,facing=south": {
"model": "tfmg:block/coke_oven/block_casual"
},
"controller_type=casual,facing=west": {
"model": "tfmg:block/coke_oven/block_casual",
"y": 90
},
"controller_type=middle_off,facing=east": {
"model": "tfmg:block/coke_oven/block_middle_off",
"y": 270
},
"controller_type=middle_off,facing=north": {
"model": "tfmg:block/coke_oven/block_middle_off",
"y": 180
},
"controller_type=middle_off,facing=south": {
"model": "tfmg:block/coke_oven/block_middle_off"
},
"controller_type=middle_off,facing=west": {
"model": "tfmg:block/coke_oven/block_middle_off",
"y": 90
},
"controller_type=middle_on,facing=east": {
"model": "tfmg:block/coke_oven/block_middle_on",
"y": 270
},
"controller_type=middle_on,facing=north": {
"model": "tfmg:block/coke_oven/block_middle_on",
"y": 180
},
"controller_type=middle_on,facing=south": {
"model": "tfmg:block/coke_oven/block_middle_on"
},
"controller_type=middle_on,facing=west": {
"model": "tfmg:block/coke_oven/block_middle_on",
"y": 90
},
"controller_type=top_off,facing=east": {
"model": "tfmg:block/coke_oven/block_top_off",
"y": 270
},
"controller_type=top_off,facing=north": {
"model": "tfmg:block/coke_oven/block_top_off",
"y": 180
},
"controller_type=top_off,facing=south": {
"model": "tfmg:block/coke_oven/block_top_off"
},
"controller_type=top_off,facing=west": {
"model": "tfmg:block/coke_oven/block_top_off",
"y": 90
},
"controller_type=top_on,facing=east": {
"model": "tfmg:block/coke_oven/block_top_on",
"y": 270
},
"controller_type=top_on,facing=north": {
"model": "tfmg:block/coke_oven/block_top_on",
"y": 180
},
"controller_type=top_on,facing=south": {
"model": "tfmg:block/coke_oven/block_top_on"
},
"controller_type=top_on,facing=west": {
"model": "tfmg:block/coke_oven/block_top_on",
"y": 90
}
}
}

View File

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

View File

@@ -1,13 +0,0 @@
{
"variants": {
"type=bottom": {
"model": "tfmg:block/concrete_bottom"
},
"type=double": {
"model": "tfmg:block/concrete"
},
"type=top": {
"model": "tfmg:block/concrete_top"
}
}
}

View File

@@ -1,209 +0,0 @@
{
"variants": {
"facing=east,half=bottom,shape=inner_left": {
"model": "tfmg:block/concrete_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=inner_right": {
"model": "tfmg:block/concrete_stairs_inner"
},
"facing=east,half=bottom,shape=outer_left": {
"model": "tfmg:block/concrete_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=outer_right": {
"model": "tfmg:block/concrete_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "tfmg:block/concrete_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "tfmg:block/concrete_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=inner_right": {
"model": "tfmg:block/concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=outer_left": {
"model": "tfmg:block/concrete_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=outer_right": {
"model": "tfmg:block/concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=straight": {
"model": "tfmg:block/concrete_stairs",
"uvlock": true,
"x": 180
},
"facing=north,half=bottom,shape=inner_left": {
"model": "tfmg:block/concrete_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=inner_right": {
"model": "tfmg:block/concrete_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=outer_left": {
"model": "tfmg:block/concrete_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=outer_right": {
"model": "tfmg:block/concrete_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=straight": {
"model": "tfmg:block/concrete_stairs",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_left": {
"model": "tfmg:block/concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=inner_right": {
"model": "tfmg:block/concrete_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=outer_left": {
"model": "tfmg:block/concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=outer_right": {
"model": "tfmg:block/concrete_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=straight": {
"model": "tfmg:block/concrete_stairs",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=south,half=bottom,shape=inner_left": {
"model": "tfmg:block/concrete_stairs_inner"
},
"facing=south,half=bottom,shape=inner_right": {
"model": "tfmg:block/concrete_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=outer_left": {
"model": "tfmg:block/concrete_stairs_outer"
},
"facing=south,half=bottom,shape=outer_right": {
"model": "tfmg:block/concrete_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=straight": {
"model": "tfmg:block/concrete_stairs",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_left": {
"model": "tfmg:block/concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=inner_right": {
"model": "tfmg:block/concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=outer_left": {
"model": "tfmg:block/concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=outer_right": {
"model": "tfmg:block/concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=straight": {
"model": "tfmg:block/concrete_stairs",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=west,half=bottom,shape=inner_left": {
"model": "tfmg:block/concrete_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_right": {
"model": "tfmg:block/concrete_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=outer_left": {
"model": "tfmg:block/concrete_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=outer_right": {
"model": "tfmg:block/concrete_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=straight": {
"model": "tfmg:block/concrete_stairs",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_left": {
"model": "tfmg:block/concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=inner_right": {
"model": "tfmg:block/concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=outer_left": {
"model": "tfmg:block/concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=outer_right": {
"model": "tfmg:block/concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=straight": {
"model": "tfmg:block/concrete_stairs",
"uvlock": true,
"x": 180,
"y": 180
}
}
}

View File

@@ -1,90 +0,0 @@
{
"multipart": [
{
"apply": {
"model": "tfmg:block/concrete_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "tfmg:block/concrete_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "tfmg:block/concrete_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "tfmg:block/concrete_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "tfmg:block/concrete_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "tfmg:block/concrete_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "tfmg:block/concrete_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "tfmg:block/concrete_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "tfmg:block/concrete_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,110 +0,0 @@
{
"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

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

View File

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

View File

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

View File

@@ -1,13 +0,0 @@
{
"variants": {
"type=bottom": {
"model": "tfmg:block/cut_bauxite_brick_slab"
},
"type=double": {
"model": "tfmg:block/cut_bauxite_bricks"
},
"type=top": {
"model": "tfmg:block/cut_bauxite_brick_slab_top"
}
}
}

View File

@@ -1,209 +0,0 @@
{
"variants": {
"facing=east,half=bottom,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner"
},
"facing=east,half=bottom,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "tfmg:block/cut_bauxite_brick_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=straight": {
"model": "tfmg:block/cut_bauxite_brick_stairs",
"uvlock": true,
"x": 180
},
"facing=north,half=bottom,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=straight": {
"model": "tfmg:block/cut_bauxite_brick_stairs",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=straight": {
"model": "tfmg:block/cut_bauxite_brick_stairs",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=south,half=bottom,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner"
},
"facing=south,half=bottom,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer"
},
"facing=south,half=bottom,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=straight": {
"model": "tfmg:block/cut_bauxite_brick_stairs",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=straight": {
"model": "tfmg:block/cut_bauxite_brick_stairs",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=west,half=bottom,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=straight": {
"model": "tfmg:block/cut_bauxite_brick_stairs",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_brick_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=straight": {
"model": "tfmg:block/cut_bauxite_brick_stairs",
"uvlock": true,
"x": 180,
"y": 180
}
}
}

View File

@@ -1,90 +0,0 @@
{
"multipart": [
{
"apply": {
"model": "tfmg:block/cut_bauxite_bricks_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_bricks_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_bricks_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_bricks_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_bricks_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_bricks_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_bricks_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_bricks_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_bricks_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

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

View File

@@ -1,13 +0,0 @@
{
"variants": {
"type=bottom": {
"model": "tfmg:block/cut_bauxite_slab"
},
"type=double": {
"model": "tfmg:block/cut_bauxite"
},
"type=top": {
"model": "tfmg:block/cut_bauxite_slab_top"
}
}
}

View File

@@ -1,209 +0,0 @@
{
"variants": {
"facing=east,half=bottom,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_stairs_inner"
},
"facing=east,half=bottom,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "tfmg:block/cut_bauxite_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=straight": {
"model": "tfmg:block/cut_bauxite_stairs",
"uvlock": true,
"x": 180
},
"facing=north,half=bottom,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=straight": {
"model": "tfmg:block/cut_bauxite_stairs",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=straight": {
"model": "tfmg:block/cut_bauxite_stairs",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=south,half=bottom,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_stairs_inner"
},
"facing=south,half=bottom,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_stairs_outer"
},
"facing=south,half=bottom,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=straight": {
"model": "tfmg:block/cut_bauxite_stairs",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=straight": {
"model": "tfmg:block/cut_bauxite_stairs",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=west,half=bottom,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=straight": {
"model": "tfmg:block/cut_bauxite_stairs",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_left": {
"model": "tfmg:block/cut_bauxite_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=inner_right": {
"model": "tfmg:block/cut_bauxite_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=outer_left": {
"model": "tfmg:block/cut_bauxite_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=outer_right": {
"model": "tfmg:block/cut_bauxite_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=straight": {
"model": "tfmg:block/cut_bauxite_stairs",
"uvlock": true,
"x": 180,
"y": 180
}
}
}

View File

@@ -1,90 +0,0 @@
{
"multipart": [
{
"apply": {
"model": "tfmg:block/cut_bauxite_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "tfmg:block/cut_bauxite_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

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

View File

@@ -1,13 +0,0 @@
{
"variants": {
"type=bottom": {
"model": "tfmg:block/cyan_concrete_bottom"
},
"type=double": {
"model": "tfmg:block/cyan_concrete"
},
"type=top": {
"model": "tfmg:block/cyan_concrete_top"
}
}
}

View File

@@ -1,209 +0,0 @@
{
"variants": {
"facing=east,half=bottom,shape=inner_left": {
"model": "tfmg:block/cyan_concrete_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=inner_right": {
"model": "tfmg:block/cyan_concrete_stairs_inner"
},
"facing=east,half=bottom,shape=outer_left": {
"model": "tfmg:block/cyan_concrete_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=outer_right": {
"model": "tfmg:block/cyan_concrete_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "tfmg:block/cyan_concrete_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "tfmg:block/cyan_concrete_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=inner_right": {
"model": "tfmg:block/cyan_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=outer_left": {
"model": "tfmg:block/cyan_concrete_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=outer_right": {
"model": "tfmg:block/cyan_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=straight": {
"model": "tfmg:block/cyan_concrete_stairs",
"uvlock": true,
"x": 180
},
"facing=north,half=bottom,shape=inner_left": {
"model": "tfmg:block/cyan_concrete_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=inner_right": {
"model": "tfmg:block/cyan_concrete_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=outer_left": {
"model": "tfmg:block/cyan_concrete_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=outer_right": {
"model": "tfmg:block/cyan_concrete_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=straight": {
"model": "tfmg:block/cyan_concrete_stairs",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_left": {
"model": "tfmg:block/cyan_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=inner_right": {
"model": "tfmg:block/cyan_concrete_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=outer_left": {
"model": "tfmg:block/cyan_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=outer_right": {
"model": "tfmg:block/cyan_concrete_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=straight": {
"model": "tfmg:block/cyan_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=south,half=bottom,shape=inner_left": {
"model": "tfmg:block/cyan_concrete_stairs_inner"
},
"facing=south,half=bottom,shape=inner_right": {
"model": "tfmg:block/cyan_concrete_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=outer_left": {
"model": "tfmg:block/cyan_concrete_stairs_outer"
},
"facing=south,half=bottom,shape=outer_right": {
"model": "tfmg:block/cyan_concrete_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=straight": {
"model": "tfmg:block/cyan_concrete_stairs",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_left": {
"model": "tfmg:block/cyan_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=inner_right": {
"model": "tfmg:block/cyan_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=outer_left": {
"model": "tfmg:block/cyan_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=outer_right": {
"model": "tfmg:block/cyan_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=straight": {
"model": "tfmg:block/cyan_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=west,half=bottom,shape=inner_left": {
"model": "tfmg:block/cyan_concrete_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_right": {
"model": "tfmg:block/cyan_concrete_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=outer_left": {
"model": "tfmg:block/cyan_concrete_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=outer_right": {
"model": "tfmg:block/cyan_concrete_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=straight": {
"model": "tfmg:block/cyan_concrete_stairs",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_left": {
"model": "tfmg:block/cyan_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=inner_right": {
"model": "tfmg:block/cyan_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=outer_left": {
"model": "tfmg:block/cyan_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=outer_right": {
"model": "tfmg:block/cyan_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=straight": {
"model": "tfmg:block/cyan_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 180
}
}
}

View File

@@ -1,90 +0,0 @@
{
"multipart": [
{
"apply": {
"model": "tfmg:block/cyan_concrete_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "tfmg:block/cyan_concrete_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "tfmg:block/cyan_concrete_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "tfmg:block/cyan_concrete_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "tfmg:block/cyan_concrete_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "tfmg:block/cyan_concrete_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "tfmg:block/cyan_concrete_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "tfmg:block/cyan_concrete_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "tfmg:block/cyan_concrete_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

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

View File

@@ -1,110 +0,0 @@
{
"variants": {
"face=ceiling,facing=east,waterlogged=false": {
"model": "tfmg:block/diesel_engine/block",
"x": 180,
"y": 270
},
"face=ceiling,facing=east,waterlogged=true": {
"model": "tfmg:block/diesel_engine/block",
"x": 180,
"y": 270
},
"face=ceiling,facing=north,waterlogged=false": {
"model": "tfmg:block/diesel_engine/block",
"x": 180,
"y": 180
},
"face=ceiling,facing=north,waterlogged=true": {
"model": "tfmg:block/diesel_engine/block",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,waterlogged=false": {
"model": "tfmg:block/diesel_engine/block",
"x": 180
},
"face=ceiling,facing=south,waterlogged=true": {
"model": "tfmg:block/diesel_engine/block",
"x": 180
},
"face=ceiling,facing=west,waterlogged=false": {
"model": "tfmg:block/diesel_engine/block",
"x": 180,
"y": 90
},
"face=ceiling,facing=west,waterlogged=true": {
"model": "tfmg:block/diesel_engine/block",
"x": 180,
"y": 90
},
"face=floor,facing=east,waterlogged=false": {
"model": "tfmg:block/diesel_engine/block",
"y": 90
},
"face=floor,facing=east,waterlogged=true": {
"model": "tfmg:block/diesel_engine/block",
"y": 90
},
"face=floor,facing=north,waterlogged=false": {
"model": "tfmg:block/diesel_engine/block"
},
"face=floor,facing=north,waterlogged=true": {
"model": "tfmg:block/diesel_engine/block"
},
"face=floor,facing=south,waterlogged=false": {
"model": "tfmg:block/diesel_engine/block",
"y": 180
},
"face=floor,facing=south,waterlogged=true": {
"model": "tfmg:block/diesel_engine/block",
"y": 180
},
"face=floor,facing=west,waterlogged=false": {
"model": "tfmg:block/diesel_engine/block",
"y": 270
},
"face=floor,facing=west,waterlogged=true": {
"model": "tfmg:block/diesel_engine/block",
"y": 270
},
"face=wall,facing=east,waterlogged=false": {
"model": "tfmg:block/diesel_engine/block",
"x": 90,
"y": 90
},
"face=wall,facing=east,waterlogged=true": {
"model": "tfmg:block/diesel_engine/block",
"x": 90,
"y": 90
},
"face=wall,facing=north,waterlogged=false": {
"model": "tfmg:block/diesel_engine/block",
"x": 90
},
"face=wall,facing=north,waterlogged=true": {
"model": "tfmg:block/diesel_engine/block",
"x": 90
},
"face=wall,facing=south,waterlogged=false": {
"model": "tfmg:block/diesel_engine/block",
"x": 90,
"y": 180
},
"face=wall,facing=south,waterlogged=true": {
"model": "tfmg:block/diesel_engine/block",
"x": 90,
"y": 180
},
"face=wall,facing=west,waterlogged=false": {
"model": "tfmg:block/diesel_engine/block",
"x": 90,
"y": 270
},
"face=wall,facing=west,waterlogged=true": {
"model": "tfmg:block/diesel_engine/block",
"x": 90,
"y": 270
}
}
}

View File

@@ -1,30 +0,0 @@
{
"variants": {
"facing=down": {
"model": "tfmg:block/diesel_engine_expansion",
"x": 180
},
"facing=east": {
"model": "tfmg:block/diesel_engine_expansion",
"x": 90,
"y": 90
},
"facing=north": {
"model": "tfmg:block/diesel_engine_expansion",
"x": 90
},
"facing=south": {
"model": "tfmg:block/diesel_engine_expansion",
"x": 90,
"y": 180
},
"facing=up": {
"model": "tfmg:block/diesel_engine_expansion"
},
"facing=west": {
"model": "tfmg:block/diesel_engine_expansion",
"x": 90,
"y": 270
}
}
}

View File

@@ -1,56 +0,0 @@
{
"variants": {
"facing=down,waterlogged=false": {
"model": "tfmg:block/exhaust",
"x": 180
},
"facing=down,waterlogged=true": {
"model": "tfmg:block/exhaust",
"x": 180
},
"facing=east,waterlogged=false": {
"model": "tfmg:block/exhaust",
"x": 90,
"y": 90
},
"facing=east,waterlogged=true": {
"model": "tfmg:block/exhaust",
"x": 90,
"y": 90
},
"facing=north,waterlogged=false": {
"model": "tfmg:block/exhaust",
"x": 90
},
"facing=north,waterlogged=true": {
"model": "tfmg:block/exhaust",
"x": 90
},
"facing=south,waterlogged=false": {
"model": "tfmg:block/exhaust",
"x": 90,
"y": 180
},
"facing=south,waterlogged=true": {
"model": "tfmg:block/exhaust",
"x": 90,
"y": 180
},
"facing=up,waterlogged=false": {
"model": "tfmg:block/exhaust"
},
"facing=up,waterlogged=true": {
"model": "tfmg:block/exhaust"
},
"facing=west,waterlogged=false": {
"model": "tfmg:block/exhaust",
"x": 90,
"y": 270
},
"facing=west,waterlogged=true": {
"model": "tfmg:block/exhaust",
"x": 90,
"y": 270
}
}
}

View File

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

View File

@@ -1,13 +0,0 @@
{
"variants": {
"type=bottom": {
"model": "tfmg:block/factory_floor_bottom"
},
"type=double": {
"model": "tfmg:block/factory_floor"
},
"type=top": {
"model": "tfmg:block/factory_floor_top"
}
}
}

View File

@@ -1,209 +0,0 @@
{
"variants": {
"facing=east,half=bottom,shape=inner_left": {
"model": "tfmg:block/factory_floor_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=inner_right": {
"model": "tfmg:block/factory_floor_stairs_inner"
},
"facing=east,half=bottom,shape=outer_left": {
"model": "tfmg:block/factory_floor_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=outer_right": {
"model": "tfmg:block/factory_floor_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "tfmg:block/factory_floor_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "tfmg:block/factory_floor_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=inner_right": {
"model": "tfmg:block/factory_floor_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=outer_left": {
"model": "tfmg:block/factory_floor_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=outer_right": {
"model": "tfmg:block/factory_floor_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=straight": {
"model": "tfmg:block/factory_floor_stairs",
"uvlock": true,
"x": 180
},
"facing=north,half=bottom,shape=inner_left": {
"model": "tfmg:block/factory_floor_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=inner_right": {
"model": "tfmg:block/factory_floor_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=outer_left": {
"model": "tfmg:block/factory_floor_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=outer_right": {
"model": "tfmg:block/factory_floor_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=straight": {
"model": "tfmg:block/factory_floor_stairs",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_left": {
"model": "tfmg:block/factory_floor_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=inner_right": {
"model": "tfmg:block/factory_floor_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=outer_left": {
"model": "tfmg:block/factory_floor_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=outer_right": {
"model": "tfmg:block/factory_floor_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=straight": {
"model": "tfmg:block/factory_floor_stairs",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=south,half=bottom,shape=inner_left": {
"model": "tfmg:block/factory_floor_stairs_inner"
},
"facing=south,half=bottom,shape=inner_right": {
"model": "tfmg:block/factory_floor_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=outer_left": {
"model": "tfmg:block/factory_floor_stairs_outer"
},
"facing=south,half=bottom,shape=outer_right": {
"model": "tfmg:block/factory_floor_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=straight": {
"model": "tfmg:block/factory_floor_stairs",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_left": {
"model": "tfmg:block/factory_floor_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=inner_right": {
"model": "tfmg:block/factory_floor_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=outer_left": {
"model": "tfmg:block/factory_floor_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=outer_right": {
"model": "tfmg:block/factory_floor_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=straight": {
"model": "tfmg:block/factory_floor_stairs",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=west,half=bottom,shape=inner_left": {
"model": "tfmg:block/factory_floor_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_right": {
"model": "tfmg:block/factory_floor_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=outer_left": {
"model": "tfmg:block/factory_floor_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=outer_right": {
"model": "tfmg:block/factory_floor_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=straight": {
"model": "tfmg:block/factory_floor_stairs",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_left": {
"model": "tfmg:block/factory_floor_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=inner_right": {
"model": "tfmg:block/factory_floor_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=outer_left": {
"model": "tfmg:block/factory_floor_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=outer_right": {
"model": "tfmg:block/factory_floor_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=straight": {
"model": "tfmg:block/factory_floor_stairs",
"uvlock": true,
"x": 180,
"y": 180
}
}
}

View File

@@ -1,90 +0,0 @@
{
"multipart": [
{
"apply": {
"model": "tfmg:block/fireproof_brick_reinforcement_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "tfmg:block/fireproof_brick_reinforcement_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "tfmg:block/fireproof_brick_reinforcement_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "tfmg:block/fireproof_brick_reinforcement_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "tfmg:block/fireproof_brick_reinforcement_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "tfmg:block/fireproof_brick_reinforcement_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "tfmg:block/fireproof_brick_reinforcement_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "tfmg:block/fireproof_brick_reinforcement_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "tfmg:block/fireproof_brick_reinforcement_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

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

View File

@@ -1,10 +0,0 @@
{
"variants": {
"lit=false": {
"model": "tfmg:block/flarestack/block"
},
"lit=true": {
"model": "tfmg:block/flarestack/block_lit"
}
}
}

View File

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

View File

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

View File

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

View File

@@ -1,29 +0,0 @@
{
"variants": {
"facing=down": {
"model": "tfmg:block/gasoline_engine/block",
"x": 90,
"y": 180
},
"facing=east": {
"model": "tfmg:block/gasoline_engine/block",
"y": 90
},
"facing=north": {
"model": "tfmg:block/gasoline_engine/block"
},
"facing=south": {
"model": "tfmg:block/gasoline_engine/block",
"y": 180
},
"facing=up": {
"model": "tfmg:block/gasoline_engine/block",
"x": 270,
"y": 180
},
"facing=west": {
"model": "tfmg:block/gasoline_engine/block",
"y": 270
}
}
}

View File

@@ -1,29 +0,0 @@
{
"variants": {
"facing=down": {
"model": "tfmg:block/gasoline_engine_back/block",
"x": 90,
"y": 180
},
"facing=east": {
"model": "tfmg:block/gasoline_engine_back/block",
"y": 90
},
"facing=north": {
"model": "tfmg:block/gasoline_engine_back/block"
},
"facing=south": {
"model": "tfmg:block/gasoline_engine_back/block",
"y": 180
},
"facing=up": {
"model": "tfmg:block/gasoline_engine_back/block",
"x": 270,
"y": 180
},
"facing=west": {
"model": "tfmg:block/gasoline_engine_back/block",
"y": 270
}
}
}

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,28 +0,0 @@
{
"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

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

View File

@@ -1,13 +0,0 @@
{
"variants": {
"type=bottom": {
"model": "tfmg:block/gray_concrete_bottom"
},
"type=double": {
"model": "tfmg:block/gray_concrete"
},
"type=top": {
"model": "tfmg:block/gray_concrete_top"
}
}
}

View File

@@ -1,209 +0,0 @@
{
"variants": {
"facing=east,half=bottom,shape=inner_left": {
"model": "tfmg:block/gray_concrete_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=inner_right": {
"model": "tfmg:block/gray_concrete_stairs_inner"
},
"facing=east,half=bottom,shape=outer_left": {
"model": "tfmg:block/gray_concrete_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=outer_right": {
"model": "tfmg:block/gray_concrete_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "tfmg:block/gray_concrete_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "tfmg:block/gray_concrete_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=inner_right": {
"model": "tfmg:block/gray_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=outer_left": {
"model": "tfmg:block/gray_concrete_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=outer_right": {
"model": "tfmg:block/gray_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=straight": {
"model": "tfmg:block/gray_concrete_stairs",
"uvlock": true,
"x": 180
},
"facing=north,half=bottom,shape=inner_left": {
"model": "tfmg:block/gray_concrete_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=inner_right": {
"model": "tfmg:block/gray_concrete_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=outer_left": {
"model": "tfmg:block/gray_concrete_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=outer_right": {
"model": "tfmg:block/gray_concrete_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=straight": {
"model": "tfmg:block/gray_concrete_stairs",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_left": {
"model": "tfmg:block/gray_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=inner_right": {
"model": "tfmg:block/gray_concrete_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=outer_left": {
"model": "tfmg:block/gray_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=outer_right": {
"model": "tfmg:block/gray_concrete_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=straight": {
"model": "tfmg:block/gray_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=south,half=bottom,shape=inner_left": {
"model": "tfmg:block/gray_concrete_stairs_inner"
},
"facing=south,half=bottom,shape=inner_right": {
"model": "tfmg:block/gray_concrete_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=outer_left": {
"model": "tfmg:block/gray_concrete_stairs_outer"
},
"facing=south,half=bottom,shape=outer_right": {
"model": "tfmg:block/gray_concrete_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=straight": {
"model": "tfmg:block/gray_concrete_stairs",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_left": {
"model": "tfmg:block/gray_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=inner_right": {
"model": "tfmg:block/gray_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=outer_left": {
"model": "tfmg:block/gray_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=outer_right": {
"model": "tfmg:block/gray_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=straight": {
"model": "tfmg:block/gray_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=west,half=bottom,shape=inner_left": {
"model": "tfmg:block/gray_concrete_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_right": {
"model": "tfmg:block/gray_concrete_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=outer_left": {
"model": "tfmg:block/gray_concrete_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=outer_right": {
"model": "tfmg:block/gray_concrete_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=straight": {
"model": "tfmg:block/gray_concrete_stairs",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_left": {
"model": "tfmg:block/gray_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=inner_right": {
"model": "tfmg:block/gray_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=outer_left": {
"model": "tfmg:block/gray_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=outer_right": {
"model": "tfmg:block/gray_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=straight": {
"model": "tfmg:block/gray_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 180
}
}
}

View File

@@ -1,90 +0,0 @@
{
"multipart": [
{
"apply": {
"model": "tfmg:block/gray_concrete_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "tfmg:block/gray_concrete_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "tfmg:block/gray_concrete_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "tfmg:block/gray_concrete_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "tfmg:block/gray_concrete_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "tfmg:block/gray_concrete_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "tfmg:block/gray_concrete_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "tfmg:block/gray_concrete_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "tfmg:block/gray_concrete_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

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

View File

@@ -1,13 +0,0 @@
{
"variants": {
"type=bottom": {
"model": "tfmg:block/green_concrete_bottom"
},
"type=double": {
"model": "tfmg:block/green_concrete"
},
"type=top": {
"model": "tfmg:block/green_concrete_top"
}
}
}

View File

@@ -1,209 +0,0 @@
{
"variants": {
"facing=east,half=bottom,shape=inner_left": {
"model": "tfmg:block/green_concrete_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=inner_right": {
"model": "tfmg:block/green_concrete_stairs_inner"
},
"facing=east,half=bottom,shape=outer_left": {
"model": "tfmg:block/green_concrete_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=outer_right": {
"model": "tfmg:block/green_concrete_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "tfmg:block/green_concrete_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "tfmg:block/green_concrete_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=inner_right": {
"model": "tfmg:block/green_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=outer_left": {
"model": "tfmg:block/green_concrete_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=outer_right": {
"model": "tfmg:block/green_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=straight": {
"model": "tfmg:block/green_concrete_stairs",
"uvlock": true,
"x": 180
},
"facing=north,half=bottom,shape=inner_left": {
"model": "tfmg:block/green_concrete_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=inner_right": {
"model": "tfmg:block/green_concrete_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=outer_left": {
"model": "tfmg:block/green_concrete_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=outer_right": {
"model": "tfmg:block/green_concrete_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=straight": {
"model": "tfmg:block/green_concrete_stairs",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_left": {
"model": "tfmg:block/green_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=inner_right": {
"model": "tfmg:block/green_concrete_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=outer_left": {
"model": "tfmg:block/green_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=outer_right": {
"model": "tfmg:block/green_concrete_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=straight": {
"model": "tfmg:block/green_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=south,half=bottom,shape=inner_left": {
"model": "tfmg:block/green_concrete_stairs_inner"
},
"facing=south,half=bottom,shape=inner_right": {
"model": "tfmg:block/green_concrete_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=outer_left": {
"model": "tfmg:block/green_concrete_stairs_outer"
},
"facing=south,half=bottom,shape=outer_right": {
"model": "tfmg:block/green_concrete_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=straight": {
"model": "tfmg:block/green_concrete_stairs",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_left": {
"model": "tfmg:block/green_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=inner_right": {
"model": "tfmg:block/green_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=outer_left": {
"model": "tfmg:block/green_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=outer_right": {
"model": "tfmg:block/green_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=straight": {
"model": "tfmg:block/green_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=west,half=bottom,shape=inner_left": {
"model": "tfmg:block/green_concrete_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_right": {
"model": "tfmg:block/green_concrete_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=outer_left": {
"model": "tfmg:block/green_concrete_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=outer_right": {
"model": "tfmg:block/green_concrete_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=straight": {
"model": "tfmg:block/green_concrete_stairs",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_left": {
"model": "tfmg:block/green_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=inner_right": {
"model": "tfmg:block/green_concrete_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=outer_left": {
"model": "tfmg:block/green_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=outer_right": {
"model": "tfmg:block/green_concrete_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=straight": {
"model": "tfmg:block/green_concrete_stairs",
"uvlock": true,
"x": 180,
"y": 180
}
}
}

View File

@@ -1,90 +0,0 @@
{
"multipart": [
{
"apply": {
"model": "tfmg:block/green_concrete_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "tfmg:block/green_concrete_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "tfmg:block/green_concrete_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "tfmg:block/green_concrete_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "tfmg:block/green_concrete_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "tfmg:block/green_concrete_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "tfmg:block/green_concrete_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "tfmg:block/green_concrete_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "tfmg:block/green_concrete_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

@@ -1,244 +0,0 @@
{
"variants": {
"facing=east,half=lower,hinge=left,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom"
},
"facing=east,half=lower,hinge=left,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom"
},
"facing=east,half=lower,hinge=left,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 90
},
"facing=east,half=lower,hinge=left,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 90
},
"facing=east,half=lower,hinge=right,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom"
},
"facing=east,half=lower,hinge=right,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom"
},
"facing=east,half=lower,hinge=right,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 270
},
"facing=east,half=lower,hinge=right,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 270
},
"facing=east,half=upper,hinge=left,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top"
},
"facing=east,half=upper,hinge=left,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top"
},
"facing=east,half=upper,hinge=left,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 90
},
"facing=east,half=upper,hinge=left,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 90
},
"facing=east,half=upper,hinge=right,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top"
},
"facing=east,half=upper,hinge=right,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top"
},
"facing=east,half=upper,hinge=right,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 270
},
"facing=east,half=upper,hinge=right,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 270
},
"facing=north,half=lower,hinge=left,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 270
},
"facing=north,half=lower,hinge=left,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 270
},
"facing=north,half=lower,hinge=left,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom"
},
"facing=north,half=lower,hinge=left,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom"
},
"facing=north,half=lower,hinge=right,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 270
},
"facing=north,half=lower,hinge=right,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 270
},
"facing=north,half=lower,hinge=right,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 180
},
"facing=north,half=lower,hinge=right,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 180
},
"facing=north,half=upper,hinge=left,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 270
},
"facing=north,half=upper,hinge=left,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 270
},
"facing=north,half=upper,hinge=left,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top"
},
"facing=north,half=upper,hinge=left,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top"
},
"facing=north,half=upper,hinge=right,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 270
},
"facing=north,half=upper,hinge=right,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 270
},
"facing=north,half=upper,hinge=right,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 180
},
"facing=north,half=upper,hinge=right,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 180
},
"facing=south,half=lower,hinge=left,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 90
},
"facing=south,half=lower,hinge=left,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 90
},
"facing=south,half=lower,hinge=left,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 180
},
"facing=south,half=lower,hinge=left,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 180
},
"facing=south,half=lower,hinge=right,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 90
},
"facing=south,half=lower,hinge=right,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 90
},
"facing=south,half=lower,hinge=right,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom"
},
"facing=south,half=lower,hinge=right,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom"
},
"facing=south,half=upper,hinge=left,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 90
},
"facing=south,half=upper,hinge=left,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 90
},
"facing=south,half=upper,hinge=left,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 180
},
"facing=south,half=upper,hinge=left,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 180
},
"facing=south,half=upper,hinge=right,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 90
},
"facing=south,half=upper,hinge=right,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 90
},
"facing=south,half=upper,hinge=right,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top"
},
"facing=south,half=upper,hinge=right,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top"
},
"facing=west,half=lower,hinge=left,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 180
},
"facing=west,half=lower,hinge=left,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 180
},
"facing=west,half=lower,hinge=left,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 270
},
"facing=west,half=lower,hinge=left,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 270
},
"facing=west,half=lower,hinge=right,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 180
},
"facing=west,half=lower,hinge=right,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 180
},
"facing=west,half=lower,hinge=right,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 90
},
"facing=west,half=lower,hinge=right,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_bottom",
"y": 90
},
"facing=west,half=upper,hinge=left,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 180
},
"facing=west,half=upper,hinge=left,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 180
},
"facing=west,half=upper,hinge=left,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 270
},
"facing=west,half=upper,hinge=left,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 270
},
"facing=west,half=upper,hinge=right,open=false,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 180
},
"facing=west,half=upper,hinge=right,open=false,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 180
},
"facing=west,half=upper,hinge=right,open=true,visible=false": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 90
},
"facing=west,half=upper,hinge=right,open=true,visible=true": {
"model": "tfmg:block/heavy_casing_door/block_top",
"y": 90
}
}
}

View File

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

Some files were not shown because too many files have changed in this diff Show More