diff --git a/.gitignore b/.gitignore index 02cc6640..8a0a60d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,4 @@ # Project exclude paths /.gradle/ /build/ -/run/ -/run-data/ -/.idea/ -/.vscode/ /build/classes/java/main/ \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..4a60af31 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,65 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "java", + "name": "runClient", + "request": "launch", + "mainClass": "cpw.mods.bootstraplauncher.BootstrapLauncher", + "projectName": "Create-The_Factory_Must_Grow", + "cwd": "${workspaceFolder}\\run", + "vmArgs": "-Dforge.logging.console.level\u003ddebug -Dforge.logging.markers\u003dREGISTRIES -DlegacyClassPath.file\u003dC:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\build\\classpath\\runClient_minecraftClasspath.txt -Dnet.minecraftforge.gradle.GradleStart.srg.srg-mcp\u003dC:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\build\\createSrgToMcp\\output.srg -Dmixin.env.remapRefMap\u003dtrue -Dmixin.env.refMapRemappingFile\u003dC:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\build\\createSrgToMcp\\output.srg -DignoreList\u003dbootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,JarJarFileSystems,client-extra,fmlcore,javafmllanguage,lowcodelanguage,mclanguage,forge- -DmergeModules\u003djna-5.10.0.jar,jna-platform-5.10.0.jar -Dforge.enabledGameTestNamespaces\u003dtfmg -Dforge.enableGameTest\u003dtrue -Djava.net.preferIPv6Addresses\u003dsystem -p C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\bootstraplauncher\\1.1.2\\c546e00443d8432cda6baa1c860346980742628\\bootstraplauncher-1.1.2.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\securejarhandler\\2.1.10\\51e6a22c6c716beb11e244bf5b8be480f51dd6b5\\securejarhandler-2.1.10.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-commons\\9.7\\e86dda4696d3c185fcc95d8d311904e7ce38a53f\\asm-commons-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-util\\9.7\\c0655519f24d92af2202cb681cd7c1569df6ead6\\asm-util-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-analysis\\9.7\\e4a258b7eb96107106c0599f0061cfc1832fe07a\\asm-analysis-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-tree\\9.7\\e446a17b175bfb733b87c5c2560ccb4e57d69f1a\\asm-tree-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm\\9.7\\73d7b3086e14beb604ced229c302feff6449723\\asm-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.minecraftforge\\JarJarFileSystems\\0.3.19\\2464eb7d6b9ddb9db36a82cf8a95193e5c6fe020\\JarJarFileSystems-0.3.19.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar\u003dcpw.mods.securejarhandler --add-opens java.base/java.lang.invoke\u003dcpw.mods.securejarhandler --add-exports java.base/sun.security.util\u003dcpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns\u003djava.naming -XX:HeapDumpPath\u003dMojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump", + "args": "--launchTarget forgeclientuserdev --version MOD_DEV --assetIndex 5 --assetsDir C:\\Users\\adamn\\.gradle\\caches\\forge_gradle\\assets --gameDir . --fml.forgeVersion 47.3.10 --fml.mcVersion 1.20.1 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20230612.114412 --mixin.config tfmg.mixins.json", + "env": { + "MOD_CLASSES": "tfmg%%${workspaceFolder}\\build\\resources\\main;tfmg%%${workspaceFolder}\\build\\classes\\java\\main", + "MCP_MAPPINGS": "official_1.20.1" + }, + "preLaunchTask": "prepareRunClientCompile" + }, + { + "type": "java", + "name": "runData", + "request": "launch", + "mainClass": "cpw.mods.bootstraplauncher.BootstrapLauncher", + "projectName": "Create-The_Factory_Must_Grow", + "cwd": "${workspaceFolder}\\run-data", + "vmArgs": "-Dforge.logging.console.level\u003ddebug -Dforge.logging.markers\u003dREGISTRIES -DlegacyClassPath.file\u003dC:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\build\\classpath\\runData_minecraftClasspath.txt -Dnet.minecraftforge.gradle.GradleStart.srg.srg-mcp\u003dC:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\build\\createSrgToMcp\\output.srg -Dmixin.env.remapRefMap\u003dtrue -Dmixin.env.refMapRemappingFile\u003dC:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\build\\createSrgToMcp\\output.srg -DignoreList\u003dbootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,JarJarFileSystems,client-extra,fmlcore,javafmllanguage,lowcodelanguage,mclanguage,forge- -DmergeModules\u003djna-5.10.0.jar,jna-platform-5.10.0.jar -Djava.net.preferIPv6Addresses\u003dsystem -p C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\bootstraplauncher\\1.1.2\\c546e00443d8432cda6baa1c860346980742628\\bootstraplauncher-1.1.2.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\securejarhandler\\2.1.10\\51e6a22c6c716beb11e244bf5b8be480f51dd6b5\\securejarhandler-2.1.10.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-commons\\9.7\\e86dda4696d3c185fcc95d8d311904e7ce38a53f\\asm-commons-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-util\\9.7\\c0655519f24d92af2202cb681cd7c1569df6ead6\\asm-util-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-analysis\\9.7\\e4a258b7eb96107106c0599f0061cfc1832fe07a\\asm-analysis-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-tree\\9.7\\e446a17b175bfb733b87c5c2560ccb4e57d69f1a\\asm-tree-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm\\9.7\\73d7b3086e14beb604ced229c302feff6449723\\asm-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.minecraftforge\\JarJarFileSystems\\0.3.19\\2464eb7d6b9ddb9db36a82cf8a95193e5c6fe020\\JarJarFileSystems-0.3.19.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar\u003dcpw.mods.securejarhandler --add-opens java.base/java.lang.invoke\u003dcpw.mods.securejarhandler --add-exports java.base/sun.security.util\u003dcpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns\u003djava.naming", + "args": "--launchTarget forgedatauserdev --assetIndex 5 --assetsDir C:\\Users\\adamn\\.gradle\\caches\\forge_gradle\\assets --gameDir . --fml.forgeVersion 47.3.10 --fml.mcVersion 1.20.1 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20230612.114412 --mod tfmg --all --output C:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\src\\generated\\resources --existing C:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\src\\main\\resources --mixin.config tfmg.mixins.json", + "env": { + "MOD_CLASSES": "tfmg%%${workspaceFolder}\\build\\resources\\main;tfmg%%${workspaceFolder}\\build\\classes\\java\\main", + "MCP_MAPPINGS": "official_1.20.1" + }, + "preLaunchTask": "prepareRunDataCompile" + }, + { + "type": "java", + "name": "runGameTestServer", + "request": "launch", + "mainClass": "cpw.mods.bootstraplauncher.BootstrapLauncher", + "projectName": "Create-The_Factory_Must_Grow", + "cwd": "${workspaceFolder}\\run", + "vmArgs": "-Dforge.logging.console.level\u003ddebug -Dforge.logging.markers\u003dREGISTRIES -DlegacyClassPath.file\u003dC:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\build\\classpath\\runGameTestServer_minecraftClasspath.txt -Dnet.minecraftforge.gradle.GradleStart.srg.srg-mcp\u003dC:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\build\\createSrgToMcp\\output.srg -Dmixin.env.remapRefMap\u003dtrue -Dmixin.env.refMapRemappingFile\u003dC:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\build\\createSrgToMcp\\output.srg -DignoreList\u003dbootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,JarJarFileSystems,client-extra,fmlcore,javafmllanguage,lowcodelanguage,mclanguage,forge- -DmergeModules\u003djna-5.10.0.jar,jna-platform-5.10.0.jar -Dforge.enabledGameTestNamespaces\u003dtfmg -Djava.net.preferIPv6Addresses\u003dsystem -p C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\bootstraplauncher\\1.1.2\\c546e00443d8432cda6baa1c860346980742628\\bootstraplauncher-1.1.2.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\securejarhandler\\2.1.10\\51e6a22c6c716beb11e244bf5b8be480f51dd6b5\\securejarhandler-2.1.10.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-commons\\9.7\\e86dda4696d3c185fcc95d8d311904e7ce38a53f\\asm-commons-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-util\\9.7\\c0655519f24d92af2202cb681cd7c1569df6ead6\\asm-util-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-analysis\\9.7\\e4a258b7eb96107106c0599f0061cfc1832fe07a\\asm-analysis-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-tree\\9.7\\e446a17b175bfb733b87c5c2560ccb4e57d69f1a\\asm-tree-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm\\9.7\\73d7b3086e14beb604ced229c302feff6449723\\asm-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.minecraftforge\\JarJarFileSystems\\0.3.19\\2464eb7d6b9ddb9db36a82cf8a95193e5c6fe020\\JarJarFileSystems-0.3.19.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar\u003dcpw.mods.securejarhandler --add-opens java.base/java.lang.invoke\u003dcpw.mods.securejarhandler --add-exports java.base/sun.security.util\u003dcpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns\u003djava.naming", + "args": "--launchTarget forgegametestserveruserdev --gameDir . --fml.forgeVersion 47.3.10 --fml.mcVersion 1.20.1 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20230612.114412 --mixin.config tfmg.mixins.json", + "env": { + "MOD_CLASSES": "tfmg%%${workspaceFolder}\\build\\resources\\main;tfmg%%${workspaceFolder}\\build\\classes\\java\\main", + "MCP_MAPPINGS": "official_1.20.1" + }, + "preLaunchTask": "prepareRunGameTestServerCompile" + }, + { + "type": "java", + "name": "runServer", + "request": "launch", + "mainClass": "cpw.mods.bootstraplauncher.BootstrapLauncher", + "projectName": "Create-The_Factory_Must_Grow", + "cwd": "${workspaceFolder}\\run", + "vmArgs": "-Dforge.logging.console.level\u003ddebug -Dforge.logging.markers\u003dREGISTRIES -DlegacyClassPath.file\u003dC:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\build\\classpath\\runServer_minecraftClasspath.txt -Dnet.minecraftforge.gradle.GradleStart.srg.srg-mcp\u003dC:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\build\\createSrgToMcp\\output.srg -Dmixin.env.remapRefMap\u003dtrue -Dmixin.env.refMapRemappingFile\u003dC:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\build\\createSrgToMcp\\output.srg -DignoreList\u003dbootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,JarJarFileSystems,client-extra,fmlcore,javafmllanguage,lowcodelanguage,mclanguage,forge- -DmergeModules\u003djna-5.10.0.jar,jna-platform-5.10.0.jar -Dforge.enabledGameTestNamespaces\u003dtfmg -Dforge.enableGameTest\u003dtrue -Djava.net.preferIPv6Addresses\u003dsystem -p C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\bootstraplauncher\\1.1.2\\c546e00443d8432cda6baa1c860346980742628\\bootstraplauncher-1.1.2.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\securejarhandler\\2.1.10\\51e6a22c6c716beb11e244bf5b8be480f51dd6b5\\securejarhandler-2.1.10.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-commons\\9.7\\e86dda4696d3c185fcc95d8d311904e7ce38a53f\\asm-commons-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-util\\9.7\\c0655519f24d92af2202cb681cd7c1569df6ead6\\asm-util-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-analysis\\9.7\\e4a258b7eb96107106c0599f0061cfc1832fe07a\\asm-analysis-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-tree\\9.7\\e446a17b175bfb733b87c5c2560ccb4e57d69f1a\\asm-tree-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm\\9.7\\73d7b3086e14beb604ced229c302feff6449723\\asm-9.7.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.minecraftforge\\JarJarFileSystems\\0.3.19\\2464eb7d6b9ddb9db36a82cf8a95193e5c6fe020\\JarJarFileSystems-0.3.19.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar\u003dcpw.mods.securejarhandler --add-opens java.base/java.lang.invoke\u003dcpw.mods.securejarhandler --add-exports java.base/sun.security.util\u003dcpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns\u003djava.naming", + "args": "--launchTarget forgeserveruserdev --gameDir . --fml.forgeVersion 47.3.10 --fml.mcVersion 1.20.1 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20230612.114412 --nogui --mixin.config tfmg.mixins.json", + "env": { + "MOD_CLASSES": "tfmg%%${workspaceFolder}\\build\\resources\\main;tfmg%%${workspaceFolder}\\build\\classes\\java\\main", + "MCP_MAPPINGS": "official_1.20.1" + }, + "preLaunchTask": "prepareRunServerCompile" + } + ] +} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 00000000..5423194b --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,37 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "prepareRunClientCompile", + "type": "shell", + "command": "./gradlew prepareRunClientCompile", + "options": { + "cwd": "${workspaceFolder}" + } + }, + { + "label": "prepareRunDataCompile", + "type": "shell", + "command": "./gradlew prepareRunDataCompile", + "options": { + "cwd": "${workspaceFolder}" + } + }, + { + "label": "prepareRunGameTestServerCompile", + "type": "shell", + "command": "./gradlew prepareRunGameTestServerCompile", + "options": { + "cwd": "${workspaceFolder}" + } + }, + { + "label": "prepareRunServerCompile", + "type": "shell", + "command": "./gradlew prepareRunServerCompile", + "options": { + "cwd": "${workspaceFolder}" + } + } + ] +} \ No newline at end of file diff --git a/build.gradle b/build.gradle index 29dd3a0a..3746455a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,48 +1,55 @@ buildscript { repositories { - - maven { url = 'https://repo.spongepowered.org/repository/maven-public/' } + // These repositories are only for Gradle plugins, put any other repositories in the repository block further below + maven { url = 'https://maven.minecraftforge.net' } mavenCentral() + jcenter() + maven { url = 'https://repo.spongepowered.org/repository/maven-public' } } dependencies { - classpath 'org.spongepowered:mixingradle:0.7-SNAPSHOT' + classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+', changing: true + classpath "org.spongepowered:mixingradle:0.7-SNAPSHOT" } } - plugins { id 'eclipse' id 'idea' - id 'net.minecraftforge.gradle' version '[6.0.16,6.2)' + id 'maven-publish' + id 'net.minecraftforge.gradle' version '[6.0,6.2)' } - +apply plugin: 'net.minecraftforge.gradle' apply plugin: 'org.spongepowered.mixin' -group = mod_group_id version = mod_version +group = mod_group_id base { archivesName = mod_id } +def refmap +//mixin { +// refmap = add sourceSets.main, 'Create-The_Factory_Must_Grow.refmap.json' +// config 'tfmg.mixins.json' +//} +// Mojang ships Java 17 to end users in 1.18+, so your mod should target Java 17. +java.toolchain.languageVersion = JavaLanguageVersion.of(17) -java { - toolchain.languageVersion = JavaLanguageVersion.of(17) -} - +println "Java: ${System.getProperty 'java.version'}, JVM: ${System.getProperty 'java.vm.version'} (${System.getProperty 'java.vendor'}), Arch: ${System.getProperty 'os.arch'}" minecraft { mappings channel: mapping_channel, version: mapping_version + accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg') + copyIdeResources = true + runs { configureEach { workingDirectory project.file('run') - property 'forge.logging.markers', 'REGISTRIES' - - property 'forge.logging.console.level', 'debug' mods { @@ -53,12 +60,17 @@ minecraft { } client { - + property "mixin.env.remapRefMap", "true" + property "mixin.env.refMapRemappingFile", "${projectDir}/build/createSrgToMcp/output.srg" + // Comma-separated list of namespaces to load gametests from. Empty = all namespaces. property 'forge.enabledGameTestNamespaces', mod_id + arg '-mixin.config=tfmg.mixins.json' + } server { property 'forge.enabledGameTestNamespaces', mod_id + arg '-mixin.config=tfmg.mixins.json' args '--nogui' } @@ -67,6 +79,7 @@ minecraft { } data { + workingDirectory project.file('run-data') @@ -75,24 +88,27 @@ minecraft { } } -mixin { - add sourceSets.main, "${mod_id}.refmap.json" - - config "${mod_id}.mixins.json" -} - - +// Include resources generated by data generators. sourceSets.main.resources { srcDir 'src/generated/resources' } repositories { - maven { - url = 'https://www.cursemaven.com' - content { - includeGroup "curse.maven" + repositories { + maven { + + name 'Progwm16 maven' + url 'https://dvs1.progwml6.com/files/maven' + } + maven { url = "https://maven.createmod.net" } // Create, Ponder, Flywheel + maven { url = "https://maven.tterrag.com" } // Registrate + maven { url = "https://raw.githubusercontent.com/Fuzss/modresources/main/maven/" } // ForgeConfigAPIPort + maven { + url 'https://www.cursemaven.com' + content { + includeGroup "curse.maven" + } } } - maven { url = "https://maven.createmod.net" } // Create, Ponder, Flywheel - maven { url = "https://maven.tterrag.com" } // Registrate + maven { // location of the maven that hosts JEI files since January 2023 name = "Jared's maven" @@ -105,15 +121,20 @@ repositories { } } + dependencies { minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}" - implementation(fg.deobf("com.simibubi.create:create-${minecraft_version}:${create_version}") { transitive = false }) + implementation(fg.deobf("com.simibubi.create:create-${minecraft_version}:${create_version}:slim") { transitive = false }) implementation(fg.deobf("net.createmod.ponder:Ponder-Forge-${minecraft_version}:${ponder_version}")) compileOnly(fg.deobf("dev.engine-room.flywheel:flywheel-forge-api-${minecraft_version}:${flywheel_version}")) runtimeOnly(fg.deobf("dev.engine-room.flywheel:flywheel-forge-${minecraft_version}:${flywheel_version}")) - compileOnly(fg.deobf("com.tterrag.registrate:Registrate:${registrate_version}")) + implementation(fg.deobf("com.tterrag.registrate:Registrate:${registrate_version}")) + compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.4.1")) + implementation("io.github.llamalad7:mixinextras-forge:0.4.1") + + // compile against the JEI API but do not include it at runtime compileOnly(fg.deobf("mezz.jei:jei-${minecraft_version}-common-api:${jei_version}")) @@ -121,10 +142,10 @@ dependencies { // at runtime, use the full JEI jar for Forge runtimeOnly(fg.deobf("mezz.jei:jei-${minecraft_version}-forge:${jei_version}")) - implementation fg.deobf("curse.maven:createaddition-439890:6084982") - implementation fg.deobf("curse.maven:spark-361579:4505309") - annotationProcessor 'org.spongepowered:mixin:0.8.5:processor' + compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:${mixin_extras_version}")) + + annotationProcessor "org.spongepowered:mixin:${mixin_version}:processor" } @@ -136,31 +157,45 @@ tasks.named('processResources', ProcessResources).configure { mod_id: mod_id, mod_name: mod_name, mod_license: mod_license, mod_version: mod_version, mod_authors: mod_authors, mod_description: mod_description, ] - inputs.properties replaceProperties filesMatching(['META-INF/mods.toml', 'pack.mcmeta']) { expand replaceProperties + [project: project] - }} - + } +} +// Example for how to get properties into the manifest for reading at runtime. tasks.named('jar', Jar).configure { manifest { attributes([ - "Specification-Title": mod_id, - "Specification-Vendor": mod_authors, - "Specification-Version": "1", // We are version 1 of ourselves - "Implementation-Title": project.name, - "Implementation-Version": project.jar.archiveVersion, - "Implementation-Vendor": mod_authors, - "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ") + 'Specification-Title' : mod_id, + 'Specification-Vendor' : mod_authors, + 'Specification-Version' : '1', // We are version 1 of ourselves + 'Implementation-Title' : project.name, + 'Implementation-Version' : project.jar.archiveVersion, + 'Implementation-Vendor' : mod_authors, + 'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"), + "MixinConfigs": "tfmg.mixins.json" ]) } - + // This is the preferred method to reobfuscate your jar file finalizedBy 'reobfJar' } -tasks.withType(JavaCompile).configureEach { - options.encoding = 'UTF-8' +publishing { + publications { + register('mavenJava', MavenPublication) { + artifact jar + } + } + repositories { + maven { + url "file://${project.projectDir}/mcmodsrepo" + } + } +} + +tasks.withType(JavaCompile).configureEach { + options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation } diff --git a/gradle.properties b/gradle.properties index cd98f68a..a0ff1fab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,12 +10,15 @@ loader_version_range=[47,) mapping_channel=official mapping_version=1.20.1 +mixin_version = 0.8.5 +mixin_extras_version = 0.4.1 + jei_minecraft_version = 1.20.1 -jei_version = 15.2.0.23 -create_version = 6.0.0-4 -ponder_version = 1.0.36 -flywheel_version = 1.0.0-217 +jei_version = 15.19.0.85 +create_version = 6.0.2-52 +ponder_version = 1.0.51 +flywheel_version = 1.0.1 registrate_version = MC1.20-1.3.3 @@ -25,5 +28,5 @@ mod_name=Create: The Factory Must Grow mod_license=MIT mod_version=1.0 mod_group_id=com.drmangotea -mod_authors= DrMangoTea, Pepa, Milkyfur, Luna +mod_authors= DrMangoTea, Pepa, Luna mod_description= diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 7f93135c..a4b76b95 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradlew b/gradlew index 1aa94a42..f5feea6d 100644 --- a/gradlew +++ b/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -55,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. @@ -84,7 +86,8 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/gradlew.bat b/gradlew.bat index 93e3f59f..9d21a218 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## @@ -43,11 +45,11 @@ set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 if %ERRORLEVEL% equ 0 goto execute -echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail @@ -57,11 +59,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto execute -echo. -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail diff --git a/src/generated/resources/.cache/48a4684353bc8049552a00700631aae2476feeca b/src/generated/resources/.cache/48a4684353bc8049552a00700631aae2476feeca deleted file mode 100644 index e5a6ba9d..00000000 --- a/src/generated/resources/.cache/48a4684353bc8049552a00700631aae2476feeca +++ /dev/null @@ -1,6 +0,0 @@ -// 1.20.1 2025-02-17T16:42:33.2664344 TFMG'S Sequenced Assembly Recipes -8e18331462285f0f09e5897f4cd797c89b6ffc23 data/tfmg/recipes/sequenced_assembly/capacitor.json -7d00b6d19198afdb320d77ecfbbf6be9fa8434d3 data/tfmg/recipes/sequenced_assembly/generator.json -6e387cd804d473dcdade4de8d90ce1982add7447 data/tfmg/recipes/sequenced_assembly/motor.json -6943441658b1aa9175e6dce859896609b2d7aa28 data/tfmg/recipes/sequenced_assembly/potentiometer.json -70be470bb0b72de21713f1c0e08a529780a199c0 data/tfmg/recipes/sequenced_assembly/transistor.json diff --git a/src/generated/resources/.cache/4d0c763c1e3753689be9cc75831f2197a86b8ec1 b/src/generated/resources/.cache/4d0c763c1e3753689be9cc75831f2197a86b8ec1 deleted file mode 100644 index 86a648e5..00000000 --- a/src/generated/resources/.cache/4d0c763c1e3753689be9cc75831f2197a86b8ec1 +++ /dev/null @@ -1,4 +0,0 @@ -// 1.20.1 2025-01-12T12:36:14.2487537 TFMG'S Industrial Blasting Recipes -872854966cfd36b3daad167154fe8facde81c178 data/tfmg/recipes/industrial_blasting/steel.json -89371168dfe95fea4668370207d4c32561e51bbc data/tfmg/recipes/industrial_blasting/steel_from_dust.json -84548133198c151af5abaf3acf3ba2ac32c3c706 data/tfmg/recipes/industrial_blasting/steel_from_raw_iron.json diff --git a/src/generated/resources/.cache/558671a70d72448b144c649d2d414a66be9fb0a4 b/src/generated/resources/.cache/558671a70d72448b144c649d2d414a66be9fb0a4 deleted file mode 100644 index e2f83318..00000000 --- a/src/generated/resources/.cache/558671a70d72448b144c649d2d414a66be9fb0a4 +++ /dev/null @@ -1,5 +0,0 @@ -// 1.20.1 2025-01-31T17:27:27.3200152 TFMG'S Vat Recipes -acf59f5e8adce2bce3b3ef41ccba69da4b43d047 data/tfmg/recipes/vat_machine_recipe/concrete.json -50fc1fb635d453cf7825b033ddc70f475b209800 data/tfmg/recipes/vat_machine_recipe/debug.json -00b67ec4525527dd617b6de282e37334d1623645 data/tfmg/recipes/vat_machine_recipe/debug_2.json -97289dfa2f336c9f07d96dd97c1ec0cffd75a384 data/tfmg/recipes/vat_machine_recipe/etched_circuit_board.json diff --git a/src/generated/resources/.cache/5b8c0f5df972d0059948e36f3c0712dca4487541 b/src/generated/resources/.cache/5b8c0f5df972d0059948e36f3c0712dca4487541 deleted file mode 100644 index 2f4d9e31..00000000 --- a/src/generated/resources/.cache/5b8c0f5df972d0059948e36f3c0712dca4487541 +++ /dev/null @@ -1,12 +0,0 @@ -// 1.20.1 2025-01-31T14:50:29.0691213 TFMG's Processing Recipes -ae24d73a2ef5b8059806e660641bcb9dff2a15f4 data/tfmg/recipes/coking/charcoal.json -9000fbf96dc2c2b822aa4e526b1c8686d5413e5a data/tfmg/recipes/coking/coal.json -55a40ebeb7612a9ba4a938e18adcfe6da4388fff data/tfmg/recipes/distillation/crude_oil.json -c53735f5bedbc3e6fd8c03f2dcc18047e9391d6a data/tfmg/recipes/distillation/crude_oil_light_distillation.json -2ef242c09ecf8dc0dbd554dac9ec924b65bdd17d data/tfmg/recipes/distillation/crude_oil_no_naphtha.json -34371023823fc0686c5e6e3d074c7b723a7c5cd7 data/tfmg/recipes/distillation/heavy_oil.json -001bc3e8ddeb2fc3d633faf873553157b5c1878c data/tfmg/recipes/distillation/heavy_oil_light_distillation.json -cfd0a4e4e86ad9698e251e16aa952c951c6ed1c3 data/tfmg/recipes/distillation/heavy_oil_no_naphtha.json -35a1de08776b5725ae21dd4220549bde14d631a3 data/tfmg/recipes/hot_blast/hot_air.json -499dddbb8a717629960cbbb1513102dc219800ef data/tfmg/recipes/polarizing/magnet.json -ff8a13be251770ef1a6e55d409002a16579ef5f9 data/tfmg/recipes/winding/copper_coil.json diff --git a/src/generated/resources/.cache/7f64eb4aa3056533c06f9e8c978f0b46cdcfc23d b/src/generated/resources/.cache/7f64eb4aa3056533c06f9e8c978f0b46cdcfc23d deleted file mode 100644 index 0a333030..00000000 --- a/src/generated/resources/.cache/7f64eb4aa3056533c06f9e8c978f0b46cdcfc23d +++ /dev/null @@ -1,19 +0,0 @@ -// 1.20.1 2025-01-12T12:36:14.2456469 TFMG's Generated Registry Entries -03f0181e37952f9e7fabf4292538df1a63dfe854 data/tfmg/damage_type/acid.json -3597357d17e8d9d166905c8cfd89df04ce0dc113 data/tfmg/damage_type/blast_furnace.json -059ddd2bfc9abe546988d9dd0ab8459eb553cb65 data/tfmg/damage_type/concrete.json -e6ce5388a0167e63e2b9d4b87190374f448722a5 data/tfmg/forge/biome_modifier/lead_ore.json -4c0e39e6c45eb67d3fb157cd4cd0b8b9cc80b8f6 data/tfmg/forge/biome_modifier/lithium_ore.json -519659cfd37b92b2d7697652ff9e895fe299a220 data/tfmg/forge/biome_modifier/nickel_ore.json -a2fe9ef1b66772d66b4023e5a9338793973ca54f data/tfmg/forge/biome_modifier/tfmg_striated_ores_nether.json -e724fbf2054dc1b5403ebf641fae197e33c03ddc data/tfmg/forge/biome_modifier/tfmg_striated_ores_overworld.json -c3ee7d50456a7e0aafd3bbe9ab71bf2b96a01470 data/tfmg/worldgen/configured_feature/lead_ore.json -c3b14f129d7c60f33dc2b572e4f9ef0ce08bec1b data/tfmg/worldgen/configured_feature/lithium_ore.json -a4042949e1e7bce134b8a05a7627fb8c50201e1c data/tfmg/worldgen/configured_feature/nickel_ore.json -c6c39be2182770a537db582ae5cae15f186ea1f9 data/tfmg/worldgen/configured_feature/tfmg_striated_ores_nether.json -a106ee08545287c881b5dd458efe7f425d8c1f77 data/tfmg/worldgen/configured_feature/tfmg_striated_ores_overworld.json -6f5615fecd27fe4a37938194fb5a94b030d85fed data/tfmg/worldgen/placed_feature/lead_ore.json -65afa2f400018fc5eceab759d81dacbac6eecb70 data/tfmg/worldgen/placed_feature/lithium_ore.json -682f96a9873f5beafc62f11a0a4a0d36bf8c39c5 data/tfmg/worldgen/placed_feature/nickel_ore.json -edb32f0ee214a45f221db3ca9cfc31b981f89a71 data/tfmg/worldgen/placed_feature/tfmg_striated_ores_nether.json -48d58485fb85baf0aa48234cd347c2cde37ee7c8 data/tfmg/worldgen/placed_feature/tfmg_striated_ores_overworld.json diff --git a/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e b/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e deleted file mode 100644 index 01378fe6..00000000 --- a/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e +++ /dev/null @@ -1,2 +0,0 @@ -// 1.20.1 2025-01-12T12:36:14.2477551 Recipes -7f1719f206a134e1c1df1be90711ca8f874c0a96 data/tfmg/recipes/casting/steel.json diff --git a/src/generated/resources/.cache/c5d1eddcf072f02c4997a7ec80c1b21ad739b1b3 b/src/generated/resources/.cache/c5d1eddcf072f02c4997a7ec80c1b21ad739b1b3 deleted file mode 100644 index 694e96c8..00000000 --- a/src/generated/resources/.cache/c5d1eddcf072f02c4997a7ec80c1b21ad739b1b3 +++ /dev/null @@ -1,109 +0,0 @@ -// 1.20.1 2025-01-31T19:09:00.9537218 TFMG'S Standard Recipes -db23a2f0a874c52b56611cbc77dc83f9763914ec data/tfmg/advancements/recipes/misc/crafting/kinetics/air_intake.json -c6dfe8b61c142227826c32f64d7bbb8131eeec11 data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_block_from_compacting.json -13a10ca59d0698dd102646773cf2645f51817925 data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_cogwheel.json -1a1593e9211fa3a04ed61db0aaf233388c26e954 data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_door.json -13e13d6493a696566b4cc83a8dd479b063e070ae data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_flywheel.json -b4123d012b415ec6cf05fb2954af0f07b5935318 data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_ingot_from_compacting.json -1ebff66bbf60ebea589d5b5daf8e03989263c48f data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_ingot_from_decompacting.json -6ff6262e8b155869960284b9de4a68b94644a37d data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_nugget_from_decompacting.json -8955cde7287bb08f7c17331047e67a14f479f1fb data/tfmg/advancements/recipes/misc/crafting/kinetics/blast_furnace_output.json -9f2a83c8ae2401947e04f209c224f401113a33ac data/tfmg/advancements/recipes/misc/crafting/kinetics/brick_smokestack.json -7d3072f175050a338475ce381f0813bed472a5df data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_block_from_compacting.json -850a476ecbe07dfe3be42db22d597dfda5656d9d data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_flywheel.json -0a1d21e2712227dfe3d48ed2fa4f79f082969ee9 data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_ingot_from_compacting.json -cfb0b56c8fcf6aa56d4c4cbcf0556e50aaa0ddc6 data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_ingot_from_decompacting.json -209a85b195010a5a3098e71f38012a1a92f75da6 data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_nugget_from_decompacting.json -7388ac80e7c2ea25c52f6edea96790e9e261c79b data/tfmg/advancements/recipes/misc/crafting/kinetics/concrete_smokestack.json -ce568bd85452cd13c63a5f5ab913ce0b53144774 data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_block_from_compacting.json -edaa81da5a714abbbfcc7a125a8c0c0a8294f43c data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_ingot_from_compacting.json -146c512db772e49b2ad745fb621292965cfb89b7 data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_ingot_from_decompacting.json -f3e9d75787bd35176f4a2024b697d271ef76cdf3 data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_nugget_from_decompacting.json -50178cbc9212f6272077621bab72e3cd65db17a3 data/tfmg/advancements/recipes/misc/crafting/kinetics/exhaust.json -90313c67b9079bef059a6eba033be2fd259bfeb3 data/tfmg/advancements/recipes/misc/crafting/kinetics/fireclay.json -69e9bf710301f95caa688add82604ce43b70daff data/tfmg/advancements/recipes/misc/crafting/kinetics/fireproof_bricks.json -4e2b9eee7b3e07b485bfba1c14aef30a8affa1d2 data/tfmg/advancements/recipes/misc/crafting/kinetics/flarestack.json -bb43b88374948785c6862f5d0515859c59b444ea data/tfmg/advancements/recipes/misc/crafting/kinetics/heavy_casing_door.json -61a32a14f79244ee61171f4ea7897d86b8fc570f data/tfmg/advancements/recipes/misc/crafting/kinetics/heavy_plated_door.json -6cf51bae3bc0e6b06e6bf4fd08dfd12f43b58181 data/tfmg/advancements/recipes/misc/crafting/kinetics/industrial_mixer.json -012371862ecf818cca3e4a5b9a8fbb3392ae808f data/tfmg/advancements/recipes/misc/crafting/kinetics/large_aluminum_cogwheel.json -9cafff29c39199429811870734a571cb59dfdb9a data/tfmg/advancements/recipes/misc/crafting/kinetics/large_steel_cogwheel.json -839d071f46e748385fe9c1adc501c5dceb658dd0 data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_block_from_compacting.json -e3b0e71acca7e7c18620bc8286cd3aa996cf88d8 data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_flywheel.json -fe7dbb15006417b15db107c02601965a527505db data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_ingot_from_compacting.json -7d9bcfca24976c803180d3d611744d6d68a0784f data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_ingot_from_decompacting.json -f879875d3aba7de14d1bd8ac44a5da0b2d536420 data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_nugget_from_decompacting.json -2ff25ea31f32edefb251196c93a6c0fb9cbd2f10 data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_block_from_compacting.json -79ad34e0396ce8985458012fa7a41d56023a1224 data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_ingot_from_compacting.json -36545633645898a81e8d3d4c54e8c9947949b546 data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_ingot_from_decompacting.json -8900a294abec9963b37569cf95301fc5e042db3b data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_nugget_from_decompacting.json -25e5ab420b9f62583f4d78e00f6e4e99def65b38 data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_torch.json -551343fcd35785d39328f16f169e225671cb5d5e data/tfmg/advancements/recipes/misc/crafting/kinetics/metal_smokestack.json -6f6485ea57087a90188ebcc06b58548da5ec22b3 data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_block_from_compacting.json -dfcf7990b7d119350c5e8fb9e6b11fda6ac67047 data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_flywheel.json -830e2b8243b5b5cf9cf1bc3afa1e14a979c7cd79 data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_ingot_from_compacting.json -e3ba5880c4ea68c5bb55d4a319b7bba329d62800 data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_ingot_from_decompacting.json -b28e7499cbc4e65a90f4b32acc3cd019c123f85d data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_nugget_from_decompacting.json -26ee41be5fde5b7aa65746b453af7e5ce6ebbd03 data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_block_from_compacting.json -072b0c5fa0d11c957772120f853e92628bffc83a data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_cogwheel.json -db80b79162a837425ca0a46192c8a6bb85b5e496 data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_door.json -5f258dc1fff08c526c43fa414070783b0fb5619c data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_fluid_tank.json -d4b688ffa269e25091b4f320d2c5f7a279485fcd data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_flywheel.json -21d8c9aa2b8f2eba16155fd6dcef19a82ec14eeb data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_gearbox.json -1824f9dfdd41baeb4f67a8b4d552c98ef0caba6d data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_ingot_from_compacting.json -20e88f6c780a5b908b4f23273c8f9d0dc73b1ece data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_ingot_from_decompacting.json -9e5f8bb5ee7bcadbf5a1a595f147a9778873066f data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_nugget_from_decompacting.json -c888fc7e9362f87124a9e172fef53433fd155784 data/tfmg/recipes/crafting/kinetics/air_intake.json -095e9a7f9523d026f360eea92718c9e462e1a222 data/tfmg/recipes/crafting/kinetics/aluminum_block_from_compacting.json -520f7b01732d9ab446fa75431791c1351b28fadb data/tfmg/recipes/crafting/kinetics/aluminum_cogwheel.json -e6d0640989ea7547d344216c9a792b4ec9476990 data/tfmg/recipes/crafting/kinetics/aluminum_door.json -cf317a26235fe48fef0a37fae65ade403a1b66dd data/tfmg/recipes/crafting/kinetics/aluminum_flywheel.json -093d4753440f2720c0c02474016fa87addfa7870 data/tfmg/recipes/crafting/kinetics/aluminum_ingot_from_compacting.json -00ac9c8d82c74a326268c1b377405e1cf7df97ac data/tfmg/recipes/crafting/kinetics/aluminum_ingot_from_decompacting.json -d7f1f4b18942932d33ae102bfbfbef6fcf09b3c8 data/tfmg/recipes/crafting/kinetics/aluminum_nugget_from_decompacting.json -388af4c67e2015af2f5d70cc01794be6e1c10e65 data/tfmg/recipes/crafting/kinetics/blast_furnace_output.json -1b12f55387d82cf4ac731d3e8b323bbe4d5c1387 data/tfmg/recipes/crafting/kinetics/brick_smokestack.json -7e3e62e029e7ee2ed27436fb9f251ea7fdd120a6 data/tfmg/recipes/crafting/kinetics/cast_iron_block_from_compacting.json -b52588d14e09e74ea298bef496e79317421b244d data/tfmg/recipes/crafting/kinetics/cast_iron_flywheel.json -240c82190f1a978d28fa462cf5f7b85b8bcc96b1 data/tfmg/recipes/crafting/kinetics/cast_iron_ingot_from_compacting.json -9ee6880eff580774db37295800d3f0ba3c17a4c8 data/tfmg/recipes/crafting/kinetics/cast_iron_ingot_from_decompacting.json -3059491b99ac97a4cb08042d65afda8ffbb5f89f data/tfmg/recipes/crafting/kinetics/cast_iron_nugget_from_decompacting.json -47726238df69f90440f2ed2abf72c976fd327ace data/tfmg/recipes/crafting/kinetics/concrete_smokestack.json -3c0f5cc7274b8e0077dd598ca937e77216e61688 data/tfmg/recipes/crafting/kinetics/constantan_block_from_compacting.json -aae9ebd7119f35c6af4642bd6de8c7f7027c40cb data/tfmg/recipes/crafting/kinetics/constantan_ingot_from_compacting.json -02b50c97f3b73ca138505b21b3e5e39d7ff60791 data/tfmg/recipes/crafting/kinetics/constantan_ingot_from_decompacting.json -6b681872a32eb564bc2889c7749b507e65d20926 data/tfmg/recipes/crafting/kinetics/constantan_nugget_from_decompacting.json -b2cd04918a4af73c32a7c9f778c84dac80bf78e6 data/tfmg/recipes/crafting/kinetics/exhaust.json -b9832b8046e32549954dc63b6c999d03529a3e47 data/tfmg/recipes/crafting/kinetics/fireclay.json -f0e2aec128a30fae742ed4ae9f6ed1fdc3f26f90 data/tfmg/recipes/crafting/kinetics/fireproof_bricks.json -9a883c64aa14e8739c77c99603712c7fdfce4567 data/tfmg/recipes/crafting/kinetics/flarestack.json -8f6f541a0a8e59f826540a32a5dc7570a42dcef1 data/tfmg/recipes/crafting/kinetics/heavy_casing_door.json -5ae5be0756ab912d8ba3609fad50fd4c2ff8b912 data/tfmg/recipes/crafting/kinetics/heavy_plated_door.json -92e460bbe22450851a595b34a0755c661631e907 data/tfmg/recipes/crafting/kinetics/industrial_mixer.json -4eacf9cf19db531f69277b396c0ef477c2f46bcd data/tfmg/recipes/crafting/kinetics/large_aluminum_cogwheel.json -c686e43d8a4e3aef226077e3d25aa48bbb4258b9 data/tfmg/recipes/crafting/kinetics/large_steel_cogwheel.json -6809fd3e925dc8281e6841658302c4bfa12f4aaa data/tfmg/recipes/crafting/kinetics/lead_block_from_compacting.json -7b7378f19524138309ff187036d1dba399b682cb data/tfmg/recipes/crafting/kinetics/lead_flywheel.json -377d1e040aead68c35f59643f8cb9194b632a397 data/tfmg/recipes/crafting/kinetics/lead_ingot_from_compacting.json -fd3246b2ac78a9440fdb4989427d4d0f7ffe751f data/tfmg/recipes/crafting/kinetics/lead_ingot_from_decompacting.json -d8c43d3d719d75f717ea7980e1038b585157d571 data/tfmg/recipes/crafting/kinetics/lead_nugget_from_decompacting.json -147304987aff453c5be90128024e8e7e450c7024 data/tfmg/recipes/crafting/kinetics/lithium_block_from_compacting.json -9ecd578ef116bdfa3e866f59a8e9ad1b4b614263 data/tfmg/recipes/crafting/kinetics/lithium_ingot_from_compacting.json -062cc59b0652c05cb56164bcd1373d2831409231 data/tfmg/recipes/crafting/kinetics/lithium_ingot_from_decompacting.json -b823dd658cac8c0125e31f1bea532b4b714b6cc7 data/tfmg/recipes/crafting/kinetics/lithium_nugget_from_decompacting.json -c99c66d2f4f9cee928baf57f1d65323b3d54100f data/tfmg/recipes/crafting/kinetics/lithium_torch.json -b78332d528e39fffa878bf90171bd48876ebcd1b data/tfmg/recipes/crafting/kinetics/metal_smokestack.json -b6a20b2a85231dfa01cac33b283d0dd431fb4819 data/tfmg/recipes/crafting/kinetics/nickel_block_from_compacting.json -e8e39a368fe762182212c818548b730bc62b4ddf data/tfmg/recipes/crafting/kinetics/nickel_flywheel.json -f04b7daa20f6fea47353e00e5eb4aefaf597dd0b data/tfmg/recipes/crafting/kinetics/nickel_ingot_from_compacting.json -a116692b0ba9dde57a2ad6bb34589d59571fb2c6 data/tfmg/recipes/crafting/kinetics/nickel_ingot_from_decompacting.json -dbb8e863fa16906f98ba729cf3c9af17d44c7274 data/tfmg/recipes/crafting/kinetics/nickel_nugget_from_decompacting.json -6d7ebd7ec8d10887489d3814fd6330c2b6174ef0 data/tfmg/recipes/crafting/kinetics/steel_block_from_compacting.json -344e41cb10455a1329bddfb2683c0d0a77b6b47f data/tfmg/recipes/crafting/kinetics/steel_cogwheel.json -e14064302a58268c4a3b7db7d9494412de3e4dc7 data/tfmg/recipes/crafting/kinetics/steel_door.json -f6e94323afd75335409a3b4cbd4ae531b7694692 data/tfmg/recipes/crafting/kinetics/steel_fluid_tank.json -b3d3546d4cca17a1036597d06fddd8bf66ee14a6 data/tfmg/recipes/crafting/kinetics/steel_flywheel.json -c913eaa64059ee7c35efe6ba28e402972853c266 data/tfmg/recipes/crafting/kinetics/steel_gearbox.json -7ebc56791f818aac716a0ac79d17b9a28b7d921b data/tfmg/recipes/crafting/kinetics/steel_ingot_from_compacting.json -e2d10fe4708114b43ce04185ba3aa234d719d62e data/tfmg/recipes/crafting/kinetics/steel_ingot_from_decompacting.json -f81ddce5df01c828b30f3b256986eda5ae406ca5 data/tfmg/recipes/crafting/kinetics/steel_nugget_from_decompacting.json diff --git a/src/generated/resources/.cache/e54e4c34b4f65d271b7b9f53d4ba815125cff8b9 b/src/generated/resources/.cache/e54e4c34b4f65d271b7b9f53d4ba815125cff8b9 deleted file mode 100644 index f452748a..00000000 --- a/src/generated/resources/.cache/e54e4c34b4f65d271b7b9f53d4ba815125cff8b9 +++ /dev/null @@ -1,2281 +0,0 @@ -// 1.20.1 2025-02-28T19:36:17.6982441 Registrate Provider for tfmg [Recipes, Advancements, Loot Tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] -ff5a5721633b83465ab501cbdfdc579a0f20e938 assets/tfmg/blockstates/accumulator.json -e982a263b6af75821042107fdeff7bd809436d08 assets/tfmg/blockstates/air_intake.json -e7f63aadfc892e337d9f87b5e50af8b1c7e4103f assets/tfmg/blockstates/aluminum_bars.json -b7f5146505c40c08cdea7ad01fa99048b7ac5451 assets/tfmg/blockstates/aluminum_block.json -e99518f3ddabde3485a57d7709c565c9c681c181 assets/tfmg/blockstates/aluminum_cable_hub.json -f77a99f3ee1d192001623fd41601f3a1687b67c8 assets/tfmg/blockstates/aluminum_cogwheel.json -03b160816f926440ffaac13f3740c5f480dfc55e assets/tfmg/blockstates/aluminum_door.json -c0714b876360b41c4db8d9a5c0c4e9ee41d0b017 assets/tfmg/blockstates/aluminum_fluid_tank.json -98d61dd3ba8781c570e7e823354201039eca602b assets/tfmg/blockstates/aluminum_fluid_valve.json -a17662e331f24c3a81cbdd64f67b631645efb9f6 assets/tfmg/blockstates/aluminum_flywheel.json -664b2d2a842cc6021ab944dae24a639723ca3da9 assets/tfmg/blockstates/aluminum_frame.json -67d5edbef648081d5078d7800589d90f822545fc assets/tfmg/blockstates/aluminum_ladder.json -c4dc812ee44f9ff51021496ef988bc3f1b37e6af assets/tfmg/blockstates/aluminum_lamp.json -ce5205eea3a9d14fa3cf96d1a8d6d3f7a3bf3065 assets/tfmg/blockstates/aluminum_mechanical_pump.json -7f626af589ff636c28860aca25c8d3649e719e04 assets/tfmg/blockstates/aluminum_pipe.json -5449c09617ce761c2e3bb5711f5979e9bfabbd7d assets/tfmg/blockstates/aluminum_scaffolding.json -da777dccb630d66846bcaadee9f4ad971359b569 assets/tfmg/blockstates/aluminum_smart_fluid_pipe.json -7624d1e46d97661a3a818f5d74f631840783c076 assets/tfmg/blockstates/aluminum_truss.json -fb4545a152238f04215731476020570818d89e1a assets/tfmg/blockstates/ammeter.json -c651864765a9e415779e55bfc3009ab4be8d92cd assets/tfmg/blockstates/asphalt.json -43dd1440c753619802b4213df6640dee3563d391 assets/tfmg/blockstates/asphalt_slab.json -623528f7936ea1577438e5925ce33a08ebeeb54f assets/tfmg/blockstates/asphalt_stairs.json -26dfe8dbbfe7a7419eb89568924893975d701bf4 assets/tfmg/blockstates/asphalt_wall.json -933485fa587fccc649b4cbe8f76f15e590cc8bb1 assets/tfmg/blockstates/bauxite.json -2b53ff8e880d35a42388584cb3ca896c55bfaf95 assets/tfmg/blockstates/bauxite_pillar.json -120368d4cdebbaf17f805c1edf20d5abf556ec59 assets/tfmg/blockstates/blast_furnace_hatch.json -27892eb988e68f88a0c15b94f2415c04d6f6b8ee assets/tfmg/blockstates/blast_furnace_output.json -0ee84a4ff85c8a8bbfb488433050001c157b5495 assets/tfmg/blockstates/blast_furnace_reinforcement.json -2034512a90d1855fac35fca8a78ad25f4a847bfe assets/tfmg/blockstates/blast_furnace_reinforcement_wall.json -bdc3838d9ba58eddc6aad899aad74c27da41a995 assets/tfmg/blockstates/blast_stove.json -fb83c1076743328a2aa1ce2bd89cf7890293f971 assets/tfmg/blockstates/blue_caution_block.json -225657c0b886b2cd04ca81d7d7f4120b9fe73116 assets/tfmg/blockstates/blue_concrete.json -2f24eb61881af9d78f4d5bafe7096e6af7d10081 assets/tfmg/blockstates/blue_concrete_slab.json -2f422c8f88ad82ac427acbaa1df89305be31842a assets/tfmg/blockstates/blue_concrete_stairs.json -4386040bc5ed4b2cc08920f5f58e9e9427b7c14d assets/tfmg/blockstates/blue_concrete_wall.json -29c32cfb0c7479fce4768efb5690af8d15e9ceaa assets/tfmg/blockstates/blue_rebar_concrete.json -2f24eb61881af9d78f4d5bafe7096e6af7d10081 assets/tfmg/blockstates/blue_rebar_concrete_slab.json -2f422c8f88ad82ac427acbaa1df89305be31842a assets/tfmg/blockstates/blue_rebar_concrete_stairs.json -4386040bc5ed4b2cc08920f5f58e9e9427b7c14d assets/tfmg/blockstates/blue_rebar_concrete_wall.json -3e00a4db9909c06fdd9ec9d3154deaaaba6a4aea assets/tfmg/blockstates/brass_cable_hub.json -ea798e9aaa5acf094778eccb0e333b42dff64756 assets/tfmg/blockstates/brass_fluid_valve.json -a96c72f6a617b4411810438c35c39dcb6ed37f85 assets/tfmg/blockstates/brass_frame.json -6e6dd65d14389b85018ab9f9049bb38b753ea1ca assets/tfmg/blockstates/brass_mechanical_pump.json -99739088a4fadc39e9e4dce904d279b0de94ca8e assets/tfmg/blockstates/brass_pipe.json -9ec8f8112e5907f732c730b5ed7ea4132a3e6c21 assets/tfmg/blockstates/brass_smart_fluid_pipe.json -9d2026a8d35888c538d7283176fcd43a2f84856b assets/tfmg/blockstates/brass_truss.json -ce7c427cf4f515dae0b70e073fcab02c4dd5fd92 assets/tfmg/blockstates/brick_smokestack.json -4158158416ad9a5d4a31f3cd3ea857a2ad3d8bc0 assets/tfmg/blockstates/brown_caution_block.json -b846b257ecd76322e904bd9c78a8b263a2799ad5 assets/tfmg/blockstates/brown_concrete.json -8b756fc85daef6d064edf3ea2b2e4c397e67c4a2 assets/tfmg/blockstates/brown_concrete_slab.json -99c8ea149db01211c82a02af3d738494694b2114 assets/tfmg/blockstates/brown_concrete_stairs.json -0ee9e3a46eaad9b1aa6eeaf1046044a7bf410af8 assets/tfmg/blockstates/brown_concrete_wall.json -654b7169217adbcf282d36285731378c48584096 assets/tfmg/blockstates/brown_rebar_concrete.json -8b756fc85daef6d064edf3ea2b2e4c397e67c4a2 assets/tfmg/blockstates/brown_rebar_concrete_slab.json -99c8ea149db01211c82a02af3d738494694b2114 assets/tfmg/blockstates/brown_rebar_concrete_stairs.json -0ee9e3a46eaad9b1aa6eeaf1046044a7bf410af8 assets/tfmg/blockstates/brown_rebar_concrete_wall.json -840c72a290cd0731b678233786a87602f3fa8c31 assets/tfmg/blockstates/cable_connector.json -e22bcb9d31726a734c6741fca494e409c590bf14 assets/tfmg/blockstates/cable_tube.json -86df9d2a2840b9ca6d2ef8f2a2f62bf285bed3a1 assets/tfmg/blockstates/casting_basin.json -2ccbf31047ec5a9b3dd285fda5a402281869f721 assets/tfmg/blockstates/cast_iron_bars.json -9ca537517fb8baeff3d4e4137c93aebd6b874c81 assets/tfmg/blockstates/cast_iron_block.json -075a32d5c33ae2dd3fe6630afe1da72f9235bf9d assets/tfmg/blockstates/cast_iron_fluid_tank.json -e6191cb401599b3c33f0354bfe874bd197cb84e9 assets/tfmg/blockstates/cast_iron_fluid_valve.json -7c9159010b4d65305d359272680cf9f665be0a51 assets/tfmg/blockstates/cast_iron_flywheel.json -6a6c7c8bb091a531a67ab6a6a299c7ca414af7e8 assets/tfmg/blockstates/cast_iron_frame.json -5f16ffc7322a3523f12a7330398116db7c8c98c4 assets/tfmg/blockstates/cast_iron_ladder.json -1636f236d918c77ae00f5b7fd5cfbfa17a701053 assets/tfmg/blockstates/cast_iron_mechanical_pump.json -901e36e24f615852a72c2bbc7540780aa06c8992 assets/tfmg/blockstates/cast_iron_pipe.json -51c50801611a969480ff203a549b3f12122b1d94 assets/tfmg/blockstates/cast_iron_smart_fluid_pipe.json -4d15a7e50cc1c0ffe7578eb50d022b4941c503ea assets/tfmg/blockstates/cast_iron_truss.json -f87bc83a35e2a9684eebd329d842f75527725e18 assets/tfmg/blockstates/circular_light.json -ec94bedd045ade74274ffe009569d65083b9fff5 assets/tfmg/blockstates/coal_coke_block.json -f39a853c61f70a3fe79952c962b2f26d309115a4 assets/tfmg/blockstates/coke_oven.json -c67b91a7fd9f16cd2d7eaa92dd9b945042d58130 assets/tfmg/blockstates/concrete.json -d0709116064c94684adca52587bd0f48b3900423 assets/tfmg/blockstates/concrete_encased_cable_tube.json -4a5b7c93ccd3bf2eeee42a6ae4b8209938980b72 assets/tfmg/blockstates/concrete_encased_electric_post.json -2dcc62250e0e7a2f7f49c21e72176905243c7e76 assets/tfmg/blockstates/concrete_encased_industrial_pipe.json -69c8b627d7b93cddf1a777ec77fe8ebdd0e88a77 assets/tfmg/blockstates/concrete_hose.json -9c9cac30f015e72418736cbec2d721a6dec56fb7 assets/tfmg/blockstates/concrete_slab.json -1bb17c9ead851661909f9d223aa3947267c0a84e assets/tfmg/blockstates/concrete_smokestack.json -84fcaec7626f69e9a27ef235121f9a9db9955530 assets/tfmg/blockstates/concrete_stairs.json -ff85a7b17cfc90735a0d6a868ff05bb77797adc4 assets/tfmg/blockstates/concrete_wall.json -2cfe5e165f43d1308a657b983507c9f9b9c7c404 assets/tfmg/blockstates/constantan_block.json -597a80861fc67cab5c0081f6887c868b7f1608c4 assets/tfmg/blockstates/constantan_frame.json -53a7c2c917f5074fe2c683b839a33487c1194e9a assets/tfmg/blockstates/constantan_ladder.json -53b8e39bebcf7f672cc05c9004ad1c0ab15797b8 assets/tfmg/blockstates/constantan_truss.json -9070d146f25231108735e25ea0fee258aa2dea4e assets/tfmg/blockstates/converter.json -dca4728ef33ca9d54fb55d707761c2eeb77c32b1 assets/tfmg/blockstates/cooling_fluid.json -8b9225e35a3b3543d5866650bf4ac9775942368e assets/tfmg/blockstates/copper_cable_hub.json -a8ffe111ead9a06af01f91232ce3b2f152deaab2 assets/tfmg/blockstates/copper_encased_aluminum_pipe.json -b39b284c5c09b03eb7df198a9ed050ed12f3d72d assets/tfmg/blockstates/copper_encased_brass_pipe.json -758103e7f0065d616333171c505401c8931d0c59 assets/tfmg/blockstates/copper_encased_cast_iron_pipe.json -e097073364c3d4214212332ba036eefb9e857715 assets/tfmg/blockstates/copper_encased_plastic_pipe.json -8b6052f05d1b9cd80062de3fb79e36eb0727ecd5 assets/tfmg/blockstates/copper_encased_steel_pipe.json -083f2b157fbc14718db084169776596d8f750c14 assets/tfmg/blockstates/copper_frame.json -fb27cbbba0cfc4169f0d20524fd8fa9ddad18144 assets/tfmg/blockstates/copper_truss.json -ee52b1eec63e67a98244c87d2cce7f045c483593 assets/tfmg/blockstates/copycat_cable_base.json -3dff9e1ec59415779195d2abfa9f07bc17b428a1 assets/tfmg/blockstates/copycat_cable_block.json -0b0aafe0a045dd28968cb8260db0afde9d11472b assets/tfmg/blockstates/creative_generator.json -fa1fa0509cd94e57da7624b5d094c228d6b92593 assets/tfmg/blockstates/creosote.json -d284d43a9b9527128c706adbd3dff3fa6e8ca048 assets/tfmg/blockstates/crude_oil.json -5f57a2dc6fa076ee9d2a22e32d26993490c6debc assets/tfmg/blockstates/cut_bauxite.json -b9c7bedf897df9728ae76d405686054e1f0f3549 assets/tfmg/blockstates/cut_bauxite_bricks.json -72dd4e067c197ef8e198930feb363b7f00104429 assets/tfmg/blockstates/cut_bauxite_brick_slab.json -857d56ad1da100aa6c3a1543b5f8d608242d20a8 assets/tfmg/blockstates/cut_bauxite_brick_stairs.json -e11a6159da224e69f12e11a594c20bb2bd8c0e68 assets/tfmg/blockstates/cut_bauxite_brick_wall.json -2a6fe47413aa549cd531ca1fb1d317da36745093 assets/tfmg/blockstates/cut_bauxite_slab.json -3803629d3a0fe11a30c7dedaf0ae8e396df4c994 assets/tfmg/blockstates/cut_bauxite_stairs.json -700d6569dd98adc6a3167c99295816453bf351b9 assets/tfmg/blockstates/cut_bauxite_wall.json -ce68852c8075afa7f145f17c71cbf00bfd3ea6c4 assets/tfmg/blockstates/cut_galena.json -08c64f9a0c66182dca3102fce5eb3466af5d2cd2 assets/tfmg/blockstates/cut_galena_bricks.json -777a433c073c6d377905ee744ad3e815b6d286bf assets/tfmg/blockstates/cut_galena_brick_slab.json -96c82e13ac477c283cf8b01681499c6c69ad2c26 assets/tfmg/blockstates/cut_galena_brick_stairs.json -055fdd3b1e1e505ba448fe8cf590ecf68afd5b1c assets/tfmg/blockstates/cut_galena_brick_wall.json -e2c220815dd76c0f81ad62defb42f81a263c508f assets/tfmg/blockstates/cut_galena_slab.json -f5a7a5bb3f7eb747a24c88592511edb080f02fbb assets/tfmg/blockstates/cut_galena_stairs.json -89a3047ffc1b3e4e3a82d6fc270259ad012440a9 assets/tfmg/blockstates/cut_galena_wall.json -e6c37a1b35654860e8e7bce70c17bb9c463cbcf0 assets/tfmg/blockstates/cyan_caution_block.json -64b75bc836e79eb356f851d938a12d41dfdc07ee assets/tfmg/blockstates/cyan_concrete.json -984c1ff59cc54f09672efe0f51055fb15392a61c assets/tfmg/blockstates/cyan_concrete_slab.json -4e923ed720f7aa0de438889f8bf76f417b5b5987 assets/tfmg/blockstates/cyan_concrete_stairs.json -085577a70a50fcde799996e8b153a65735d778bc assets/tfmg/blockstates/cyan_concrete_wall.json -1ae46cd5307f04f6e42d5c2553329b4821d2dc9e assets/tfmg/blockstates/cyan_rebar_concrete.json -984c1ff59cc54f09672efe0f51055fb15392a61c assets/tfmg/blockstates/cyan_rebar_concrete_slab.json -4e923ed720f7aa0de438889f8bf76f417b5b5987 assets/tfmg/blockstates/cyan_rebar_concrete_stairs.json -085577a70a50fcde799996e8b153a65735d778bc assets/tfmg/blockstates/cyan_rebar_concrete_wall.json -4233f092d8691955ef0cfbddd3f5878ce2d1fdd6 assets/tfmg/blockstates/debug_conductor.json -62a01be988656ab958c6969a093ec28608132574 assets/tfmg/blockstates/debug_electric_block.json -41fd9b766ebf3106f9d3c9dcfc2aaa4d6d23ed2f assets/tfmg/blockstates/debug_generator_block.json -da3ce72a164ba44b83d2e0a34aba7a2e0bf1f7e0 assets/tfmg/blockstates/deepslate_lead_ore.json -29fabca149c689611b3066ffd546b48e305b795b assets/tfmg/blockstates/deepslate_lithium_ore.json -0c1f4a179de5361677ab6a190f3b3279374dfdf0 assets/tfmg/blockstates/deepslate_nickel_ore.json -c9291b06874778c72b970c234fdf7b48cbc443cb assets/tfmg/blockstates/diagonal_cable_block.json -03983ce3de10310cd75b98f17c9161653b7034cd assets/tfmg/blockstates/diesel.json -9e5371b956a65a7a49581208e331ee1fc8b8acc2 assets/tfmg/blockstates/electrical_switch.json -3cb8f9a5ab392d7fb37dea856f16e3d501986ef8 assets/tfmg/blockstates/electric_casing.json -fce44cbe5ec7bc7ec527327088be37cea56ac85c assets/tfmg/blockstates/electric_diode.json -fec8a2ce3fa897609383099ca2f30b92f591428b assets/tfmg/blockstates/electric_motor.json -edaa0018b0c7dffe0b552e5f7dd539c5484600fb assets/tfmg/blockstates/electric_post.json -637b5240220dcff1f51dfa02ae44ceb43392a55b assets/tfmg/blockstates/electric_pump.json -5258f718a70e0e9b9f1433aa67fd7faa0a8f28c5 assets/tfmg/blockstates/electrode_holder.json -e452793b4673eaf1821619357692b41c297988f7 assets/tfmg/blockstates/encased_diode.json -5cd35edc93b0e5bc3fe86e4fd160ba2a660404ff assets/tfmg/blockstates/encased_potentiometer.json -66f1fa15f217954d9a24dec65a327a6e034b2d3f assets/tfmg/blockstates/engine_controller.json -d95a6906271097b15b19b7421d871600386137bd assets/tfmg/blockstates/engine_gearbox.json -08007e8e0e57b4ad322e9125fd05b010aa9a5a0b assets/tfmg/blockstates/exhaust.json -41ad3bce75918278f4f48ca3ecf23b1980f9963d assets/tfmg/blockstates/factory_floor.json -10f47e08c249406dd1f2122d1e209998c45d848d assets/tfmg/blockstates/factory_floor_slab.json -ef677a324787ed787012439b7d4a08b2cbfe5809 assets/tfmg/blockstates/factory_floor_stairs.json -0bafb92dc1bee765cef915eb3175c827de51985a assets/tfmg/blockstates/factory_floor_wall.json -36ffee75385da09fa435f9059a85f32a68fdaec1 assets/tfmg/blockstates/firebox.json -8e8feef9e07345228da05669fcb8449a4276f114 assets/tfmg/blockstates/fireclay.json -13c8eae3dd74b79d0e43c31ff101111e0af058f1 assets/tfmg/blockstates/fireproof_bricks.json -fe071d9f7c86c74e47390c35709f6c59b71bfa59 assets/tfmg/blockstates/fireproof_brick_reinforcement.json -89257ec2fdb2f1d61cb229df606c7ffac47e4582 assets/tfmg/blockstates/flarestack.json -e74acd9562e4b46295cf017d17f2662e20a7f5ea assets/tfmg/blockstates/fossilstone.json -d44d576eebf63125dff21f1e71ae2c3dacd7419f assets/tfmg/blockstates/fuse_block.json -f2876beb7a70b63cf30209d0b25db0462b851c7f assets/tfmg/blockstates/galena.json -4325917750f83a2d70f07071af765b388b0df2df assets/tfmg/blockstates/galena_pillar.json -b0a3f4da5d9efdd01800c8b9738aee194565c6e7 assets/tfmg/blockstates/gasoline.json -307dfb8175dbcda4107a36d25b25004d41b901ca assets/tfmg/blockstates/generator.json -c58cc6ae649bc1bafe76b85f0ad4a96c78c237a7 assets/tfmg/blockstates/glass_aluminum_pipe.json -de3098b3dfd1bdaabbd437af409b9fdef7d5ccd6 assets/tfmg/blockstates/glass_brass_pipe.json -6d70d188380a7c925b52c44e3d8306aa1088e4c7 assets/tfmg/blockstates/glass_cable_insulator.json -be2ae6bcf2aead92612fafa57edcac1f0e7775db assets/tfmg/blockstates/glass_cast_iron_pipe.json -078297bd91c6b0f19bed8e1b415c3fc48c879ef3 assets/tfmg/blockstates/glass_plastic_pipe.json -d23c28129bc7885986c65290071fb7a9cc5391d7 assets/tfmg/blockstates/glass_steel_pipe.json -ca8cd808a28b1d8f9b92d2b33ec5f8e1e9eaeff4 assets/tfmg/blockstates/gray_caution_block.json -def0068e1db5fa0b7924ae54e188347d0a3fb05d assets/tfmg/blockstates/gray_concrete.json -d908c98716ad379bc59cf562e6ddb576771e75c8 assets/tfmg/blockstates/gray_concrete_slab.json -3508f6b3948baa5d986b1f659c1157db4decf9b0 assets/tfmg/blockstates/gray_concrete_stairs.json -5ac047a09c73e971e452358720488b79eadf0039 assets/tfmg/blockstates/gray_concrete_wall.json -46ba17a72227b48f286c6d279758ebad67c0fc6c assets/tfmg/blockstates/gray_rebar_concrete.json -d908c98716ad379bc59cf562e6ddb576771e75c8 assets/tfmg/blockstates/gray_rebar_concrete_slab.json -3508f6b3948baa5d986b1f659c1157db4decf9b0 assets/tfmg/blockstates/gray_rebar_concrete_stairs.json -5ac047a09c73e971e452358720488b79eadf0039 assets/tfmg/blockstates/gray_rebar_concrete_wall.json -b3ccc1de7902ad4a1222c889723e6ec49421f074 assets/tfmg/blockstates/green_caution_block.json -383c055f7b0ae0484ad4147e242691d4a5112c0f assets/tfmg/blockstates/green_concrete.json -408f9f2ea4bdd6992c2aac874bf28baa1aaeccec assets/tfmg/blockstates/green_concrete_slab.json -11143b636a70bf7515ed922ca23abb8231bda60a assets/tfmg/blockstates/green_concrete_stairs.json -dd06f00a75ab085ce616c9733525e5cf47482134 assets/tfmg/blockstates/green_concrete_wall.json -e7a3b82a2d314ecdc754c0e1a7660e618c6f7f68 assets/tfmg/blockstates/green_rebar_concrete.json -408f9f2ea4bdd6992c2aac874bf28baa1aaeccec assets/tfmg/blockstates/green_rebar_concrete_slab.json -11143b636a70bf7515ed922ca23abb8231bda60a assets/tfmg/blockstates/green_rebar_concrete_stairs.json -dd06f00a75ab085ce616c9733525e5cf47482134 assets/tfmg/blockstates/green_rebar_concrete_wall.json -ae92ca2b103a7c8842c17a684e03f18ad373a521 assets/tfmg/blockstates/heavy_cable_hub.json -9753ec68aa5fe10f618000b453a242d5e685b7d7 assets/tfmg/blockstates/heavy_casing_door.json -437e9915e04a780339bece4e4d08284c1e3f8982 assets/tfmg/blockstates/heavy_casing_encased_aluminum_cogwheel.json -1487dc2a3bfe572e889517b6dcf0dad19c0980c5 assets/tfmg/blockstates/heavy_casing_encased_large_aluminum_cogwheel.json -c6e14cf6475bd205b5c698342eef9a281eed7c15 assets/tfmg/blockstates/heavy_casing_encased_large_steel_cogwheel.json -bbb58dd6f5a2a55a1d49a56a1ef4501b7d337bcf assets/tfmg/blockstates/heavy_casing_encased_shaft.json -f8191117146ddf45d975b61091a55deb6083cb8a assets/tfmg/blockstates/heavy_casing_encased_steel_cogwheel.json -c7aa764cc11ee837deeed68c9c2d8567ea078f5c assets/tfmg/blockstates/heavy_machinery_casing.json -dea24edfcb504c6c74560174a94bd7d3e5d58e76 assets/tfmg/blockstates/heavy_oil.json -b22328797a3005e555cb90e200ae462b4ce90cda assets/tfmg/blockstates/heavy_plated_door.json -ccbf016681045856ec06d0c2cc9e651afcfab236 assets/tfmg/blockstates/industrial_aluminum_casing.json -ed00b41f2042cd827e7caaf7a5312d2453248539 assets/tfmg/blockstates/industrial_mixer.json -72f06fad72de60dcf5c3a49add9ba27d79219368 assets/tfmg/blockstates/industrial_pipe.json -7199cbfa37e83fcedf8e99af48b05b283aef319f assets/tfmg/blockstates/kerosene.json -61d49e4e58081cb4559df64483406ad102190afe assets/tfmg/blockstates/large_aluminum_cogwheel.json -16222d2053ae55af9b757120eb325d233f92104a assets/tfmg/blockstates/large_pumpjack_hammer_connector.json -71b24d08f184c992d00e1cab9d0a85971a9eae95 assets/tfmg/blockstates/large_pumpjack_hammer_head.json -805263ab905213fc35d07759a22af0933abca22b assets/tfmg/blockstates/large_pumpjack_hammer_part.json -c9d91f8d9b6c51ed8463d0a94d7d8f1762b850dc assets/tfmg/blockstates/large_steel_cogwheel.json -a8f81ce72c3f074ffef304b238ae805f3b4ea763 assets/tfmg/blockstates/layered_bauxite.json -b5f8db9cf9f4558bd9b4be1307291edf0b69bff6 assets/tfmg/blockstates/layered_galena.json -958cc9992b9a640adc21857a9b97ed42ea643e8b assets/tfmg/blockstates/lead_bars.json -34b4665b1ad1f302cebf30a5b1694c47b7ec1b8a assets/tfmg/blockstates/lead_block.json -eb67ce57334d8a1fc7865313eecd8f580e358549 assets/tfmg/blockstates/lead_flywheel.json -047f7414af057478af0ac28c3122d8e9ba2c4081 assets/tfmg/blockstates/lead_frame.json -348ab8ce68a04c3d747a36b976c8700f6a3171cb assets/tfmg/blockstates/lead_ladder.json -f9a121d9f7ffe1db7f97bf0fd5f5ae51fa997b04 assets/tfmg/blockstates/lead_ore.json -c05e1e20dc61f415e11f7796e6ee9be49874c7ea assets/tfmg/blockstates/lead_truss.json -efc44989d25c2f25d6c27af49217398b2b615b28 assets/tfmg/blockstates/light_blue_caution_block.json -bb191e7540b3e1df63c93718eaa674c19b57abab assets/tfmg/blockstates/light_blue_concrete.json -39f77bb75137d03c34947908dfea0bb077132bbf assets/tfmg/blockstates/light_blue_concrete_slab.json -2e1bdcb35ec7fe5273d7f8e45e50fd5afd61069a assets/tfmg/blockstates/light_blue_concrete_stairs.json -5e3919e58450abab9fc346ab698ee58a4e7e26ee assets/tfmg/blockstates/light_blue_concrete_wall.json -d63cebd9bd074ac34e49bef8ae36244ce9d668d0 assets/tfmg/blockstates/light_blue_rebar_concrete.json -39f77bb75137d03c34947908dfea0bb077132bbf assets/tfmg/blockstates/light_blue_rebar_concrete_slab.json -2e1bdcb35ec7fe5273d7f8e45e50fd5afd61069a assets/tfmg/blockstates/light_blue_rebar_concrete_stairs.json -5e3919e58450abab9fc346ab698ee58a4e7e26ee assets/tfmg/blockstates/light_blue_rebar_concrete_wall.json -d4473d75611828f0493a28512141f15e47ffb23a assets/tfmg/blockstates/light_bulb.json -9ec2a2c9d7221237dac359f3cd62ef7eeaf9aa48 assets/tfmg/blockstates/light_gray_caution_block.json -8be7bfb02d65c9bfbeef21bf8e088452012236c4 assets/tfmg/blockstates/light_gray_concrete.json -9ed79792a8af71018827d9f80cada08f4da0f357 assets/tfmg/blockstates/light_gray_concrete_slab.json -febd7b6a8e7d3b3ea0f8dd3d8e8f798a19aefcc6 assets/tfmg/blockstates/light_gray_concrete_stairs.json -393912dacebcc0948b0faf9a610ce02d65317e44 assets/tfmg/blockstates/light_gray_concrete_wall.json -13e265dbad8b60b8587898166e62396f3db8b067 assets/tfmg/blockstates/light_gray_rebar_concrete.json -9ed79792a8af71018827d9f80cada08f4da0f357 assets/tfmg/blockstates/light_gray_rebar_concrete_slab.json -febd7b6a8e7d3b3ea0f8dd3d8e8f798a19aefcc6 assets/tfmg/blockstates/light_gray_rebar_concrete_stairs.json -393912dacebcc0948b0faf9a610ce02d65317e44 assets/tfmg/blockstates/light_gray_rebar_concrete_wall.json -4ed23c1bb20b78529246e572e9548706e44dd5df assets/tfmg/blockstates/lignite.json -a324ae563f509b0f6be9c214b54fc66b195ce410 assets/tfmg/blockstates/lime_caution_block.json -ddb241a1d67117bfc282c453fba15acd9950a7a2 assets/tfmg/blockstates/lime_concrete.json -a2c5689e6cbdd92500ec72802eaba2558bae42c8 assets/tfmg/blockstates/lime_concrete_slab.json -230a296449bdce273104fdfc83700c04b0089933 assets/tfmg/blockstates/lime_concrete_stairs.json -8667f73f37448b0c689a619818a15d617c513fe1 assets/tfmg/blockstates/lime_concrete_wall.json -24212d93fa58084c1679ad57ffdfd2044416dcd6 assets/tfmg/blockstates/lime_rebar_concrete.json -a2c5689e6cbdd92500ec72802eaba2558bae42c8 assets/tfmg/blockstates/lime_rebar_concrete_slab.json -230a296449bdce273104fdfc83700c04b0089933 assets/tfmg/blockstates/lime_rebar_concrete_stairs.json -8667f73f37448b0c689a619818a15d617c513fe1 assets/tfmg/blockstates/lime_rebar_concrete_wall.json -7e625afc0b02d2ce7fe50e80855a845cf802000d assets/tfmg/blockstates/liquid_asphalt.json -55cba7d103b52b31f2deb59effcc01cfae6e2c05 assets/tfmg/blockstates/liquid_concrete.json -d1617690ce981c1ed0432e90fe1ca0c279404448 assets/tfmg/blockstates/liquid_silicon.json -867ab4bebb69784a052bc954b07c379c85ff10aa assets/tfmg/blockstates/lithium_block.json -2373c2691809f6d028414f485ccc80e05fca81af assets/tfmg/blockstates/lithium_ore.json -d02941991bccf3fc193e6bcf5fc51af4ad0be4d3 assets/tfmg/blockstates/lithium_torch.json -2dc4b1da2bee0275cbb13ef89003d56f62d4443d assets/tfmg/blockstates/lubrication_oil.json -1118fe0b59b19a86abd4f3a379fdf893e173ca10 assets/tfmg/blockstates/machine_input.json -460e1b5c6639f93b901e4b71ddd3ab7f710f72d6 assets/tfmg/blockstates/magenta_caution_block.json -6c88c9964466c642bee642ddf5949afd41decb19 assets/tfmg/blockstates/magenta_concrete.json -2052d36ce93141a6915bbf4f2e9ba485e241fef3 assets/tfmg/blockstates/magenta_concrete_slab.json -96217ee5e14df8d0f08552355e51716c973f7d18 assets/tfmg/blockstates/magenta_concrete_stairs.json -717037ad7e8a02c29c2b4411b65bc486778cbcab assets/tfmg/blockstates/magenta_concrete_wall.json -02148ecea7e51488abeba62527230e93063bef0e assets/tfmg/blockstates/magenta_rebar_concrete.json -2052d36ce93141a6915bbf4f2e9ba485e241fef3 assets/tfmg/blockstates/magenta_rebar_concrete_slab.json -96217ee5e14df8d0f08552355e51716c973f7d18 assets/tfmg/blockstates/magenta_rebar_concrete_stairs.json -717037ad7e8a02c29c2b4411b65bc486778cbcab assets/tfmg/blockstates/magenta_rebar_concrete_wall.json -1433878f939769f4fb7bf6e538e50dee7abb20ec assets/tfmg/blockstates/metal_smokestack.json -2e5bd4b9d974c05d75c92a434e495c7fd1e1feaa assets/tfmg/blockstates/modern_light.json -91aecfd2209254bf818d86f5a378317be3617582 assets/tfmg/blockstates/molten_plastic.json -655d2a8fc21a9365e3ad82e2b73dc5fd71566ef7 assets/tfmg/blockstates/molten_slag.json -a4d0f4f955fe3ac39933613a721521849bcae8c6 assets/tfmg/blockstates/molten_steel.json -ebd6804b999acea36abbf07c2381ee6dee0d7a16 assets/tfmg/blockstates/napalm.json -d4912088a46f9bdff74bf95f2d78aec4e4c8a6cb assets/tfmg/blockstates/napalm_bomb.json -89f2902010903aad686571ef37c781b111147456 assets/tfmg/blockstates/naphtha.json -50554cd2533852d92fd55438c7b334a66d0b394a assets/tfmg/blockstates/neon_tube.json -b143304f44f6eb7a2d1a6a9ee6b42b8aa4e0bd03 assets/tfmg/blockstates/nickel_bars.json -2804515ba81747bf9d1f04dc38c4d1aad7751b7f assets/tfmg/blockstates/nickel_block.json -846b7738390847af67e357932b3ac8dbefd83074 assets/tfmg/blockstates/nickel_flywheel.json -e3ca9fee9eb64caddb6d6de6cacf41742be972cd assets/tfmg/blockstates/nickel_frame.json -66931f0728d8b94f1ad38213cb6a8eace35859ae assets/tfmg/blockstates/nickel_ladder.json -8112c528a9b438dd9a13a7da905e30fc69620837 assets/tfmg/blockstates/nickel_ore.json -b3087da6d0660e1f8825f2c9ce7592a4c8cd2d39 assets/tfmg/blockstates/nickel_truss.json -98a003d914c034d7fdc0e7da31c550cbc8d068f1 assets/tfmg/blockstates/oil_deposit.json -e69ce6ca17fd00993708f36d8458f5b88e68b261 assets/tfmg/blockstates/orange_caution_block.json -c37edaba2d6d474398cc5cd3f60390f03c0572c4 assets/tfmg/blockstates/orange_concrete.json -d8c66e9518950f5d7aef101f97bfd8373a3456d8 assets/tfmg/blockstates/orange_concrete_slab.json -38e46c8c441c090263b1b90fd8417b4e3ab14ec5 assets/tfmg/blockstates/orange_concrete_stairs.json -454996edc38bdada9d4d1dec3cdeaa17a902f9ec assets/tfmg/blockstates/orange_concrete_wall.json -a6efcd985e658c86c0d88f8a16df895fb8cde16a assets/tfmg/blockstates/orange_rebar_concrete.json -d8c66e9518950f5d7aef101f97bfd8373a3456d8 assets/tfmg/blockstates/orange_rebar_concrete_slab.json -38e46c8c441c090263b1b90fd8417b4e3ab14ec5 assets/tfmg/blockstates/orange_rebar_concrete_stairs.json -454996edc38bdada9d4d1dec3cdeaa17a902f9ec assets/tfmg/blockstates/orange_rebar_concrete_wall.json -acc74a6d11ee00e5a503c17de71485564a06e0e4 assets/tfmg/blockstates/pink_caution_block.json -2f05966de00d299ea5ca29f29c235468867e56a5 assets/tfmg/blockstates/pink_concrete.json -d0d006b1476b4be3a89cc22a56bae0779d6f2aad assets/tfmg/blockstates/pink_concrete_slab.json -d1c16a2637c3725b904a12cc036cd2d3de69f00b assets/tfmg/blockstates/pink_concrete_stairs.json -22ad562a75bcf2f7d320f601a18ce2747ee1ac5f assets/tfmg/blockstates/pink_concrete_wall.json -de889a40281ccd0d5273eae82d22db5a3d4eecb7 assets/tfmg/blockstates/pink_rebar_concrete.json -d0d006b1476b4be3a89cc22a56bae0779d6f2aad assets/tfmg/blockstates/pink_rebar_concrete_slab.json -d1c16a2637c3725b904a12cc036cd2d3de69f00b assets/tfmg/blockstates/pink_rebar_concrete_stairs.json -22ad562a75bcf2f7d320f601a18ce2747ee1ac5f assets/tfmg/blockstates/pink_rebar_concrete_wall.json -9af676892332313b4413b388e1909bd4a903b644 assets/tfmg/blockstates/plastic_block.json -d36cc38237d5df8ce0806144fcd52bfdadba0232 assets/tfmg/blockstates/plastic_fluid_valve.json -c71682d0d79772cb095a4149b4126c4612c6dc05 assets/tfmg/blockstates/plastic_mechanical_pump.json -572ad0ea319457ae51e1b4e850cec89282e07ecd assets/tfmg/blockstates/plastic_pipe.json -2d9fe4ba67d5adc8869a8c104a42234bddc3ebe3 assets/tfmg/blockstates/plastic_smart_fluid_pipe.json -c468c3371a1e422067548e17f178a4309e217781 assets/tfmg/blockstates/polarizer.json -de9db40aec6d8dfe1afc222cd136df66a5ea0ff4 assets/tfmg/blockstates/polished_cut_bauxite.json -666a8272c3b88cc95106ff6c517b39d5f405cd15 assets/tfmg/blockstates/polished_cut_bauxite_slab.json -09b0074325813fc7b3cc47d406127abd0cfff21a assets/tfmg/blockstates/polished_cut_bauxite_stairs.json -92ac841c40e42468c4a01f98c61bc7df13eb4b9f assets/tfmg/blockstates/polished_cut_bauxite_wall.json -7e192a8da53b7dd86f5a074fe58087f4b076b359 assets/tfmg/blockstates/polished_cut_galena.json -c614b3cad7a7a197ac616f20fafc122e21e61363 assets/tfmg/blockstates/polished_cut_galena_slab.json -a506556ae0245a92a4a09c8a3e5bbcbdc6152dee assets/tfmg/blockstates/polished_cut_galena_stairs.json -4f839082dc704114c20fe7a1640f3a107bab6624 assets/tfmg/blockstates/polished_cut_galena_wall.json -4eff30de429f1957435ceb93036618265ecb345b assets/tfmg/blockstates/potentiometer.json -0e5ae5ba45bb371f454522420c0934d452db9332 assets/tfmg/blockstates/pumpjack_base.json -92caf039b3fce1e61867d9bcc0f1dbfad06ffb50 assets/tfmg/blockstates/pumpjack_crank.json -62c3fb6f1f9b945bd900a4bc6e351c7e7c60c803 assets/tfmg/blockstates/pumpjack_hammer.json -fc3dbceddee61b5cbac32ae8dc9f298b21339fb4 assets/tfmg/blockstates/pumpjack_hammer_connector.json -0ce81c6e303c267b2cca2aa60575d2640d74aae3 assets/tfmg/blockstates/pumpjack_hammer_head.json -cde07945cad6d8e5fd1d12272b0a2c158ff3300d assets/tfmg/blockstates/pumpjack_hammer_part.json -ec00b08a48f5a92449f4831432c51f675ec084e1 assets/tfmg/blockstates/purple_caution_block.json -9437d1ab6bdc0b61bb7eeda0b915413567ca2d5b assets/tfmg/blockstates/purple_concrete.json -0e498253d6e9cc8085dba93440b5531d6f4e6d3f assets/tfmg/blockstates/purple_concrete_slab.json -cd0efffbfec34f486ff8754fe101d549ecb89b4f assets/tfmg/blockstates/purple_concrete_stairs.json -aa93dabc5a9694f94d2a91e6b4060eccfa108a0c assets/tfmg/blockstates/purple_concrete_wall.json -d213b1e171f2c1cb3da1e18f05fa6bb263562901 assets/tfmg/blockstates/purple_rebar_concrete.json -0e498253d6e9cc8085dba93440b5531d6f4e6d3f assets/tfmg/blockstates/purple_rebar_concrete_slab.json -cd0efffbfec34f486ff8754fe101d549ecb89b4f assets/tfmg/blockstates/purple_rebar_concrete_stairs.json -aa93dabc5a9694f94d2a91e6b4060eccfa108a0c assets/tfmg/blockstates/purple_rebar_concrete_wall.json -61c3fb463cbf621b692307cada7201e3882b26ed assets/tfmg/blockstates/raw_lead_block.json -0000593f18477817db98661055ab25034c12990f assets/tfmg/blockstates/raw_lithium_block.json -8f4e79b9966ed492e30afd07cdc2e77465e0a4de assets/tfmg/blockstates/raw_nickel_block.json -4cc9b6e69063a86660c3bc8d0b2105bf32d0c29d assets/tfmg/blockstates/rebar_block.json -b96efc46401770e0661dc36466ff6b233232e7f5 assets/tfmg/blockstates/rebar_concrete.json -9c9cac30f015e72418736cbec2d721a6dec56fb7 assets/tfmg/blockstates/rebar_concrete_slab.json -84fcaec7626f69e9a27ef235121f9a9db9955530 assets/tfmg/blockstates/rebar_concrete_stairs.json -ff85a7b17cfc90735a0d6a868ff05bb77797adc4 assets/tfmg/blockstates/rebar_concrete_wall.json -1c8c4a403d4f536305445ba2861663b5a837eb17 assets/tfmg/blockstates/rebar_floor.json -deaf593d4117da40088bc8b8b852e97a262be97b assets/tfmg/blockstates/rebar_pile.json -aa77fc5be39055fe28a55db6f432d3aaf15fe16d assets/tfmg/blockstates/rebar_pillar.json -43f35140c8635bfa32b5ad92731f038efecb02fa assets/tfmg/blockstates/rebar_stairs.json -99a65a1aad8e9427ecb138b466e559482a4a7435 assets/tfmg/blockstates/rebar_wall.json -a783decb92a740079d812a190a14075bc0e0f933 assets/tfmg/blockstates/red_caution_block.json -fd0cfd9937dcf920b376da7a1075747610368b42 assets/tfmg/blockstates/red_concrete.json -c56002be5068f20200930306f8bd8d70df304ea0 assets/tfmg/blockstates/red_concrete_slab.json -84428de5f191b0d5ec7101ab1e6bda689f3a0fad assets/tfmg/blockstates/red_concrete_stairs.json -3b2c2ec57ef6ba5c13874541111b3c39b5e1bccd assets/tfmg/blockstates/red_concrete_wall.json -9ebf8737ffbe32b8dd1abb48c568e2f43d4b66fa assets/tfmg/blockstates/red_rebar_concrete.json -c56002be5068f20200930306f8bd8d70df304ea0 assets/tfmg/blockstates/red_rebar_concrete_slab.json -84428de5f191b0d5ec7101ab1e6bda689f3a0fad assets/tfmg/blockstates/red_rebar_concrete_stairs.json -3b2c2ec57ef6ba5c13874541111b3c39b5e1bccd assets/tfmg/blockstates/red_rebar_concrete_wall.json -61dcca032e73c8d05136941a5cc174b7e1414813 assets/tfmg/blockstates/regular_engine.json -81712e33553c646e3529f91b3dbc2224bc618728 assets/tfmg/blockstates/reinforced_fireproof_bricks.json -5c4c5fba9cdc7d8d2817a5f0ad0f1e2f8a7b6c1e assets/tfmg/blockstates/resistor.json -0efd5d862a5fe28bf78d1d9acbf220baeeebc2e9 assets/tfmg/blockstates/rotor.json -516823724a718040e4a9aa746483424c2b9dbc92 assets/tfmg/blockstates/rusted_blast_furnace_reinforcement.json -3001739bfa95b98d11a6b74ef223032c52cbec38 assets/tfmg/blockstates/rusted_blast_furnace_reinforcement_wall.json -492472bdc36f30c0ef018f70a77b2ff712dde076 assets/tfmg/blockstates/segmented_display.json -1d17b3c32eb68af8d4ecb4af814e6b5b53286a18 assets/tfmg/blockstates/slag_block.json -12b6aac2233f13dfc650335a528390e5d72196c4 assets/tfmg/blockstates/slag_bricks.json -0d64c8fcf9245a1dcded327bd6970bce49c69c13 assets/tfmg/blockstates/slag_bricks_slab.json -30e75c97600db75b6b6e4565785ce307c77ac873 assets/tfmg/blockstates/slag_bricks_stairs.json -7b718d1fee65e73e24bdd7e5dfae312044df219e assets/tfmg/blockstates/slag_bricks_wall.json -759968da877221c21f6979f6af6cf201a9a8c1b7 assets/tfmg/blockstates/small_bauxite_bricks.json -bf9dcbeabbd8d9da8dcd1cd9d42c3fce6509e7e6 assets/tfmg/blockstates/small_bauxite_brick_slab.json -e80f4610e3272a4edfb47572aff71f1db3d283d7 assets/tfmg/blockstates/small_bauxite_brick_stairs.json -a2eed7173d7f528d0f068c5fa9ea358f61ef1436 assets/tfmg/blockstates/small_bauxite_brick_wall.json -a5224c8449280855a4682772711ba8824d96416e assets/tfmg/blockstates/small_galena_bricks.json -7a81743219e896d34ade8cb4de2c6e68b0f64d58 assets/tfmg/blockstates/small_galena_brick_slab.json -e3c4c116936c46b045778274f4dc10e7e372f8a7 assets/tfmg/blockstates/small_galena_brick_stairs.json -865a2f70bb480dd2fbd778d9809750a4c5156088 assets/tfmg/blockstates/small_galena_brick_wall.json -45647e5977a722b8bf75253d009aad0dc6d15acd assets/tfmg/blockstates/stator.json -6e94961a0fb21276b1654a0b7033fb761a1035a0 assets/tfmg/blockstates/steel_bars.json -e6983072149d1a9a2f4d39e4e1feac599ff7413e assets/tfmg/blockstates/steel_block.json -739553c4ea73079a791db7696f891c03ef87a3ed assets/tfmg/blockstates/steel_cable_hub.json -df44115876045e6f863de2f8be6a9166b336a2f1 assets/tfmg/blockstates/steel_casing.json -330385114529db69901e3669c2a78976b9309cd0 assets/tfmg/blockstates/steel_casing_cable_hub.json -59d8bccbe16deaeea50fb66a20ff91e4dc17b94e assets/tfmg/blockstates/steel_chemical_vat.json -40e8475d00006ee1c7b4ea09e04e125e355e4250 assets/tfmg/blockstates/steel_cogwheel.json -da130e39c11834ebc6d05bcee6c1ed6bb93b0e52 assets/tfmg/blockstates/steel_distillation_controller.json -7e92dd6fe0663fe497a4cc2e4f8fc52e557ba527 assets/tfmg/blockstates/steel_distillation_output.json -7334c94b5fe23df91f43048b19c2b22121405603 assets/tfmg/blockstates/steel_door.json -6636cc250595128cccf3789a611ccbcd6b645def assets/tfmg/blockstates/steel_encased_aluminum_cogwheel.json -4a71c53b5b55ef0707da5ea84d0e664b4ab94cb5 assets/tfmg/blockstates/steel_encased_large_aluminum_cogwheel.json -ac10db0420560858642b09ce88b6cd51a9a0078a assets/tfmg/blockstates/steel_encased_large_steel_cogwheel.json -48b9ff4311eedd9cfb930af4b07f52901e8b2f8e assets/tfmg/blockstates/steel_encased_shaft.json -b74bd3758b29f3cbc31df910ad8034a0dda83818 assets/tfmg/blockstates/steel_encased_steel_cogwheel.json -72bfce2a2795dfe461beed7c3a074e328de14d96 assets/tfmg/blockstates/steel_fluid_tank.json -e29906d296994a13fefc2beb22f7693e1027dd1b assets/tfmg/blockstates/steel_fluid_valve.json -894e5f144506049efe96bcfb07302c569c31a631 assets/tfmg/blockstates/steel_flywheel.json -d220631b1df82cddae2e3d504a263db17e25efe7 assets/tfmg/blockstates/steel_frame.json -c1b79a7b41e6a078669e8b50fcb78d9aba12ef83 assets/tfmg/blockstates/steel_gearbox.json -2e78051bfa9dfb4520047264778787c6d25b7490 assets/tfmg/blockstates/steel_ladder.json -6041673298a81819601e832e560771d21ddd01e9 assets/tfmg/blockstates/steel_mechanical_pump.json -2305048c06767d728d10242e152f25911c1489fd assets/tfmg/blockstates/steel_pipe.json -458c9abec2a978607ba751741bdf5e90b952c8f2 assets/tfmg/blockstates/steel_scaffolding.json -47b56dad1f2715aae7430b5f9acb1d51a26cf562 assets/tfmg/blockstates/steel_smart_fluid_pipe.json -bd4a817323670440ca51c3a038382cd6362285b2 assets/tfmg/blockstates/steel_trapdoor.json -6de5d0777eca3a1e23051d4a3e8d9e4067b1dfd0 assets/tfmg/blockstates/steel_truss.json -e7bbd21def546ff0b7db68091c877da4ac3fe301 assets/tfmg/blockstates/sulfur.json -5a477cb69a83689c52ad333d7dbc3c4c93680c6d assets/tfmg/blockstates/surface_scanner.json -630732e33c7cab7e8a9f126bf3b5f0cc58d3c5fd assets/tfmg/blockstates/traffic_light.json -22e56693892c3c7113999216111223b271cf7783 assets/tfmg/blockstates/transformer.json -1a9d971bfb2af3594592ce835b54a94ed8f76f7b assets/tfmg/blockstates/voltage_observer.json -253af20ab871a235c0cfd95d6212760a6dac352d assets/tfmg/blockstates/voltmeter.json -3ae604025ac79eccc5fd1ff34d3854c50b17ce76 assets/tfmg/blockstates/white_caution_block.json -f0008a901bc09a81bfc3679eccf2e2eaea316a50 assets/tfmg/blockstates/white_concrete.json -624366f1e6f02b5cc0819f7d2f56920e5b8d0557 assets/tfmg/blockstates/white_concrete_slab.json -03716a2a69f857225836a910a861e0d3b41f177f assets/tfmg/blockstates/white_concrete_stairs.json -a91a739eb2fe9a2d24c409d2be93501503f87090 assets/tfmg/blockstates/white_concrete_wall.json -aebb8e9da72f54469f230298ee2f195e889966cb assets/tfmg/blockstates/white_rebar_concrete.json -624366f1e6f02b5cc0819f7d2f56920e5b8d0557 assets/tfmg/blockstates/white_rebar_concrete_slab.json -03716a2a69f857225836a910a861e0d3b41f177f assets/tfmg/blockstates/white_rebar_concrete_stairs.json -a91a739eb2fe9a2d24c409d2be93501503f87090 assets/tfmg/blockstates/white_rebar_concrete_wall.json -8aa460493dd5f6cb3e23da5850cfae5ac64d0604 assets/tfmg/blockstates/winding_machine.json -db068de81280e53b87af885271caea65a37187de assets/tfmg/blockstates/yellow_caution_block.json -054af0b94f124941d9cf96c58f68a6114bd75977 assets/tfmg/blockstates/yellow_concrete.json -98c9aa212e82100d7fc47354760940cc946594d4 assets/tfmg/blockstates/yellow_concrete_slab.json -a1988ec6a98f23cad8321b46345fbf1c5fd20489 assets/tfmg/blockstates/yellow_concrete_stairs.json -c58fa20c091e5ecddfb7164cba45538a8f911431 assets/tfmg/blockstates/yellow_concrete_wall.json -5040a6a4b9ddb625b03bf3852e34f7f051c37414 assets/tfmg/blockstates/yellow_rebar_concrete.json -98c9aa212e82100d7fc47354760940cc946594d4 assets/tfmg/blockstates/yellow_rebar_concrete_slab.json -a1988ec6a98f23cad8321b46345fbf1c5fd20489 assets/tfmg/blockstates/yellow_rebar_concrete_stairs.json -c58fa20c091e5ecddfb7164cba45538a8f911431 assets/tfmg/blockstates/yellow_rebar_concrete_wall.json -0271e2b940bb94cdb7e951b81e277ee633d64d62 assets/tfmg/blockstates/zinc_frame.json -1bd66f29acffb67f30bfe94c8535509bd009beab assets/tfmg/blockstates/zinc_truss.json -ff30d3fdfb832013df283ea913edc01670913683 assets/tfmg/lang/en_ud.json -52885f6f2f3f59e4a0ab8de856589d6a28a62414 assets/tfmg/lang/en_us.json -9e6a6b62f5e7528c4e4d4f72f3510edcd8f0c078 assets/tfmg/models/block/aluminum_block.json -1d33a893d6ac05f9adaceb7f84423ebe9b195c01 assets/tfmg/models/block/aluminum_cable_hub.json -da469bf3233944085f07d4ef437827061e408838 assets/tfmg/models/block/aluminum_cap.json -4344f14c42bb7a9f90120b5f75927015c0edc3bc assets/tfmg/models/block/aluminum_cap_alt.json -f8e1f1798fa66b8a3a3c4f5a7abb2158947ef937 assets/tfmg/models/block/aluminum_ladder.json -2d08bfe6f5ad5e2629348febc1287318c28e7fa8 assets/tfmg/models/block/aluminum_pipe/d_x.json -7dfa77ec84ce2ce2f30ea25fbe983491ee7ee9ff assets/tfmg/models/block/aluminum_pipe/d_y.json -22c82f6577d7f43714bbd1469e8874f266d11165 assets/tfmg/models/block/aluminum_pipe/d_z.json -87e5eff20c63058371799156befc7f7a2a0e6e5e assets/tfmg/models/block/aluminum_pipe/ld_x.json -efa549069007118588fce81a06ce4dc7b148506d assets/tfmg/models/block/aluminum_pipe/ld_y.json -5455f63cae9ea0689700656a901d041e0661fa7a assets/tfmg/models/block/aluminum_pipe/ld_z.json -1987e49ccebee68432c660c8374989d532b3f93a assets/tfmg/models/block/aluminum_pipe/lr_x.json -1c0a7d66e604cd3f1bad1276c66dafbfc1dc8398 assets/tfmg/models/block/aluminum_pipe/lr_y.json -084b01a105fe97ca4ebc2a8023fe4b42fbda1287 assets/tfmg/models/block/aluminum_pipe/lr_z.json -efd167f70adf5a9f4c356e7e9bfc2c566443292d assets/tfmg/models/block/aluminum_pipe/lu_x.json -f8f700e941783cee69bc754ba30d1a968b4fd089 assets/tfmg/models/block/aluminum_pipe/lu_y.json -88c9ac1aac499e9da977bcbdaf7bdf914c47a9ac assets/tfmg/models/block/aluminum_pipe/lu_z.json -d1e4e2c2bc23276a42392fb2f41cf478eceb36dc assets/tfmg/models/block/aluminum_pipe/l_x.json -85e6230661c7e81e76d65e8839660a5ef863e771 assets/tfmg/models/block/aluminum_pipe/l_y.json -2ec94557bbea77e0553ee75f467f3d04e74f36c9 assets/tfmg/models/block/aluminum_pipe/l_z.json -78ef898b5d0e77f1e54a544d68e573ad5665d49a assets/tfmg/models/block/aluminum_pipe/rd_x.json -3fc213365bb73d1b2ee809217ce18cfbdd60e1bc assets/tfmg/models/block/aluminum_pipe/rd_y.json -517021c312598ee4d0e9312c459463ed2b874c1b assets/tfmg/models/block/aluminum_pipe/rd_z.json -538af99593b2cb9cf44f696e5a70cf108d1d719d assets/tfmg/models/block/aluminum_pipe/ru_x.json -fd0f020d5362263dea9431d50f405e8b272ca979 assets/tfmg/models/block/aluminum_pipe/ru_y.json -b165ccae36dd7c8493ed917115799b685fe3e58e assets/tfmg/models/block/aluminum_pipe/ru_z.json -f7df3c4e06d771d20e82402032e5b1da3b5fae93 assets/tfmg/models/block/aluminum_pipe/r_x.json -a8251a1983c17d2e89848a4de3cb253dd71db2c3 assets/tfmg/models/block/aluminum_pipe/r_y.json -4b7a9f4204c581c208f56fa7da7b224e91b06b71 assets/tfmg/models/block/aluminum_pipe/r_z.json -81ec29f01d675d5d7a0dfa6c47a8de3b81ee3f61 assets/tfmg/models/block/aluminum_pipe/ud_x.json -d419a0e009c7e6fda74d5440b8aa1883ea9ae0bf assets/tfmg/models/block/aluminum_pipe/ud_y.json -15e57732b0e4c5699ad7ee01496dc0a90625dac0 assets/tfmg/models/block/aluminum_pipe/ud_z.json -dcb1ee2a2a687e65714562682a988e5476abcc0c assets/tfmg/models/block/aluminum_pipe/u_x.json -2767b9675ff0123303e8d55cb35b78ffe7c2f48d assets/tfmg/models/block/aluminum_pipe/u_y.json -853f6ccff4dd4f1e91ca32cc99b3f9b940964d67 assets/tfmg/models/block/aluminum_pipe/u_z.json -6ee204f3769086a0a7c2006a33896c0a7f82e707 assets/tfmg/models/block/aluminum_post.json -3bf978d8d9e47db561cd6e5a19594fa5eb247767 assets/tfmg/models/block/aluminum_post_ends.json -860b3a4440036a6fa7b5fd3cf35a4c781c886af5 assets/tfmg/models/block/aluminum_scaffolding.json -5dbb161df0abb21ffb49f22f067c656c39f4bbb3 assets/tfmg/models/block/aluminum_scaffolding_horizontal.json -113f288893b346e3908550b7ab8756cc13b245ed assets/tfmg/models/block/aluminum_side.json -7c833851ff1ce26558f61eaab98230ebda56f94d assets/tfmg/models/block/aluminum_side_alt.json -c5034b090ec59ab4b86ba0c86cdcd20f893c9dc5 assets/tfmg/models/block/asphalt.json -3193e1a010febd316ea8e066d48e6eb65ff05e7b assets/tfmg/models/block/asphalt_bottom.json -49bd7d52a7008c77ce0bfa84f225e4b02675fbdb assets/tfmg/models/block/asphalt_stairs.json -dd26de7fb8992aed6154517d0663f4faccbcf071 assets/tfmg/models/block/asphalt_stairs_inner.json -b08985669c60c932f37aa7d341ef147f646047cf assets/tfmg/models/block/asphalt_stairs_outer.json -cd0f4c0026e80fc2395fd5680e76524af7837c16 assets/tfmg/models/block/asphalt_top.json -8e7388221e3e3efda4dc74b4945f3762ee8ede82 assets/tfmg/models/block/asphalt_wall_post.json -3326847fa89bca0b41e563fa890aefc573184a2a assets/tfmg/models/block/asphalt_wall_side.json -b97ef9d82e220db3e9c21166a988c1f56ac8eb76 assets/tfmg/models/block/asphalt_wall_side_tall.json -5a4c785e8d8394ccd125732c0017459648574c4e assets/tfmg/models/block/bauxite_natural_0.json -4ace0da00498fcbb9ddfdf321767b40b095c8778 assets/tfmg/models/block/bauxite_natural_1.json -3d19a151c9691f26b22050d0556e85420dd07ecd assets/tfmg/models/block/bauxite_natural_2.json -b43711f35915b71b15db638538a83a4ea46480dc assets/tfmg/models/block/bauxite_natural_3.json -920f96d4b648414ce8331e5a81e6b7ddbce7e225 assets/tfmg/models/block/bauxite_pillar.json -cd5ade5f9a0b3b5e28b5d11a685408dd922dbe2d assets/tfmg/models/block/bauxite_pillar_horizontal.json -4e73ea9d9ed863143e635f4f3b43b44ab520f484 assets/tfmg/models/block/blast_furnace_hatch.json -9258d6764c8fc66796928a5257d52c84fa395a53 assets/tfmg/models/block/blast_furnace_reinforcement.json -30291623882bc5186a933acc0fce077612855c69 assets/tfmg/models/block/blue_caution_block.json -ec8df0e04ef046e61a6879b5aac0b57e5c00fbdb assets/tfmg/models/block/blue_concrete.json -08e743405ca4dc3d64179c1a016dca80d0eb0e59 assets/tfmg/models/block/blue_concrete_bottom.json -f10130b81ba5d154146abc65c191d87acf97241e assets/tfmg/models/block/blue_concrete_stairs.json -e53beb31efa95d3a0a4f37e1a2a8f7166a7c5099 assets/tfmg/models/block/blue_concrete_stairs_inner.json -a54e802e4004559c75801e8f86179f3309d4d235 assets/tfmg/models/block/blue_concrete_stairs_outer.json -7ca60603cac1702872e5a21dfb2508fa6db1d612 assets/tfmg/models/block/blue_concrete_top.json -3ef0060f5682801306b352b8a040d8db082a8525 assets/tfmg/models/block/blue_concrete_wall_post.json -682dc5586be962a78283fc1764bf471d0d20c598 assets/tfmg/models/block/blue_concrete_wall_side.json -fadbdc5fc6614b6aa126e71f4298e27e6af4c74e assets/tfmg/models/block/blue_concrete_wall_side_tall.json -ec8df0e04ef046e61a6879b5aac0b57e5c00fbdb assets/tfmg/models/block/blue_rebar_concrete.json -214c380cbe38d8664857f7c4455f96c1d2d25863 assets/tfmg/models/block/brass_cable_hub.json -08832e90e36714cf9bb26c251d3164991b2ac676 assets/tfmg/models/block/brass_pipe/d_x.json -566971e35d538a84ada138e9cde170f6f13efbaf assets/tfmg/models/block/brass_pipe/d_y.json -1537709a896de7721c1d4f670c850589517748ed assets/tfmg/models/block/brass_pipe/d_z.json -eed4357dcb9bfb8df744cb022593619c444b8ab3 assets/tfmg/models/block/brass_pipe/ld_x.json -5d6e7088b3ea4b1e8a44ca672e93f98ebaea3c1b assets/tfmg/models/block/brass_pipe/ld_y.json -354f2f25df032952f9559b0dea51a72fb5d6d4f6 assets/tfmg/models/block/brass_pipe/ld_z.json -552976b7963c8adcf8ee4f3fdd63e4013cd18baf assets/tfmg/models/block/brass_pipe/lr_x.json -faf01767dde140d0d261e723e9fd6831133cd5ac assets/tfmg/models/block/brass_pipe/lr_y.json -4569275c35ecc8a312e099de78f1942bc431e0e1 assets/tfmg/models/block/brass_pipe/lr_z.json -8547a974f29289afccd244b471188b7c456e4323 assets/tfmg/models/block/brass_pipe/lu_x.json -77a397b53031208ab7b56965916e8807102b6ef7 assets/tfmg/models/block/brass_pipe/lu_y.json -d742354b7bc5a51fac33b0abe3bff0134e89caba assets/tfmg/models/block/brass_pipe/lu_z.json -67334a619d29fabdde9f6d2e33390645d101ece8 assets/tfmg/models/block/brass_pipe/l_x.json -e88976a4ddf60e0d8f2f0ceb7540c12d88d15fe3 assets/tfmg/models/block/brass_pipe/l_y.json -ed9feeb1e478dbf5d789c727f5bfc3ad12ec0abb assets/tfmg/models/block/brass_pipe/l_z.json -00f0e2aee344feb380fe5908dccaa5890cecbed4 assets/tfmg/models/block/brass_pipe/rd_x.json -68cb14d0c809f4392c0f70eebf9ec72bcddec869 assets/tfmg/models/block/brass_pipe/rd_y.json -3a1505371aacf259e00752b332a27796163e5515 assets/tfmg/models/block/brass_pipe/rd_z.json -f5029b4a8abafb1dc8fdf5b622888769c40287cb assets/tfmg/models/block/brass_pipe/ru_x.json -ff0be674e79e5353385445eeb3c65cd80a2c905a assets/tfmg/models/block/brass_pipe/ru_y.json -519b1be6190b39738850bf73334b581076e4df29 assets/tfmg/models/block/brass_pipe/ru_z.json -31c5f22e26693cfea1d9034032169f4455b19124 assets/tfmg/models/block/brass_pipe/r_x.json -842bff5806c99fb3c3cffc86f3d1c8e6b5b53799 assets/tfmg/models/block/brass_pipe/r_y.json -281f077af7ed0c34030ae761f6877b53a5cbb399 assets/tfmg/models/block/brass_pipe/r_z.json -5f498c3af4b25fbecd8bad148c461890b4ee56fa assets/tfmg/models/block/brass_pipe/ud_x.json -f0e9bb9d6595ac9cbe3ce5c986972ef50983dfbf assets/tfmg/models/block/brass_pipe/ud_y.json -676dff587e5c29cd351591d0c6f45fa6597c2aff assets/tfmg/models/block/brass_pipe/ud_z.json -c76095c4ef96d41be458d6a5890c130f4ac9dcbe assets/tfmg/models/block/brass_pipe/u_x.json -20e9e0a77d5ddfc037b3a7f8c326ba0e82af2d93 assets/tfmg/models/block/brass_pipe/u_y.json -68ccd75a75aa3fdf8a5b8d2ed96127d4d58608ab assets/tfmg/models/block/brass_pipe/u_z.json -723b38abf776a81132166d3885c9abd4c03596b3 assets/tfmg/models/block/brown_caution_block.json -755f62d7c9773c8733c80150100409a97b1b8925 assets/tfmg/models/block/brown_concrete.json -4abe5a60d2a1953596ef00b65d1f82d87d6638e0 assets/tfmg/models/block/brown_concrete_bottom.json -344490ebab8b66a451a837f586d5b2eff40d4d44 assets/tfmg/models/block/brown_concrete_stairs.json -73d89df6f1abcf2a73226d7b80d0e553590de5ec assets/tfmg/models/block/brown_concrete_stairs_inner.json -888fec3cd4609e8f1a465a619397146356a770a6 assets/tfmg/models/block/brown_concrete_stairs_outer.json -9ecf96f084b51eebe355dcaea014e7478dd8b100 assets/tfmg/models/block/brown_concrete_top.json -844f9ffae26fa5fd58f169a23d9e52f44fb5e412 assets/tfmg/models/block/brown_concrete_wall_post.json -f7859871c4ed8bd987aad68b8ecb65328708ec3b assets/tfmg/models/block/brown_concrete_wall_side.json -fc263e5f3999e7e23471cbd6f3663239dfac363c assets/tfmg/models/block/brown_concrete_wall_side_tall.json -755f62d7c9773c8733c80150100409a97b1b8925 assets/tfmg/models/block/brown_rebar_concrete.json -37789d06ec6cfc0312be7b1b66ac1ec6403d4516 assets/tfmg/models/block/cast_iron_block.json -bf4aee7c5183079597a21a1580e30405090d68b1 assets/tfmg/models/block/cast_iron_cap.json -b204ae21aed9e8a60b5f6f977709c12863884e3c assets/tfmg/models/block/cast_iron_cap_alt.json -d3793aaea808a7e259a67e1b51d77fc4059c5496 assets/tfmg/models/block/cast_iron_ladder.json -491479d6c2f3ba0e014d9be3693e7b943fe11d0a assets/tfmg/models/block/cast_iron_pipe/d_x.json -aba970e719b1ae15f530247c72cadd18252a012e assets/tfmg/models/block/cast_iron_pipe/d_y.json -7ebcb78c9cc4f96b46f762f3dbe2d3a8c89a0bd0 assets/tfmg/models/block/cast_iron_pipe/d_z.json -23d3810c2d1d27ba65faf1677561527cb01def60 assets/tfmg/models/block/cast_iron_pipe/ld_x.json -b4d7e0a3e4284c74f3687d024423014099b4eae0 assets/tfmg/models/block/cast_iron_pipe/ld_y.json -54e7f00c18c04bc5a7d8dde15db054150c358011 assets/tfmg/models/block/cast_iron_pipe/ld_z.json -3a8d4bd219f37dff78be28e293b0140eabdfe74f assets/tfmg/models/block/cast_iron_pipe/lr_x.json -e3521c97df73c5a1de119e8252dd6d4eee09cf2d assets/tfmg/models/block/cast_iron_pipe/lr_y.json -a1eab26403675f06731e45d7d5ad449c6cc13555 assets/tfmg/models/block/cast_iron_pipe/lr_z.json -98f12934ed9cdc7759fec5a3b8ec0fe78b40d3a5 assets/tfmg/models/block/cast_iron_pipe/lu_x.json -cd71339b3bd8a254f226164a4a1a8e763ee2b031 assets/tfmg/models/block/cast_iron_pipe/lu_y.json -fb76108260e13f944ecf076928f729aaa1a75bb0 assets/tfmg/models/block/cast_iron_pipe/lu_z.json -00da7812b6024be5e9834b4137e2ed627d0c55ae assets/tfmg/models/block/cast_iron_pipe/l_x.json -12789eed1d8f9290a8c03f2f4ec4f1a9e2665948 assets/tfmg/models/block/cast_iron_pipe/l_y.json -abe48030602e2df4e52b2e9ccaaf51aeb349d42c assets/tfmg/models/block/cast_iron_pipe/l_z.json -3fd53334fa0cc40184b5228735222cf4b2f15afe assets/tfmg/models/block/cast_iron_pipe/rd_x.json -1799d19b8ff328fd5492decc8021d348a86350fc assets/tfmg/models/block/cast_iron_pipe/rd_y.json -eaab4edaee0c385362ff825dce6d4ab8e12e0876 assets/tfmg/models/block/cast_iron_pipe/rd_z.json -2f0cdf22b92c956d0a9d82e33462b5b9022165c9 assets/tfmg/models/block/cast_iron_pipe/ru_x.json -be3a34183b48f5ce0cd9ca92146a5675b9eb6d81 assets/tfmg/models/block/cast_iron_pipe/ru_y.json -fbd59fff99883fd45afbc3a4c240e2c8205df697 assets/tfmg/models/block/cast_iron_pipe/ru_z.json -8c6c593d9ba92537f9800a7937ad5a2457e679cf assets/tfmg/models/block/cast_iron_pipe/r_x.json -c19889fde2947897849a4914bf517c9095345e51 assets/tfmg/models/block/cast_iron_pipe/r_y.json -323e85571e9707329cd13917510da6678c6d1c0e assets/tfmg/models/block/cast_iron_pipe/r_z.json -5bbb103d72dccd65c338211a1793aa20326a7fb6 assets/tfmg/models/block/cast_iron_pipe/ud_x.json -dfa9e399756587e356d191c4b18bc1399fc29302 assets/tfmg/models/block/cast_iron_pipe/ud_y.json -6693c9274c02c269d63616ea498287b4db062fe0 assets/tfmg/models/block/cast_iron_pipe/ud_z.json -5e9d4c37ea224b2f1ce4d894ee48bac7b2e5c5db assets/tfmg/models/block/cast_iron_pipe/u_x.json -3777d0337105ef7ebda7cf2d2b967cf38c64aa26 assets/tfmg/models/block/cast_iron_pipe/u_y.json -2ce99ecb8072b9ffb512cb390860a4e0cce02aa1 assets/tfmg/models/block/cast_iron_pipe/u_z.json -1d39f222b4f87d37421fc82a0e54f9ee0c87244f assets/tfmg/models/block/cast_iron_post.json -f98cf28726aa501781f1120d31f734ee0201740e assets/tfmg/models/block/cast_iron_post_ends.json -36514a0e93fd432965a97ab16ad0f65a94aeb525 assets/tfmg/models/block/cast_iron_side.json -a9024b0da6c2087e52429770d5e855dd285cc1c6 assets/tfmg/models/block/cast_iron_side_alt.json -50c47672a7e9f7180af78c4bef42d5db1822b08b assets/tfmg/models/block/coal_coke_block.json -75c31d328fc5d6d46c8b43e8bde7504f4e51dadc assets/tfmg/models/block/concrete.json -a7b301c044049a3037f6695fb165e77264e84519 assets/tfmg/models/block/concrete_bottom.json -031cd9564cc8af1c8712627d8cb3931be6ccc46d assets/tfmg/models/block/concrete_stairs.json -7251c262b597916cad63fa470fdddca80d814591 assets/tfmg/models/block/concrete_stairs_inner.json -67229ab94c818bbdafe561cb5ab62f7a0f3f6dcc assets/tfmg/models/block/concrete_stairs_outer.json -5ca69f7e83c48651eb5187a255170abfb877d498 assets/tfmg/models/block/concrete_top.json -b070e38c0419fdc1dd9942f9b35e4dc197499038 assets/tfmg/models/block/concrete_wall_post.json -c5aa6945b20cc7d1ac91e469666b03a91b1bda63 assets/tfmg/models/block/concrete_wall_side.json -b71bc74ae9b59bc33b59ccb4be9de7da9754e82c assets/tfmg/models/block/concrete_wall_side_tall.json -d5edc71f86c8e74b36f12c272073547dc793a8f7 assets/tfmg/models/block/constantan_block.json -6727bd16fd6f5b0195d80d1a509779a7b3bfc73f assets/tfmg/models/block/constantan_ladder.json -4356236c0abcfd54e8fa27b1706e028677075b5f assets/tfmg/models/block/cooling_fluid.json -4e5dab545fbc83db653975b706d6a28e51e5087d assets/tfmg/models/block/copper_cable_hub.json -3df3b70cd4aed67820b36ad56aa1973b672f4f75 assets/tfmg/models/block/creative_generator.json -28b24691f664612159c4c9f295be382de0f653cb assets/tfmg/models/block/creosote.json -391762cca00f54de8a43d076b028eb3e3b5cb5cf assets/tfmg/models/block/crude_oil.json -3435e87769d2b51bed64540531b1bdba928dbaaf assets/tfmg/models/block/cut_bauxite.json -91a8249d66f308cbd58214f26023d1a0491f2019 assets/tfmg/models/block/cut_bauxite_bricks.json -83d583e230a89c177dfb269738b32b0a2aea804a assets/tfmg/models/block/cut_bauxite_bricks_wall_post.json -ac025f4a76aaa35ea3730539c9838c64ca0b7c94 assets/tfmg/models/block/cut_bauxite_bricks_wall_side.json -d1968a903df40cb0eeea9c88a706b10f44226889 assets/tfmg/models/block/cut_bauxite_bricks_wall_side_tall.json -f7ad52199a743fecebd21e53f1b01e367bd9b162 assets/tfmg/models/block/cut_bauxite_brick_slab.json -abd2eb4651d4719726e1ee505607a70aee8c8f90 assets/tfmg/models/block/cut_bauxite_brick_slab_top.json -1d8cdb30bcfcc245e4594205343a60e2f828bae6 assets/tfmg/models/block/cut_bauxite_brick_stairs.json -06412ed41e3240479bd45faba5ce1b1fab78cf56 assets/tfmg/models/block/cut_bauxite_brick_stairs_inner.json -b1ea45c8a8d280088b6c69c239ed3f7fa0cb0252 assets/tfmg/models/block/cut_bauxite_brick_stairs_outer.json -c04f251626a74102d42440b12f85e10091aca823 assets/tfmg/models/block/cut_bauxite_slab.json -6d2cc3010afb7319b88a9b77422416c11ff38a7a assets/tfmg/models/block/cut_bauxite_slab_top.json -c087d9aad64b8d89cfbbe58a3db6a4e8ef6ff3a8 assets/tfmg/models/block/cut_bauxite_stairs.json -046cd7fbb99608e78ebcfa45563dc80b0549a6e0 assets/tfmg/models/block/cut_bauxite_stairs_inner.json -1649695bb19f41e067aae2a69f55961b3ae3eb9e assets/tfmg/models/block/cut_bauxite_stairs_outer.json -c85e3f557de57442a06502abd302f2b0deb4c6bf assets/tfmg/models/block/cut_bauxite_wall_post.json -38e83097489baf251fba2c4229a6fedf6b441528 assets/tfmg/models/block/cut_bauxite_wall_side.json -a98527559bb1385b628e465d629ac429cdfb9f8e assets/tfmg/models/block/cut_bauxite_wall_side_tall.json -817b6e42281dd170682ae5664138f9827f3d1742 assets/tfmg/models/block/cut_galena.json -5936187cf97b3f4f9449b66efb04ade253181a02 assets/tfmg/models/block/cut_galena_bricks.json -28b06d05ee8aa7241f15da28b46492364c475ff9 assets/tfmg/models/block/cut_galena_bricks_wall_post.json -599d405a8575154305c59fd7bb68d2b3e5cd9879 assets/tfmg/models/block/cut_galena_bricks_wall_side.json -13a77aec7361c6e73594e363e70867e0a996dc20 assets/tfmg/models/block/cut_galena_bricks_wall_side_tall.json -e38da155c44f4d131697323b2f7ee1ee45c51c75 assets/tfmg/models/block/cut_galena_brick_slab.json -f507fd5153eb7bd289a917184026859baa44d697 assets/tfmg/models/block/cut_galena_brick_slab_top.json -d3021e292b353b6aaa0568d9e5f9f79134876ada assets/tfmg/models/block/cut_galena_brick_stairs.json -1ed37393551f16d08f99f43813ab21191ecd5b2d assets/tfmg/models/block/cut_galena_brick_stairs_inner.json -9bfe1fea3c6cc5baaf0a234e2cb81eb707bb4eb2 assets/tfmg/models/block/cut_galena_brick_stairs_outer.json -77569c4b524e87d2dfb9a69c0241f307ecd17ad5 assets/tfmg/models/block/cut_galena_slab.json -a72a10ebdad3587ca982ca09c11ebdf2d2c7dab2 assets/tfmg/models/block/cut_galena_slab_top.json -99d83d51869dee0287f384bfe658fee80c5fc761 assets/tfmg/models/block/cut_galena_stairs.json -a2296a84a697ed6799db6d2bbbf3bc18da5a7d36 assets/tfmg/models/block/cut_galena_stairs_inner.json -4e4f40c1cafd6a4d18077f0bc11c46bf8a907c41 assets/tfmg/models/block/cut_galena_stairs_outer.json -68edac47a0247e4a3e6cf98c48fa7f942e6112db assets/tfmg/models/block/cut_galena_wall_post.json -633396252dd6600237c5702aded91b024f138ff5 assets/tfmg/models/block/cut_galena_wall_side.json -4c0d11c8ef0bd63759c154429c6f0c6c936c5559 assets/tfmg/models/block/cut_galena_wall_side_tall.json -21cd8c28ba07d442f7eb78b60e6d07bc7eda8b6a assets/tfmg/models/block/cyan_caution_block.json -618d59eb1932c5adb0067731c224b8cbee774a6d assets/tfmg/models/block/cyan_concrete.json -b7d5e9521d259a8e15150c775e690eaeb577b8c3 assets/tfmg/models/block/cyan_concrete_bottom.json -f96eef07802246f99f1f58e175e9702a52e61c49 assets/tfmg/models/block/cyan_concrete_stairs.json -4d5f03bbec3016016b9c996e4a2f699ec7302477 assets/tfmg/models/block/cyan_concrete_stairs_inner.json -8be78ed206af865ba706f5fd5fcaf2b063c42df0 assets/tfmg/models/block/cyan_concrete_stairs_outer.json -9b6ce8f813b50c0f104c8a5e30796e0c928eebf3 assets/tfmg/models/block/cyan_concrete_top.json -7dbcc9a9fb06920609eed68adcc5811c80fe1e04 assets/tfmg/models/block/cyan_concrete_wall_post.json -7664edb7379805be37a42f6b7358a8b6a351c346 assets/tfmg/models/block/cyan_concrete_wall_side.json -22d02a8b23d403a34b1da585f8d10cd2cf85f638 assets/tfmg/models/block/cyan_concrete_wall_side_tall.json -618d59eb1932c5adb0067731c224b8cbee774a6d assets/tfmg/models/block/cyan_rebar_concrete.json -3abcccfc4668854b97ca00d40b40be9db08003d0 assets/tfmg/models/block/debug_conductor.json -823caadabc267cd25915e364c943650d984f4a49 assets/tfmg/models/block/debug_electric_block.json -4f966f6a55e85215f0ead8aea1a1d85287df06e8 assets/tfmg/models/block/debug_generator_block.json -ceeb5235671bcfb0621aaf3893511c447a5640fd assets/tfmg/models/block/deepslate_lead_ore.json -480e64797b9f8de0b478a1a1ee26766d611e71d9 assets/tfmg/models/block/deepslate_lithium_ore.json -60bbab123bbfc03bc7ec125d94eccb41df6f8f4e assets/tfmg/models/block/deepslate_nickel_ore.json -997750c71f9ead915c393c5821146a57dcd01bfa assets/tfmg/models/block/diesel.json -e7af679ad13328060e76077b2f426fcad34d5fe3 assets/tfmg/models/block/electric_casing.json -2ddcaf9d82ea6f96f683d4a13713c73f13f4b755 assets/tfmg/models/block/factory_floor.json -026192ba04f9e35411478d1773b0e386a8fd30bf assets/tfmg/models/block/factory_floor_bottom.json -b78e4b724289116017963a1501ce5e108beb34c0 assets/tfmg/models/block/factory_floor_stairs.json -12c79d6c3d14cb50d66e06f22f1e6127e846e271 assets/tfmg/models/block/factory_floor_stairs_inner.json -87c98278144a14563e719bbc64362336f9d1f620 assets/tfmg/models/block/factory_floor_stairs_outer.json -3c774ca1d1fc1ec0d3a3bd1ea0cee575f0255455 assets/tfmg/models/block/factory_floor_top.json -ed13041a1b6767feec9d371b20205648bb16f968 assets/tfmg/models/block/factory_floor_wall_post.json -93082a5205505d8b93a89f2bba95a4c680ce876c assets/tfmg/models/block/factory_floor_wall_side.json -16f13f8beefdb25611cca99461be205eed2dbac5 assets/tfmg/models/block/factory_floor_wall_side_tall.json -5e65f45a32fda57f2090c4c486ccc9602426a0cb assets/tfmg/models/block/fireclay.json -9202745e6093098507d6b800f5e52a99b74eaa20 assets/tfmg/models/block/fireproof_bricks.json -88d17739f2b8a2d77397f20bdbba486f95f88d18 assets/tfmg/models/block/fireproof_brick_reinforcement_wall_post.json -157a113acb124b65874defe8379d70552838339f assets/tfmg/models/block/fireproof_brick_reinforcement_wall_side.json -a657ae729b3afadf239d0a48b55f54ab756f4ec9 assets/tfmg/models/block/fireproof_brick_reinforcement_wall_side_tall.json -b0cb044b77cb3ffaf0628e0a06a8fe12c7462da0 assets/tfmg/models/block/fossilstone.json -e756f2843a35edc7ae39e51a6f339c348a322795 assets/tfmg/models/block/galena_natural_0.json -05c9a5cfc640f82099f5c691942f834996945c1e assets/tfmg/models/block/galena_natural_1.json -cfaebd9cbbe211b866498e8fe84d5150a58f84d0 assets/tfmg/models/block/galena_natural_2.json -f5fee21cf95fb4633e69e233de5cff49f03695bd assets/tfmg/models/block/galena_natural_3.json -e05b37cc186d1f4850c66f5a048ad79b06499d12 assets/tfmg/models/block/galena_pillar.json -a2e74b38bc0ebdc10dafd52857a9ca402a11b46a assets/tfmg/models/block/galena_pillar_horizontal.json -e0cf42adbfeaa5c781b8239352335985658ae2d3 assets/tfmg/models/block/gasoline.json -46c7915fcb12abc974b94c9a083e1239e1fd5edd assets/tfmg/models/block/gray_caution_block.json -2c5fc6e5a6a600f95df53abda56dc70b8c96b4bf assets/tfmg/models/block/gray_concrete.json -cefd4317ef0afa08a5dd05a22899872844795bf7 assets/tfmg/models/block/gray_concrete_bottom.json -6b4635f007e7fc8935764698716c04d95e1bb978 assets/tfmg/models/block/gray_concrete_stairs.json -8bec3722799e2898ca586ca4c61964f148ad4383 assets/tfmg/models/block/gray_concrete_stairs_inner.json -c76becbcb787b31c67b2dc8181f8089103022659 assets/tfmg/models/block/gray_concrete_stairs_outer.json -3d5f35e1f0700f7f87e2c5e8b5e54aedb21968ea assets/tfmg/models/block/gray_concrete_top.json -d33a24948b639c30b378f20e2f86255aa6be7835 assets/tfmg/models/block/gray_concrete_wall_post.json -2aca421149dcee0e9d3f36f5ab2a8cb8a02b6924 assets/tfmg/models/block/gray_concrete_wall_side.json -8001ee2683f0c95ba1fc9c37364afd3097fa27f9 assets/tfmg/models/block/gray_concrete_wall_side_tall.json -2c5fc6e5a6a600f95df53abda56dc70b8c96b4bf assets/tfmg/models/block/gray_rebar_concrete.json -f58c997e3966f4ec223491d2e6c11192602311f0 assets/tfmg/models/block/green_caution_block.json -41c3a6e002675e2c188b359e1b7bdd1ab59b3847 assets/tfmg/models/block/green_concrete.json -48d7022b0ec25fb8e16f2a112529f20862b775cf assets/tfmg/models/block/green_concrete_bottom.json -f94c77a72d75c2f0289709075d810de4b1ba042f assets/tfmg/models/block/green_concrete_stairs.json -fb326634ed8af2dc0eb9ff474c56e86b07b7c348 assets/tfmg/models/block/green_concrete_stairs_inner.json -74b15b152831d79bed96b7d55496c11d66d7c0e0 assets/tfmg/models/block/green_concrete_stairs_outer.json -29a8ed83a0d18b856bddb049215c04ae2569f757 assets/tfmg/models/block/green_concrete_top.json -c0e92a75dbb6a9b273971e772c499ca575cd0edb assets/tfmg/models/block/green_concrete_wall_post.json -bb5535ccddef7c6da2769888a79245d16381952c assets/tfmg/models/block/green_concrete_wall_side.json -9d311f37cdaed122f7178b3d4670b084c80ef9b2 assets/tfmg/models/block/green_concrete_wall_side_tall.json -41c3a6e002675e2c188b359e1b7bdd1ab59b3847 assets/tfmg/models/block/green_rebar_concrete.json -63bfed8b0a558b9ba274a2f5cd9a993086e5618c assets/tfmg/models/block/heavy_cable_hub.json -e5387827c217e2d8a1dbcd59dbe585dda849fed2 assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel.json -7378a9d916e907da33778e898c0de6c0d0a1396d assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel_bottom.json -9caed2f1ad896e97cd4c98c6f0fc4a403bc892c3 assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel_top.json -5e57fea90dd2b7f766d46370c12e90cf176503d6 assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel_top_bottom.json -561090a36e02d4e5bcb916bf3b03156786848a65 assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel.json -b97f4e26d68144c92ee4dddb6663451295b9b2f9 assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel_bottom.json -95488842820d63a0a31ed81ac47191334ecb71fc assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel_top.json -5e95ffdfecff8071de8c22d5b6b84edc85542d7a assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel_top_bottom.json -561090a36e02d4e5bcb916bf3b03156786848a65 assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel.json -b97f4e26d68144c92ee4dddb6663451295b9b2f9 assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel_bottom.json -95488842820d63a0a31ed81ac47191334ecb71fc assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel_top.json -5e95ffdfecff8071de8c22d5b6b84edc85542d7a assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel_top_bottom.json -e5387827c217e2d8a1dbcd59dbe585dda849fed2 assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel.json -7378a9d916e907da33778e898c0de6c0d0a1396d assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel_bottom.json -9caed2f1ad896e97cd4c98c6f0fc4a403bc892c3 assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel_top.json -5e57fea90dd2b7f766d46370c12e90cf176503d6 assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel_top_bottom.json -717ee09803cb584062c9717f45475fbd15673cde assets/tfmg/models/block/heavy_machinery_casing.json -725ac5c4c5aade982edbcb6c4e6c53626f0e68e4 assets/tfmg/models/block/heavy_oil.json -fbd56854de360350b271c1419e651a99c9d1f316 assets/tfmg/models/block/industrial_aluminum_casing.json -796f870ee5d3f55ace500798ae389e532c7233b8 assets/tfmg/models/block/kerosene.json -87cc75cb9bc8e65f8e46785b14e21ac5a4356faa assets/tfmg/models/block/layered_bauxite.json -de3b0eb7bee836332eafcf7fb97609d8fe5ebb91 assets/tfmg/models/block/layered_galena.json -79862c4e9a084be72f402e1378c3bb009a8db889 assets/tfmg/models/block/lead_block.json -7c35bb47be3d20d14613bfe70c3a4f349e06de56 assets/tfmg/models/block/lead_cap.json -3752b03139f1754b38e56a68dae513c69ad9e924 assets/tfmg/models/block/lead_cap_alt.json -0dfd61a74f03d68ac2d2618d0ad8415144074168 assets/tfmg/models/block/lead_ladder.json -213c6f418135b0012112d05f6f9feeae98ac8954 assets/tfmg/models/block/lead_ore.json -71b7ba2ab9fc881dce217297957132af0375b5cb assets/tfmg/models/block/lead_post.json -158a8c9ed72052af304a006f90abc7abbc3d4747 assets/tfmg/models/block/lead_post_ends.json -7a9fff99d6e013935aa4aa61837097a2b1d78b4c assets/tfmg/models/block/lead_side.json -d414b9b21efb73080959a637a421da772717a8d5 assets/tfmg/models/block/lead_side_alt.json -29887026987274ead5fed0b50988f799d9038a3f assets/tfmg/models/block/light_blue_caution_block.json -50c3eede0eb0f4a28abc7dac6f4896b80d95ffff assets/tfmg/models/block/light_blue_concrete.json -f45cdc254e2df518fb9c2e2e4ad1446cb0e3fd3b assets/tfmg/models/block/light_blue_concrete_bottom.json -5d035d017b707f073b8ec39ab170a2e1b4fdc025 assets/tfmg/models/block/light_blue_concrete_stairs.json -a506f178cbb7f5841ee519f1641c07170efc841e assets/tfmg/models/block/light_blue_concrete_stairs_inner.json -b4089d7dcbb1e954911552768f83154209d7eeaf assets/tfmg/models/block/light_blue_concrete_stairs_outer.json -591d3d2c3ff79101cc3f71d39a16a9bc76401bef assets/tfmg/models/block/light_blue_concrete_top.json -2ad1d503b189a673db40273f5b1509d332563d42 assets/tfmg/models/block/light_blue_concrete_wall_post.json -411682670e1330ff12cb2b0cbc67c7dfeec76953 assets/tfmg/models/block/light_blue_concrete_wall_side.json -41678a761df5da1df357d8f9daf8e3175d7c2237 assets/tfmg/models/block/light_blue_concrete_wall_side_tall.json -50c3eede0eb0f4a28abc7dac6f4896b80d95ffff assets/tfmg/models/block/light_blue_rebar_concrete.json -645d13b947cb71dc8ed22bf2acef3128fe2333e1 assets/tfmg/models/block/light_gray_caution_block.json -e3767745816d9ba79adf5ed7ac443be21e0f6926 assets/tfmg/models/block/light_gray_concrete.json -15c3b42122e3f6aa00630279d1aec0386ddb0cd1 assets/tfmg/models/block/light_gray_concrete_bottom.json -3693fadf2776450e75f6bd388a976e27026e85d7 assets/tfmg/models/block/light_gray_concrete_stairs.json -a020e3fda20b01d4070b271120bae6235b466f75 assets/tfmg/models/block/light_gray_concrete_stairs_inner.json -2dcba32bd4717c8edf75d2701ed03e64f7be781a assets/tfmg/models/block/light_gray_concrete_stairs_outer.json -20bd48bd1ed4f0ef6eca6ebc264aeb046efd4b81 assets/tfmg/models/block/light_gray_concrete_top.json -086b4cee3c01ff9d97113ed4f2a9d26e36384c11 assets/tfmg/models/block/light_gray_concrete_wall_post.json -8f59866bcc91ec6b5b5590ed61d9b15ac730aec9 assets/tfmg/models/block/light_gray_concrete_wall_side.json -fd7f9b361a1f71b1438076ff22e4140cc6a7c0fa assets/tfmg/models/block/light_gray_concrete_wall_side_tall.json -e3767745816d9ba79adf5ed7ac443be21e0f6926 assets/tfmg/models/block/light_gray_rebar_concrete.json -a45260c87b30752b94e22d34ce44b3d6cc7c4cb7 assets/tfmg/models/block/lignite.json -2f74d3dd53d14e9746e8a6502cb4669074da43a5 assets/tfmg/models/block/lime_caution_block.json -41ce67785e3e3941d7b9a1d2078a2bc3d7f46a4e assets/tfmg/models/block/lime_concrete.json -11d96089e7c5d61dbc9944cf3e8e80760113e3f0 assets/tfmg/models/block/lime_concrete_bottom.json -fa1a971f73f0f86b59f517c34534f791bdb3d3e5 assets/tfmg/models/block/lime_concrete_stairs.json -6f04e8f04ce3abaf3589e69297eb321548d0a690 assets/tfmg/models/block/lime_concrete_stairs_inner.json -4f5bc34573c8a823f5ead7396ac006e138ab8fdf assets/tfmg/models/block/lime_concrete_stairs_outer.json -a0156fffa3e16fc4fce46627b80d221c7e3b288b assets/tfmg/models/block/lime_concrete_top.json -1927ae9c32c0738a6befb0fb3b3e77a4e40b8249 assets/tfmg/models/block/lime_concrete_wall_post.json -9e176144520e29888f217accf55bef45982e9f28 assets/tfmg/models/block/lime_concrete_wall_side.json -e004cb6834f41b9b79b21ac2299e0cf25364655d assets/tfmg/models/block/lime_concrete_wall_side_tall.json -41ce67785e3e3941d7b9a1d2078a2bc3d7f46a4e assets/tfmg/models/block/lime_rebar_concrete.json -a58af252c12b65f27bca5a1e6c7d7ee9ab5821e8 assets/tfmg/models/block/liquid_asphalt.json -614680ba9b55ca3a8ef40a2935682e263869a6d1 assets/tfmg/models/block/liquid_concrete.json -ae6d497d4c3bd0152a8f4ce6f2c81a6886dab3de assets/tfmg/models/block/liquid_silicon.json -e5a76e7246fff33409dca40513b17664d26c4afa assets/tfmg/models/block/lithium_block.json -f0798e47bff0c4d0cc3a66bd8b687a0b287ce2bb assets/tfmg/models/block/lithium_ore.json -6de36688139c9b11ed1ce6ef26ef1b65dfad34f5 assets/tfmg/models/block/lubrication_oil.json -233bd037a2dd69b326826ec2f4ddb6d0c5073abb assets/tfmg/models/block/magenta_caution_block.json -d4b6d14d6ff35dc688fcbe528967c4f431be42e5 assets/tfmg/models/block/magenta_concrete.json -447f65768cd328253278823068a95ab21f732d90 assets/tfmg/models/block/magenta_concrete_bottom.json -b24fb7dd304535239b356c7f24d88bd4ba4047bf assets/tfmg/models/block/magenta_concrete_stairs.json -b4b9531e5e917c8503ecd3559aec2b9c8a724d1e assets/tfmg/models/block/magenta_concrete_stairs_inner.json -1d642810234ee3292d8777dcecc42b44093864be assets/tfmg/models/block/magenta_concrete_stairs_outer.json -313754925397d470181bc3258cf1b6d659fd983a assets/tfmg/models/block/magenta_concrete_top.json -69afb99c9b25c72162af2c8a99610469c7f6712b assets/tfmg/models/block/magenta_concrete_wall_post.json -aadf3a5b1b19992bad786a5049ddd9eef6c6d940 assets/tfmg/models/block/magenta_concrete_wall_side.json -bcda75f097f13b1d873493e87068584bf507a006 assets/tfmg/models/block/magenta_concrete_wall_side_tall.json -d4b6d14d6ff35dc688fcbe528967c4f431be42e5 assets/tfmg/models/block/magenta_rebar_concrete.json -36db7b6e3570d5d91b339c2b667894f7676ed291 assets/tfmg/models/block/molten_plastic.json -beac46633af599ee4df9a4a0ecf6c0f9f6b88ebf assets/tfmg/models/block/molten_slag.json -a48c0ee57fc279431ad2c68bdce14e2cbdd6a8e6 assets/tfmg/models/block/molten_steel.json -80fb4a90f861992322bfd63f1232593e8cce708e assets/tfmg/models/block/napalm.json -e8e7bb74d46f9cec768a5443c10870fe1dd2105b assets/tfmg/models/block/naphtha.json -896914d3941ada08b7757e43ca23cd7b4cd41277 assets/tfmg/models/block/nickel_block.json -5b44bb6411f14a2ea9acbecc0b7033a1b79f1bd8 assets/tfmg/models/block/nickel_cap.json -a16a2ee1c2c6c53cf9978e6201c37c2e6b384374 assets/tfmg/models/block/nickel_cap_alt.json -5a7322af0d7460a782746ec645e34015e78e33af assets/tfmg/models/block/nickel_ladder.json -87be2720c19a7a07511e904f967975596090087c assets/tfmg/models/block/nickel_ore.json -ae062830324747f0eb7456a2ab5513352f06f908 assets/tfmg/models/block/nickel_post.json -dac1f182e3ebcd8c1f7a451f318cf94f9c6df49e assets/tfmg/models/block/nickel_post_ends.json -49a431d99b5b7c731275dce9afbfcf9730bd3b60 assets/tfmg/models/block/nickel_side.json -910d393b542f03cd60d9c82e121340f041baf53c assets/tfmg/models/block/nickel_side_alt.json -891d9c448d29b31bd28b3bf86395aabe9d645b87 assets/tfmg/models/block/oil_deposit.json -bd70eac7301e25aa3f2c270430f2493e9f46293a assets/tfmg/models/block/orange_caution_block.json -198c3584fdfe4807816954ec806ea7505b4839d1 assets/tfmg/models/block/orange_concrete.json -504faa077501ac6415ab9d697a4dba80f5bef5a7 assets/tfmg/models/block/orange_concrete_bottom.json -6c39050c75d1cb6b98933349dd4baa9b5c211774 assets/tfmg/models/block/orange_concrete_stairs.json -7b700d05bfbdc3c5c6b9c1dc80fcffe22c99eb71 assets/tfmg/models/block/orange_concrete_stairs_inner.json -11086681ad070b2951b20a76f6376404955ec5fb assets/tfmg/models/block/orange_concrete_stairs_outer.json -9f5b3444938397a5b37819c3b7516786fa495a1b assets/tfmg/models/block/orange_concrete_top.json -dbf36f24a55c5f435407e8df81b792d262622761 assets/tfmg/models/block/orange_concrete_wall_post.json -4b3f2d0c00e0634498c9bd835a95e6d5da2f4aeb assets/tfmg/models/block/orange_concrete_wall_side.json -3c9781cee9aa6bf890b0b3d7ab6dad1e80570bea assets/tfmg/models/block/orange_concrete_wall_side_tall.json -198c3584fdfe4807816954ec806ea7505b4839d1 assets/tfmg/models/block/orange_rebar_concrete.json -a28834b749aea27ce7fc603bea4ecd507f83b924 assets/tfmg/models/block/pink_caution_block.json -76bd7055f258946d93d3ee5c2aa06457e80ddb24 assets/tfmg/models/block/pink_concrete.json -871ae36c6f2bc9468eb823241da16cb67064d037 assets/tfmg/models/block/pink_concrete_bottom.json -23a5e44476e1ec8ba6778bbc3dad12d04f8573a5 assets/tfmg/models/block/pink_concrete_stairs.json -e3d90b391cf0c05071fe1d61f5bc3d890a4fa506 assets/tfmg/models/block/pink_concrete_stairs_inner.json -712c170ad3bfa40ea45353ec1dfa8d7025395e67 assets/tfmg/models/block/pink_concrete_stairs_outer.json -64c3cc5857bc5ec32a301f3b4ca13b5d5fe98aa1 assets/tfmg/models/block/pink_concrete_top.json -23650fd79100a79670b3dd3bcc67d52dc6ed4ec1 assets/tfmg/models/block/pink_concrete_wall_post.json -78ae26560ff23389b2219a76b74974f4c1eb91fd assets/tfmg/models/block/pink_concrete_wall_side.json -5b58dbf873c00087d476f4b395f7090b34f5bcdb assets/tfmg/models/block/pink_concrete_wall_side_tall.json -76bd7055f258946d93d3ee5c2aa06457e80ddb24 assets/tfmg/models/block/pink_rebar_concrete.json -d444eb32bbbcf19baa44d6967ed0b50698d34c5b assets/tfmg/models/block/plastic_block.json -9b5d7cab91ff2ac664dd2fcf47673a3bbcf81481 assets/tfmg/models/block/plastic_pipe/d_x.json -a5ae48c4d2f28782471f688e3ad716564eb32e1b assets/tfmg/models/block/plastic_pipe/d_y.json -0618d3c7ad9e8844a8fa7d617d4a97f0d49d8bbc assets/tfmg/models/block/plastic_pipe/d_z.json -9773d39bf829b26645a8b098ab1866836a40a05f assets/tfmg/models/block/plastic_pipe/ld_x.json -ed00093498492e245a46ab969af7c21cf4d2d427 assets/tfmg/models/block/plastic_pipe/ld_y.json -43dab48b4d3adb77f39e8c6214c08e9eb4528928 assets/tfmg/models/block/plastic_pipe/ld_z.json -e22485dd00ee0e8791b2babab7f2f57b1b837d08 assets/tfmg/models/block/plastic_pipe/lr_x.json -08a28b856c095d62ad1753fb4c9796c249bceb69 assets/tfmg/models/block/plastic_pipe/lr_y.json -20dc13a38e46aba75f88278b57e4a47fbd54109e assets/tfmg/models/block/plastic_pipe/lr_z.json -e82dff9ba827fa754b9427fd1bb031ce8c525452 assets/tfmg/models/block/plastic_pipe/lu_x.json -8887eac389e48491df7529ff03551081d3bcaecb assets/tfmg/models/block/plastic_pipe/lu_y.json -a07159cdb73e456a502c589925e10c88941c2334 assets/tfmg/models/block/plastic_pipe/lu_z.json -8fd96eea4b258e943840ced2d7f65ae0e4bb6093 assets/tfmg/models/block/plastic_pipe/l_x.json -cff19888d0bcfb0bba2aa68d55930d23f6bd1a95 assets/tfmg/models/block/plastic_pipe/l_y.json -6c7e11adea02afbd27caf21b2b7adebc8b5d62cf assets/tfmg/models/block/plastic_pipe/l_z.json -05b7f5a4ef6144b8959c4070f74600911e6b9084 assets/tfmg/models/block/plastic_pipe/rd_x.json -bda9007b86b05e17e630f6788b6fa7ab0c62c7a8 assets/tfmg/models/block/plastic_pipe/rd_y.json -4c4a600bf4a90c3813549ad3dcaeb312843b120f assets/tfmg/models/block/plastic_pipe/rd_z.json -94e7db305df55f457efbfda614c440fa79797f91 assets/tfmg/models/block/plastic_pipe/ru_x.json -11c6ef19ab3194229f3f584889f96363be9df673 assets/tfmg/models/block/plastic_pipe/ru_y.json -ebc324445ed58242c5d290d24b82ebac3fad1a1c assets/tfmg/models/block/plastic_pipe/ru_z.json -8efac7cc388e621308d8cc29c1c762d7a4291634 assets/tfmg/models/block/plastic_pipe/r_x.json -e9d1bd4a3a35258b849da57e093e92dadab2b69c assets/tfmg/models/block/plastic_pipe/r_y.json -8c131c75e01bb91ce039c00e55ad1a1b66f672ea assets/tfmg/models/block/plastic_pipe/r_z.json -271838289960a3ae5ef4324c46fa78d744f431e3 assets/tfmg/models/block/plastic_pipe/ud_x.json -1cf9b0df801fb751f7eee8596c7c7872077e298c assets/tfmg/models/block/plastic_pipe/ud_y.json -f75504d26a1f0bf664f3e6fd943bb19fb1c88fcd assets/tfmg/models/block/plastic_pipe/ud_z.json -6b3d690147e783294bfca651b46f71b7305d8016 assets/tfmg/models/block/plastic_pipe/u_x.json -f917dd5f7c6ee929d517098998b36e60dc4088af assets/tfmg/models/block/plastic_pipe/u_y.json -55bb6ce5927986fb142f629caaf63b778bc2385b assets/tfmg/models/block/plastic_pipe/u_z.json -713266e9f0f9ad53bfebee09059f4ac443d4e5a6 assets/tfmg/models/block/polished_cut_bauxite.json -5f847a2787b932b7c0984c78ec7abe0c80f4632b assets/tfmg/models/block/polished_cut_bauxite_slab.json -02a179eed2dc456e2e590255d1e41c894cf126ce assets/tfmg/models/block/polished_cut_bauxite_slab_double.json -a6f230eb9f5d0955c772a19fd6b04b9aca2b2731 assets/tfmg/models/block/polished_cut_bauxite_slab_top.json -ee9baa8139938cbe79941be08369a18878d6ae6b assets/tfmg/models/block/polished_cut_bauxite_stairs.json -3136a081ffadc8981d2adce28fc0b396e59993ce assets/tfmg/models/block/polished_cut_bauxite_stairs_inner.json -f92bda412c3057000812a86a702b1f7d94d696a8 assets/tfmg/models/block/polished_cut_bauxite_stairs_outer.json -931053f2b5c646d80f1a74820733fe072b11a83f assets/tfmg/models/block/polished_cut_bauxite_wall_post.json -ad9fe70859fbb4152c183c33f159e88f1f1e532b assets/tfmg/models/block/polished_cut_bauxite_wall_side.json -dfaec7706609f1df7535203fbc653e53907f6885 assets/tfmg/models/block/polished_cut_bauxite_wall_side_tall.json -522164a42b3622ebe7d3eae5c1cf17bac9060c2e assets/tfmg/models/block/polished_cut_galena.json -6086736c3a96652aa19ca2776de30c0a02fec92e assets/tfmg/models/block/polished_cut_galena_slab.json -8429516774425e9e7c311dba53ad513e5330efd6 assets/tfmg/models/block/polished_cut_galena_slab_double.json -94c70914163b48130aa904e0a15b9a8ceae84ead assets/tfmg/models/block/polished_cut_galena_slab_top.json -2eeaecba06cf9ebb442228920fc38e654014cc4a assets/tfmg/models/block/polished_cut_galena_stairs.json -dbdec3c8697395ddfda734e81e901184c320c2d6 assets/tfmg/models/block/polished_cut_galena_stairs_inner.json -c07d2a5ab39a7f4cc8a6ef6a39fa9c905bace7a5 assets/tfmg/models/block/polished_cut_galena_stairs_outer.json -4d0819bac7622be688d38624fa4eab56d64905d2 assets/tfmg/models/block/polished_cut_galena_wall_post.json -6ffdc828908bdbc14df3d897a8d66f95b5c68646 assets/tfmg/models/block/polished_cut_galena_wall_side.json -9af9cba842f26c1e7d04c673fccd9c3cfc19939e assets/tfmg/models/block/polished_cut_galena_wall_side_tall.json -e6319fccc292dde9fa1e9bb1c5138c61b3ac0006 assets/tfmg/models/block/purple_caution_block.json -ba6f69e143915fedf081f7bf3434e2ecfe9c86a7 assets/tfmg/models/block/purple_concrete.json -b8620085e7a0f53365cdab32cc6fa09888ce0514 assets/tfmg/models/block/purple_concrete_bottom.json -b2d96b5c7a937d69452e75a52f29ceba99df2c8d assets/tfmg/models/block/purple_concrete_stairs.json -8a7c9295625c0f628121b236b58eea2ac5762297 assets/tfmg/models/block/purple_concrete_stairs_inner.json -56d9a751cce394b818abb3df783189a00dec86db assets/tfmg/models/block/purple_concrete_stairs_outer.json -ed75898bcabca38c33cf3b5f4cdf542ad8f43823 assets/tfmg/models/block/purple_concrete_top.json -7bcab3a84f3216ad78782f41ea03b1294fa66e18 assets/tfmg/models/block/purple_concrete_wall_post.json -53fec6bdb6dfe8b9a75efc0e6e58560c8b616231 assets/tfmg/models/block/purple_concrete_wall_side.json -dc6efe4ecdf11fdabd48bd635343571341e0c7a1 assets/tfmg/models/block/purple_concrete_wall_side_tall.json -ba6f69e143915fedf081f7bf3434e2ecfe9c86a7 assets/tfmg/models/block/purple_rebar_concrete.json -6f2b4e6eabcd6eb785a6f0490d576e7c9542e004 assets/tfmg/models/block/raw_lead_block.json -b5dbb2a95f6c0035ac1d9b1a398523ebbf4389ee assets/tfmg/models/block/raw_lithium_block.json -4365f59397d10a5a90fc396b7b3b554c195fc9ab assets/tfmg/models/block/raw_nickel_block.json -75c31d328fc5d6d46c8b43e8bde7504f4e51dadc assets/tfmg/models/block/rebar_concrete.json -8b901f38d5d1f28d81e44eff725b1a7d5d74c164 assets/tfmg/models/block/red_caution_block.json -1a7e3178749d61380189e5d2e82a449a7af955e9 assets/tfmg/models/block/red_concrete.json -e31bd8cef2a057dd918c9d7f5324585b317391ab assets/tfmg/models/block/red_concrete_bottom.json -50f1c8c09a56b94a9d0c60c3c78e90e4a7e7d3b2 assets/tfmg/models/block/red_concrete_stairs.json -e0e4ed6ac58d5b073bada6627f8db40df532437e assets/tfmg/models/block/red_concrete_stairs_inner.json -9bf9252fff90f8b5656d6a6b834b9efe9701390d assets/tfmg/models/block/red_concrete_stairs_outer.json -ebe034df02109594467f14936fe51fc9599837a4 assets/tfmg/models/block/red_concrete_top.json -dc6e4ccb14d0e1e9609a2288b36e795193ce9c90 assets/tfmg/models/block/red_concrete_wall_post.json -51eb342e89183a45f82b07cb5bd7dcc0af3cb92d assets/tfmg/models/block/red_concrete_wall_side.json -cceea88c9ee12c5a6ffb6d1e722aa1d39618d59b assets/tfmg/models/block/red_concrete_wall_side_tall.json -1a7e3178749d61380189e5d2e82a449a7af955e9 assets/tfmg/models/block/red_rebar_concrete.json -9202745e6093098507d6b800f5e52a99b74eaa20 assets/tfmg/models/block/reinforced_fireproof_bricks.json -72ba386940887b208dec2b5491a4bb1f3f18e2fd assets/tfmg/models/block/rusted_blast_furnace_reinforcement.json -3578cf1c68b95ad2bd204c0a2569a1b9e1038f5c assets/tfmg/models/block/slag_block.json -6add4df4683269f7e5dff6e001ebdaa084ddc50c assets/tfmg/models/block/slag_bricks.json -1fa3ca10bff300345cade4423acda5c01e9b492b assets/tfmg/models/block/slag_bricks_bottom.json -a4b5073c405379b459d790c8c7992ad79438c436 assets/tfmg/models/block/slag_bricks_stairs.json -887fe9619d5eabc17560f746cff3c978fa5802c5 assets/tfmg/models/block/slag_bricks_stairs_inner.json -28e7af56eced8fd1c7d2c8bd277b032153106ffd assets/tfmg/models/block/slag_bricks_stairs_outer.json -b5e37d38e083591236a3da26c3cb69f097b14786 assets/tfmg/models/block/slag_bricks_top.json -22bfba149d69bc370f926de4a90c6b50005f3974 assets/tfmg/models/block/slag_bricks_wall_post.json -a2d901d0ef44d54461e8cb5a7ed7aed76f59192a assets/tfmg/models/block/slag_bricks_wall_side.json -bb1ac8ff50c366e0b71a1491f00e85f46afe2786 assets/tfmg/models/block/slag_bricks_wall_side_tall.json -0527561f96904dabea20a824baf8828ff1bbfc32 assets/tfmg/models/block/small_bauxite_bricks.json -35349e72beddafb42b477c100ba16e41eb0bc473 assets/tfmg/models/block/small_bauxite_bricks_wall_post.json -86658ab1a36973071032dd844664d817e0628adb assets/tfmg/models/block/small_bauxite_bricks_wall_side.json -85202ffe20243ab1343014c0d52e504016bc054f assets/tfmg/models/block/small_bauxite_bricks_wall_side_tall.json -a0aea27e8b671d7370b10f7ae269c5049ce291b3 assets/tfmg/models/block/small_bauxite_brick_slab.json -ad150fc0e40e5ee2b112cb2d774e691373ff45aa assets/tfmg/models/block/small_bauxite_brick_slab_top.json -d29800a63ca2717e056798cf8bb29bf55d29a07c assets/tfmg/models/block/small_bauxite_brick_stairs.json -7f4bdf3f4059dc1cda60557d59f5440addd26547 assets/tfmg/models/block/small_bauxite_brick_stairs_inner.json -a07354a238bd4d5aadee6e60e1d61fcffde43f5b assets/tfmg/models/block/small_bauxite_brick_stairs_outer.json -aafb5d4803c658998031a1283644f9ac569cfd42 assets/tfmg/models/block/small_galena_bricks.json -c715740d5552e6999ab53cecc53366a2861e41d7 assets/tfmg/models/block/small_galena_bricks_wall_post.json -0d919c26793d8a60714a8849879b69c462db7f33 assets/tfmg/models/block/small_galena_bricks_wall_side.json -46525cf76e01e1692dab083608c21daa514ffd7f assets/tfmg/models/block/small_galena_bricks_wall_side_tall.json -bbc3336b9db1da871b92c0011f1889b7e6fcc011 assets/tfmg/models/block/small_galena_brick_slab.json -4bb3d51007aad48d07259bdf80fe9ffa465efccc assets/tfmg/models/block/small_galena_brick_slab_top.json -590da14146500585d6f561efd0aba23f00e6af84 assets/tfmg/models/block/small_galena_brick_stairs.json -dd4e3df6e1baff446d718a57d6e3a07a79f5e784 assets/tfmg/models/block/small_galena_brick_stairs_inner.json -d057fd4461bb5170ff2e81ee848b89b4a28ce602 assets/tfmg/models/block/small_galena_brick_stairs_outer.json -0ceb30eaff16a495c9a165ca16c925cbff836755 assets/tfmg/models/block/steel_block.json -9200d9351035559ffdd434de54ea962d246cc9eb assets/tfmg/models/block/steel_cable_hub.json -bf29a468e4816a6238c142286ef55d1ca8c6d099 assets/tfmg/models/block/steel_cap.json -e83ff0c23ac346f471257c2b082688793eeeed8c assets/tfmg/models/block/steel_cap_alt.json -465b1fed10d06090e5e8d19457f9fa48fe890bb4 assets/tfmg/models/block/steel_casing.json -f9eb716d9e12955912b38884e7afb0841180cac3 assets/tfmg/models/block/steel_casing_cable_hub.json -906e528089526aecc3f1e0c8cae850ba4ce69a85 assets/tfmg/models/block/steel_encased_aluminum_cogwheel.json -698f353de5d4343e367e7937813a9dacb6bbba64 assets/tfmg/models/block/steel_encased_aluminum_cogwheel_bottom.json -3ea2fd4c283d97c145dbb32bf7b32cd80de49025 assets/tfmg/models/block/steel_encased_aluminum_cogwheel_top.json -195febad1493fa6484bb921aea8647902b61dda7 assets/tfmg/models/block/steel_encased_aluminum_cogwheel_top_bottom.json -930f0d232ab8d65b8a9da937c31364779d991800 assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel.json -35589a9cadf55f092b0218e36146c2a7a0bc2907 assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel_bottom.json -6712e7f32efafd86622d1e4af19bbef28b77d4ec assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel_top.json -e69d8fd76a499af45c97bd33f8288bf5bc404496 assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel_top_bottom.json -930f0d232ab8d65b8a9da937c31364779d991800 assets/tfmg/models/block/steel_encased_large_steel_cogwheel.json -35589a9cadf55f092b0218e36146c2a7a0bc2907 assets/tfmg/models/block/steel_encased_large_steel_cogwheel_bottom.json -6712e7f32efafd86622d1e4af19bbef28b77d4ec assets/tfmg/models/block/steel_encased_large_steel_cogwheel_top.json -e69d8fd76a499af45c97bd33f8288bf5bc404496 assets/tfmg/models/block/steel_encased_large_steel_cogwheel_top_bottom.json -906e528089526aecc3f1e0c8cae850ba4ce69a85 assets/tfmg/models/block/steel_encased_steel_cogwheel.json -698f353de5d4343e367e7937813a9dacb6bbba64 assets/tfmg/models/block/steel_encased_steel_cogwheel_bottom.json -3ea2fd4c283d97c145dbb32bf7b32cd80de49025 assets/tfmg/models/block/steel_encased_steel_cogwheel_top.json -195febad1493fa6484bb921aea8647902b61dda7 assets/tfmg/models/block/steel_encased_steel_cogwheel_top_bottom.json -93e9dc75614de03258c154ca604737856f9eb569 assets/tfmg/models/block/steel_ladder.json -0c4fcf6e901d8eba56ba67999fcf0801534779d6 assets/tfmg/models/block/steel_pipe/d_x.json -6060082caaef1e6e6fc72606d6a74e64aaeb27ac assets/tfmg/models/block/steel_pipe/d_y.json -dc62a6a3de9e73e7341481df09951a7ec3caf944 assets/tfmg/models/block/steel_pipe/d_z.json -1091fe2d4abfa9935c57cafcd3bd65a6fdcb1a7b assets/tfmg/models/block/steel_pipe/ld_x.json -dd229543a58922b39223c1957f88143edb3c1a1a assets/tfmg/models/block/steel_pipe/ld_y.json -4dc15f7d71138f79a15ff8738e25d6fb657086c7 assets/tfmg/models/block/steel_pipe/ld_z.json -501e1523ffcd2c897c95729b4ab43b1531ded959 assets/tfmg/models/block/steel_pipe/lr_x.json -6c99cf673d90c05b11a2a6269eaeee982376826f assets/tfmg/models/block/steel_pipe/lr_y.json -8af9bf77d345c1f7c6354541270a355997b252fc assets/tfmg/models/block/steel_pipe/lr_z.json -0c75462cc6fcbc56ec2f111d80f61a6abfedf693 assets/tfmg/models/block/steel_pipe/lu_x.json -902ee90dc6b5516946b7e2f06258253cfb6767b4 assets/tfmg/models/block/steel_pipe/lu_y.json -d7b55e24c21c1042695e09d17395b5c389256727 assets/tfmg/models/block/steel_pipe/lu_z.json -0df8d07244444b8c6e4d756a27013a3981d2e51d assets/tfmg/models/block/steel_pipe/l_x.json -3f5fc2b9f9c570bacfc0ae697922509b169155fa assets/tfmg/models/block/steel_pipe/l_y.json -35bc60c016b488d5e9fcb324d89fbb93d9a6c0ca assets/tfmg/models/block/steel_pipe/l_z.json -d982c7570430e0052bfd87ec10e880086f9b87bc assets/tfmg/models/block/steel_pipe/rd_x.json -e651d9decda90050af5c865b6d799e890d9ff502 assets/tfmg/models/block/steel_pipe/rd_y.json -86e254b47fc87beae269512969c095d52b0b9a5e assets/tfmg/models/block/steel_pipe/rd_z.json -301a84ba7b55046a13e615abac540ec6ff3a0da8 assets/tfmg/models/block/steel_pipe/ru_x.json -88d1333e6c6a7196f76871570464a609f8a25307 assets/tfmg/models/block/steel_pipe/ru_y.json -316bd01cda7cf096cddd623e056e3cde026bd194 assets/tfmg/models/block/steel_pipe/ru_z.json -c00198c8130e8ffa46e0a61568d14e2edc74c810 assets/tfmg/models/block/steel_pipe/r_x.json -0d1411127a0ad629ae375b4b5e1de158e5c83af1 assets/tfmg/models/block/steel_pipe/r_y.json -0d1f17dd0748ccbdf1213d8670f738e33a537b7a assets/tfmg/models/block/steel_pipe/r_z.json -7e35caf08ec29978ad9e51b4b26299636d27cd8c assets/tfmg/models/block/steel_pipe/ud_x.json -e3105550abc0fafc0d67d494c8f92008a9cf7fd9 assets/tfmg/models/block/steel_pipe/ud_y.json -d34e5efd71420623baab6ff86cbb9a68abcb343d assets/tfmg/models/block/steel_pipe/ud_z.json -68d79052c90cbfad2c4730673395b5f58ad73293 assets/tfmg/models/block/steel_pipe/u_x.json -e583e8755126d362e21057464e2f12af3f32ba25 assets/tfmg/models/block/steel_pipe/u_y.json -56b3110e7a55c08302e27d5b7f32f7b7b9cd60a0 assets/tfmg/models/block/steel_pipe/u_z.json -7e8d91d0f9c247d9c8909f98497a3c71180fea9e assets/tfmg/models/block/steel_post.json -547d1739a3221c39bf8a856e27901e25877f9918 assets/tfmg/models/block/steel_post_ends.json -f8c535c59e85b8af0c8701596cd08b72ca38036f assets/tfmg/models/block/steel_scaffolding.json -aad5b54daf86c0aa5e100475de443cd2c3234020 assets/tfmg/models/block/steel_scaffolding_horizontal.json -761696519471a65d0e973626503b30c2951e1168 assets/tfmg/models/block/steel_side.json -b99f7af6743a7b9d45f6c41b98d7be73dfa48529 assets/tfmg/models/block/steel_side_alt.json -358c82459a719410114da8c4dfd5f45289064a7e assets/tfmg/models/block/sulfur.json -46b1e19c4b924177142879b9c0cefcd4f45e6a6f assets/tfmg/models/block/white_caution_block.json -af77b90a54211755c652dd770dfe1a2045232a07 assets/tfmg/models/block/white_concrete.json -f023d118727ff33523c213a89a28c8bc79d64268 assets/tfmg/models/block/white_concrete_bottom.json -af1962e1b6b34e9b5447b99d22b2c44d8e3bdb01 assets/tfmg/models/block/white_concrete_stairs.json -9707001dbf261e5c8086b1991fd0055de943d645 assets/tfmg/models/block/white_concrete_stairs_inner.json -31e5248e1cef5b863cae89c8ecb435b4c17ded1d assets/tfmg/models/block/white_concrete_stairs_outer.json -f3bda435c4253bb54336b3767446293d1eec7af2 assets/tfmg/models/block/white_concrete_top.json -2f3451e530a0543345df5d9fc27ce2d88142d23d assets/tfmg/models/block/white_concrete_wall_post.json -21f3a70526abf7deef3b3751c6cede1b87883089 assets/tfmg/models/block/white_concrete_wall_side.json -80fad7af8287eb9705f8afeb2cde958e12071be4 assets/tfmg/models/block/white_concrete_wall_side_tall.json -af77b90a54211755c652dd770dfe1a2045232a07 assets/tfmg/models/block/white_rebar_concrete.json -4079938d1508e8c360efa2c2a26af0ac0dfa9741 assets/tfmg/models/block/yellow_caution_block.json -3bc79405c46c5411e65d70265769cd86f16ff040 assets/tfmg/models/block/yellow_concrete.json -e470e91ec9f63b160f360b02e4f0895f3d94428e assets/tfmg/models/block/yellow_concrete_bottom.json -c6ef8cfdd60dc6d163699847a1dcaeb1f5b2b297 assets/tfmg/models/block/yellow_concrete_stairs.json -00ab90cf9cb32d06b2517a3c0cd4e626b4174b8e assets/tfmg/models/block/yellow_concrete_stairs_inner.json -3408b47b607ee17c6ce57038d044f89e39b6e0a1 assets/tfmg/models/block/yellow_concrete_stairs_outer.json -b9a1477ab92ea6eb6daad65aad5e73f339402588 assets/tfmg/models/block/yellow_concrete_top.json -fea28ae2dbee700a4219f227bf6a87502b31cb05 assets/tfmg/models/block/yellow_concrete_wall_post.json -0a642864362409bfc889345a8a4605c111b326c6 assets/tfmg/models/block/yellow_concrete_wall_side.json -099f4b7adf652892d7ec572c6f9e38053089c097 assets/tfmg/models/block/yellow_concrete_wall_side_tall.json -3bc79405c46c5411e65d70265769cd86f16ff040 assets/tfmg/models/block/yellow_rebar_concrete.json -f28eecee7a67bf88f80788e26db921d507a2e29b assets/tfmg/models/item/accumulator.json -ff3c6bce6f60d4323cfbd436f1978ca1fcb9ae27 assets/tfmg/models/item/advanced_potato_cannon.json -c2be2c2933da698fd2888fcb04b71cb372725b6f assets/tfmg/models/item/air_bucket.json -500ce6e858f96a48d1871fe4c02404faa2ccac29 assets/tfmg/models/item/air_intake.json -8a99a27814a3e0dedf83fbcc20f253caebf1f55e assets/tfmg/models/item/aluminum_axe.json -f5f0b056cb26ccb089e8f6fea940e268c059aa72 assets/tfmg/models/item/aluminum_bars.json -714173e054b787915b8cebfb50deb61b28dba5a3 assets/tfmg/models/item/aluminum_block.json -c9d349089eca3a097c56d3e4a1a5228b7a85b689 assets/tfmg/models/item/aluminum_cable_hub.json -90d2eca9d593dfbb30d90c7b779c9679ae946664 assets/tfmg/models/item/aluminum_cogwheel.json -86837359dc83cb97ead638dbd6907e009871d7c5 assets/tfmg/models/item/aluminum_door.json -c7ece2b608bd26c81a4bdb8a480841d12e8ffbec assets/tfmg/models/item/aluminum_fluid_tank.json -20b601339c356f8103e98437e762bf48f96e02b5 assets/tfmg/models/item/aluminum_fluid_valve.json -5c1c14519742d92c3a6f00e4d70516222868be79 assets/tfmg/models/item/aluminum_flywheel.json -17edac544d3f9f6ae8435f155c42c5e926432e2d assets/tfmg/models/item/aluminum_frame.json -3809c534d35577550c639ab4852b2b4ce8497047 assets/tfmg/models/item/aluminum_hoe.json -f685ca653c8e197986b1ac8f43297989816d39d2 assets/tfmg/models/item/aluminum_ingot.json -b10879f41ab3fd52edc0d1cbbadfe1704614563a assets/tfmg/models/item/aluminum_ladder.json -1b0373d37de5a7e4c35b098bc4474c51c2b3e046 assets/tfmg/models/item/aluminum_lamp.json -ecab250699b802a1358dccdabaca2181520324ec assets/tfmg/models/item/aluminum_mechanical_pump.json -46621abd4c2a6c751d2d37b401ef9bf09e461985 assets/tfmg/models/item/aluminum_nugget.json -f0956f6c9b44149b1e2b37dfaa46a067240031db assets/tfmg/models/item/aluminum_pickaxe.json -76e794a58d8956b3a61faf5b403f9834952270c3 assets/tfmg/models/item/aluminum_pipe.json -5ee0c86ca83156e30da61d6f42e0a8a29833e845 assets/tfmg/models/item/aluminum_scaffolding.json -a138cac9e41e8dd5534716f6d59fb656d09c4f53 assets/tfmg/models/item/aluminum_sheet.json -63c4cd862849f38eb1af7dfe4256a8b6f3df973b assets/tfmg/models/item/aluminum_shovel.json -d3288be7ee67467134c7603b976fb02ac43373d3 assets/tfmg/models/item/aluminum_smart_fluid_pipe.json -7c81261b248087b2aa8e6f240bb84230e301c51b assets/tfmg/models/item/aluminum_spool.json -68e3b6479c6d92fd8d2dca6fa51f9d8d26dd6d6b assets/tfmg/models/item/aluminum_sword.json -153b6d8b77344afcb5e6b509fbcab4b4d67a4723 assets/tfmg/models/item/aluminum_truss.json -3678ef091ea84638cde934ba7717be4843b55cc1 assets/tfmg/models/item/aluminum_wire.json -b4cc32c013a27af3af9854b40c9144069b8051a1 assets/tfmg/models/item/ammeter.json -1e2f0ebb7ad85bdcd2d9578ad95dd0ddecbf3958 assets/tfmg/models/item/asphalt.json -8a8fa4346314945eaff5c779d77e258425d0d910 assets/tfmg/models/item/asphalt_slab.json -0c7dde6b90a3209509dfbc6599d3b920635fd0b5 assets/tfmg/models/item/asphalt_stairs.json -8fadae731be3ad6d131ba3be2c1a507b7af7d61b assets/tfmg/models/item/asphalt_wall.json -4ace0da00498fcbb9ddfdf321767b40b095c8778 assets/tfmg/models/item/bauxite.json -41091873d85bac787e4752d0ff81189432f1e28e assets/tfmg/models/item/bauxite_pillar.json -6643d154d0c98441b9729fce6e1e9b6587436565 assets/tfmg/models/item/bitumen.json -e465acc817caabb8376bba44c2f70af8c189a2af assets/tfmg/models/item/blast_furnace_hatch.json -f84aae4cc298451efb6223d01cc566ddb78399ad assets/tfmg/models/item/blast_furnace_output.json -21c635e725c6b566e1b321e5c56520addc3f9dbc assets/tfmg/models/item/blast_furnace_reinforcement.json -33294043697b1390713041bd25399fbd251dd679 assets/tfmg/models/item/blast_stove.json -eee31c3653f6d8db57cbd31051a8c2c4aedff9d8 assets/tfmg/models/item/blue_caution_block.json -c5ad82126c949732854f9be8492d4bfdf756259b assets/tfmg/models/item/blue_concrete.json -96648e327c65736445def6d44948cc9a883fb860 assets/tfmg/models/item/blue_concrete_slab.json -916e86f0a2f5de23ae84e5289176573033dae696 assets/tfmg/models/item/blue_concrete_stairs.json -1f3696b17c4630b06c61af5bc9fd06d0ff702eec assets/tfmg/models/item/blue_concrete_wall.json -3e2fb7d9a92ff24018524083815166739ee55d84 assets/tfmg/models/item/blue_rebar_concrete.json -96648e327c65736445def6d44948cc9a883fb860 assets/tfmg/models/item/blue_rebar_concrete_slab.json -916e86f0a2f5de23ae84e5289176573033dae696 assets/tfmg/models/item/blue_rebar_concrete_stairs.json -1f3696b17c4630b06c61af5bc9fd06d0ff702eec assets/tfmg/models/item/blue_rebar_concrete_wall.json -e2045023c783188ba609cffdd25f53bb01d33e72 assets/tfmg/models/item/brass_cable_hub.json -47b22ae7a7b73d73ad55e7eab6bda4bcd18f12cb assets/tfmg/models/item/brass_fluid_valve.json -78057607b9b9a5bec91516d30406982d5aaf698a assets/tfmg/models/item/brass_frame.json -88eee8202951959638c4934f9c2ba421c0076d69 assets/tfmg/models/item/brass_mechanical_pump.json -fe12441d1e495cfa9fae4f6c6086be21caec1224 assets/tfmg/models/item/brass_pipe.json -06c7e8235661bdc2cdb7aedeaaac12277e3d2d19 assets/tfmg/models/item/brass_smart_fluid_pipe.json -d9b83e727c2e49165304e5b44fbf94da7a6cefd2 assets/tfmg/models/item/brass_truss.json -bc5b951d79046de8ecbb475ceff68c1e2308c8b5 assets/tfmg/models/item/brick_smokestack.json -1e08d2fa4a01dfdda40adad5df8d46601e1875b4 assets/tfmg/models/item/brown_caution_block.json -2af2b0dbdd2e56e6a206a4ff3e20672fdff60a12 assets/tfmg/models/item/brown_concrete.json -4edd1d1a741a4bcee9dc1c5526ce2a97e878ede2 assets/tfmg/models/item/brown_concrete_slab.json -4d8e39b32cf583923994d5e3da0c720d3777b9dd assets/tfmg/models/item/brown_concrete_stairs.json -0be3b12389658b8cdc54796d2b60dc3440171e0c assets/tfmg/models/item/brown_concrete_wall.json -e701cdc206b4c6eb47ed8b94d24b304000d634b8 assets/tfmg/models/item/brown_rebar_concrete.json -4edd1d1a741a4bcee9dc1c5526ce2a97e878ede2 assets/tfmg/models/item/brown_rebar_concrete_slab.json -4d8e39b32cf583923994d5e3da0c720d3777b9dd assets/tfmg/models/item/brown_rebar_concrete_stairs.json -0be3b12389658b8cdc54796d2b60dc3440171e0c assets/tfmg/models/item/brown_rebar_concrete_wall.json -59057a9cf031e1be2ff2098ea5c2299f38f0bf55 assets/tfmg/models/item/butane_bucket.json -70c4e4f1e88d4380ed1b1f9ee52472b85f34e0c7 assets/tfmg/models/item/cable_connector.json -3ec85036b72bfab601bdf9c649a148da3f1216e3 assets/tfmg/models/item/cable_tube.json -642b1b969f6cbe4ba097e82ef448a752ee3406f6 assets/tfmg/models/item/capacitor_item.json -4ed6badf38b1a376f628704027a79834d790d853 assets/tfmg/models/item/carbon_dioxide_bucket.json -4c68758acc40bc10a34fc566920c4b0c22894772 assets/tfmg/models/item/casting_basin.json -d09e58c76283f0d07b5afb5876c95d6bf78bb4e3 assets/tfmg/models/item/cast_iron_bars.json -ec38882fb9010884823d6d6afa604f8a6512d279 assets/tfmg/models/item/cast_iron_block.json -ec2eeb8a37c1f3c01b453902c9f1ad93ce9ed814 assets/tfmg/models/item/cast_iron_fluid_tank.json -ba080b65df7555a98ab68c4156572a33d10a7c0e assets/tfmg/models/item/cast_iron_fluid_valve.json -9eae58d64bb790fef0b359c7aed7c52effb6f5e1 assets/tfmg/models/item/cast_iron_flywheel.json -084044b5d0a97f0e2aa279736dda3c0722d5dea9 assets/tfmg/models/item/cast_iron_frame.json -da2c28e98d0ddf7166bdf7214c06e81ad8581b90 assets/tfmg/models/item/cast_iron_ingot.json -37647e25ad789191f9b0aaefa6bd597eb553671e assets/tfmg/models/item/cast_iron_ladder.json -28823622c11e678f5a3117c243874d9c0d545a2e assets/tfmg/models/item/cast_iron_mechanical_pump.json -692aae1db44cfd2998673b47668a25f209d0303e assets/tfmg/models/item/cast_iron_nugget.json -55e71185e7ba0cb136bc332d5c95efc18425f975 assets/tfmg/models/item/cast_iron_pipe.json -93e27441af7522e3c8f3a7068f3e95122427c499 assets/tfmg/models/item/cast_iron_sheet.json -84da535b10e09a52d2bb7cdc29a4b4ccb0b484d7 assets/tfmg/models/item/cast_iron_smart_fluid_pipe.json -b4165238a4d466f3d07a2e1a8aba3bc084e9de77 assets/tfmg/models/item/cast_iron_truss.json -bc946668199281b834a5195536239932e8d1eae9 assets/tfmg/models/item/centrifuge.json -e77b35aab8555352f470573efbd6b2b9e94a3309 assets/tfmg/models/item/cinderblock.json -7bb9af462986aaab5620335742b5467d9a7e3e61 assets/tfmg/models/item/cinderflourblock.json -0e8e0a40a71ecca28f317a512336041c5b20249b assets/tfmg/models/item/circuit_board.json -1880212f240c9eb09878e3e18815310666b69be6 assets/tfmg/models/item/circular_light.json -d45fc5511b4c4027889afd3088cd91ba1d8b0501 assets/tfmg/models/item/coal_coke.json -3789a9d72a7ba5daf8c39cccaa665057e63302c6 assets/tfmg/models/item/coal_coke_block.json -cf3c486158a27cbd3a4ef9fdd79dc93f3cc12b45 assets/tfmg/models/item/coal_coke_dust.json -54ac6b75ce8917de10c49ab224b8fc3e9a833f16 assets/tfmg/models/item/coated_circuit_board.json -36998ab88f5e75bcb9105baeb1a77030abd9a8bd assets/tfmg/models/item/coke_oven.json -4a843d55647a606fa97bc2daf745a7603406767d assets/tfmg/models/item/concrete.json -6570409e8a5402f717ce2d9989813162e17f4dd3 assets/tfmg/models/item/concrete_hose.json -1e4e0385a32fc8756acd46fac0a388a9d694df28 assets/tfmg/models/item/concrete_mixture.json -685e08733e5195a8714284be2eeba8f47736115e assets/tfmg/models/item/concrete_slab.json -296dab0d6fec155ca9823cc9e267b98b5173f538 assets/tfmg/models/item/concrete_smokestack.json -e0e9a8a413dbdfa8e414dffa542306fe5c0f60fb assets/tfmg/models/item/concrete_stairs.json -c52e4008b27e203473a676aefc66370efe7c0d9b assets/tfmg/models/item/concrete_wall.json -6ad136893dcbbdd109b80ad96e15eabc9f792034 assets/tfmg/models/item/constantan_block.json -67a9828d95678200e674cd074e36ac1500da0372 assets/tfmg/models/item/constantan_frame.json -dfc11d8b61afa72b969c79a0c6cc01e8d6fca169 assets/tfmg/models/item/constantan_ingot.json -998e0744a5e6d9d3bdfea7e59711979b42874b15 assets/tfmg/models/item/constantan_ladder.json -381e0d64eeb5c13f759e3d4fe9842dea759ee073 assets/tfmg/models/item/constantan_nugget.json -6b458b591be15313380988f3154fa6df067aac46 assets/tfmg/models/item/constantan_spool.json -a7e0b0c5b9cdcb7e48ce92754b4714cdec94095e assets/tfmg/models/item/constantan_truss.json -fbef525eaae76c32fb3d7ef415a94f39d033a1ae assets/tfmg/models/item/constantan_wire.json -1d29da201c5d3cbd80ffddafebe9a740f7c9e985 assets/tfmg/models/item/converter.json -cbebe27349c77edc77e836d00339571a9d42d1c6 assets/tfmg/models/item/cooling_fluid_bottle.json -e8c4e68647a6ced815cfca649c679e709fcc7751 assets/tfmg/models/item/cooling_fluid_bucket.json -04bf0e4e6afcdcf4e1712536afdbac6ae64091c3 assets/tfmg/models/item/copper_cable_hub.json -9dd1c3541d4e5fbf08d605c83b9bf8633ed675da assets/tfmg/models/item/copper_electrode.json -efb9f7fa5fcbe23884ed877d31d4555debef903c assets/tfmg/models/item/copper_frame.json -df4e7fa8f3f60908f58794528a8db60dce7d0135 assets/tfmg/models/item/copper_grenade.json -cd782e6a5296067494443920d220889937a6de65 assets/tfmg/models/item/copper_spool.json -45a8624d38d2723f58678704b4bcf9a738006551 assets/tfmg/models/item/copper_sulfate.json -19e87f4dcd3cd01daf1eec8b06df743898dcc775 assets/tfmg/models/item/copper_truss.json -d34ea5d4a5fbae394f3773155c901da7e8a9f99e assets/tfmg/models/item/copper_wire.json -ad22e8940129ab3a0601244b48387b1832bcb80e assets/tfmg/models/item/copycat_cable_block.json -594b3b4201e8a781bc1280d668a8ba43fc64c945 assets/tfmg/models/item/crankshaft.json -e90663032572b10fff3b45cdf2435211cb1ef05b assets/tfmg/models/item/creative_generator.json -0abf2b2d61995c4fd3e3c88656e740ffe0a2f083 assets/tfmg/models/item/creosote_bucket.json -a79994155c228372c913d281a53b5c7303d5a8ee assets/tfmg/models/item/crude_oil_bucket.json -ad53ebb7bbb4567ba0bc948b6594c079d1050fb9 assets/tfmg/models/item/cut_bauxite.json -eb80646f49d4c682fd21fb8054ed5b8427d9b554 assets/tfmg/models/item/cut_bauxite_bricks.json -7112aa744d3215a868decd72aa42adb62c4f0b66 assets/tfmg/models/item/cut_bauxite_brick_slab.json -cb56b95b0aad65f7d51e707eb7c4e5fa406bb741 assets/tfmg/models/item/cut_bauxite_brick_stairs.json -0cb0ad817e92d97aba1130219e9a93fd5da9a417 assets/tfmg/models/item/cut_bauxite_brick_wall.json -65fc6c720b7fcd2609ee20215971e84e0d0c0cd3 assets/tfmg/models/item/cut_bauxite_slab.json -e6bf52c7a969b26d65cc36353a6a3e2a91752e42 assets/tfmg/models/item/cut_bauxite_stairs.json -0cef1f82baa51acdbe768b60f54ba126f9f6eb60 assets/tfmg/models/item/cut_bauxite_wall.json -0851a88071fa4ec38284b0a97085bcc6d9ab24b7 assets/tfmg/models/item/cut_galena.json -b05644954da48008ac0464204b16eb715e1cbf97 assets/tfmg/models/item/cut_galena_bricks.json -a2ebacf9b451b38247de7218070c8126380707b1 assets/tfmg/models/item/cut_galena_brick_slab.json -ee18051a0a504d27ae1290e9172066844a0de1dc assets/tfmg/models/item/cut_galena_brick_stairs.json -48acde6bca2ae625718b169e4f345898c348032e assets/tfmg/models/item/cut_galena_brick_wall.json -b414e0bac6d02f493cb719872068f2edad7d691a assets/tfmg/models/item/cut_galena_slab.json -51a0488396aad7ef0b1c3d384f70cfcb7edc176a assets/tfmg/models/item/cut_galena_stairs.json -b5e24abe9db3db3d7c60e4bdfa65114764ee3190 assets/tfmg/models/item/cut_galena_wall.json -e1265c22293246261ac4b88d01a0819a8d96b1fa assets/tfmg/models/item/cyan_caution_block.json -606a911fc34096d2213eb7262a02a3ca239b7df1 assets/tfmg/models/item/cyan_concrete.json -7c8c3a20c9e2487017c0a0a32a21a7194b01cb0c assets/tfmg/models/item/cyan_concrete_slab.json -5a0b3c3328796a6b85a0faeb8fa9e5f676e4ab03 assets/tfmg/models/item/cyan_concrete_stairs.json -36ddfc344417e445c751af930d937cab41e81d6c assets/tfmg/models/item/cyan_concrete_wall.json -4aae4e1f3d3e97b68eda7d808d27aeed923e3453 assets/tfmg/models/item/cyan_rebar_concrete.json -7c8c3a20c9e2487017c0a0a32a21a7194b01cb0c assets/tfmg/models/item/cyan_rebar_concrete_slab.json -5a0b3c3328796a6b85a0faeb8fa9e5f676e4ab03 assets/tfmg/models/item/cyan_rebar_concrete_stairs.json -36ddfc344417e445c751af930d937cab41e81d6c assets/tfmg/models/item/cyan_rebar_concrete_wall.json -5501ef13cbbeeb07315d6535728149e9aee76722 assets/tfmg/models/item/debug_cinderblock.json -194835f0a09f4b43c8a60cad4107aed5b27384b6 assets/tfmg/models/item/debug_conductor.json -f8fffd64ede1e5c49a419280e62c557e3a0425f0 assets/tfmg/models/item/debug_electric_block.json -61d674086bfb8a04391f7f2fac8ad6eca1c98aef assets/tfmg/models/item/debug_generator_block.json -f3a706999351ee0f88946f8d5e3cdea38ac88ac4 assets/tfmg/models/item/deepslate_lead_ore.json -006fb0f052dda00dfa32a72269ebfc343f11cabc assets/tfmg/models/item/deepslate_lithium_ore.json -9d8a7735ff089faef94dde738d075a805def2a70 assets/tfmg/models/item/deepslate_nickel_ore.json -1457ab4bfa2f6222ed247e5d9bc8238378b7fc4d assets/tfmg/models/item/deposit_item.json -5f0b92a0b3e8cba17fe0e4f18aed56c2d9e3ed22 assets/tfmg/models/item/diagonal_cable_block.json -3497bcbaee50b2f766de659043bf3c36823b570d assets/tfmg/models/item/diesel_bucket.json -84eccc7f81ba83e43a6d68188baca808bc68a8e4 assets/tfmg/models/item/electrical_switch.json -4be63bded1fe0e571e7d89001d01f9d57020a4ea assets/tfmg/models/item/electricians_wrench.json -aa89976b1ba543ff94656cc405d57f2d91ef1cb5 assets/tfmg/models/item/electric_casing.json -d2ddba2549ea27f94ff7de3f91414235edd9e827 assets/tfmg/models/item/electric_diode.json -b90d6ceb1c64ade022a893ed4b442b0e100e42b1 assets/tfmg/models/item/electric_motor.json -deb7528506dca13e6f3c7a9057105b97c7faddef assets/tfmg/models/item/electric_post.json -e36f2280b360cbd37267b3351a131ebcfb499fe7 assets/tfmg/models/item/electric_pump.json -1a73802a404a841834fa695ed6ee985741e6ec4b assets/tfmg/models/item/electrode_holder.json -7b898ca0de43a97cda3733b254c3aa112f6a5251 assets/tfmg/models/item/electromagnetic_coil.json -969c1a0cf944e95b0807ba0d9fe0641e052e1a7f assets/tfmg/models/item/empty_circuit_board.json -a20d047772ef89454ead4a2ba0879f4a35fdbfc4 assets/tfmg/models/item/empty_spool.json -fabcbafee0ac08f1eb9de23d85897dccfb80376e assets/tfmg/models/item/engine_controller.json -8a1765bf23403f6f3ac3771183ced343d2bc3f89 assets/tfmg/models/item/engine_cylinder.json -32db3976d447778cb15b6ed80ca894e7e6cb3a3d assets/tfmg/models/item/engine_gearbox.json -f469a8d7eb37fce928a5fec614dc2473075f98cd assets/tfmg/models/item/etched_circuit_board.json -af32c2651e6a26f4600f8e5b8ce687348f7e7990 assets/tfmg/models/item/ethylene_bucket.json -941e9eac84bd6bfce1f801ea6a9c98d79d8a7c9d assets/tfmg/models/item/exhaust.json -05059dfd2577f195a3c401b3e2a4c247371f5f67 assets/tfmg/models/item/factory_floor.json -1ad0fcaf5dedf28d9bf9e57b1e4a5e3171128b50 assets/tfmg/models/item/factory_floor_slab.json -4a370c91360e065c6c6f4ee0020e34930f152106 assets/tfmg/models/item/factory_floor_stairs.json -ea3792ff90f44546f7a1dbbdb9a984dc1ef03edf assets/tfmg/models/item/factory_floor_wall.json -e7d137a2136040f6e504d0b26cede820d2a1be0d assets/tfmg/models/item/firebox.json -84956ff1e797ed4facf000763dc0758d88e26095 assets/tfmg/models/item/fireclay.json -392d736d912396962c0980623b8fcdbdb1541ad7 assets/tfmg/models/item/fireclay_ball.json -6adcbf69c17e06e98cc848dc136b8907c9cff7be assets/tfmg/models/item/fireproof_brick.json -080629b77cc20daacb129c7fe3c3a97d5df677f2 assets/tfmg/models/item/fireproof_bricks.json -96171ac619fe06339e4888ebf16f744745d5d667 assets/tfmg/models/item/fireproof_brick_reinforcement.json -e82498c07d178acd47a4eb43b92c86fd99ba3239 assets/tfmg/models/item/flamethrower.json -6760e6cfe559d9d21c16a1ac8e444423fa8f6c48 assets/tfmg/models/item/flarestack.json -7e4a58a6d05b19dc8c5fff73434c2d7cefa75343 assets/tfmg/models/item/fossilstone.json -733b814e1fa27192eb5620419bc6be64423d89c1 assets/tfmg/models/item/furnace_gas_bucket.json -74f230487e2e0ded1c5416da82fce20a51cddcda assets/tfmg/models/item/fuse.json -c8a7e3f8161d0ab32be2af91cd590b63b5f1aa93 assets/tfmg/models/item/fuse_block.json -05c9a5cfc640f82099f5c691942f834996945c1e assets/tfmg/models/item/galena.json -acd5c31ea8e24ca099199932affdc705e5abe3fd assets/tfmg/models/item/galena_pillar.json -ed2830b2988403aebaca633b2e315878b41f7503 assets/tfmg/models/item/gasoline_bucket.json -b577d1d699bbea896237f71a8f5582bcdfcd4534 assets/tfmg/models/item/generator.json -06d25769506a7173b15af2069573b2983b587cc4 assets/tfmg/models/item/glass_cable_insulator.json -35bca54df08df5acb0bb3e86537571db39f7d165 assets/tfmg/models/item/glass_insulator_segment.json -ba135000708c3c77cb3660ff6ed58132961a44db assets/tfmg/models/item/golden_turbo.json -b3aebfc27e431cb0b099c3df6dc30dea1e1b6ec3 assets/tfmg/models/item/graphite_electrode.json -f80ea87018220fdac6fe8e4cc7490bcdb90cb5d0 assets/tfmg/models/item/gray_caution_block.json -c7d4cc91447bc3512efbe18bc7b2344a42196a88 assets/tfmg/models/item/gray_concrete.json -c6e8b96444d3846d41e34fee578013f644a78a00 assets/tfmg/models/item/gray_concrete_slab.json -b4f8f0ab7e36d17544706f2a40a5a7970c49b18f assets/tfmg/models/item/gray_concrete_stairs.json -31a09cb5e3993b3e6166f11ecf8db8ebba224760 assets/tfmg/models/item/gray_concrete_wall.json -53c1414628819613e7e9c1323c3301b2465ef905 assets/tfmg/models/item/gray_rebar_concrete.json -c6e8b96444d3846d41e34fee578013f644a78a00 assets/tfmg/models/item/gray_rebar_concrete_slab.json -b4f8f0ab7e36d17544706f2a40a5a7970c49b18f assets/tfmg/models/item/gray_rebar_concrete_stairs.json -31a09cb5e3993b3e6166f11ecf8db8ebba224760 assets/tfmg/models/item/gray_rebar_concrete_wall.json -fdf5928b1f6abce2d4819a9b1c7fca087bae902c assets/tfmg/models/item/green_caution_block.json -ff1641bd493666480186a4b926d4942c1f707fcf assets/tfmg/models/item/green_concrete.json -71e878e3f709bb5d252bc2bbdcfdac4f7dee4096 assets/tfmg/models/item/green_concrete_slab.json -e9129a8f6912964b13174edfb792bdfc0f47d98f assets/tfmg/models/item/green_concrete_stairs.json -2309af33d4f0dc4c95f07b694e2b6f24836f84e9 assets/tfmg/models/item/green_concrete_wall.json -cd064fc25ae2eaa3bc4e097157e51352bbf498c6 assets/tfmg/models/item/green_rebar_concrete.json -71e878e3f709bb5d252bc2bbdcfdac4f7dee4096 assets/tfmg/models/item/green_rebar_concrete_slab.json -e9129a8f6912964b13174edfb792bdfc0f47d98f assets/tfmg/models/item/green_rebar_concrete_stairs.json -2309af33d4f0dc4c95f07b694e2b6f24836f84e9 assets/tfmg/models/item/green_rebar_concrete_wall.json -b8e5a837439b1e29458195dd6d351743c1e8812a assets/tfmg/models/item/heavy_cable_hub.json -5b5625568b4b6e0920fd680f626b31fd3ae6d095 assets/tfmg/models/item/heavy_casing_door.json -7e5e788d5f83de60e013c09abcd61ded5fc91c21 assets/tfmg/models/item/heavy_casing_encased_aluminum_cogwheel.json -27fe97934e81ea6f62518ec818a2a2260330c5e5 assets/tfmg/models/item/heavy_casing_encased_large_aluminum_cogwheel.json -27fe97934e81ea6f62518ec818a2a2260330c5e5 assets/tfmg/models/item/heavy_casing_encased_large_steel_cogwheel.json -e6148964bbfb8b0a42f3d919d722ddcd622b7e8a assets/tfmg/models/item/heavy_casing_encased_shaft.json -7e5e788d5f83de60e013c09abcd61ded5fc91c21 assets/tfmg/models/item/heavy_casing_encased_steel_cogwheel.json -3fdff9e88db39939ee31968358eb51c060006766 assets/tfmg/models/item/heavy_machinery_casing.json -f3bea42a905b7df9395bda18f751e2ee0c023e65 assets/tfmg/models/item/heavy_oil_bucket.json -31758daf60cc0369b5e731dfbe659225cd33c218 assets/tfmg/models/item/heavy_plate.json -3b09715a0695b53ba6241e75d07c6a3bf465e0dd assets/tfmg/models/item/heavy_plated_door.json -8160c8b6d5a0959e32241465df7ff686601afe21 assets/tfmg/models/item/hot_air_bucket.json -e5f343da5e11ebe95d6b86c85afdc087a9b9110a assets/tfmg/models/item/industrial_aluminum_casing.json -8cb87e84c9cc76f0eb5c9e96abaa304f2812ce01 assets/tfmg/models/item/industrial_mixer.json -00abcf3aaa13509308026de0461fdba8185e54b2 assets/tfmg/models/item/industrial_pipe.json -8996fe57623ded9433d6766e80a39e41a2aba1ca assets/tfmg/models/item/kerosene_bucket.json -9c4cc87f44f7a573e1b3f6cc3b856cdd24840da6 assets/tfmg/models/item/large_aluminum_cogwheel.json -7a5a9823f1845d0984c1a5e57b4bbd9fa1be7c8f assets/tfmg/models/item/large_pumpjack_hammer_connector.json -fe55c95a44b937aefc61cb1373c161a090ee2bb3 assets/tfmg/models/item/large_pumpjack_hammer_head.json -264b953fd181c69245f012d63fcd5cd26d47359d assets/tfmg/models/item/large_pumpjack_hammer_part.json -d4c3b9b01c96bbb68afa1a0902224bb4324bd923 assets/tfmg/models/item/large_steel_cogwheel.json -c0f668fca568bc4c35aba97d9ac93986720e501f assets/tfmg/models/item/layered_bauxite.json -5ba11dc0420d224a8d2d8da787f4265da42747b6 assets/tfmg/models/item/layered_galena.json -586e26f23f099b18e97822ac6853d5cc32eadbd1 assets/tfmg/models/item/lead_axe.json -6e4f6886751179eb33266fb59531964412b627f1 assets/tfmg/models/item/lead_bars.json -ee1682c21054b9a9ffde5983141d49e8177f9a2a assets/tfmg/models/item/lead_block.json -76c890e1640b6ba2e1ba8aaabb68c693096ff6c9 assets/tfmg/models/item/lead_flywheel.json -18814d929ac51cf9cca49fce10504feeccec7de8 assets/tfmg/models/item/lead_frame.json -2c85fee0718083d0ad6329b098e3e81238350b6f assets/tfmg/models/item/lead_hoe.json -9577774198ba4564927fc63cdfa2f61d19838c43 assets/tfmg/models/item/lead_ingot.json -dcfd6337f8f20602192f0ed6e8a56c91e0ef9e3f assets/tfmg/models/item/lead_ladder.json -87ebb381d4f4c5c153210181dc904d0954908476 assets/tfmg/models/item/lead_nugget.json -a534ed96ff94c7a33964ab4bf379886d888c8be6 assets/tfmg/models/item/lead_ore.json -365fe8554f2f34c56bdd0410b9a47e1a4cc8272f assets/tfmg/models/item/lead_pickaxe.json -5eb1dd094459d71ee75fc03a67fc861e06bfcd9f assets/tfmg/models/item/lead_sheet.json -f2263ea06b42ae7dcf921102079e8ea99345e576 assets/tfmg/models/item/lead_shovel.json -d6e88bede4f63e952846d09433222a4c1fd45b0e assets/tfmg/models/item/lead_sword.json -61c28b38faf8b20c8c5f6728ccf914b20263ddce assets/tfmg/models/item/lead_truss.json -f375bf679b0e38f940cad6de577d54f51fb07dea assets/tfmg/models/item/light_blue_caution_block.json -5884ec17db0b5f949c0ec0b0bc22527311cd6ca1 assets/tfmg/models/item/light_blue_concrete.json -80ca9f92eb8de4d592368d476d4deb86bf9fe482 assets/tfmg/models/item/light_blue_concrete_slab.json -e2a01972a96eb3b0ddd3b25d2209168be98cdb65 assets/tfmg/models/item/light_blue_concrete_stairs.json -bc37c001a222cbb1ec77190409fef813ce904373 assets/tfmg/models/item/light_blue_concrete_wall.json -3d58df784616a6685210679a71e747876a7971ff assets/tfmg/models/item/light_blue_rebar_concrete.json -80ca9f92eb8de4d592368d476d4deb86bf9fe482 assets/tfmg/models/item/light_blue_rebar_concrete_slab.json -e2a01972a96eb3b0ddd3b25d2209168be98cdb65 assets/tfmg/models/item/light_blue_rebar_concrete_stairs.json -bc37c001a222cbb1ec77190409fef813ce904373 assets/tfmg/models/item/light_blue_rebar_concrete_wall.json -ae2bd41712dc1d22088e9db84b7ed57ee34e5b8f assets/tfmg/models/item/light_bulb.json -ee1957c2bc43767a1d226a707bb9c34f003d7a7a assets/tfmg/models/item/light_gray_caution_block.json -d315da0ed974d84b4c8d984129f5607a0675d5a1 assets/tfmg/models/item/light_gray_concrete.json -1d93ab2aecf5ade2a2938ffe6655a14592f42ba9 assets/tfmg/models/item/light_gray_concrete_slab.json -158d6f00759012a727803f2b12799014f5ee500d assets/tfmg/models/item/light_gray_concrete_stairs.json -d6890e38c6fbf2e9718b7019452afa4ec7f1114e assets/tfmg/models/item/light_gray_concrete_wall.json -37339880154ee17bb6edf96319e2dec0e6261c2b assets/tfmg/models/item/light_gray_rebar_concrete.json -1d93ab2aecf5ade2a2938ffe6655a14592f42ba9 assets/tfmg/models/item/light_gray_rebar_concrete_slab.json -158d6f00759012a727803f2b12799014f5ee500d assets/tfmg/models/item/light_gray_rebar_concrete_stairs.json -d6890e38c6fbf2e9718b7019452afa4ec7f1114e assets/tfmg/models/item/light_gray_rebar_concrete_wall.json -88c2905528d262cf5d2a5b1cb32e2558c71e4d07 assets/tfmg/models/item/lignite.json -edf2285530f83dc39de57ea1570003266edf79e4 assets/tfmg/models/item/limesand.json -21b004549004ebb949fa21238c452f25243a730b assets/tfmg/models/item/lime_caution_block.json -26e9a08980b9b129f818ee432cbbfa8951db3757 assets/tfmg/models/item/lime_concrete.json -fbf6df7415c0edc6e0da805c5ea41e4c01d88152 assets/tfmg/models/item/lime_concrete_slab.json -2c09af4c17c2ab0f252a87976ca74982f1a208bf assets/tfmg/models/item/lime_concrete_stairs.json -6164fba5f7b145d65f930449857d930161861568 assets/tfmg/models/item/lime_concrete_wall.json -9a2da8a4c8c6afbf04f35b60c4bab803913eaa5c assets/tfmg/models/item/lime_rebar_concrete.json -fbf6df7415c0edc6e0da805c5ea41e4c01d88152 assets/tfmg/models/item/lime_rebar_concrete_slab.json -2c09af4c17c2ab0f252a87976ca74982f1a208bf assets/tfmg/models/item/lime_rebar_concrete_stairs.json -6164fba5f7b145d65f930449857d930161861568 assets/tfmg/models/item/lime_rebar_concrete_wall.json -a88adec897a80dbb5b68bf195676013d8507a9d4 assets/tfmg/models/item/liquid_asphalt_bucket.json -46bda405310f45b8faff7d29f3e2b76b6e6d512f assets/tfmg/models/item/liquid_concrete_bucket.json -00e572c99f05cc2c991216424e0462ddc2b45cfd assets/tfmg/models/item/liquid_silicon_bucket.json -666ed796217161608d2a0877b2623f0c02353724 assets/tfmg/models/item/lithium_blade.json -78a0ce2ac0961a03b0f272d39a0db54ba288b7f0 assets/tfmg/models/item/lithium_block.json -c6bb274eb9acf0f9edf092500cbf42642b791bcf assets/tfmg/models/item/lithium_charge.json -e290c956498783b2ae10c1c88cb4cd3e4bbab720 assets/tfmg/models/item/lithium_ingot.json -7e38faa1a92de331a5d49e2d7e6a338811a5b50c assets/tfmg/models/item/lithium_nugget.json -72e46b06ebbd21421ddee7e7d949dda9631f9384 assets/tfmg/models/item/lithium_ore.json -d6b0864ce6d9cdb770228ab8a8078bea52792426 assets/tfmg/models/item/lithium_torch.json -9f8c3ba160fbec63831cebd97acda3378082a171 assets/tfmg/models/item/lit_lithium_blade.json -49d60e94f4c8b7c9fab5df766fa0d0a8cd5bab09 assets/tfmg/models/item/lpg_bucket.json -c86a836bfcf884dc13094fd908a561dd1d8f7ad8 assets/tfmg/models/item/lubrication_oil_bucket.json -e5b540df3672daceba8eac388904fa91cad98277 assets/tfmg/models/item/machine_input.json -c7de662c834061c982168bf086472b7ba5f51d6b assets/tfmg/models/item/magenta_caution_block.json -558c8fe366c7d5b00e41dfe9f9e61a267e5a7b0f assets/tfmg/models/item/magenta_concrete.json -67e495cd5350171ffe42c7fe3adb15dc97db8d32 assets/tfmg/models/item/magenta_concrete_slab.json -b30c36117a4728d08ee65a80098ecac77c08def2 assets/tfmg/models/item/magenta_concrete_stairs.json -b380ae21f3274a48806976f58647150028a8df63 assets/tfmg/models/item/magenta_concrete_wall.json -694d332e765729795296407ea00050ca025dd98f assets/tfmg/models/item/magenta_rebar_concrete.json -67e495cd5350171ffe42c7fe3adb15dc97db8d32 assets/tfmg/models/item/magenta_rebar_concrete_slab.json -b30c36117a4728d08ee65a80098ecac77c08def2 assets/tfmg/models/item/magenta_rebar_concrete_stairs.json -b380ae21f3274a48806976f58647150028a8df63 assets/tfmg/models/item/magenta_rebar_concrete_wall.json -c9a77e80deba6a578002cd7a6996238d81ba940a assets/tfmg/models/item/magnet.json -0804086e3fa0492e698e8818e0c0aa3bda9a0756 assets/tfmg/models/item/magnetic_alloy_ingot.json -901c0865e16e327e693648dd7618eea303264b1b assets/tfmg/models/item/metal_smokestack.json -e0bfca2123069d5d66da0d2182f9af309846d060 assets/tfmg/models/item/mixer_blade.json -e4d76f7be3afc2053fcf42533c1a885f88524e60 assets/tfmg/models/item/modern_light.json -2144f625b12598ee3804479a7bc50a5d5ac544b9 assets/tfmg/models/item/molten_plastic_bucket.json -0d07f5b9f11d294bffc4b2fff1529738b6d44115 assets/tfmg/models/item/molten_slag_bucket.json -a7d576af5dd186b8abd8daefa04253efa1aa53db assets/tfmg/models/item/molten_steel_bucket.json -c699012f4df0d5cb660557aeaa3c88ef292db657 assets/tfmg/models/item/multimeter.json -820684fac09695c43456a8077fcb56af6a493032 assets/tfmg/models/item/napalm_bomb.json -b41853a4ae8b890f924058e57d274e956e6f4e37 assets/tfmg/models/item/napalm_bucket.json -9edf655bf9d93785d47b42106ab1a326d57125b4 assets/tfmg/models/item/napalm_potato.json -aa94f1afebb7c458e85849d8ddff76c27efefb80 assets/tfmg/models/item/naphtha_bucket.json -693ee4907e6e65975a4aefba6af81ccd9e6fb206 assets/tfmg/models/item/neon_bucket.json -9fc098be5e50d8a65de98bb6fc90e5f45e0ab968 assets/tfmg/models/item/neon_tube.json -6bf4a2c685296b40e5f3919518579a855cfa6e22 assets/tfmg/models/item/nickel_bars.json -43b15f990e2656ae97be24051dc98917255e960c assets/tfmg/models/item/nickel_block.json -fa02415636ae9c5f0aee76fc4e97893e2bfd123c assets/tfmg/models/item/nickel_flywheel.json -90ff94085cc6c2fcfe089a75b5db4998658f6e67 assets/tfmg/models/item/nickel_frame.json -da0eaf929cff5d363fe06b94e71261da2cd0c836 assets/tfmg/models/item/nickel_ingot.json -c085dc2a0b9266f6dacec60164ca40c1c4a0c37d assets/tfmg/models/item/nickel_ladder.json -bc39d82c88fc980bded9ea36c52570d83bb51d14 assets/tfmg/models/item/nickel_nugget.json -a236dd0e40141708cee90eb244750a19102cd997 assets/tfmg/models/item/nickel_ore.json -3628566986dbe2c0250e6e7e4bbbd7842f07ec80 assets/tfmg/models/item/nickel_sheet.json -bff11361b41be887a6a2bbe0b9d663d99f99dde1 assets/tfmg/models/item/nickel_truss.json -266bb5df7f514458dc90bf32f46efa31475ff7cc assets/tfmg/models/item/nitrate_dust.json -fba52ee3476405c3a2b8d664ea4498d91d3816a8 assets/tfmg/models/item/n_semiconductor.json -f1a0f52c70d3a5319932cbf7f42afd79b5d6c312 assets/tfmg/models/item/oil_can.json -9907695c674afea00d3affefdc2ede9e68aa5667 assets/tfmg/models/item/oil_deposit.json -f5536a511bd45b6250b97cd31373c7503f38f527 assets/tfmg/models/item/orange_caution_block.json -3670762634f4e4b1366b6a19253453ad3667655f assets/tfmg/models/item/orange_concrete.json -c4d486b71f966ee9019ed124e1b84914386386dd assets/tfmg/models/item/orange_concrete_slab.json -640cbc33b7e2ac984e245f05618132cf51cb8469 assets/tfmg/models/item/orange_concrete_stairs.json -8b06ab68cf9c58a2071876a1e317f2b4c314a5d9 assets/tfmg/models/item/orange_concrete_wall.json -dcaaf2c2462bd36a3114120d75f215c007927e51 assets/tfmg/models/item/orange_rebar_concrete.json -c4d486b71f966ee9019ed124e1b84914386386dd assets/tfmg/models/item/orange_rebar_concrete_slab.json -640cbc33b7e2ac984e245f05618132cf51cb8469 assets/tfmg/models/item/orange_rebar_concrete_stairs.json -8b06ab68cf9c58a2071876a1e317f2b4c314a5d9 assets/tfmg/models/item/orange_rebar_concrete_wall.json -cbe0ddafc9223794aef1aa0b528469c7642f7521 assets/tfmg/models/item/pink_caution_block.json -d77e7390aaa313fbbd6bbc794f8511d862bf0249 assets/tfmg/models/item/pink_concrete.json -fd91f0efb6b57ffae2ae9062d76e3750234dd02a assets/tfmg/models/item/pink_concrete_slab.json -8163b7b6cd9c1e52e86e622b80959b55a737a8a3 assets/tfmg/models/item/pink_concrete_stairs.json -c8dbaddf0deab7fe4e420ab18138b8b8c92f4fd7 assets/tfmg/models/item/pink_concrete_wall.json -9cb9509d3d37f8c03262c462e089118fac1660a5 assets/tfmg/models/item/pink_rebar_concrete.json -fd91f0efb6b57ffae2ae9062d76e3750234dd02a assets/tfmg/models/item/pink_rebar_concrete_slab.json -8163b7b6cd9c1e52e86e622b80959b55a737a8a3 assets/tfmg/models/item/pink_rebar_concrete_stairs.json -c8dbaddf0deab7fe4e420ab18138b8b8c92f4fd7 assets/tfmg/models/item/pink_rebar_concrete_wall.json -9d77efa451a6cb5d2417057a387048feec220b94 assets/tfmg/models/item/pipe_bomb.json -da507e2499ee84f6c096c63e3373204d9c6a1498 assets/tfmg/models/item/plastic_block.json -7e60b6223a9a7a761c46611abaab7a1c525ede1d assets/tfmg/models/item/plastic_fluid_valve.json -6afea7f62984356ea26656a1f20d3d54405085ad assets/tfmg/models/item/plastic_mechanical_pump.json -31a8db194ce46bb29459174ad791981be58ec911 assets/tfmg/models/item/plastic_pipe.json -2a257cb5dde59cee22c97c8bae24757c1469a932 assets/tfmg/models/item/plastic_sheet.json -f3088d94c732e8ad00d5527c30f895b3099ba59b assets/tfmg/models/item/plastic_smart_fluid_pipe.json -bea7da44f5c0468c580ded4bd1b12adb74ab23ca assets/tfmg/models/item/polarizer.json -b652ff21ebb628809b8756d7d62644e0d2a5adfb assets/tfmg/models/item/polished_cut_bauxite.json -489528130097d6163d032483048ac41fa9da0dff assets/tfmg/models/item/polished_cut_bauxite_slab.json -ac7c8f2f308145f0ae8108648cfb9fd0513987c6 assets/tfmg/models/item/polished_cut_bauxite_stairs.json -1dd75a9ca8cda0bb0237dee6b477d76823c15b8a assets/tfmg/models/item/polished_cut_bauxite_wall.json -61b084e2406b714d6ca61d3750dbfc3af16d6c36 assets/tfmg/models/item/polished_cut_galena.json -558f4bd16dc804a8acc1ff45f6178077beb3e957 assets/tfmg/models/item/polished_cut_galena_slab.json -1034c309af9e7aacaf19f9a37abc97f0d133d7e5 assets/tfmg/models/item/polished_cut_galena_stairs.json -778ae21d8c43b20e27bf4c589721f81792ad7bcf assets/tfmg/models/item/polished_cut_galena_wall.json -421644f6d01f0a14758da2a77e812de9d7f0a7f7 assets/tfmg/models/item/potentiometer.json -9124544e5ec0a686e933274a8c453fc0f3090c10 assets/tfmg/models/item/propane_bucket.json -0abe3e7186841d399a21f431c67e9e189307e798 assets/tfmg/models/item/propylene_bucket.json -4feccd5fbd7321db4b54e1e2d6a8e8dbe6655ac7 assets/tfmg/models/item/pumpjack_base.json -3bcbd66f8acbdafc865012eb6cc1307c4c1efa8e assets/tfmg/models/item/pumpjack_crank.json -525436f8845d575b25d299415f115b5a6e379200 assets/tfmg/models/item/pumpjack_hammer.json -7a9a63206f0638e0442d2d51523f34da60bf9e95 assets/tfmg/models/item/pumpjack_hammer_connector.json -e86c14c436fea873a7a62b13c78a5b1f3e522589 assets/tfmg/models/item/pumpjack_hammer_head.json -49a7a8ee86a01f19711b7d478fcc45db87f8c514 assets/tfmg/models/item/pumpjack_hammer_part.json -e3c7256096bda4f3fee2b01b8005f1b3d270cef2 assets/tfmg/models/item/purple_caution_block.json -3574f93a5d5c3384bf5cac99b0dafcc5b519504d assets/tfmg/models/item/purple_concrete.json -47d418d02e729bdf140398aec4a33d8063303069 assets/tfmg/models/item/purple_concrete_slab.json -fcc22d0322de977957e8353c7b9108e79fdca094 assets/tfmg/models/item/purple_concrete_stairs.json -3e797f9092ecfb4472a44c35e31c22528548930e assets/tfmg/models/item/purple_concrete_wall.json -97aa63f4e1d0d9cfd0e0ce903d8ca97aad711b2b assets/tfmg/models/item/purple_rebar_concrete.json -47d418d02e729bdf140398aec4a33d8063303069 assets/tfmg/models/item/purple_rebar_concrete_slab.json -fcc22d0322de977957e8353c7b9108e79fdca094 assets/tfmg/models/item/purple_rebar_concrete_stairs.json -3e797f9092ecfb4472a44c35e31c22528548930e assets/tfmg/models/item/purple_rebar_concrete_wall.json -6c3eaf18f8d57793c6378fd0c05175612ca7319a assets/tfmg/models/item/p_semiconductor.json -3cfdbac1c06b4e75416fcd24a93616d98f59d6e3 assets/tfmg/models/item/quad_potato_cannon.json -7b98c40428b278303a2251ff729593ef5e4047b2 assets/tfmg/models/item/raw_lead.json -beaf17bc426f3260739d710bee368a107c3df7ea assets/tfmg/models/item/raw_lead_block.json -87f214f3eeeb0b7a2ddaf504f9e02e975e078835 assets/tfmg/models/item/raw_lithium.json -1fa5b5a655f29ea8468504fa8f3faa3c4dfaaa1b assets/tfmg/models/item/raw_lithium_block.json -ba559e572a5602073bd24bd6e5810d07e5774387 assets/tfmg/models/item/raw_nickel.json -a3eede49ded9c130255768790203be049bcd8bea assets/tfmg/models/item/raw_nickel_block.json -212327f9d3eebd3f0c363d57a42d75b79a82a1f8 assets/tfmg/models/item/rebar_block.json -94dd27526967032c1ab4f94d19ad24a60a03c278 assets/tfmg/models/item/rebar_concrete.json -685e08733e5195a8714284be2eeba8f47736115e assets/tfmg/models/item/rebar_concrete_slab.json -e0e9a8a413dbdfa8e414dffa542306fe5c0f60fb assets/tfmg/models/item/rebar_concrete_stairs.json -c52e4008b27e203473a676aefc66370efe7c0d9b assets/tfmg/models/item/rebar_concrete_wall.json -adf0555885c991649db818090086e5fdb59da69e assets/tfmg/models/item/rebar_floor.json -7a47d741cf307e761f8e15ca9f59aad994688274 assets/tfmg/models/item/rebar_pile.json -22bd69d4535cab70a9770474060fa74b81647cc2 assets/tfmg/models/item/rebar_pillar.json -fa337e9e229baf96b99b79f75acad64d29f2f117 assets/tfmg/models/item/rebar_stairs.json -6d4caf0b3efc98fa6777b30a8f50d8cc4cf66fc4 assets/tfmg/models/item/rebar_wall.json -c6dc84119d26bd41d755fe884ef9b4c59863f43a assets/tfmg/models/item/red_caution_block.json -779a4b7ec8fbe631fca0047390f817002ee85a90 assets/tfmg/models/item/red_concrete.json -246ed9eeac9898bc2e495e82f650a989797a8804 assets/tfmg/models/item/red_concrete_slab.json -9e71f4d1095e7568885c310d0710ef330eb1ac59 assets/tfmg/models/item/red_concrete_stairs.json -9d00ee9bd5bcd5464676311cabd925b175ba9686 assets/tfmg/models/item/red_concrete_wall.json -1d57b7e9854eb27ee0320082739631e30c188e8b assets/tfmg/models/item/red_rebar_concrete.json -246ed9eeac9898bc2e495e82f650a989797a8804 assets/tfmg/models/item/red_rebar_concrete_slab.json -9e71f4d1095e7568885c310d0710ef330eb1ac59 assets/tfmg/models/item/red_rebar_concrete_stairs.json -9d00ee9bd5bcd5464676311cabd925b175ba9686 assets/tfmg/models/item/red_rebar_concrete_wall.json -6cda7b21f74a7f0bef5de2fd7bc737f873f5e1b2 assets/tfmg/models/item/regular_engine.json -6bc8d5d0cb08e499900ba2157e12663fcb8896cd assets/tfmg/models/item/resistor.json -55cc35f4efc33518b2d2a7cf5b2ea99774509a19 assets/tfmg/models/item/rotor.json -553e842af77a493bd40e3bd58e461d24fab8aa9d assets/tfmg/models/item/rubber_sheet.json -bf0ec1b90ae34ffe4d74f3fd863046954557bda9 assets/tfmg/models/item/rusted_blast_furnace_reinforcement.json -ba5f4f0ea0ca8123afe2e84f3cfaff3a1b6483e9 assets/tfmg/models/item/screw.json -d6cafabe2c6380ac0d2f2339a3861009de3ec989 assets/tfmg/models/item/screwdriver.json -f7167aad2bc7a9a9d935751b3970807ac2027099 assets/tfmg/models/item/segmented_display.json -0396d8c86ebae9110e56135527cfae238e77a97c assets/tfmg/models/item/silicon_ingot.json -b2e39a331b47da3f4ffbf8dbd6d93506b59276e8 assets/tfmg/models/item/slag.json -f446e09495dc73fea0541b6fbcda49d541cfbb49 assets/tfmg/models/item/slag_block.json -3cdc9af3eaec0e537dc33975cc3fb6c709566420 assets/tfmg/models/item/slag_bricks.json -87a15dee5fff11ff3f9f02c81a6c4fa825dc49e6 assets/tfmg/models/item/slag_bricks_slab.json -a0011f18a64125d727c528d1176a8206016e6b71 assets/tfmg/models/item/slag_bricks_stairs.json -e522d79b192e9a76f5c344cd78a12d989c08921d assets/tfmg/models/item/slag_bricks_wall.json -c00f7c5c7d05936bbe6a3069116c5adba5c60acf assets/tfmg/models/item/small_bauxite_bricks.json -f1fffad853ccb4173ba63efaf89ce0bf112915a8 assets/tfmg/models/item/small_bauxite_brick_slab.json -a1149d3ee5596f2c1038b225b0086ae1601da82c assets/tfmg/models/item/small_bauxite_brick_stairs.json -0f3f7918e41afa95cc14bc6641a7beaf36c27621 assets/tfmg/models/item/small_bauxite_brick_wall.json -4de25430d88c4f6bdb3718869a68f8414f57cd6d assets/tfmg/models/item/small_galena_bricks.json -22402163ec1e49f10d5456ef1996bf673d9e0c89 assets/tfmg/models/item/small_galena_brick_slab.json -d0b34b694286f9115eabb7abe468adfe0a44c1eb assets/tfmg/models/item/small_galena_brick_stairs.json -d473536ce83b852477d26020f112d6331bb6f00b assets/tfmg/models/item/small_galena_brick_wall.json -d279ed47a7d26313106b59b00e3398069dc7b589 assets/tfmg/models/item/spark_plug.json -e108b7a895efbe2725cd62aaa105c74938edd9f7 assets/tfmg/models/item/stator.json -548f16a724f918c43b6bb0f4f39283d6dc40cf77 assets/tfmg/models/item/steel_axe.json -5858abf66f833c30155b0a4997c70da3dbd92c79 assets/tfmg/models/item/steel_bars.json -57bf86df814741f846feb8be4a10afe633f51721 assets/tfmg/models/item/steel_block.json -12a872bbedc9c4baf72676a1fae3eb447f983c2e assets/tfmg/models/item/steel_boots.json -e1b32b45fdcd6add28871d5a7a97eb0daea21584 assets/tfmg/models/item/steel_cable_hub.json -d34ca92f5288cbb5cecee06f046a072763b2926c assets/tfmg/models/item/steel_casing.json -752a9368d3185388ee3498d2323c29b8811dad77 assets/tfmg/models/item/steel_casing_cable_hub.json -0c2063a174fa8a175bc5bc73d4409f9ed102e918 assets/tfmg/models/item/steel_chemical_vat.json -89bf2cbaa1f4e6cb3b215637f3448600bdc6af0e assets/tfmg/models/item/steel_chestplate.json -b838d5c7034882e35405936e04a60654e255fad1 assets/tfmg/models/item/steel_cogwheel.json -ec731aefdbbbaca3a4dac8ac2d6bd2d0aa6ebef5 assets/tfmg/models/item/steel_distillation_controller.json -408b612691bf842fda6eb639e9e5a1d254709d9a assets/tfmg/models/item/steel_distillation_output.json -7f012e3d947b08beb69d28a6d47730878f2b85cf assets/tfmg/models/item/steel_door.json -993b5dd9de7805beb4accb560946e91abe58005f assets/tfmg/models/item/steel_encased_aluminum_cogwheel.json -e1d585b0f200c4431348ee035f7af440aecd3050 assets/tfmg/models/item/steel_encased_large_aluminum_cogwheel.json -e1d585b0f200c4431348ee035f7af440aecd3050 assets/tfmg/models/item/steel_encased_large_steel_cogwheel.json -b30fda78354dd47fa930bbebb108bb8b00e88caf assets/tfmg/models/item/steel_encased_shaft.json -993b5dd9de7805beb4accb560946e91abe58005f assets/tfmg/models/item/steel_encased_steel_cogwheel.json -19dcd68a6658fd8fa8466180e26cb3f6a2b2c4f1 assets/tfmg/models/item/steel_fluid_tank.json -57bc28274df7d54eaa3fa1991481c6339f9e2247 assets/tfmg/models/item/steel_fluid_valve.json -fa25fce00275dd2abdfe47ccf041c590bf558b8c assets/tfmg/models/item/steel_flywheel.json -6a117a09e0bc3e06524357ef26793ef0bb00ba29 assets/tfmg/models/item/steel_frame.json -034f41a30f237cc38af3145403abdecc977abd13 assets/tfmg/models/item/steel_gearbox.json -689352a2c843ded0b052a1bb8bd893b44d72bce2 assets/tfmg/models/item/steel_helmet.json -0cf9a583e1220cf0ad767d46293039c4ec9383c7 assets/tfmg/models/item/steel_hoe.json -61e64ad93db0bd29dec2221633c4552f37026784 assets/tfmg/models/item/steel_ingot.json -c986ff3f4535131aa6cb406a4db89eab5cb9ba8e assets/tfmg/models/item/steel_ladder.json -2e2cec2531846e7b9415a095bfc590db238a166b assets/tfmg/models/item/steel_leggings.json -4cea5b158cc0789fcdc8808250b993160bc62268 assets/tfmg/models/item/steel_mechanical_pump.json -b4915579bbf366920e542f6c8014707771dd334f assets/tfmg/models/item/steel_mechanism.json -4777c840fb4f6609bf029cde6bc94bf93af24ebd assets/tfmg/models/item/steel_nugget.json -31b5e8c00a09c8c65e633f2df8035b03fa3fd2a7 assets/tfmg/models/item/steel_pickaxe.json -4fb5ba811196a402c750a379145aa0a14471ddc3 assets/tfmg/models/item/steel_pipe.json -ee8c3438bbd74eaaa5d0423695365d2a5b1c4bb1 assets/tfmg/models/item/steel_scaffolding.json -9d7ab8a337fbf8a64b1045aefff0f5479135f360 assets/tfmg/models/item/steel_shovel.json -2badc90d08a4fd5f54c5e836ae2613b2e233f702 assets/tfmg/models/item/steel_smart_fluid_pipe.json -e633eb621e198200b73ae30a5357bf588512aeb9 assets/tfmg/models/item/steel_sword.json -959a97ed3f1cbf416b76bf96531f8702a0c2b23f assets/tfmg/models/item/steel_trapdoor.json -0bb5e8ab7b0162883ee43fee2b8869275f26adb1 assets/tfmg/models/item/steel_truss.json -68e4a947587a3aeed00a67230a0f84c009bb2ad0 assets/tfmg/models/item/steel_vertical_gearbox.json -32cf852127ea2557c3028d0be14c684286d89dd8 assets/tfmg/models/item/sulfur.json -bfc09955fa8b4b02ba2145ccf4b68dcb4d72e775 assets/tfmg/models/item/sulfur_dust.json -e2fb504cbb8808de330d4ea87030f0d089921e23 assets/tfmg/models/item/surface_scanner.json -4074d5f3004972a4caeb054129a2a415ad20ed89 assets/tfmg/models/item/synthetic_leather.json -5f0ee848bf0cb4b1f7dee26a9555c6ca8ce2cd31 assets/tfmg/models/item/synthetic_string.json -72da5f91f1992b502e90c8fc84d654e075163eb7 assets/tfmg/models/item/thermite_grenade.json -31ca5e14f8583f2e73a3aeea14e129026ec79974 assets/tfmg/models/item/thermite_powder.json -dc7cec557984ae6aeaa1cb4136acc12e95123f9c assets/tfmg/models/item/traffic_light.json -ceca2b38bca3eca6e17419064b782ad745dd229b assets/tfmg/models/item/transformer.json -cd6944ca5fe85883cdc520778f9b2ecf4830c2de assets/tfmg/models/item/transistor_item.json -53ebfd2817d21cc7b345f8b8991e883ec1be4e21 assets/tfmg/models/item/transmission.json -7bffba77b51ec27a99bd5a20f62c23315c31fe13 assets/tfmg/models/item/turbine_blade.json -f56b4e352ffdd38cf71b10c4e2789eade1949e27 assets/tfmg/models/item/turbo.json -a11cee5b22052675790c9115cf615b3a2beeee01 assets/tfmg/models/item/unfinished_capacitor.json -ce1c112f8068e82082834562d661e7d94bf2a262 assets/tfmg/models/item/unfinished_electric_motor.json -d4562d6022360cefd8fe93fc7257a89aa9caa5df assets/tfmg/models/item/unfinished_generator.json -e1315ad9ba1bb749c3c746bb4dd1f1333293fc9e assets/tfmg/models/item/unfinished_insulator.json -f268aff3ae208a366d98b816356594de497507dd assets/tfmg/models/item/unfinished_potentiometer.json -83751c3e8ecd4157c95d286451222978ecb9d62c assets/tfmg/models/item/unfinished_resistor.json -108b74837387c74cbcfe24bdd4dc0cb5c0ee2b93 assets/tfmg/models/item/unfinished_steel_mechanism.json -4bbea3b514f7799fa37718ae2371c8ef20486e0a assets/tfmg/models/item/unfinished_transistor.json -43eac4a385f1b4d6b5637218e1601f0eafbfa85c assets/tfmg/models/item/unfired_insulator.json -5a772b5ff15b50bbfb3c8ff5c67d499aae4082d2 assets/tfmg/models/item/unprocessed_heavy_plate.json -0374bdc855791f3d90600a025a46f56a4fbfc324 assets/tfmg/models/item/voltage_observer.json -0ae8adf5d09cd1ced828eae47298be7a77e52bc1 assets/tfmg/models/item/voltmeter.json -abc7aeba84770fef277f2892536738c7af407d9f assets/tfmg/models/item/white_caution_block.json -3364d43896991c64fd99480fdb7f5f9af1ab17a2 assets/tfmg/models/item/white_concrete.json -eed7ac8dbb27b6af5ca4037db1e2b4949ea7c16a assets/tfmg/models/item/white_concrete_slab.json -4e02717d5f18da45095a831b81e55335f686ab31 assets/tfmg/models/item/white_concrete_stairs.json -2d071678053e2c64df26025232ee54634fbbb16c assets/tfmg/models/item/white_concrete_wall.json -11ffde3589430be056441e97449f607898c97b40 assets/tfmg/models/item/white_rebar_concrete.json -eed7ac8dbb27b6af5ca4037db1e2b4949ea7c16a assets/tfmg/models/item/white_rebar_concrete_slab.json -4e02717d5f18da45095a831b81e55335f686ab31 assets/tfmg/models/item/white_rebar_concrete_stairs.json -2d071678053e2c64df26025232ee54634fbbb16c assets/tfmg/models/item/white_rebar_concrete_wall.json -5e988c155dcd8836bacf6e9d683ac6418c66482b assets/tfmg/models/item/winding_machine.json -8996962c58bcedeb25fdb2de8eddc6e4aee502b6 assets/tfmg/models/item/yellow_caution_block.json -b109faa224eec911c1ee74044ae3a4f2eb357124 assets/tfmg/models/item/yellow_concrete.json -ece959a56af46e02f993c12fe921dc1660019686 assets/tfmg/models/item/yellow_concrete_slab.json -40b923b4bf305d225a3e9bd18e757159d97963b5 assets/tfmg/models/item/yellow_concrete_stairs.json -78c30e30b8cd20f404ead48c4e99a56dee2de5fd assets/tfmg/models/item/yellow_concrete_wall.json -faf83319a446101f99714689aceea00ff770e918 assets/tfmg/models/item/yellow_rebar_concrete.json -ece959a56af46e02f993c12fe921dc1660019686 assets/tfmg/models/item/yellow_rebar_concrete_slab.json -40b923b4bf305d225a3e9bd18e757159d97963b5 assets/tfmg/models/item/yellow_rebar_concrete_stairs.json -78c30e30b8cd20f404ead48c4e99a56dee2de5fd assets/tfmg/models/item/yellow_rebar_concrete_wall.json -712257ed5b09656e8fd275a20107129087bdac06 assets/tfmg/models/item/zinc_electrode.json -1d674e02bbdd59621e64b2519437ae95b7b62391 assets/tfmg/models/item/zinc_frame.json -f189171410564631c6074593da126b8d13fe9f8b assets/tfmg/models/item/zinc_grenade.json -eaf3e202d105710a49f8a607e9970f8f304a941d assets/tfmg/models/item/zinc_sulfate.json -96ca77a24090ca3617ea07b4fc40582209af3825 assets/tfmg/models/item/zinc_truss.json -d955338c2ee2c0888c7187347f2baf54bb1a30d5 data/create/advancements/recipes/building_blocks/cut_bauxite_brick_slab_recycling.json -fb5242d6c4d6897ff4f602d1aee7e575b4882245 data/create/advancements/recipes/building_blocks/cut_bauxite_slab_recycling.json -dd227bb7549f843d6d626adba187bca6123c9d69 data/create/advancements/recipes/building_blocks/cut_galena_brick_slab_recycling.json -cde8a3e8afef12262112c62cabe63fcb3120661b data/create/advancements/recipes/building_blocks/cut_galena_slab_recycling.json -efec8a79435f7c8b87dc4c431230e3454695916d data/create/advancements/recipes/building_blocks/polished_cut_bauxite_slab_recycling.json -793322fa5b67b64c162448b4bbc3e7b4ba238d78 data/create/advancements/recipes/building_blocks/polished_cut_galena_slab_recycling.json -d8eff458c9f856645a4669297004ee4a538fba54 data/create/advancements/recipes/building_blocks/small_bauxite_brick_slab_recycling.json -3ff6c30a8ee64f817d2d685307b05271d42b69df data/create/advancements/recipes/building_blocks/small_galena_brick_slab_recycling.json -eff243e08b23185afa7aa9f50c6b70b303f7f956 data/create/recipes/cut_bauxite_brick_slab_recycling.json -10446c8a0bd53f04bcfc1a07b649e94c57389195 data/create/recipes/cut_bauxite_slab_recycling.json -6f415b70b624528c4b07cca7707af1f39fd01ac0 data/create/recipes/cut_galena_brick_slab_recycling.json -cfbbd50ead685d911949c04d852c15fca98e5944 data/create/recipes/cut_galena_slab_recycling.json -26db0f83bad058c3bfc9b153c096c0d5403a880c data/create/recipes/polished_cut_bauxite_slab_recycling.json -c1c3c38f057a7d55140398a9b7d7ab85e160b1b0 data/create/recipes/polished_cut_galena_slab_recycling.json -9c7da3eec428e48ad5977ecfa2e058fff7c81156 data/create/recipes/small_bauxite_brick_slab_recycling.json -a3b4393f7a5ff503b7bef1f941b666b28d42c2f0 data/create/recipes/small_galena_brick_slab_recycling.json -b202817c001ed31fd0aafc2c4b4102b8adbde108 data/create/tags/blocks/casing.json -f89b8482c9709a46bb2161a70330596c2a723657 data/create/tags/blocks/fan_transparent.json -7f2ce9c0c2595d78a2230a5e478bd1ece53f63d1 data/create/tags/blocks/non_movable.json -92db31919c2410ef20a6a586eac2f4a9f231bf63 data/create/tags/blocks/safe_nbt.json -4c51fc6154c49a68dc342c5e0e001073f8942e3e data/create/tags/blocks/wrench_pickup.json -b202817c001ed31fd0aafc2c4b4102b8adbde108 data/create/tags/items/casing.json -733eedc50a1e81b450633c52efdedf016d0af5fa data/create/tags/items/contraption_controlled.json -dd1f4f2989edaecd2273411a846f47d0fbc69fbc data/create/tags/items/create_ingots.json -c4cd22d062b4e5471e0ff25690ba3a07f253e6ec data/forge/tags/blocks/concrete.json -d2665ad28704027f558ced594fdf4566a9900a0d data/forge/tags/blocks/ores.json -0dee12a43ee8f732dcbbde658c237412715306cd data/forge/tags/blocks/ores/lead.json -d24579a31b2842ed918f938ad204e91ab405cc32 data/forge/tags/blocks/ores/lithium.json -4a4923c9c00653a98fb9b247ee5ac9191d7c2ede data/forge/tags/blocks/ores/nickel.json -94ba62223301585f0de8d7bee24c39cce84f6ae8 data/forge/tags/blocks/ores_in_ground/deepslate.json -eefda4e96e7bc3a3c3c130eb5593a811b50255ce data/forge/tags/blocks/ores_in_ground/stone.json -a2029f4d5ac94eb5514d525fa8296d78e65d338f data/forge/tags/blocks/storage_blocks.json -5f36040d029001793eb338e1a8c5d95b9abcc9b3 data/forge/tags/blocks/storage_blocks/aluminum.json -7c5615c56bb169570a061f052ebb1f5115760c16 data/forge/tags/blocks/storage_blocks/cast_iron.json -b9900e5c7523b9c0a71b5695576d1d9923ea7625 data/forge/tags/blocks/storage_blocks/constantan.json -d26621b9617890011a68780cf7ab40fbb4658edc data/forge/tags/blocks/storage_blocks/lead.json -d90a1f9c03f64fad5c3248d46176b6332004b78d data/forge/tags/blocks/storage_blocks/lithium.json -87e39c96c409f7e862d71e20bcf8a96d5936f2f9 data/forge/tags/blocks/storage_blocks/nickel.json -5d9ffd0da6bdb068c0aa92a6919a722339b5a039 data/forge/tags/blocks/storage_blocks/plastic.json -23308e52c71940a45a2ec590c5ca89966e115451 data/forge/tags/blocks/storage_blocks/raw_lead.json -c06711f911c6e48111c6441978c6185cc1ef8641 data/forge/tags/blocks/storage_blocks/raw_lithium.json -a1f3c8498ccc83ea4a9015e4214c596753f58a81 data/forge/tags/blocks/storage_blocks/raw_nickel.json -37b1c9c3ae722d8110db48015993ede3e194c0a0 data/forge/tags/blocks/storage_blocks/steel.json -98d0545decb38ccb6b4da967c598af78bac888ea data/forge/tags/fluids/creosote.json -d0e3e4382c78a56c7e341aa2009c6e3c8cf75cb4 data/forge/tags/fluids/crude_oil.json -71db87b21ddeb2537e4f4b83479106d3827c14e5 data/forge/tags/fluids/diesel.json -1901f8375216e7ea7d2746dbc37fa518354ee37b data/forge/tags/fluids/fuel.json -a199be216c3e67c6b874b71c4d577a6942cfe884 data/forge/tags/fluids/furnace_gas.json -01926303c50719ac274cd63eb7297bd59271a056 data/forge/tags/fluids/gasoline.json -5dd542885e85fba3798b2b01d1a1b9b0a6388701 data/forge/tags/fluids/heavy_oil.json -2ed9c924fe33eac4bb37bdb8f05c37aa982f36dd data/forge/tags/fluids/kerosene.json -952e56f0890ff94599fc645aa477803c3487b6ef data/forge/tags/fluids/lpg.json -ff655d555cc50377eaba1b26a56f74fc774ce61b data/forge/tags/fluids/lubrication_oil.json -c848bf475de8d0982e3f73321e4afb810c2038cf data/forge/tags/fluids/molten_steel.json -52e8aadfad4ff6d5682390367fbe3b6110d7272f data/forge/tags/fluids/naphtha.json -58f6a9b975a914f32676eaff475e5481e7273f61 data/forge/tags/items/buckets/air.json -cfbc5454221701aaef17ff1fcf201028eb75c051 data/forge/tags/items/buckets/butane.json -b6a7a18507e76e2f2ce320b73433adda408bd787 data/forge/tags/items/buckets/carbon_dioxide.json -31e41d50c85d4637a68e9b240605bb39c47d016c data/forge/tags/items/buckets/cooling_fluid.json -ad304cdb12762632aacd67b6031115194cbc3553 data/forge/tags/items/buckets/creosote.json -3c34ec9c0746b3715921c81364d0de046d5f4991 data/forge/tags/items/buckets/crude_oil.json -72ff73d6648b7d6c8a20c50b611805e4e026ea91 data/forge/tags/items/buckets/diesel.json -f2506fe0df01dabb765200e6ec944fbb1dc33e1d data/forge/tags/items/buckets/ethylene.json -6b2ca84a62117abd493a0f438a7ef8104fde212b data/forge/tags/items/buckets/furnace_gas.json -db62bb3dc10e7c3642d2b49ff7ce03825ffe9325 data/forge/tags/items/buckets/gasoline.json -67807434bda7509c5be5d021368cc68e57be02d4 data/forge/tags/items/buckets/heavy_oil.json -bec8cc532529cddd98ddb498632efd782e9386cc data/forge/tags/items/buckets/hot_air.json -fe799186308cfd70f041f1dcf56129a0ccbaf219 data/forge/tags/items/buckets/kerosene.json -5346de86d444b4e0b18a097f565d5779bc6b184b data/forge/tags/items/buckets/liquid_asphalt.json -7640ab3943d40ef5d7254677971c64f8b8971f3a data/forge/tags/items/buckets/liquid_concrete.json -1adc4ae835bf207f797c701dee66edfb81552e82 data/forge/tags/items/buckets/liquid_silicon.json -9b337d583ed62c1726747431175808edd4734f3c data/forge/tags/items/buckets/lpg.json -ba4ad273ee1dbad67aa6524964f3a4ee7a92c69f data/forge/tags/items/buckets/lubrication_oil.json -501d8aba859b805addd745276a27980f17188a85 data/forge/tags/items/buckets/molten_plastic.json -f47a7e3accdfb1d5f8209a9b8fc3d1594d288b47 data/forge/tags/items/buckets/molten_slag.json -64e0c354fef911262db2521c91084355a61e8eaa data/forge/tags/items/buckets/molten_steel.json -a779b7e09e7de79b73efb212644edff6739da610 data/forge/tags/items/buckets/napalm.json -fdf3b8fdf1975b0eee671f428803caa4e17dc5bd data/forge/tags/items/buckets/naphtha.json -429b811c48c96119f546c9520f24b666843d6456 data/forge/tags/items/buckets/neon.json -71f2f6d389d517b1ef5ab5c55594806a93c1791a data/forge/tags/items/buckets/propane.json -791b0c269e39301f39ca49195d9b0b64aa38675e data/forge/tags/items/buckets/propylene.json -c4cd22d062b4e5471e0ff25690ba3a07f253e6ec data/forge/tags/items/concrete.json -f1cc6d710a5e49ab33dbaceea796f0c0b589c82b data/forge/tags/items/dusts/coal_coke.json -1680fbeada809052df4b6b3669545f26f910b801 data/forge/tags/items/dusts/sulfur.json -70e609465aa949ff4acc873fb19d4afc07f79aa1 data/forge/tags/items/ingots/aluminum.json -2da28c9441f79389929080f6f31da841bbee19e7 data/forge/tags/items/ingots/cast_iron.json -fb19e0080a429f94e31248c2644063e766decc6d data/forge/tags/items/ingots/constantan.json -6746e7b0c2ed4053e7b438c3e99e86889fa9d454 data/forge/tags/items/ingots/lead.json -109bd25c986f7ed20e924cf761f5e0ed409168fc data/forge/tags/items/ingots/lithium.json -c7028fbc6c441f77e4cb1eb94c0842611cabd780 data/forge/tags/items/ingots/nickel.json -ff4c520db3f2bb2b7f0e145e546447a67217f54a data/forge/tags/items/ingots/plastic.json -8868e3106eee8f82c44dde0e7191fa7be9bdacba data/forge/tags/items/ingots/rubber.json -5ebaae9aae4f5ee54b9fccd128d202e3b33169f7 data/forge/tags/items/ingots/silicon.json -db02fa414c4049eef32e5270451417518bbcec4b data/forge/tags/items/ingots/steel.json -6e765d685d327ab489f10f39e883f3feac27824e data/forge/tags/items/leather.json -bce1eb237b24177298631df74e156c2513de2b2c data/forge/tags/items/nuggets/aluminum.json -7937b3b14b13d836a619d425918d3b4594ff53f2 data/forge/tags/items/nuggets/cast_iron.json -175588458a9cf48c7ced4318ba2ac90421009d52 data/forge/tags/items/nuggets/constantan.json -f660b13870194e09dc45bded8c4467a1c0d3dd6d data/forge/tags/items/nuggets/lead.json -2ae04713e17be3531ab8abd44062b75d0dafa1c6 data/forge/tags/items/nuggets/lithium.json -06d7f25e44cdcdfe32cb1a15367273664761d612 data/forge/tags/items/nuggets/nickel.json -e8369d49c091559602f21dfd515cf01c7aab7777 data/forge/tags/items/nuggets/steel.json -d2665ad28704027f558ced594fdf4566a9900a0d data/forge/tags/items/ores.json -0dee12a43ee8f732dcbbde658c237412715306cd data/forge/tags/items/ores/lead.json -d24579a31b2842ed918f938ad204e91ab405cc32 data/forge/tags/items/ores/lithium.json -4a4923c9c00653a98fb9b247ee5ac9191d7c2ede data/forge/tags/items/ores/nickel.json -94ba62223301585f0de8d7bee24c39cce84f6ae8 data/forge/tags/items/ores_in_ground/deepslate.json -eefda4e96e7bc3a3c3c130eb5593a811b50255ce data/forge/tags/items/ores_in_ground/stone.json -94e25db7b89d3a7c6bd16051ab827e7d252d5dae data/forge/tags/items/plates/aluminum.json -c925bfceef2c034d86c923d427bb12318bec9d57 data/forge/tags/items/plates/cast_iron.json -069748d745ddccbfefe61a406abd80da061216fa data/forge/tags/items/plates/lead.json -68d192ebd031c3d50f346427716671944ca17fc6 data/forge/tags/items/plates/nickel.json -bcd97e4d08daef6f60e6e0239222009540dac177 data/forge/tags/items/plates/steel.json -6b11b654451f4c8b7fdc47a88ab873cd5da03fa2 data/forge/tags/items/raw_materials.json -3f7807c4bc7aece02066f3dc5e0f436a0d5fa078 data/forge/tags/items/raw_materials/lead.json -808564cbcb70936b3da0a2a1bfa063752a0688d3 data/forge/tags/items/raw_materials/lithium.json -88f3d6f99c74dabb2491637c6b2ba766a1f662f1 data/forge/tags/items/raw_materials/nickel.json -a2029f4d5ac94eb5514d525fa8296d78e65d338f data/forge/tags/items/storage_blocks.json -5f36040d029001793eb338e1a8c5d95b9abcc9b3 data/forge/tags/items/storage_blocks/aluminum.json -7c5615c56bb169570a061f052ebb1f5115760c16 data/forge/tags/items/storage_blocks/cast_iron.json -b9900e5c7523b9c0a71b5695576d1d9923ea7625 data/forge/tags/items/storage_blocks/constantan.json -d26621b9617890011a68780cf7ab40fbb4658edc data/forge/tags/items/storage_blocks/lead.json -d90a1f9c03f64fad5c3248d46176b6332004b78d data/forge/tags/items/storage_blocks/lithium.json -87e39c96c409f7e862d71e20bcf8a96d5936f2f9 data/forge/tags/items/storage_blocks/nickel.json -5d9ffd0da6bdb068c0aa92a6919a722339b5a039 data/forge/tags/items/storage_blocks/plastic.json -23308e52c71940a45a2ec590c5ca89966e115451 data/forge/tags/items/storage_blocks/raw_lead.json -c06711f911c6e48111c6441978c6185cc1ef8641 data/forge/tags/items/storage_blocks/raw_lithium.json -a1f3c8498ccc83ea4a9015e4214c596753f58a81 data/forge/tags/items/storage_blocks/raw_nickel.json -37b1c9c3ae722d8110db48015993ede3e194c0a0 data/forge/tags/items/storage_blocks/steel.json -d030bcdb3da4c37703a22037cc3a26830c7a9498 data/forge/tags/items/string.json -ffb77323df69802d55e95d7fc30a45b3fbca8db8 data/forge/tags/items/wires/aluminum.json -ccae2d221dc320981c331f4b8e07fe159176557a data/forge/tags/items/wires/constantan.json -863e668119b306cf119cb6a7a62a2d1e12bee1ff data/forge/tags/items/wires/copper.json -543dbb3bba839c96d454f6e26e7e97ce5ae9dc4e data/minecraft/tags/blocks/azalea_root_replaceable.json -0b452fe131e1fd26fe896792aa41e5cd8fe16acf data/minecraft/tags/blocks/beacon_base_blocks.json -09572a447cc241e5ffb07bf81ce31d38685a64b6 data/minecraft/tags/blocks/climbable.json -733eedc50a1e81b450633c52efdedf016d0af5fa data/minecraft/tags/blocks/doors.json -7f2ce9c0c2595d78a2230a5e478bd1ece53f63d1 data/minecraft/tags/blocks/dragon_immune.json -543dbb3bba839c96d454f6e26e7e97ce5ae9dc4e data/minecraft/tags/blocks/dripstone_replaceable_blocks.json -7f2ce9c0c2595d78a2230a5e478bd1ece53f63d1 data/minecraft/tags/blocks/features_cannot_replace.json -7f2ce9c0c2595d78a2230a5e478bd1ece53f63d1 data/minecraft/tags/blocks/infiniburn_overworld.json -543dbb3bba839c96d454f6e26e7e97ce5ae9dc4e data/minecraft/tags/blocks/lush_ground_replaceable.json -410b2ee2d8668a6fc91c7c33d5bf5ec8798421d3 data/minecraft/tags/blocks/mineable/axe.json -f09cb368a68ceada919774666a5ab7ac6dc5c109 data/minecraft/tags/blocks/mineable/pickaxe.json -9aa107af39387783bd5f8c05bfdb9293387ccea4 data/minecraft/tags/blocks/mineable/shovel.json -543dbb3bba839c96d454f6e26e7e97ce5ae9dc4e data/minecraft/tags/blocks/moss_replaceable.json -dfca9f1cc79d30334f344f024c13a7c717bf4027 data/minecraft/tags/blocks/needs_iron_tool.json -6345cd343d2a625dd38b37d7ff953813fcfa63b3 data/minecraft/tags/blocks/needs_stone_tool.json -cf379823a7829c966e31763524da2bd584e77bc5 data/minecraft/tags/blocks/slabs.json -47ad300c492fb6b0afd3b6b499802d6a92fe76e9 data/minecraft/tags/blocks/stairs.json -d75ac2fd181405edb6efaffcf2f659e1a64ae69a data/minecraft/tags/blocks/trapdoors.json -f7f2f746e823d2e05ba5427da6797ce8fcdbe375 data/minecraft/tags/blocks/walls.json -7f2ce9c0c2595d78a2230a5e478bd1ece53f63d1 data/minecraft/tags/blocks/wither_immune.json -733eedc50a1e81b450633c52efdedf016d0af5fa data/minecraft/tags/blocks/wooden_doors.json -733eedc50a1e81b450633c52efdedf016d0af5fa data/minecraft/tags/items/doors.json -9480fc3484245c6bda20447787a84a65740bfa78 data/minecraft/tags/items/slabs.json -6d79cd77a7fe348b9f0bc829b70486aec245c70f data/minecraft/tags/items/stairs.json -d75ac2fd181405edb6efaffcf2f659e1a64ae69a data/minecraft/tags/items/trapdoors.json -39578c3e522d04fdec3a94af42d633793b49c68e data/minecraft/tags/items/walls.json -733eedc50a1e81b450633c52efdedf016d0af5fa data/quark/tags/blocks/non_double_door.json -43242dad158306eb9da74b2b42f7c20972d9a46f data/tfmg/advancements/recipes/building_blocks/bauxite_from_stone_types_bauxite_stonecutting.json -2f5a911bb7ec60ac19be51e393eb5f10821a7d93 data/tfmg/advancements/recipes/building_blocks/bauxite_pillar_from_stone_types_bauxite_stonecutting.json -75b1c8f26310290f105b64ec48f9dfc3cdb32e0c data/tfmg/advancements/recipes/building_blocks/concrete_slab_from_concrete_stonecutting.json -80f3b0127757df1ca55e94982a16d1a4ab531a6b data/tfmg/advancements/recipes/building_blocks/concrete_stairs_from_concrete_stonecutting.json -2e2bbb5d7beaad59af1410ef30a773444b7e5445 data/tfmg/advancements/recipes/building_blocks/concrete_wall_from_concrete_stonecutting.json -e29afd4105554fa5a64023e326ed16055913119e data/tfmg/advancements/recipes/building_blocks/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json -6ef5b2fefea51789698b21f44e2d07d55dbcf105 data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_slab.json -76b5e88fd08135602f66a4c5e743beb05c3ec1ad data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json -48b98d39fc1963cc40c9d4f08abeb5be0cb5951a data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_stairs.json -f382754f3dfc6b09f4fb6abe65bcac2fd5d5de52 data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json -5a79e5af9327c34051accf95f8492750a2f8ea3a data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_wall.json -b57b665459da49c8a8c194d53e4cd9f7ec6977b2 data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json -e3569ce5641c7630953b8249c84a357378d4a536 data/tfmg/advancements/recipes/building_blocks/cut_bauxite_from_stone_types_bauxite_stonecutting.json -c38efcf0f75e9fb216d38b922c1148d5808fb6e5 data/tfmg/advancements/recipes/building_blocks/cut_bauxite_slab.json -e5f814f5b5df8a691789692cdb66ad4f6c5bb9cf data/tfmg/advancements/recipes/building_blocks/cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json -b1d00691411de17cfae535217bf5a72c693e27c1 data/tfmg/advancements/recipes/building_blocks/cut_bauxite_stairs.json -5e5b08ebff289c2e3ecbf81e216a0a009e060801 data/tfmg/advancements/recipes/building_blocks/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json -c42c693dd8d3a568dd836760307c614ecc193eee data/tfmg/advancements/recipes/building_blocks/cut_bauxite_wall.json -3ca03aa690c98ab93289242fbaf4e2b6bcbd230a data/tfmg/advancements/recipes/building_blocks/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json -8eaf98928cadb5df1fd1e0a112693cfbbaf9a25b data/tfmg/advancements/recipes/building_blocks/cut_galena_bricks_from_stone_types_galena_stonecutting.json -86141455dbe5cb0bb6ab2a4095f0857bf00fcf16 data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_slab.json -f6c873d8df872f2de95874ff0f82204c5a5f070d data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_slab_from_stone_types_galena_stonecutting.json -a4432db5d0bb867318969d93c1872e213cf7de23 data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_stairs.json -45e3f8e361592944f6e102ce3a247d77dfb20906 data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_stairs_from_stone_types_galena_stonecutting.json -37d84211fdf2c692efb4daa13b65d4c80231f53f data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_wall.json -043af1b4bb543f365c0defa6a94180b534147609 data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_wall_from_stone_types_galena_stonecutting.json -6face7aa863299ddce14cb2b6a08ee4527cbe484 data/tfmg/advancements/recipes/building_blocks/cut_galena_from_stone_types_galena_stonecutting.json -d5b8e261729a1b31ddc072d343bfd0b3ee25465d data/tfmg/advancements/recipes/building_blocks/cut_galena_slab.json -656a420a71ceebebf611cb863650cd78917cbbd9 data/tfmg/advancements/recipes/building_blocks/cut_galena_slab_from_stone_types_galena_stonecutting.json -cf55471bf464c1a72396c7f954828714188820e0 data/tfmg/advancements/recipes/building_blocks/cut_galena_stairs.json -aa957891fd53c92ffa2cc91b73fac4faba35d4e1 data/tfmg/advancements/recipes/building_blocks/cut_galena_stairs_from_stone_types_galena_stonecutting.json -54e1ab21cdf45a9ce5ada883bb955c5322b53c87 data/tfmg/advancements/recipes/building_blocks/cut_galena_wall.json -c29ee1db0cd5e89f8599c97198a7bd91d83237e3 data/tfmg/advancements/recipes/building_blocks/cut_galena_wall_from_stone_types_galena_stonecutting.json -a003d48adff66c2c4b9d6dff0717c409bc217ede data/tfmg/advancements/recipes/building_blocks/galena_from_stone_types_galena_stonecutting.json -467463c38e88db91069e6ddb5b8b9f5e53fbcc6d data/tfmg/advancements/recipes/building_blocks/galena_pillar_from_stone_types_galena_stonecutting.json -765b8cc56b6a49406cf2ca3b84fa3e5cc28efdad data/tfmg/advancements/recipes/building_blocks/layered_bauxite_from_stone_types_bauxite_stonecutting.json -a52e5f82ed72eb567a049f9640d78f2178f7976e data/tfmg/advancements/recipes/building_blocks/layered_galena_from_stone_types_galena_stonecutting.json -d267a1e34a16751a9622525434d8c0ac082e0209 data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_from_stone_types_bauxite_stonecutting.json -3c0f3ec0e38085b98bc048389db5936d591be8be data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_slab.json -6b5856542e5ad01600c0ad2f264a45323b8dc0a0 data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json -46f4c2c8d4809fca4dd8562ee0a4b577b96835a2 data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_stairs.json -ae0be8f36eefc2d9b4af955c5e2e4805f62785e6 data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json -ae3e576cb0dafb304e3a7054312b84b9532dad98 data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_wall.json -933735ecc086e17b23b4ffe4aeec09295fe5f919 data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json -62417a18252bf64f29877d337842ed18bdedc1ab data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_from_stone_types_galena_stonecutting.json -0524c572fd2c782ca0aac9c0fccefd24b6c74bc1 data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_slab.json -3322311cc09d761250837f118d04d8cc75cb5cf6 data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_slab_from_stone_types_galena_stonecutting.json -14adb9f8af858fc548ff92a3a88021fa3d5ad7ee data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_stairs.json -82cc50d4a9540a69c8b82f46a7beb4d0f88a1a14 data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_stairs_from_stone_types_galena_stonecutting.json -cf54f68f24980e819c72ac7d56e7b2b3084062d2 data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_wall.json -34caf9dd77ec22e8767387a2575a3d4419ef5fc0 data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_wall_from_stone_types_galena_stonecutting.json -960293172c356732a357679b3ee88d32fea3eb81 data/tfmg/advancements/recipes/building_blocks/rebar_concrete_slab_from_rebar_concrete_stonecutting.json -f6bc592001613dd9a1c2d9d475200ef9724060b6 data/tfmg/advancements/recipes/building_blocks/rebar_concrete_stairs_from_rebar_concrete_stonecutting.json -36df6c98805426e835fc77b590991a3bed144d3e data/tfmg/advancements/recipes/building_blocks/rebar_concrete_wall_from_rebar_concrete_stonecutting.json -347becd62c93be8510d271c09f72687a07d6d89a data/tfmg/advancements/recipes/building_blocks/small_bauxite_bricks_from_stone_types_bauxite_stonecutting.json -cb3e811f98b7b92ee60b030b86b51fe396649cb5 data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_slab.json -94b1638db6f5340d2ff1fb1d5cdf9e2a88bd0657 data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json -a54573c214d65872bacf1ab8d26d90dfb9d659b8 data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_stairs.json -f54e90afec6c18b0655a1c10e898293931f99704 data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json -ef2d9021be1da7e9f614aa8fe37f87967fbc5b31 data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_wall.json -8e558697b0d07156fe2b7cc97157c621a06eb674 data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json -e83023b677ac81c530004bf00bb4714e4a2f06cb data/tfmg/advancements/recipes/building_blocks/small_galena_bricks_from_stone_types_galena_stonecutting.json -0eb6292543606ccebaa7709ab57c20e807648950 data/tfmg/advancements/recipes/building_blocks/small_galena_brick_slab.json -57c8d150045a9653ed5955575fb09a0a99672d0d data/tfmg/advancements/recipes/building_blocks/small_galena_brick_slab_from_stone_types_galena_stonecutting.json -68ae80907799152002678978dae564fd7c542c7d data/tfmg/advancements/recipes/building_blocks/small_galena_brick_stairs.json -892fb4fc73658fd37541949cb0286a74982e79c8 data/tfmg/advancements/recipes/building_blocks/small_galena_brick_stairs_from_stone_types_galena_stonecutting.json -4ccfb481a84b9fb5ca54279e0a0e5a7c07a7a1c0 data/tfmg/advancements/recipes/building_blocks/small_galena_brick_wall.json -34d4bbffb04e11b90414090e6ac185c64fb21977 data/tfmg/advancements/recipes/building_blocks/small_galena_brick_wall_from_stone_types_galena_stonecutting.json -6b5064a273cd8d3b162e906b6fab6609c7b0d47f data/tfmg/advancements/recipes/decorations/aluminum_bars_from_ingots_aluminum_stonecutting.json -570f75592601a77ba4b146eb3c498245896d3a58 data/tfmg/advancements/recipes/decorations/aluminum_ladder_from_ingots_aluminum_stonecutting.json -39b75f3e17ef3a379bc9081f25b459c1dce8128b data/tfmg/advancements/recipes/decorations/aluminum_scaffolding_from_ingots_aluminum_stonecutting.json -1b1e6e32387acdb090a5a09941271483e31dffd0 data/tfmg/advancements/recipes/decorations/cast_iron_bars_from_ingots_cast_iron_stonecutting.json -d5c4a0a0ad9638d5c4722bfabd08983d17cadfb7 data/tfmg/advancements/recipes/decorations/cast_iron_ladder_from_ingots_cast_iron_stonecutting.json -b2ce979e89c09b81a8635e5cf45238a26c9c442e data/tfmg/advancements/recipes/decorations/constantan_ladder_from_ingots_constantan_stonecutting.json -c8ebf42178e75d1791967a6956cffe508ecb3ccf data/tfmg/advancements/recipes/decorations/lead_bars_from_ingots_lead_stonecutting.json -eb3a6409e82fefb88fffc0437e7a2b393976e9b5 data/tfmg/advancements/recipes/decorations/lead_ladder_from_ingots_lead_stonecutting.json -feededdfac5dd7dddfdd1014e526f4ae1837baa8 data/tfmg/advancements/recipes/decorations/nickel_bars_from_ingots_nickel_stonecutting.json -40e9f13c98db8c19a4d0e9de9f486c7040fac1dc data/tfmg/advancements/recipes/decorations/nickel_ladder_from_ingots_nickel_stonecutting.json -b8e32e51406b267b35a25cb8d49aa4ce9b1bd1fa data/tfmg/advancements/recipes/decorations/steel_bars_from_ingots_steel_stonecutting.json -6aee96d2e125c8a22b902df0c90e0bf7063e1238 data/tfmg/advancements/recipes/decorations/steel_ladder_from_ingots_steel_stonecutting.json -c987d3d7968e710bd98010a817aabe4a492727a9 data/tfmg/advancements/recipes/decorations/steel_scaffolding_from_ingots_steel_stonecutting.json -958e1e7513e7598126dfe19327cdbe0876621ac3 data/tfmg/loot_tables/blocks/accumulator.json -f68fbabec2678d5dc6dbf3d3e9966dff35e89355 data/tfmg/loot_tables/blocks/air_intake.json -e200ffe6c6405746fce4a263faae7d4dff66f51d data/tfmg/loot_tables/blocks/aluminum_bars.json -31903ff0a773f10a1a1ac1e92ad970cee5835334 data/tfmg/loot_tables/blocks/aluminum_block.json -be23e3b5317eba939a6346e64dae79aef11db8d8 data/tfmg/loot_tables/blocks/aluminum_cable_hub.json -b13ae9d700d1a6edb951aa551e3535f9f1d1ea62 data/tfmg/loot_tables/blocks/aluminum_cogwheel.json -788ef0ecaf89e6e062d55bc06465d9e99a468c32 data/tfmg/loot_tables/blocks/aluminum_door.json -e716b63d8f72bc1eb16a0d1da83d91dc6fbf626d data/tfmg/loot_tables/blocks/aluminum_fluid_tank.json -1c551b93eff7188acf7d49ddc2874446113e12b6 data/tfmg/loot_tables/blocks/aluminum_fluid_valve.json -e5f09483be013600ef78ba4c4f71664133237395 data/tfmg/loot_tables/blocks/aluminum_flywheel.json -5eca5c3890ff1d47ad4aeaacf0d74d11db6c62ec data/tfmg/loot_tables/blocks/aluminum_frame.json -fb191f144cb8e4370f50240bbffad5f27118592e data/tfmg/loot_tables/blocks/aluminum_ladder.json -e90462a06bc0714f104983a827554d8eeab4ec8f data/tfmg/loot_tables/blocks/aluminum_lamp.json -b40fa8287b65660cda4b1b14d5b388d2177d9d92 data/tfmg/loot_tables/blocks/aluminum_mechanical_pump.json -0a7c5dd43215dfe258d238d2a42c9b2d30ce05ca data/tfmg/loot_tables/blocks/aluminum_pipe.json -c8d89c9555ef3c9dae2195356dd46be40db7661d data/tfmg/loot_tables/blocks/aluminum_scaffolding.json -dff421c1c1a3e688c4351fc8de9105c901430298 data/tfmg/loot_tables/blocks/aluminum_smart_fluid_pipe.json -4af2e7c6378e79c55ea139c906a1a9aac6899232 data/tfmg/loot_tables/blocks/aluminum_truss.json -b5fc6e007d9b387fd72f048ad2891cdc4204cac4 data/tfmg/loot_tables/blocks/ammeter.json -4321a24e1cd3ff8c1bef11fb7d526d32603df56d data/tfmg/loot_tables/blocks/asphalt.json -4b826d0767cec1158c40085bb488f81845f53e7d data/tfmg/loot_tables/blocks/asphalt_slab.json -3b301cd37ea73f1323d494256f7f746078122a3a data/tfmg/loot_tables/blocks/asphalt_stairs.json -4c0fc33bfcae7b06f25a872b7c293b6bab98ec0f data/tfmg/loot_tables/blocks/asphalt_wall.json -8f6e908b88246b95618a5314f29ecc6b20c6b8f1 data/tfmg/loot_tables/blocks/bauxite.json -5a652cb51ba09b38f8a08a67990376de88e3c1d4 data/tfmg/loot_tables/blocks/bauxite_pillar.json -b62a735fbed9c1554cc6842934097df19f88c329 data/tfmg/loot_tables/blocks/blast_furnace_hatch.json -a13961aee14f9ed34b8f9e43447b7962428bf36b data/tfmg/loot_tables/blocks/blast_furnace_output.json -82d10441aeaf4933fea0272b714fe33cd0c87cf7 data/tfmg/loot_tables/blocks/blast_furnace_reinforcement.json -d0bc3f13112f629bf86921cd6e2dac61c31c1de4 data/tfmg/loot_tables/blocks/blast_furnace_reinforcement_wall.json -9b54a5100b44915d71e50ac7ae04c5f6d7108ece data/tfmg/loot_tables/blocks/blast_stove.json -4f202ceb86653526a0c0593e2f0b65fb3b38f2e0 data/tfmg/loot_tables/blocks/blue_caution_block.json -3ddfa4a556aff5fab353d51bdb52f728d7751044 data/tfmg/loot_tables/blocks/blue_concrete.json -7a047fab84687cb3245f077265475e197b65d1cf data/tfmg/loot_tables/blocks/blue_concrete_slab.json -93138c9e23c90e6e7123bdff78c4587db5e86899 data/tfmg/loot_tables/blocks/blue_concrete_stairs.json -1067aff3a52c85c0c3dda64f5cc2bfd74b317d76 data/tfmg/loot_tables/blocks/blue_concrete_wall.json -74c6f9fc92befd90d3ea673036491804168b5a41 data/tfmg/loot_tables/blocks/blue_rebar_concrete.json -2d2bd54c9efa0524b68c83d4584250f3e28e0f00 data/tfmg/loot_tables/blocks/blue_rebar_concrete_slab.json -f0c809408ad22e7fa389bb17c8aaa2f06d0d3963 data/tfmg/loot_tables/blocks/blue_rebar_concrete_stairs.json -f3808bf9ce4df9af423a8d71e6d2e97a8c297420 data/tfmg/loot_tables/blocks/blue_rebar_concrete_wall.json -eaabebac9e1f3ae3ffd5e7cb96aac0cd2baa0136 data/tfmg/loot_tables/blocks/brass_cable_hub.json -032d75ed7a003f6f40a0d1f14e80b08a0749a1bf data/tfmg/loot_tables/blocks/brass_fluid_valve.json -d85016cecf49614a9d84030ddb666d73ef703c53 data/tfmg/loot_tables/blocks/brass_frame.json -ef6c38d8a05fe1b453ff553d9ea70975aee0e8fd data/tfmg/loot_tables/blocks/brass_mechanical_pump.json -67076f34b5a91873333ad34131e05dceff6a9a9c data/tfmg/loot_tables/blocks/brass_pipe.json -58f35f0ff07ae3d16eb87bb9ee256621565d54b3 data/tfmg/loot_tables/blocks/brass_smart_fluid_pipe.json -f8ba5f669545a12338ebc15508c38a4962249be4 data/tfmg/loot_tables/blocks/brass_truss.json -8cdddd531dd3673920084008b78babea8e5de3fc data/tfmg/loot_tables/blocks/brick_smokestack.json -64c0fefc76f833a1651401537b6b2ebcc8c8b451 data/tfmg/loot_tables/blocks/brown_caution_block.json -9732b5f18e66aeaac9bfe166a8774b10c98c496b data/tfmg/loot_tables/blocks/brown_concrete.json -b54c4eb3e743890e14c6a4d43a16d330c9b4f3e0 data/tfmg/loot_tables/blocks/brown_concrete_slab.json -0488e0f1f300d88e17c8891590bf90d55f081a16 data/tfmg/loot_tables/blocks/brown_concrete_stairs.json -425bfdc3096e9a429e21ac378521e1ea04da0c5d data/tfmg/loot_tables/blocks/brown_concrete_wall.json -881da6bfa80492f92fdf6f010044f3da0d1561c8 data/tfmg/loot_tables/blocks/brown_rebar_concrete.json -e5646155562d73e93dfed4902a15ca5e7850d4dd data/tfmg/loot_tables/blocks/brown_rebar_concrete_slab.json -cb4724e5731c064fc2c1ddd98694a5b2966fa7a7 data/tfmg/loot_tables/blocks/brown_rebar_concrete_stairs.json -254306bf453467a500c4778c48c017520348214f data/tfmg/loot_tables/blocks/brown_rebar_concrete_wall.json -f24f187ad8a9829d42352e0f251de918f38c132f data/tfmg/loot_tables/blocks/cable_connector.json -0ab478cab89b9f5ee24be81d5cf34998a26f196b data/tfmg/loot_tables/blocks/cable_tube.json -e0f12443e509c9fb46c5f77c686c4d03e9778f02 data/tfmg/loot_tables/blocks/casting_basin.json -0ab666cb925caa8691e5790dfd2f61fc01d2a613 data/tfmg/loot_tables/blocks/cast_iron_bars.json -0e2f9f04eef5f490a4665f449b2e7eb2aaa22dfa data/tfmg/loot_tables/blocks/cast_iron_block.json -35aba26e31c48f207029b48f68732ecc4e94c98a data/tfmg/loot_tables/blocks/cast_iron_fluid_tank.json -14c6b728fb061f8b10a8ff808b75587873f668bd data/tfmg/loot_tables/blocks/cast_iron_fluid_valve.json -e259c86af2aa84b6df3cb61a6df792ce34636bae data/tfmg/loot_tables/blocks/cast_iron_flywheel.json -779b7df2fcf1d879b19526ad5947a42a298a9724 data/tfmg/loot_tables/blocks/cast_iron_frame.json -b3114368d48ec3588fbeb34853590ad82e50866d data/tfmg/loot_tables/blocks/cast_iron_ladder.json -62fee40a1d380e8e4b7b8948a99746573a13f06e data/tfmg/loot_tables/blocks/cast_iron_mechanical_pump.json -7560e5accb6bf5c482937bdd9ba6b3762cd4c872 data/tfmg/loot_tables/blocks/cast_iron_pipe.json -8d75101d024a2fedf77a57cad2bb35824cb27950 data/tfmg/loot_tables/blocks/cast_iron_smart_fluid_pipe.json -d219b1a4f2400204f7eb84ba463c9338c19b0fa5 data/tfmg/loot_tables/blocks/cast_iron_truss.json -66e732f96d5e649576f0180ba2b5e35faa3f0789 data/tfmg/loot_tables/blocks/circular_light.json -474d0da97641e0fd2cb76aec91b1127b1e99fe52 data/tfmg/loot_tables/blocks/coal_coke_block.json -7144ef8ca8dd4795684ff86e6cd0cb7acc160dbb data/tfmg/loot_tables/blocks/coke_oven.json -a64156eb2eb8071c54b6726cf3c01c072c3c96d3 data/tfmg/loot_tables/blocks/concrete.json -b2b99ee3c548edd611a5601f9aa5efa19687c2dc data/tfmg/loot_tables/blocks/concrete_encased_cable_tube.json -52ec56daa4c8f985e063c62d88996d6f4c14959e data/tfmg/loot_tables/blocks/concrete_encased_electric_post.json -3ebb9c4b2ce245230f95a5507863cef34dabfe88 data/tfmg/loot_tables/blocks/concrete_encased_industrial_pipe.json -a26bbb17cb091dc44faa0211c3c1481fb0d4e017 data/tfmg/loot_tables/blocks/concrete_hose.json -2a812a55d2f78f2bb00c90e61e5c1e49c527d825 data/tfmg/loot_tables/blocks/concrete_slab.json -3531c7c379d6cf0e989b8c60f8c6f7eae8237af6 data/tfmg/loot_tables/blocks/concrete_smokestack.json -4b5541f3fc406b842adb95186cefc81fb37d527d data/tfmg/loot_tables/blocks/concrete_stairs.json -72e5e0969b2ecb12b7d621fab172c3c6bcfc20f6 data/tfmg/loot_tables/blocks/concrete_wall.json -2608c5d44fe9a75003031b8c690ae571150cebcd data/tfmg/loot_tables/blocks/constantan_block.json -5e1c3e074ff1f5a2778cb9c8a9b06dba6dbac0b4 data/tfmg/loot_tables/blocks/constantan_frame.json -51cc26c05d868b26a9928045c071ca574a269a1f data/tfmg/loot_tables/blocks/constantan_ladder.json -467b8e3858a8d712b09aabdef9c57a14a3e1ad14 data/tfmg/loot_tables/blocks/constantan_truss.json -6e1ec2a21b3ad3bd0df2e6e2d40f53f71bb0b8c1 data/tfmg/loot_tables/blocks/converter.json -73e770fe84929435e079304c35fdb3ae6c16cb86 data/tfmg/loot_tables/blocks/copper_cable_hub.json -b1ca7d57591fa444b6e1cb6e7073e0aafb4e149a data/tfmg/loot_tables/blocks/copper_encased_aluminum_pipe.json -2b284725c7823fa65778e737018acfa018e0f394 data/tfmg/loot_tables/blocks/copper_encased_brass_pipe.json -6e7cb44b822b3a6cdc2bb7d7429a7a3342380e25 data/tfmg/loot_tables/blocks/copper_encased_cast_iron_pipe.json -99a6f4441fe61c53d300cb95dc39337703c58676 data/tfmg/loot_tables/blocks/copper_encased_plastic_pipe.json -8389fc272d983d9137551fb9eff8c5c29a6404ab data/tfmg/loot_tables/blocks/copper_encased_steel_pipe.json -6f8260ed2477e9980e1b2ba5caddf018130c39b0 data/tfmg/loot_tables/blocks/copper_frame.json -5ef528dac7a07d3f6276a591c515b57a0232f217 data/tfmg/loot_tables/blocks/copper_truss.json -f1648d2a817fbd3e73998515175546f0db4a5d89 data/tfmg/loot_tables/blocks/copycat_cable_base.json -40097204f87c08bfa7a398fc72ecaff7c3a6bb49 data/tfmg/loot_tables/blocks/copycat_cable_block.json -e3d8605c9ca9206c059bed870ec68f1a1ee01f1c data/tfmg/loot_tables/blocks/creative_generator.json -721347336ee749165c6ac8447b0666f6d4c9e673 data/tfmg/loot_tables/blocks/cut_bauxite.json -82da0500317157c4246fc37dc1dc3fb12fddfcc1 data/tfmg/loot_tables/blocks/cut_bauxite_bricks.json -05c79b72544a50434de8979fba961d435a14c7df data/tfmg/loot_tables/blocks/cut_bauxite_brick_slab.json -f92af510a10bebf64cf37cbee4fb57f364285167 data/tfmg/loot_tables/blocks/cut_bauxite_brick_stairs.json -072ef89b1fccefc130efded6ea65db2135848b6b data/tfmg/loot_tables/blocks/cut_bauxite_brick_wall.json -9cc6173b4ac1948a988ee0721f4a95c6632c1f19 data/tfmg/loot_tables/blocks/cut_bauxite_slab.json -119b76788f571327ff660c66fb8a7a5bbbc961bc data/tfmg/loot_tables/blocks/cut_bauxite_stairs.json -91130dbf805f939df06db6a82cdbfa10df5db50c data/tfmg/loot_tables/blocks/cut_bauxite_wall.json -353228a304b462bdf597f7d8640992ef211a6d32 data/tfmg/loot_tables/blocks/cut_galena.json -8d5d87173100cc83c0dc9cccb1723cdb85b65f69 data/tfmg/loot_tables/blocks/cut_galena_bricks.json -45de71aecec4e2eee9e54d5e340d3cb8bb8c5a92 data/tfmg/loot_tables/blocks/cut_galena_brick_slab.json -f1a61a3bba4391bcf23fc796de49f9c62458f3be data/tfmg/loot_tables/blocks/cut_galena_brick_stairs.json -26e0a2e4e5df0939fc1e355abe552796953de0c0 data/tfmg/loot_tables/blocks/cut_galena_brick_wall.json -12d03d228574234b5dc0b4fd8cdc3a713e19b6a1 data/tfmg/loot_tables/blocks/cut_galena_slab.json -fafe7fc49f754068e8c8c6f318e09279a20731cb data/tfmg/loot_tables/blocks/cut_galena_stairs.json -759cae124230f2cc029cf8763b8a0e3c69019ebb data/tfmg/loot_tables/blocks/cut_galena_wall.json -3b4616e386d0ff1b5257658231f99f1c5d242c87 data/tfmg/loot_tables/blocks/cyan_caution_block.json -66e11be2ed78dda72a8b71851a89076ab869bcb1 data/tfmg/loot_tables/blocks/cyan_concrete.json -c2919e00e013fdfd52ce94c2b87cefaee10aa70f data/tfmg/loot_tables/blocks/cyan_concrete_slab.json -68881b95c8e993ac8e56849d95352ba385347e81 data/tfmg/loot_tables/blocks/cyan_concrete_stairs.json -2e3523e27e2496b37a9dc2c2187ecc3600a9c569 data/tfmg/loot_tables/blocks/cyan_concrete_wall.json -24f960ee7d288da30c81440bc2ce90cd7c10b16f data/tfmg/loot_tables/blocks/cyan_rebar_concrete.json -ecf05e33ca74a249d0a03f0d3199248dba67bf3d data/tfmg/loot_tables/blocks/cyan_rebar_concrete_slab.json -bfc26d79526b9d48f1bb8aaf0bfefb1502216bc9 data/tfmg/loot_tables/blocks/cyan_rebar_concrete_stairs.json -0747e77373737ab08685f334a88d3ed6a890eb0c data/tfmg/loot_tables/blocks/cyan_rebar_concrete_wall.json -978139eb04a604a917b1b220398750534232e0ff data/tfmg/loot_tables/blocks/debug_conductor.json -b22b66417f39721cc4bab875de1c7e80b92b241f data/tfmg/loot_tables/blocks/debug_electric_block.json -3d15a73225f9a42caa400eb2b4cc9f82e1f713f8 data/tfmg/loot_tables/blocks/debug_generator_block.json -cc4c80bdee59a28977cd1523a2c98ea1379f1ca9 data/tfmg/loot_tables/blocks/deepslate_lead_ore.json -2ec564eb5fc7bceebd1e8f2e6c990d4df13bd4e8 data/tfmg/loot_tables/blocks/deepslate_lithium_ore.json -9f47686532c265ab74c9f21c98929eb5b7e93dd7 data/tfmg/loot_tables/blocks/deepslate_nickel_ore.json -32dce4aa90a68ed0c3988863fbcf05f3a8d22b40 data/tfmg/loot_tables/blocks/diagonal_cable_block.json -a1aa5b0d4cee5067aff0598d083e27bf318bde04 data/tfmg/loot_tables/blocks/electrical_switch.json -5fdc4cbf14ba9ec8f879fdf18b8f770dd1d302e9 data/tfmg/loot_tables/blocks/electric_casing.json -5d500af70bee2658fe37e7be1dd252a2ccb75a7e data/tfmg/loot_tables/blocks/electric_diode.json -b8bdebe81f97872eb5dbb1b645b871922b2fb4b7 data/tfmg/loot_tables/blocks/electric_motor.json -4166590bfa4d891f7ddc21d8f116e08a57bbc9db data/tfmg/loot_tables/blocks/electric_post.json -261790b99184c00192f41e8938b0bcb30d7e2a93 data/tfmg/loot_tables/blocks/electric_pump.json -657af76ea4fdd97034dadac49f2663671f404212 data/tfmg/loot_tables/blocks/electrode_holder.json -7b5b916ebb11d9f7a634add40226533fee29aa82 data/tfmg/loot_tables/blocks/encased_diode.json -28a38b257764d5c13546a5328166b54d718584da data/tfmg/loot_tables/blocks/encased_potentiometer.json -1f83380841098a03623c745ed8513b69b768f921 data/tfmg/loot_tables/blocks/engine_controller.json -a0702614a6cb5299a45b06f2a67feb79c4938f1c data/tfmg/loot_tables/blocks/engine_gearbox.json -f110a1f94b2b12bc3301728fdbf0c885c1c5e461 data/tfmg/loot_tables/blocks/exhaust.json -dd2ace3ebd61456b31d0069bfd8abe19111f748c data/tfmg/loot_tables/blocks/factory_floor.json -a84d11a777ea8334c27703b96830a1e1df7b2d04 data/tfmg/loot_tables/blocks/factory_floor_slab.json -b65a4d119a0f0c1e71a1092e52070f0a80fa347f data/tfmg/loot_tables/blocks/factory_floor_stairs.json -f1c302b35579f00752fcf910aa57c81fc43ef872 data/tfmg/loot_tables/blocks/factory_floor_wall.json -f13e712d2d0cf08d5c685f7366677f6dadc248ea data/tfmg/loot_tables/blocks/firebox.json -b413d50a081288a2d2599995dd001edc76f543d0 data/tfmg/loot_tables/blocks/fireclay.json -da3f506656a11eae1e9dd6dfa504f001446d54e7 data/tfmg/loot_tables/blocks/fireproof_bricks.json -484c04b2a260e205cfcb9c1597a0b1f39a3f4690 data/tfmg/loot_tables/blocks/fireproof_brick_reinforcement.json -c80724662af3f9c56f560c1272c6a89e26bc8268 data/tfmg/loot_tables/blocks/flarestack.json -9f2b65dbcf81aa1cb79c57787b944ddba8d8fb68 data/tfmg/loot_tables/blocks/fossilstone.json -8ebd1b0eeb723483dd55d15d72f988d2023ff5b5 data/tfmg/loot_tables/blocks/fuse_block.json -77c23cc954e4f16bbbecfb01d760307e78ac2d79 data/tfmg/loot_tables/blocks/galena.json -f8274f88b8a4171676976b58bd30ab283571f6b8 data/tfmg/loot_tables/blocks/galena_pillar.json -90322865e154696c6845fbadc81cafd8b5c9f78d data/tfmg/loot_tables/blocks/generator.json -2eb72789f8dd117af17aafd0adbddbbbe574ad27 data/tfmg/loot_tables/blocks/glass_aluminum_pipe.json -dc7461e6cd019a5af3f71de7e6f04c0d89607d51 data/tfmg/loot_tables/blocks/glass_brass_pipe.json -c74c62e9958bd621f69a29c6626e12d9196e37a9 data/tfmg/loot_tables/blocks/glass_cable_insulator.json -e8aa3a5242276f5ca80d096b0cfa03211fedbf12 data/tfmg/loot_tables/blocks/glass_cast_iron_pipe.json -518d85c4092bc22a07f3d5dec1375d7c728bb613 data/tfmg/loot_tables/blocks/glass_plastic_pipe.json -1854d11f8657d6d8a3c9ec3fac12e412f65be8fd data/tfmg/loot_tables/blocks/glass_steel_pipe.json -4f4fc1f7a69ffed8ba689897f3666281a9485ec0 data/tfmg/loot_tables/blocks/gray_caution_block.json -cc3f25c6490697b6a034b310af5d621763b6b319 data/tfmg/loot_tables/blocks/gray_concrete.json -6e8ae6ef3a660aea78ded1be59b570563a4d1d79 data/tfmg/loot_tables/blocks/gray_concrete_slab.json -85058901523b05417f4ccd4001f7f2b701d2048a data/tfmg/loot_tables/blocks/gray_concrete_stairs.json -ce7901902e80bf22996387ef45f2ebdcbae556aa data/tfmg/loot_tables/blocks/gray_concrete_wall.json -570ab90d4127894fbd2275cefe8c85e77aaa192f data/tfmg/loot_tables/blocks/gray_rebar_concrete.json -2b513eefaf93353c0e4bc90980b3a05c1215ed89 data/tfmg/loot_tables/blocks/gray_rebar_concrete_slab.json -fe19a7ff35a84baf4de9076429e84fa3bc1fbfc8 data/tfmg/loot_tables/blocks/gray_rebar_concrete_stairs.json -d807976dbda62c8679aa67193d101bcfc309f3a5 data/tfmg/loot_tables/blocks/gray_rebar_concrete_wall.json -ce197c6239ce35d388017feebf064c0384357691 data/tfmg/loot_tables/blocks/green_caution_block.json -3004479031d85dff8db0e61381e8b61bdc0249c2 data/tfmg/loot_tables/blocks/green_concrete.json -126148c7c18b111a3531666a468c0a2feb61fc12 data/tfmg/loot_tables/blocks/green_concrete_slab.json -1e2352f1c7a268dfc06a92c83d314771245c408d data/tfmg/loot_tables/blocks/green_concrete_stairs.json -d3843aac8068be9b82b90e4bac881ca182776874 data/tfmg/loot_tables/blocks/green_concrete_wall.json -a26a8ae8e701c788e9a47cbf256148f6d01d356b data/tfmg/loot_tables/blocks/green_rebar_concrete.json -c9912d5b2856df5bb4505f3192f82125d241f0fa data/tfmg/loot_tables/blocks/green_rebar_concrete_slab.json -01f74ee677abd0ca42563708a109176c82305a29 data/tfmg/loot_tables/blocks/green_rebar_concrete_stairs.json -5e60050b35df92147a5fc9637332a4fbf66e0943 data/tfmg/loot_tables/blocks/green_rebar_concrete_wall.json -88cc8eaaba8ce1b1c146d8204f7f4f3042e53305 data/tfmg/loot_tables/blocks/heavy_cable_hub.json -cdfccaf59f8ef007bf9ac423875402259938f2b5 data/tfmg/loot_tables/blocks/heavy_casing_door.json -7368dd968fae561b4e12b70ad981809ec4171cc4 data/tfmg/loot_tables/blocks/heavy_casing_encased_aluminum_cogwheel.json -3e3ff99c6f5d58fd0d3f0e30bdf7a36b54a201a6 data/tfmg/loot_tables/blocks/heavy_casing_encased_large_aluminum_cogwheel.json -67f7495720c0c1b15e09b297513f4971c9e00070 data/tfmg/loot_tables/blocks/heavy_casing_encased_large_steel_cogwheel.json -cca64379aa429d655a4b4c47e28cdb53b1868d45 data/tfmg/loot_tables/blocks/heavy_casing_encased_shaft.json -ded54d55e938b6230d52d34f61157c0b782915e0 data/tfmg/loot_tables/blocks/heavy_casing_encased_steel_cogwheel.json -cd94c82a3dc5bdffefa6b0c83b6ee6344e2a2ab2 data/tfmg/loot_tables/blocks/heavy_machinery_casing.json -7bc0d3bc78a59325da2a27f351709a69bcc8bff6 data/tfmg/loot_tables/blocks/heavy_plated_door.json -d73891669ebf59df113542a3691c2d5468cb2d8e data/tfmg/loot_tables/blocks/industrial_aluminum_casing.json -420d9fa0684b987e2ad005b6758c72ed079d456f data/tfmg/loot_tables/blocks/industrial_mixer.json -54946533501d87545fc892747be171fcc53ff92b data/tfmg/loot_tables/blocks/industrial_pipe.json -0dec251573b5d84ed94575bf89a3c411d5672926 data/tfmg/loot_tables/blocks/large_aluminum_cogwheel.json -9d9c47c50a39b3f58067665f90b635897ec7639d data/tfmg/loot_tables/blocks/large_pumpjack_hammer_connector.json -f8a0c50f30de29c35c3fef51d91b321a73a1e8e3 data/tfmg/loot_tables/blocks/large_pumpjack_hammer_head.json -006d1655851bc1fbde0eac8f7c7fe41494c8c39b data/tfmg/loot_tables/blocks/large_pumpjack_hammer_part.json -7c22db4257ec83fbad57d45907f2a2d8d36efbbe data/tfmg/loot_tables/blocks/large_steel_cogwheel.json -0eb8ff993e4ee4283d893958ef7f4b43ef8fb76a data/tfmg/loot_tables/blocks/layered_bauxite.json -554333fa846d9e2cb7ee56415b406a6664ece1f6 data/tfmg/loot_tables/blocks/layered_galena.json -e16462cf4b1bcc65f54eb9b25f35a564e1988b0e data/tfmg/loot_tables/blocks/lead_bars.json -2b7ed14066d12ea8e413b82d2c5526c5e598592c data/tfmg/loot_tables/blocks/lead_block.json -938969c8adb8f8a3eea1b8bca55abfafc3d8694f data/tfmg/loot_tables/blocks/lead_flywheel.json -84684c57398f8f763b49dce2d59e21bae1e1efec data/tfmg/loot_tables/blocks/lead_frame.json -39e75daefdd642e689e4324b713e342d887c6b10 data/tfmg/loot_tables/blocks/lead_ladder.json -2d201707824f4cd4d162bc6cff2095cb13c19646 data/tfmg/loot_tables/blocks/lead_ore.json -8038615384b3cf812f9e3e199b72b9b50bfeb1d8 data/tfmg/loot_tables/blocks/lead_truss.json -52b22346584e16e46d6f687438448e55461c814e data/tfmg/loot_tables/blocks/light_blue_caution_block.json -479ee165f12f62dca901656a787a3f9d3a92664d data/tfmg/loot_tables/blocks/light_blue_concrete.json -9be67d1d64a4e385146d7beb09975c5c8fa4b34f data/tfmg/loot_tables/blocks/light_blue_concrete_slab.json -e2b7c255b674e458702ffc21291003a299c4be57 data/tfmg/loot_tables/blocks/light_blue_concrete_stairs.json -fafc039a368d88d0a285ab04a6de11c6c6f2ca21 data/tfmg/loot_tables/blocks/light_blue_concrete_wall.json -76aa07fc93fa7f40511636c60b8611361542a704 data/tfmg/loot_tables/blocks/light_blue_rebar_concrete.json -5c8067c3305b332e0e7f8a25ce41ca91f8ec9656 data/tfmg/loot_tables/blocks/light_blue_rebar_concrete_slab.json -1cc55a8bb7ca9f1c8e01cf6673c4d5286222b897 data/tfmg/loot_tables/blocks/light_blue_rebar_concrete_stairs.json -c6566e0453bf71ee17108a614c30c71c6f47882c data/tfmg/loot_tables/blocks/light_blue_rebar_concrete_wall.json -0504e2ff0075c01e3bccd3029aa1cd551c90cf93 data/tfmg/loot_tables/blocks/light_bulb.json -5ba05331b95f6de3faf888e3a675ae2d275eea7d data/tfmg/loot_tables/blocks/light_gray_caution_block.json -023cd61586543f2a818fd03b67ce41309d598fe2 data/tfmg/loot_tables/blocks/light_gray_concrete.json -306950f0ae0dde6021fa2283e11469c81e61b841 data/tfmg/loot_tables/blocks/light_gray_concrete_slab.json -dbd82281ceec4783909a3adf9ec77faa07dedb4b data/tfmg/loot_tables/blocks/light_gray_concrete_stairs.json -16f6e1e7ca0728038a5847408808611d6cf80796 data/tfmg/loot_tables/blocks/light_gray_concrete_wall.json -390e3b26fef8b6b2413ff7fbf91d214f674b65c9 data/tfmg/loot_tables/blocks/light_gray_rebar_concrete.json -d9fb157229106fdc3d11d3c053a87ed4b719aee3 data/tfmg/loot_tables/blocks/light_gray_rebar_concrete_slab.json -6789ce862244b0d08769e9029e57a5a8c2ae2c38 data/tfmg/loot_tables/blocks/light_gray_rebar_concrete_stairs.json -cda862f440d16ef94d7b1ae78cc4c7d55bbd23a6 data/tfmg/loot_tables/blocks/light_gray_rebar_concrete_wall.json -8abe462183e49ece660c22a5300dbd8b880f1e56 data/tfmg/loot_tables/blocks/lignite.json -73e40e82df71afbff749443a254fbf96fe453fa8 data/tfmg/loot_tables/blocks/lime_caution_block.json -3128e2fab465b07b297b173e1f352e20881be7e1 data/tfmg/loot_tables/blocks/lime_concrete.json -ff8741e0260fb0776b4fd17bf8f9e87a39f125a1 data/tfmg/loot_tables/blocks/lime_concrete_slab.json -c2d2f1af771b83046dbaeead1eb8c75cefadf1d3 data/tfmg/loot_tables/blocks/lime_concrete_stairs.json -b9e91980ce8ae1e4b98ec1e83e43ed0f89d9a8ca data/tfmg/loot_tables/blocks/lime_concrete_wall.json -59196487cf741ff3f4b0c07ab413860dcfd6970f data/tfmg/loot_tables/blocks/lime_rebar_concrete.json -0d253e94474a5909095551751fb8a20e81af03d9 data/tfmg/loot_tables/blocks/lime_rebar_concrete_slab.json -cf4cc701f50b41fe922963417fc27daafc5a1cfc data/tfmg/loot_tables/blocks/lime_rebar_concrete_stairs.json -3443a0c0a52a3e0c4b7fada266bb4308b78eba7b data/tfmg/loot_tables/blocks/lime_rebar_concrete_wall.json -e1a503d8816dccf446e5dd3bacf122fe77d17909 data/tfmg/loot_tables/blocks/lithium_block.json -c5008a80515ceca5a2db4f1dae6234f8f1479943 data/tfmg/loot_tables/blocks/lithium_ore.json -592b2b6b2002f6c1658a52a0d1d066470eb9485e data/tfmg/loot_tables/blocks/lithium_torch.json -a00e41e0acf9db1799ef0be1a02729bba2024441 data/tfmg/loot_tables/blocks/machine_input.json -e1b68bac016f13c2e38399d8c1b35962868cbfe6 data/tfmg/loot_tables/blocks/magenta_caution_block.json -c2dc4d95424cc5406375ae262a2167f425f4bd25 data/tfmg/loot_tables/blocks/magenta_concrete.json -6c431bb8d310133d567c2b2f3213281fffdee1a5 data/tfmg/loot_tables/blocks/magenta_concrete_slab.json -cd79c867508088901b01b6d102061c5f5a1bbc24 data/tfmg/loot_tables/blocks/magenta_concrete_stairs.json -fa2ab4bc3da24a1870702d7fd65628ed55b6ac41 data/tfmg/loot_tables/blocks/magenta_concrete_wall.json -4145b49a0d870c6ef8f82df31725b71563d51443 data/tfmg/loot_tables/blocks/magenta_rebar_concrete.json -1ee9fb7d4689f998836b59b923ea2b7cf93bd5ff data/tfmg/loot_tables/blocks/magenta_rebar_concrete_slab.json -464a2639caac80d12dee930c64249fe6cb03322e data/tfmg/loot_tables/blocks/magenta_rebar_concrete_stairs.json -9233ba3c6c86a82ddf28654bf9997920250ae9bc data/tfmg/loot_tables/blocks/magenta_rebar_concrete_wall.json -647b27bf2a5ff3376cde7422c44dbeffd8130ecd data/tfmg/loot_tables/blocks/metal_smokestack.json -04588ccbc6f960a7a415d5f1cd83c38553aea219 data/tfmg/loot_tables/blocks/modern_light.json -35d8d0fc24380f370f65f6ff8d3f2cee4a765a78 data/tfmg/loot_tables/blocks/napalm_bomb.json -33a1d653364c4f28cb3c35067ed789bdbca77990 data/tfmg/loot_tables/blocks/neon_tube.json -0ae9b931267bc7e518b9e2a98a401bcbd3e91318 data/tfmg/loot_tables/blocks/nickel_bars.json -303f10e7adba41c5776d77e326b2f1f5a2bcb276 data/tfmg/loot_tables/blocks/nickel_block.json -b897a01f80c17acb0695f99df2d1ae5bcd7c3151 data/tfmg/loot_tables/blocks/nickel_flywheel.json -5e0b196ef4076f6c0c43d10a5e012a4619f65092 data/tfmg/loot_tables/blocks/nickel_frame.json -ab933d32d869f1f3d14f9b873a1ce8b16e3d92f0 data/tfmg/loot_tables/blocks/nickel_ladder.json -c43d08168ce76bccd660948b0a54bb12304ed009 data/tfmg/loot_tables/blocks/nickel_ore.json -e6600a8166be2ccd22b97632d4ad23dd09387b1b data/tfmg/loot_tables/blocks/nickel_truss.json -33193464c857799b9a051dde8f92e576cfa19367 data/tfmg/loot_tables/blocks/oil_deposit.json -04f881ad099669a6596a08212311b4c9388c3e39 data/tfmg/loot_tables/blocks/orange_caution_block.json -52a9593c3e96b7fc75a569b7daf1463c5e6191a7 data/tfmg/loot_tables/blocks/orange_concrete.json -74a85e5b77d9505c456354151d387401c0c06279 data/tfmg/loot_tables/blocks/orange_concrete_slab.json -e547f13789312a60d578d7274a408223ca9493ce data/tfmg/loot_tables/blocks/orange_concrete_stairs.json -c9cf1aefe21398104b449b9ac91382d43ecbbd1a data/tfmg/loot_tables/blocks/orange_concrete_wall.json -8f8b9d28842e2769ab862836f2e911e4b037c696 data/tfmg/loot_tables/blocks/orange_rebar_concrete.json -44c71aa0a6c13583b1f282d4594903be49d6fc2c data/tfmg/loot_tables/blocks/orange_rebar_concrete_slab.json -b2b684d345a0a113bcc383d397e32bf9f7df287a data/tfmg/loot_tables/blocks/orange_rebar_concrete_stairs.json -515ac56267ae9472a06819e20e24abc47088c58b data/tfmg/loot_tables/blocks/orange_rebar_concrete_wall.json -69ed7f9f87afc9e1f92e3fb3ff1cf3bb7ce1e799 data/tfmg/loot_tables/blocks/pink_caution_block.json -60fb36f794ff55d05bb076711d5ada6d42653bf8 data/tfmg/loot_tables/blocks/pink_concrete.json -73863c829a4bba975bac5d904eae275f33574a23 data/tfmg/loot_tables/blocks/pink_concrete_slab.json -9a1ccd8328b183362070b2514eda25cf289ecce5 data/tfmg/loot_tables/blocks/pink_concrete_stairs.json -caabb3d6941b481d0df6a0efd51c974970464633 data/tfmg/loot_tables/blocks/pink_concrete_wall.json -c5bec502dee2d059a0915897d9e14188971c0fe2 data/tfmg/loot_tables/blocks/pink_rebar_concrete.json -cc6c21b3baea05eb4da41a0c8aa2f786125da638 data/tfmg/loot_tables/blocks/pink_rebar_concrete_slab.json -e47d4bb38ba2126595e6a454f1e0641270e5f8af data/tfmg/loot_tables/blocks/pink_rebar_concrete_stairs.json -5e71e2085bb44a0ae774252cf22362e57badb7d5 data/tfmg/loot_tables/blocks/pink_rebar_concrete_wall.json -5c425373743a7207507da4616e8701374c351cda data/tfmg/loot_tables/blocks/plastic_block.json -41dc1f8239c455c820645649714bf95fc3ac856d data/tfmg/loot_tables/blocks/plastic_fluid_valve.json -62989ce4bcc79610ff0b73897df09d7277be73a0 data/tfmg/loot_tables/blocks/plastic_mechanical_pump.json -4ec43919359dabba6c8410dc56d7299158cd874a data/tfmg/loot_tables/blocks/plastic_pipe.json -7757f5bc3f76838ff25e442dfde14ec78f16d6bb data/tfmg/loot_tables/blocks/plastic_smart_fluid_pipe.json -ba66e16bc9bbbddedc3db056ddecf30068e3841f data/tfmg/loot_tables/blocks/polarizer.json -11704e3699bd2f871b4f5af9c7996651c0d2d69a data/tfmg/loot_tables/blocks/polished_cut_bauxite.json -fdec0959eb33dd71d21c483c954a307ca79a7630 data/tfmg/loot_tables/blocks/polished_cut_bauxite_slab.json -90903b031da75454f6c3ed5fe780599fc8c5b0e8 data/tfmg/loot_tables/blocks/polished_cut_bauxite_stairs.json -04f1ced6b9599a376eb20cf3989a3ddc076c00be data/tfmg/loot_tables/blocks/polished_cut_bauxite_wall.json -748e9008cf8dcaee108bceaa0532c53e7069ea61 data/tfmg/loot_tables/blocks/polished_cut_galena.json -6f96d36b6b17f12f7083f8806cb6aac8b5511a4d data/tfmg/loot_tables/blocks/polished_cut_galena_slab.json -e7d540c06e7ce14a84b961dfbd57b0f21dd4c7ce data/tfmg/loot_tables/blocks/polished_cut_galena_stairs.json -39085d864a824134dc2fbe5af21c46415e714d4c data/tfmg/loot_tables/blocks/polished_cut_galena_wall.json -eba74936d7734a130b026c17c092640965a10898 data/tfmg/loot_tables/blocks/potentiometer.json -51a05e6defa8177daeb08bc01b34d77f0e944444 data/tfmg/loot_tables/blocks/pumpjack_base.json -e77a4fe20d8f0274b325b2964161ba88499e51b9 data/tfmg/loot_tables/blocks/pumpjack_crank.json -c68cb91911c547d7433316fca6c4139608cbea08 data/tfmg/loot_tables/blocks/pumpjack_hammer.json -c0d39686c06fab07f5b22601255c9fd7a1b06b0f data/tfmg/loot_tables/blocks/pumpjack_hammer_connector.json -4183e6c4296497ea2c12a99120479472a52378aa data/tfmg/loot_tables/blocks/pumpjack_hammer_head.json -2b7d3caad431fb03f0817367f8b8872c91f16b49 data/tfmg/loot_tables/blocks/pumpjack_hammer_part.json -300b520db1bd4f65f308c778b7d9d1024ea8d121 data/tfmg/loot_tables/blocks/purple_caution_block.json -0cd3f26f34107c5dc20f5a5564dfde2b73c327f3 data/tfmg/loot_tables/blocks/purple_concrete.json -bf60ae731efeac0968effc7ed300b9af351163e9 data/tfmg/loot_tables/blocks/purple_concrete_slab.json -fe680d135d2cbc3e1d16b22dc55264857da885f1 data/tfmg/loot_tables/blocks/purple_concrete_stairs.json -78bee62f0f98cac597adb50396fff1b27e3ce24e data/tfmg/loot_tables/blocks/purple_concrete_wall.json -88a6ad7f6d19d0fc2a5592bd66054f1ab8b3a6dc data/tfmg/loot_tables/blocks/purple_rebar_concrete.json -d2fa9f08a6af6b93f6f7c9d5bd4d5224762073d1 data/tfmg/loot_tables/blocks/purple_rebar_concrete_slab.json -1815c93721aa88d56ba19bb531748309f2dc5d53 data/tfmg/loot_tables/blocks/purple_rebar_concrete_stairs.json -e2d793873db74a1225db5984149c86333683a610 data/tfmg/loot_tables/blocks/purple_rebar_concrete_wall.json -c151aeccce85ffc594ea4a02fb55c2d83ac43d04 data/tfmg/loot_tables/blocks/raw_lead_block.json -fea2cdc5d851988d3274f3809aaf3dab4edcf611 data/tfmg/loot_tables/blocks/raw_lithium_block.json -2075bb2a9d6c60f0aece85373668a96a8dcdd192 data/tfmg/loot_tables/blocks/raw_nickel_block.json -58657ba63913ebfb0cabd48e262bcb5032609e37 data/tfmg/loot_tables/blocks/rebar_block.json -9701e07427b96c5beccd0aab015be98cf51402f4 data/tfmg/loot_tables/blocks/rebar_concrete.json -23ea2541f57bb395658a582d12b102649862a7df data/tfmg/loot_tables/blocks/rebar_concrete_slab.json -496290a326d9a135d62384376487a2662feaa164 data/tfmg/loot_tables/blocks/rebar_concrete_stairs.json -1c31dca13a3ed3f322deb2aa037374527a067f1a data/tfmg/loot_tables/blocks/rebar_concrete_wall.json -5f6731b8d059f1ffde4631819adafd4d64648012 data/tfmg/loot_tables/blocks/rebar_floor.json -fd0e9c911609dd011683629786d8119c33e82a9b data/tfmg/loot_tables/blocks/rebar_pile.json -7c4983686895688648c6496fbb872acd963cbb90 data/tfmg/loot_tables/blocks/rebar_pillar.json -a4b13ac7a5f8dc873f080b0885e86ad1e1401025 data/tfmg/loot_tables/blocks/rebar_stairs.json -4554ff99bb6f1ed22ac6095b6d9001a9292051f8 data/tfmg/loot_tables/blocks/rebar_wall.json -bddc8658ce4866db0736711f68c260e03e1b5027 data/tfmg/loot_tables/blocks/red_caution_block.json -deb53e320340051d155d4470be07cd62bcdb63db data/tfmg/loot_tables/blocks/red_concrete.json -3064ec3ca7c40192d67786d25aa8e999424f371a data/tfmg/loot_tables/blocks/red_concrete_slab.json -bc49decb49d2607d14d3780698eb26912fdb3cca data/tfmg/loot_tables/blocks/red_concrete_stairs.json -0561b72aeae6c481a7d4e8b7f366ceb62cf8a590 data/tfmg/loot_tables/blocks/red_concrete_wall.json -06b83127ea1970ad573e2e098923679f5996200a data/tfmg/loot_tables/blocks/red_rebar_concrete.json -3deb12e91e4858545c2a61682bbe2bf04b3060c3 data/tfmg/loot_tables/blocks/red_rebar_concrete_slab.json -f63074e38a6744cbc32057af22f41af4007d93ba data/tfmg/loot_tables/blocks/red_rebar_concrete_stairs.json -6dee967a5b4fadcd7dcbd2ee129e2b258a5e08a7 data/tfmg/loot_tables/blocks/red_rebar_concrete_wall.json -1afc78bc733fbc3e959b62bf69144ff351175c62 data/tfmg/loot_tables/blocks/regular_engine.json -0a3ac7d03abd946b9cfd9911123c36b1f88868cc data/tfmg/loot_tables/blocks/reinforced_fireproof_bricks.json -4f8eff58e1d70359fcc311cfd3c06934575283a6 data/tfmg/loot_tables/blocks/resistor.json -1ecc1271eac2241115656726bb694b78974d0fa7 data/tfmg/loot_tables/blocks/rotor.json -4318592a9e3d008736a5d523e4c86a1410376aee data/tfmg/loot_tables/blocks/rusted_blast_furnace_reinforcement.json -1c74eb77c0be823e02bbf6746688a1762d931060 data/tfmg/loot_tables/blocks/rusted_blast_furnace_reinforcement_wall.json -b59142de22c713838e1d2aed80967cc1988867ef data/tfmg/loot_tables/blocks/segmented_display.json -8243feb84772c561d556050afb7be5da682b97e1 data/tfmg/loot_tables/blocks/slag_block.json -b51a8c49e316fb073ba28bdb93a2b0869e063e4d data/tfmg/loot_tables/blocks/slag_bricks.json -db3ff2c8c9326cc4b3ead5d09957e344e04e6d94 data/tfmg/loot_tables/blocks/slag_bricks_slab.json -0cf6da7d5debd1dbd57566044dad57052b63f0cf data/tfmg/loot_tables/blocks/slag_bricks_stairs.json -fdbf0b22a2a7fb93e729ce74d263a2cb18eae37e data/tfmg/loot_tables/blocks/slag_bricks_wall.json -59e5c7c3e5ef8aaf000fe25117a5e1b6e4ad87e7 data/tfmg/loot_tables/blocks/small_bauxite_bricks.json -42034d36454996ce6128ecd3910b21ef2b2317c7 data/tfmg/loot_tables/blocks/small_bauxite_brick_slab.json -ba76e6c59d3ba6a7946a1aea218ab5df3e0451be data/tfmg/loot_tables/blocks/small_bauxite_brick_stairs.json -8923a8739359772bfd9c17f1059d0f370a72c3d0 data/tfmg/loot_tables/blocks/small_bauxite_brick_wall.json -aab46978aac05b478a7c0743db17380b920f568b data/tfmg/loot_tables/blocks/small_galena_bricks.json -38a97f0389bb647c34aaff1ad01d87a7b18fc61a data/tfmg/loot_tables/blocks/small_galena_brick_slab.json -75de47074e574bb9ed8e6d08e496ea1be9214556 data/tfmg/loot_tables/blocks/small_galena_brick_stairs.json -221c22a982b651ed7e0e8d6b8021634e4018ec73 data/tfmg/loot_tables/blocks/small_galena_brick_wall.json -b5502f5eaffc8e664f0814ad7cd073712cc0ab0b data/tfmg/loot_tables/blocks/stator.json -08b26b854409c24f46a0772acdf368615e3b066a data/tfmg/loot_tables/blocks/steel_bars.json -907a9c0285da8025ea7dd05f8cdb739ee1765527 data/tfmg/loot_tables/blocks/steel_block.json -1bd6da288bcbbe7142b377c40b5879c134707d62 data/tfmg/loot_tables/blocks/steel_cable_hub.json -311abdcb0a50fc3a4b39c86ea274dc92d89e88ce data/tfmg/loot_tables/blocks/steel_casing.json -877c35fd0ddc5363419fd1d68f9fc52484f46525 data/tfmg/loot_tables/blocks/steel_casing_cable_hub.json -5c4dc6c516ffe1e6a9dfde72d320dd8733534419 data/tfmg/loot_tables/blocks/steel_chemical_vat.json -77bad2068691e0eb7f9c0f3887fcda4293a2702f data/tfmg/loot_tables/blocks/steel_cogwheel.json -01a59e91100a5bce2d3e39a17e18a734e7b9ca50 data/tfmg/loot_tables/blocks/steel_distillation_controller.json -a68825e075a9b8610e1a90bd5ae6561851e861ff data/tfmg/loot_tables/blocks/steel_distillation_output.json -aec8d1f9638ae76cd8dde07db6676ebda4cdb576 data/tfmg/loot_tables/blocks/steel_door.json -ab8f1f5b36e45f4f04000722523e6ab51c16cd1e data/tfmg/loot_tables/blocks/steel_encased_aluminum_cogwheel.json -4b0f2e2b967fb1e58bfebf7b6edb6ca5a55f4bf2 data/tfmg/loot_tables/blocks/steel_encased_large_aluminum_cogwheel.json -e7eb9c82ecd0cd37cdc5479f1dcde1f1834728d1 data/tfmg/loot_tables/blocks/steel_encased_large_steel_cogwheel.json -95d7c20cb7fa33ba0db4152e384cac0f5318d9c6 data/tfmg/loot_tables/blocks/steel_encased_shaft.json -ac74e4ea69db5d6334b0ff7fac7193ea31fd055f data/tfmg/loot_tables/blocks/steel_encased_steel_cogwheel.json -8e69c03f9611854b620ff6e211c8d30dfd510725 data/tfmg/loot_tables/blocks/steel_fluid_tank.json -8f26b56a93c7e930e3c9d776567f9766b469660f data/tfmg/loot_tables/blocks/steel_fluid_valve.json -fe85febd25b30c6f2c4105b4c1831e7089a429cc data/tfmg/loot_tables/blocks/steel_flywheel.json -2edee1ffab4ef46c18dbed3760318d4733a755f1 data/tfmg/loot_tables/blocks/steel_frame.json -fc69d4f1f2f4d883097820f1f512ab1d8f1ba9ff data/tfmg/loot_tables/blocks/steel_gearbox.json -3085aaaf421f4c5fc9e17b8d465daf42746fac1f data/tfmg/loot_tables/blocks/steel_ladder.json -555c6158d69a02a5c5c9a668b0a70e3c5656a185 data/tfmg/loot_tables/blocks/steel_mechanical_pump.json -7dc9e7afa448dfd41aad12d73c6386fa9e41d2b4 data/tfmg/loot_tables/blocks/steel_pipe.json -407c9e0073e52cc12d41c9dea48a77e2fcff469d data/tfmg/loot_tables/blocks/steel_scaffolding.json -e8d3f005131d766caa2cdebb156a205a908d65d4 data/tfmg/loot_tables/blocks/steel_smart_fluid_pipe.json -aad98868e2a12899a9ae9f30ce409b936d9ba7bd data/tfmg/loot_tables/blocks/steel_trapdoor.json -4fc73fc7c1ae78f0571798470423a1245d27f6f6 data/tfmg/loot_tables/blocks/steel_truss.json -65ebbfb787101b8df455632f211bb3bfb511d3b3 data/tfmg/loot_tables/blocks/sulfur.json -b9d01fccfddf5458a705560da5cd2450bdfde9ec data/tfmg/loot_tables/blocks/surface_scanner.json -ed5b75cddc07db30b57b633c9ce5572546899aa2 data/tfmg/loot_tables/blocks/traffic_light.json -b112d5170c07072a431a3e36476a653ff2647160 data/tfmg/loot_tables/blocks/transformer.json -b5310b6e5e668d1b4fa3225e9672fd185f6831c2 data/tfmg/loot_tables/blocks/voltage_observer.json -e8d2138992850b78009c0af31dcf3a743a41ecde data/tfmg/loot_tables/blocks/voltmeter.json -295dc761fbdb402edc3f990ec2d676e0f6fc29bf data/tfmg/loot_tables/blocks/white_caution_block.json -fd2fb6c0994493120deeb157598e679bdb9f7f6b data/tfmg/loot_tables/blocks/white_concrete.json -396ddaa69cbf3ef1e75608597214f4eb9b48efc9 data/tfmg/loot_tables/blocks/white_concrete_slab.json -e2fe06d34bac1b21888854799bb990f5262f9a6b data/tfmg/loot_tables/blocks/white_concrete_stairs.json -f31b4d717136e913c76ba8d824a71618548f045a data/tfmg/loot_tables/blocks/white_concrete_wall.json -ae0c6ca42991ba0998b04fa6e11c31887ba48826 data/tfmg/loot_tables/blocks/white_rebar_concrete.json -99ab877ae74c842bbb3e444d4d81f71cd4285c97 data/tfmg/loot_tables/blocks/white_rebar_concrete_slab.json -29b9d841617ea11e102abfe575da03f9163de129 data/tfmg/loot_tables/blocks/white_rebar_concrete_stairs.json -25529a9ee3330ae7d47f044d9874cc5e0fa9125b data/tfmg/loot_tables/blocks/white_rebar_concrete_wall.json -c2fa303292b5e0d7cc845b2359e993a93ac17143 data/tfmg/loot_tables/blocks/winding_machine.json -e80882ac608f24c23133fc944c2c0d43638364f3 data/tfmg/loot_tables/blocks/yellow_caution_block.json -01922dce8b528d752fbd63e85b7e9337f1a72f15 data/tfmg/loot_tables/blocks/yellow_concrete.json -f4b6769aee0354874e25c134e38ea0decdd56c2e data/tfmg/loot_tables/blocks/yellow_concrete_slab.json -d3b883aa3e467323bc7ec2ed0dc7352a5782ff91 data/tfmg/loot_tables/blocks/yellow_concrete_stairs.json -401f7e0837e0f44de7416f2da015ba64dc035630 data/tfmg/loot_tables/blocks/yellow_concrete_wall.json -3cb79501e7057130cf2b748d46fb2b8ad0140eef data/tfmg/loot_tables/blocks/yellow_rebar_concrete.json -d47a4526e84bb4ae86d0fd3cdc6dcef163b6c916 data/tfmg/loot_tables/blocks/yellow_rebar_concrete_slab.json -ac71a7cb17ded7c522dfe453237ff6e110f465e3 data/tfmg/loot_tables/blocks/yellow_rebar_concrete_stairs.json -ad40cb94d1cf8f080d967b20412e48d7ea3fc6d2 data/tfmg/loot_tables/blocks/yellow_rebar_concrete_wall.json -476e015c6e6526402898ea75be67610706df202c data/tfmg/loot_tables/blocks/zinc_frame.json -665c4e1215f97086e6a465c36168ad6a52fc1347 data/tfmg/loot_tables/blocks/zinc_truss.json -08d522d3e54ea086bcfd64e9b789c27bc91c2bfe data/tfmg/recipes/aluminum_bars_from_ingots_aluminum_stonecutting.json -cf5d26b3a7dc9d7453e959d04c33b1366eb866c9 data/tfmg/recipes/aluminum_ladder_from_ingots_aluminum_stonecutting.json -cf78cecce063dd8929d68d99daec30aff6cc5836 data/tfmg/recipes/aluminum_scaffolding_from_ingots_aluminum_stonecutting.json -fe8fbd529304f28f4aeb1017956f288f6e6bbe1c data/tfmg/recipes/bauxite_from_stone_types_bauxite_stonecutting.json -9bddb0ff48b335428001ae0526e41ab6d09da1c3 data/tfmg/recipes/bauxite_pillar_from_stone_types_bauxite_stonecutting.json -e7043f308dbc44b10a5f815191efe5c45e9398fd data/tfmg/recipes/cast_iron_bars_from_ingots_cast_iron_stonecutting.json -f888fd86e3de48bf68ce4d9b962b07bb34c22047 data/tfmg/recipes/cast_iron_ladder_from_ingots_cast_iron_stonecutting.json -5cf617794380728cb5fd8aa94cdd4abe1fa42ad2 data/tfmg/recipes/concrete_slab_from_concrete_stonecutting.json -3c6649255459572ba87aec492b4a4bc401cf35f6 data/tfmg/recipes/concrete_stairs_from_concrete_stonecutting.json -317b123bfd8a9b9b3a7d6d3cc1e62aac7abdf30c data/tfmg/recipes/concrete_wall_from_concrete_stonecutting.json -702d8352b6b6d2ffb31cd01d5fc2fa7175dd947c data/tfmg/recipes/constantan_ladder_from_ingots_constantan_stonecutting.json -c1d723c26e4e2eeeb46ef03e16df946309ff2650 data/tfmg/recipes/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json -60f702d5754bfa4c9dad6d17b4a9ba4ed3acfd78 data/tfmg/recipes/cut_bauxite_brick_slab.json -c898f0e467706b0bd03d4aee4090ac162b35a865 data/tfmg/recipes/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json -87a75c6db269ec24b4a61f8b0393fe0ba61cd69a data/tfmg/recipes/cut_bauxite_brick_stairs.json -b9623b53e9ec33949f039ae3f3e93c5a93eb8548 data/tfmg/recipes/cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json -86c7980af68263e9f7c125bc02feba91705296a0 data/tfmg/recipes/cut_bauxite_brick_wall.json -b3d9fdbad888f91cbf96ee4879fb6a3a74bfacc2 data/tfmg/recipes/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json -2b575eb502f4e9419573a07bc64f1d2eda15c37b data/tfmg/recipes/cut_bauxite_from_stone_types_bauxite_stonecutting.json -90dfd9b65ad0cfee660aefbeb29acc6da9b54ee2 data/tfmg/recipes/cut_bauxite_slab.json -82654aa24e35bac9297ebbea5fe40aec3ca32104 data/tfmg/recipes/cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json -ade3c77f939d410b1ec422fdbc7f5adcaeddc4e5 data/tfmg/recipes/cut_bauxite_stairs.json -10888a46fbcb39a14655b84d4fa1784990543e3c data/tfmg/recipes/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json -9b769c4637ca257e06c18110edd9edeaeed5ef3f data/tfmg/recipes/cut_bauxite_wall.json -144df8762db145367d7cba7144d5ee586c9b352f data/tfmg/recipes/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json -49a354aa1f6a5f5859dfbabc5fb39d916cf7f189 data/tfmg/recipes/cut_galena_bricks_from_stone_types_galena_stonecutting.json -fd1d7ca8a5475531b0f00ee7492eb07681398a4d data/tfmg/recipes/cut_galena_brick_slab.json -b4dfb5b6bb93268a756a7466b595f18aae4783df data/tfmg/recipes/cut_galena_brick_slab_from_stone_types_galena_stonecutting.json -3c357449cb6ece98d3d2adf507e03e0aaea812f7 data/tfmg/recipes/cut_galena_brick_stairs.json -71b2640935ab57a2b7db1d0506400700e1f720bb data/tfmg/recipes/cut_galena_brick_stairs_from_stone_types_galena_stonecutting.json -b1852d629ab2b3f8cb128912671e8a3b2c8b6315 data/tfmg/recipes/cut_galena_brick_wall.json -108ec13664de76f4e1a0e3a9b2a89223013e6020 data/tfmg/recipes/cut_galena_brick_wall_from_stone_types_galena_stonecutting.json -f70198466d0eaf5b7964668452f182a7a83587d2 data/tfmg/recipes/cut_galena_from_stone_types_galena_stonecutting.json -5c4710e18bc669b1ec9c237a504e218d393dc084 data/tfmg/recipes/cut_galena_slab.json -ba4c18061e1f725800ab00f0d9d9b2aacec2e9dd data/tfmg/recipes/cut_galena_slab_from_stone_types_galena_stonecutting.json -0debdb9deda2a8f9b22369f60f0de119617f18e4 data/tfmg/recipes/cut_galena_stairs.json -e02f6ee24f22a3635eaa6e235067c681686d4faf data/tfmg/recipes/cut_galena_stairs_from_stone_types_galena_stonecutting.json -44cb545bca8e3a4b7bf330e18d225602015966c7 data/tfmg/recipes/cut_galena_wall.json -b5d32e982eba056ac03addc866da7434c63cd54d data/tfmg/recipes/cut_galena_wall_from_stone_types_galena_stonecutting.json -758ff8a9af5f632bf688431e6a95ffee6b7dbea4 data/tfmg/recipes/galena_from_stone_types_galena_stonecutting.json -5f5026a126012c23de5b927c4a3a316b48ca33b9 data/tfmg/recipes/galena_pillar_from_stone_types_galena_stonecutting.json -397f73e53d9d76b9520291388bb28976c7f3dc07 data/tfmg/recipes/layered_bauxite_from_stone_types_bauxite_stonecutting.json -1f5e412e0769dde8e84f8d39246888274ef7b2c0 data/tfmg/recipes/layered_galena_from_stone_types_galena_stonecutting.json -737742fa6bf8e2e75acecd6dfffab392110549c5 data/tfmg/recipes/lead_bars_from_ingots_lead_stonecutting.json -89811136bee238bf7bdbd85271e80fdac1d04c7e data/tfmg/recipes/lead_ladder_from_ingots_lead_stonecutting.json -b82187c10e02d5761356c43eb9f911c0bef33164 data/tfmg/recipes/nickel_bars_from_ingots_nickel_stonecutting.json -fca9f4f686abbabe84d13f8aa507a795f37ea1cb data/tfmg/recipes/nickel_ladder_from_ingots_nickel_stonecutting.json -266e1e7e7937a713f1bf485dbb61662e5f4a79ec data/tfmg/recipes/polished_cut_bauxite_from_stone_types_bauxite_stonecutting.json -209dca7e81f8bcfc033e93618372fa54cc13ad21 data/tfmg/recipes/polished_cut_bauxite_slab.json -a929ae544a9a4492e1106caf17a8b44023deb772 data/tfmg/recipes/polished_cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json -478d80cdb29d6bb7e0ee77c0ede68e54c6d314a2 data/tfmg/recipes/polished_cut_bauxite_stairs.json -2808df1d62163578b263dac4bef65560e99b2669 data/tfmg/recipes/polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json -5f5138a9726333705ecc6a592ed62fd6536fa8ed data/tfmg/recipes/polished_cut_bauxite_wall.json -202b2f1b15b766e2a67d68dc73546a965bb6328f data/tfmg/recipes/polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json -ca4592c8c486b1419ee4c7fde12b4bf349cff2a1 data/tfmg/recipes/polished_cut_galena_from_stone_types_galena_stonecutting.json -91f2bb8d8104fbaa872244267fec33023c6c6102 data/tfmg/recipes/polished_cut_galena_slab.json -c7ff372b8ba544451cb2323a564d55b0aac92734 data/tfmg/recipes/polished_cut_galena_slab_from_stone_types_galena_stonecutting.json -1058a91087252c6a067f2937a27f72b989d074bb data/tfmg/recipes/polished_cut_galena_stairs.json -8076d434d78277e937bbc1a3f1cba0326a142d04 data/tfmg/recipes/polished_cut_galena_stairs_from_stone_types_galena_stonecutting.json -d8832c73b83922e25125bc06691e7bfbde18b484 data/tfmg/recipes/polished_cut_galena_wall.json -8aed671dbd11aeba9323ae42194c88e8857eb3c2 data/tfmg/recipes/polished_cut_galena_wall_from_stone_types_galena_stonecutting.json -3dfb0b20b9cabf0d236d3525a5ffeebd6ee24501 data/tfmg/recipes/rebar_concrete_slab_from_rebar_concrete_stonecutting.json -bc0be1a251af7bbd69e489091f0ad12f9525ecb1 data/tfmg/recipes/rebar_concrete_stairs_from_rebar_concrete_stonecutting.json -8c3e6974d35f3c4096c3ef658b6535fdaecbd79c data/tfmg/recipes/rebar_concrete_wall_from_rebar_concrete_stonecutting.json -60282633cc41437f4402dc871f2c4cf4b822014c data/tfmg/recipes/small_bauxite_bricks_from_stone_types_bauxite_stonecutting.json -cf1bae068572283dc18c6f854dc63f48791f6f1f data/tfmg/recipes/small_bauxite_brick_slab.json -374fea644a078415a5be568eb94ab53cdc8eee12 data/tfmg/recipes/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json -97487befd7aa9723ac56542c8c50cbf85dd5b79b data/tfmg/recipes/small_bauxite_brick_stairs.json -968863d8afacbdea430384bb8fb0e38fbd6577f4 data/tfmg/recipes/small_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json -81b0722e8acec467c55c2fa4260551282a8969a2 data/tfmg/recipes/small_bauxite_brick_wall.json -0a6421d9c9bdeb2faa18c6658097c681191aa760 data/tfmg/recipes/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json -f22728a3f979c2d8d809c2ccc3ada3f7bfbbd982 data/tfmg/recipes/small_galena_bricks_from_stone_types_galena_stonecutting.json -2a38ad5bc00b0d897880bccae32eccd4e20ad100 data/tfmg/recipes/small_galena_brick_slab.json -386a15626d07f282baa6b339ac578812c1da3c3c data/tfmg/recipes/small_galena_brick_slab_from_stone_types_galena_stonecutting.json -de854ffc197578c75854a20d88acb411d3372782 data/tfmg/recipes/small_galena_brick_stairs.json -ed08f805a421583059e9faf9d0b0f91acc749c55 data/tfmg/recipes/small_galena_brick_stairs_from_stone_types_galena_stonecutting.json -9c637f1f3bc93ba23848320b957a8d6c2fe02aae data/tfmg/recipes/small_galena_brick_wall.json -532a9fcf8556eee28179ad638b5bba75fa34b08c data/tfmg/recipes/small_galena_brick_wall_from_stone_types_galena_stonecutting.json -c7e505deac40793fdace9d4c077a270eb0c60dcb data/tfmg/recipes/steel_bars_from_ingots_steel_stonecutting.json -dabc391815eb424043a4138e9b6e6ed27f42f988 data/tfmg/recipes/steel_ladder_from_ingots_steel_stonecutting.json -bb9c2e0df90c9b7f7c0b69390b2cbcc7fd08523a data/tfmg/recipes/steel_scaffolding_from_ingots_steel_stonecutting.json -f14e6c5dbe88027a11af2da9e84c00c2d6433aaf data/tfmg/tags/blocks/blast_furnace_support.json -94c78caa8f136ea9d4a95248b725ba1f67eec627 data/tfmg/tags/blocks/blast_furnace_wall.json -6a3f63435a8b1701cbe62f35afff57b5b9c13b8e data/tfmg/tags/blocks/industrial_pipe.json -2aaad6fb89ea3ffcdfb47f42190752cb77cf34d2 data/tfmg/tags/blocks/pumpjack_connector.json -9ebdf5d24748c8ecb4607c31472ad3cb00d7b469 data/tfmg/tags/blocks/pumpjack_head.json -8ad5028c1737401d5fb77988c019348db3d89d3f data/tfmg/tags/blocks/pumpjack_part.json -c1ecfe210d13887f3f8a3dfca66e7af7d2195cb7 data/tfmg/tags/blocks/pumpjack_small_part.json -c37f2e140a6aaecaccc655cbb9684500dd3d19ed data/tfmg/tags/blocks/reinforced_blast_furnace_support.json -4aa7cea7ccfc543fbab527f74ed33f4ab9371941 data/tfmg/tags/blocks/reinforced_blast_furnace_wall.json -0f71eaf3e17ca08b75de5d85e660cbd958528ae4 data/tfmg/tags/blocks/surface_scanner_findable.json -038838a2733f8cbcaf59013d75b6da974ff2ba11 data/tfmg/tags/fluids/blast_stove_fuel.json -7d081933f30d771b92bcb6fde6e0b3407a0dc539 data/tfmg/tags/fluids/firebox_fuel.json -e07d652b7b92a2ba4a143fceddf8a8900e62aaa3 data/tfmg/tags/fluids/flammable.json -0299f0bdba730dcf01dedb31d9402f897ab6d816 data/tfmg/tags/fluids/gas.json -f1cc6d710a5e49ab33dbaceea796f0c0b589c82b data/tfmg/tags/items/blast_furnace_fuel.json -aaf2d6fe33212a0b0164df550ba6e39d61775d71 data/tfmg/tags/items/flux.json -1ad920aa65e2706dabb6265f3b12546ab33e8936 data/tfmg/tags/items/rods.json -ba7b700bc10c169f73e9dc2cf0be37554378f009 data/tfmg/tags/items/spools.json -1b01f27da52b48305c3efbba7d07ecd82d90d2f1 data/tfmg/tags/items/stone_types/bauxite.json -7a139871af9c0eeb286726645a1949fefb33ca56 data/tfmg/tags/items/stone_types/galena.json diff --git a/src/generated/resources/assets/tfmg/blockstates/accumulator.json b/src/generated/resources/assets/tfmg/blockstates/accumulator.json deleted file mode 100644 index 2f01379b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/accumulator.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfmg:block/accumulator/block", - "x": 180 - }, - "facing=east": { - "model": "tfmg:block/accumulator/block", - "x": 90, - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/accumulator/block", - "x": 90 - }, - "facing=south": { - "model": "tfmg:block/accumulator/block", - "x": 90, - "y": 180 - }, - "facing=up": { - "model": "tfmg:block/accumulator/block" - }, - "facing=west": { - "model": "tfmg:block/accumulator/block", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/air_intake.json b/src/generated/resources/assets/tfmg/blockstates/air_intake.json deleted file mode 100644 index 7f6671a4..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/air_intake.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_bars.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_bars.json deleted file mode 100644 index 4c3802f8..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_bars.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_block.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_block.json deleted file mode 100644 index b21fa9a2..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/aluminum_block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_cable_hub.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_cable_hub.json deleted file mode 100644 index 0605b13e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_cable_hub.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/aluminum_cable_hub" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_cogwheel.json deleted file mode 100644 index ab16ef6c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_cogwheel.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/aluminum_cogwheel", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/aluminum_cogwheel" - }, - "axis=z": { - "model": "tfmg:block/aluminum_cogwheel", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_door.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_door.json deleted file mode 100644 index b30f2593..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_door.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "variants": { - "facing=east,half=lower,hinge=left,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom" - }, - "facing=east,half=lower,hinge=left,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom" - }, - "facing=east,half=lower,hinge=left,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 90 - }, - "facing=east,half=lower,hinge=left,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 90 - }, - "facing=east,half=lower,hinge=right,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom" - }, - "facing=east,half=lower,hinge=right,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom" - }, - "facing=east,half=lower,hinge=right,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 270 - }, - "facing=east,half=lower,hinge=right,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 270 - }, - "facing=east,half=upper,hinge=left,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_top" - }, - "facing=east,half=upper,hinge=left,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_top" - }, - "facing=east,half=upper,hinge=left,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 90 - }, - "facing=east,half=upper,hinge=left,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 90 - }, - "facing=east,half=upper,hinge=right,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_top" - }, - "facing=east,half=upper,hinge=right,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_top" - }, - "facing=east,half=upper,hinge=right,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 270 - }, - "facing=east,half=upper,hinge=right,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 270 - }, - "facing=north,half=lower,hinge=left,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 270 - }, - "facing=north,half=lower,hinge=left,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 270 - }, - "facing=north,half=lower,hinge=left,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom" - }, - "facing=north,half=lower,hinge=left,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom" - }, - "facing=north,half=lower,hinge=right,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 270 - }, - "facing=north,half=lower,hinge=right,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 270 - }, - "facing=north,half=lower,hinge=right,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 180 - }, - "facing=north,half=lower,hinge=right,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 180 - }, - "facing=north,half=upper,hinge=left,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 270 - }, - "facing=north,half=upper,hinge=left,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 270 - }, - "facing=north,half=upper,hinge=left,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_top" - }, - "facing=north,half=upper,hinge=left,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_top" - }, - "facing=north,half=upper,hinge=right,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 270 - }, - "facing=north,half=upper,hinge=right,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 270 - }, - "facing=north,half=upper,hinge=right,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 180 - }, - "facing=north,half=upper,hinge=right,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 180 - }, - "facing=south,half=lower,hinge=left,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 90 - }, - "facing=south,half=lower,hinge=left,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 90 - }, - "facing=south,half=lower,hinge=left,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 180 - }, - "facing=south,half=lower,hinge=left,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 180 - }, - "facing=south,half=lower,hinge=right,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 90 - }, - "facing=south,half=lower,hinge=right,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 90 - }, - "facing=south,half=lower,hinge=right,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom" - }, - "facing=south,half=lower,hinge=right,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom" - }, - "facing=south,half=upper,hinge=left,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 90 - }, - "facing=south,half=upper,hinge=left,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 90 - }, - "facing=south,half=upper,hinge=left,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 180 - }, - "facing=south,half=upper,hinge=left,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 180 - }, - "facing=south,half=upper,hinge=right,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 90 - }, - "facing=south,half=upper,hinge=right,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 90 - }, - "facing=south,half=upper,hinge=right,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_top" - }, - "facing=south,half=upper,hinge=right,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_top" - }, - "facing=west,half=lower,hinge=left,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 180 - }, - "facing=west,half=lower,hinge=left,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 180 - }, - "facing=west,half=lower,hinge=left,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 270 - }, - "facing=west,half=lower,hinge=left,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 270 - }, - "facing=west,half=lower,hinge=right,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 180 - }, - "facing=west,half=lower,hinge=right,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 180 - }, - "facing=west,half=lower,hinge=right,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 90 - }, - "facing=west,half=lower,hinge=right,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_bottom", - "y": 90 - }, - "facing=west,half=upper,hinge=left,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=left,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=left,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 270 - }, - "facing=west,half=upper,hinge=left,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 270 - }, - "facing=west,half=upper,hinge=right,open=false,visible=false": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=right,open=false,visible=true": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=right,open=true,visible=false": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 90 - }, - "facing=west,half=upper,hinge=right,open=true,visible=true": { - "model": "tfmg:block/aluminum_door/block_top", - "y": 90 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_fluid_tank.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_fluid_tank.json deleted file mode 100644 index 6ff8dcd3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_fluid_tank.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "variants": { - "bottom=false,shape=plain,top=false": { - "model": "tfmg:block/aluminum_fluid_tank/block_middle" - }, - "bottom=false,shape=plain,top=true": { - "model": "tfmg:block/aluminum_fluid_tank/block_top" - }, - "bottom=false,shape=window,top=false": { - "model": "tfmg:block/aluminum_fluid_tank/block_middle_window" - }, - "bottom=false,shape=window,top=true": { - "model": "tfmg:block/aluminum_fluid_tank/block_top_window" - }, - "bottom=false,shape=window_ne,top=false": { - "model": "tfmg:block/aluminum_fluid_tank/block_middle_window_ne" - }, - "bottom=false,shape=window_ne,top=true": { - "model": "tfmg:block/aluminum_fluid_tank/block_top_window_ne" - }, - "bottom=false,shape=window_nw,top=false": { - "model": "tfmg:block/aluminum_fluid_tank/block_middle_window_nw" - }, - "bottom=false,shape=window_nw,top=true": { - "model": "tfmg:block/aluminum_fluid_tank/block_top_window_nw" - }, - "bottom=false,shape=window_se,top=false": { - "model": "tfmg:block/aluminum_fluid_tank/block_middle_window_se" - }, - "bottom=false,shape=window_se,top=true": { - "model": "tfmg:block/aluminum_fluid_tank/block_top_window_se" - }, - "bottom=false,shape=window_sw,top=false": { - "model": "tfmg:block/aluminum_fluid_tank/block_middle_window_sw" - }, - "bottom=false,shape=window_sw,top=true": { - "model": "tfmg:block/aluminum_fluid_tank/block_top_window_sw" - }, - "bottom=true,shape=plain,top=false": { - "model": "tfmg:block/aluminum_fluid_tank/block_bottom" - }, - "bottom=true,shape=plain,top=true": { - "model": "tfmg:block/aluminum_fluid_tank/block_single" - }, - "bottom=true,shape=window,top=false": { - "model": "tfmg:block/aluminum_fluid_tank/block_bottom_window" - }, - "bottom=true,shape=window,top=true": { - "model": "tfmg:block/aluminum_fluid_tank/block_single_window" - }, - "bottom=true,shape=window_ne,top=false": { - "model": "tfmg:block/aluminum_fluid_tank/block_bottom_window_ne" - }, - "bottom=true,shape=window_ne,top=true": { - "model": "tfmg:block/aluminum_fluid_tank/block_single_window_ne" - }, - "bottom=true,shape=window_nw,top=false": { - "model": "tfmg:block/aluminum_fluid_tank/block_bottom_window_nw" - }, - "bottom=true,shape=window_nw,top=true": { - "model": "tfmg:block/aluminum_fluid_tank/block_single_window_nw" - }, - "bottom=true,shape=window_se,top=false": { - "model": "tfmg:block/aluminum_fluid_tank/block_bottom_window_se" - }, - "bottom=true,shape=window_se,top=true": { - "model": "tfmg:block/aluminum_fluid_tank/block_single_window_se" - }, - "bottom=true,shape=window_sw,top=false": { - "model": "tfmg:block/aluminum_fluid_tank/block_bottom_window_sw" - }, - "bottom=true,shape=window_sw,top=true": { - "model": "tfmg:block/aluminum_fluid_tank/block_single_window_sw" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_fluid_valve.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_fluid_valve.json deleted file mode 100644 index 2b457451..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_fluid_valve.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_flywheel.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_flywheel.json deleted file mode 100644 index ad256b11..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_flywheel.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_frame.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_frame.json deleted file mode 100644 index 64358ade..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_frame.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/aluminum_frame/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_ladder.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_ladder.json deleted file mode 100644 index 5f1f1c6d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_ladder.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_lamp.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_lamp.json deleted file mode 100644 index 15716716..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_lamp.json +++ /dev/null @@ -1,836 +0,0 @@ -{ - "variants": { - "facing=down,level=0,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block", - "x": 180 - }, - "facing=down,level=0,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block", - "x": 180 - }, - "facing=down,level=1,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=1,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=10,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=10,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=11,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=11,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=12,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=12,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=13,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=13,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=14,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=14,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=15,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=15,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=2,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=2,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=3,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=3,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=4,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=4,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=5,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=5,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=6,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=6,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=7,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=7,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=8,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=8,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=9,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=down,level=9,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 180 - }, - "facing=east,level=0,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block", - "x": 90, - "y": 90 - }, - "facing=east,level=0,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block", - "x": 90, - "y": 90 - }, - "facing=east,level=1,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=1,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=10,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=10,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=11,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=11,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=12,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=12,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=13,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=13,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=14,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=14,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=15,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=15,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=2,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=2,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=3,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=3,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=4,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=4,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=5,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=5,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=6,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=6,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=7,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=7,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=8,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=8,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=9,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=9,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 90 - }, - "facing=north,level=0,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block", - "x": 90 - }, - "facing=north,level=0,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block", - "x": 90 - }, - "facing=north,level=1,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=1,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=10,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=10,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=11,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=11,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=12,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=12,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=13,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=13,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=14,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=14,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=15,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=15,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=2,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=2,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=3,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=3,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=4,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=4,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=5,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=5,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=6,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=6,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=7,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=7,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=8,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=8,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=9,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=north,level=9,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90 - }, - "facing=south,level=0,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block", - "x": 90, - "y": 180 - }, - "facing=south,level=0,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block", - "x": 90, - "y": 180 - }, - "facing=south,level=1,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=1,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=10,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=10,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=11,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=11,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=12,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=12,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=13,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=13,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=14,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=14,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=15,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=15,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=2,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=2,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=3,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=3,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=4,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=4,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=5,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=5,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=6,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=6,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=7,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=7,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=8,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=8,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=9,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=9,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 180 - }, - "facing=up,level=0,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block" - }, - "facing=up,level=0,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block" - }, - "facing=up,level=1,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=1,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=10,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=10,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=11,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=11,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=12,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=12,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=13,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=13,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=14,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=14,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=15,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=15,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=2,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=2,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=3,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=3,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=4,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=4,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=5,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=5,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=6,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=6,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=7,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=7,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=8,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=8,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=9,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=up,level=9,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered" - }, - "facing=west,level=0,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block", - "x": 90, - "y": 270 - }, - "facing=west,level=0,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block", - "x": 90, - "y": 270 - }, - "facing=west,level=1,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=1,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=10,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=10,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=11,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=11,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=12,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=12,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=13,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=13,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=14,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=14,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=15,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=15,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=2,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=2,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=3,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=3,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=4,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=4,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=5,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=5,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=6,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=6,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=7,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=7,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=8,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=8,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=9,waterlogged=false": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=9,waterlogged=true": { - "model": "tfmg:block/aluminum_lamp/block_powered", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_mechanical_pump.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_mechanical_pump.json deleted file mode 100644 index c6420f16..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_mechanical_pump.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_pipe.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_pipe.json deleted file mode 100644 index 5cafb21b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_pipe.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_scaffolding.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_scaffolding.json deleted file mode 100644 index 2b374c98..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_scaffolding.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "bottom=false": { - "model": "tfmg:block/aluminum_scaffolding" - }, - "bottom=true": { - "model": "tfmg:block/aluminum_scaffolding_horizontal" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_smart_fluid_pipe.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_smart_fluid_pipe.json deleted file mode 100644 index dc2edf62..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_smart_fluid_pipe.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/aluminum_truss.json b/src/generated/resources/assets/tfmg/blockstates/aluminum_truss.json deleted file mode 100644 index 3885be0b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/aluminum_truss.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/ammeter.json b/src/generated/resources/assets/tfmg/blockstates/ammeter.json deleted file mode 100644 index f3f4d0ed..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/ammeter.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/ammeter/block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/ammeter/block" - }, - "facing=south": { - "model": "tfmg:block/ammeter/block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/ammeter/block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/asphalt.json b/src/generated/resources/assets/tfmg/blockstates/asphalt.json deleted file mode 100644 index 39696e3c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/asphalt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/asphalt" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/asphalt_slab.json b/src/generated/resources/assets/tfmg/blockstates/asphalt_slab.json deleted file mode 100644 index aae241a0..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/asphalt_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/asphalt_bottom" - }, - "type=double": { - "model": "tfmg:block/asphalt" - }, - "type=top": { - "model": "tfmg:block/asphalt_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/asphalt_stairs.json b/src/generated/resources/assets/tfmg/blockstates/asphalt_stairs.json deleted file mode 100644 index d82a4954..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/asphalt_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/asphalt_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/asphalt_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/asphalt_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/asphalt_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/asphalt_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/asphalt_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/asphalt_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/asphalt_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/asphalt_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/asphalt_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/asphalt_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/asphalt_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/asphalt_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/asphalt_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/asphalt_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/asphalt_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/asphalt_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/asphalt_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/asphalt_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/asphalt_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/asphalt_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/asphalt_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/asphalt_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/asphalt_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/asphalt_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/asphalt_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/asphalt_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/asphalt_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/asphalt_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/asphalt_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/asphalt_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/asphalt_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/asphalt_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/asphalt_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/asphalt_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/asphalt_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/asphalt_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/asphalt_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/asphalt_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/asphalt_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/asphalt_wall.json b/src/generated/resources/assets/tfmg/blockstates/asphalt_wall.json deleted file mode 100644 index 765c33b2..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/asphalt_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/asphalt_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/asphalt_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/asphalt_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/asphalt_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/asphalt_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/asphalt_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/asphalt_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/asphalt_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/asphalt_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/bauxite.json b/src/generated/resources/assets/tfmg/blockstates/bauxite.json deleted file mode 100644 index 8ec2740c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/bauxite.json +++ /dev/null @@ -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" - } - ] - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/bauxite_pillar.json b/src/generated/resources/assets/tfmg/blockstates/bauxite_pillar.json deleted file mode 100644 index 814e1a90..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/bauxite_pillar.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/blast_furnace_hatch.json b/src/generated/resources/assets/tfmg/blockstates/blast_furnace_hatch.json deleted file mode 100644 index 20d940ca..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/blast_furnace_hatch.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/blast_furnace_hatch" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/blast_furnace_output.json b/src/generated/resources/assets/tfmg/blockstates/blast_furnace_output.json deleted file mode 100644 index a394ba3c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/blast_furnace_output.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/blast_furnace_output/block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/blast_furnace_output/block" - }, - "facing=south": { - "model": "tfmg:block/blast_furnace_output/block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/blast_furnace_output/block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/blast_furnace_reinforcement.json b/src/generated/resources/assets/tfmg/blockstates/blast_furnace_reinforcement.json deleted file mode 100644 index 0ff54382..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/blast_furnace_reinforcement.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/blast_furnace_reinforcement" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/blast_furnace_reinforcement_wall.json b/src/generated/resources/assets/tfmg/blockstates/blast_furnace_reinforcement_wall.json deleted file mode 100644 index 42413700..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/blast_furnace_reinforcement_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/blast_furnace_reinforcement_wall", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/blast_furnace_reinforcement_wall" - }, - "facing=south": { - "model": "tfmg:block/blast_furnace_reinforcement_wall", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/blast_furnace_reinforcement_wall", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/blast_stove.json b/src/generated/resources/assets/tfmg/blockstates/blast_stove.json deleted file mode 100644 index c956ced3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/blast_stove.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/blast_stove/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/blue_caution_block.json b/src/generated/resources/assets/tfmg/blockstates/blue_caution_block.json deleted file mode 100644 index 767f3591..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/blue_caution_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/blue_caution_block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/blue_caution_block" - }, - "facing=south": { - "model": "tfmg:block/blue_caution_block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/blue_caution_block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/blue_concrete.json b/src/generated/resources/assets/tfmg/blockstates/blue_concrete.json deleted file mode 100644 index 68e42ee3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/blue_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/blue_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/blue_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/blue_concrete_slab.json deleted file mode 100644 index 5990cea3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/blue_concrete_slab.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/blue_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/blue_concrete_stairs.json deleted file mode 100644 index 01360839..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/blue_concrete_stairs.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/blue_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/blue_concrete_wall.json deleted file mode 100644 index d24dbe63..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/blue_concrete_wall.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/blue_rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/blue_rebar_concrete.json deleted file mode 100644 index d43f1722..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/blue_rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/blue_rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/blue_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/blue_rebar_concrete_slab.json deleted file mode 100644 index 5990cea3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/blue_rebar_concrete_slab.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/blue_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/blue_rebar_concrete_stairs.json deleted file mode 100644 index 01360839..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/blue_rebar_concrete_stairs.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/blue_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/blue_rebar_concrete_wall.json deleted file mode 100644 index d24dbe63..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/blue_rebar_concrete_wall.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brass_cable_hub.json b/src/generated/resources/assets/tfmg/blockstates/brass_cable_hub.json deleted file mode 100644 index c797e96a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brass_cable_hub.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/brass_cable_hub" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brass_fluid_valve.json b/src/generated/resources/assets/tfmg/blockstates/brass_fluid_valve.json deleted file mode 100644 index 7b2589d5..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brass_fluid_valve.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brass_frame.json b/src/generated/resources/assets/tfmg/blockstates/brass_frame.json deleted file mode 100644 index 218af8fd..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brass_frame.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/brass_frame/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brass_mechanical_pump.json b/src/generated/resources/assets/tfmg/blockstates/brass_mechanical_pump.json deleted file mode 100644 index c95c39dc..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brass_mechanical_pump.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brass_pipe.json b/src/generated/resources/assets/tfmg/blockstates/brass_pipe.json deleted file mode 100644 index 695c68e9..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brass_pipe.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brass_smart_fluid_pipe.json b/src/generated/resources/assets/tfmg/blockstates/brass_smart_fluid_pipe.json deleted file mode 100644 index a47e963f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brass_smart_fluid_pipe.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brass_truss.json b/src/generated/resources/assets/tfmg/blockstates/brass_truss.json deleted file mode 100644 index e08ae08a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brass_truss.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/brass_truss", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/brass_truss" - }, - "axis=z": { - "model": "tfmg:block/brass_truss", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brick_smokestack.json b/src/generated/resources/assets/tfmg/blockstates/brick_smokestack.json deleted file mode 100644 index 3950c91a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brick_smokestack.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "top=false": { - "model": "tfmg:block/brick_smokestack/block" - }, - "top=true": { - "model": "tfmg:block/brick_smokestack/block_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brown_caution_block.json b/src/generated/resources/assets/tfmg/blockstates/brown_caution_block.json deleted file mode 100644 index 612644da..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brown_caution_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/brown_caution_block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/brown_caution_block" - }, - "facing=south": { - "model": "tfmg:block/brown_caution_block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/brown_caution_block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brown_concrete.json b/src/generated/resources/assets/tfmg/blockstates/brown_concrete.json deleted file mode 100644 index 99e0979f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brown_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/brown_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brown_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/brown_concrete_slab.json deleted file mode 100644 index 396f23f2..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brown_concrete_slab.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brown_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/brown_concrete_stairs.json deleted file mode 100644 index 0f6c086a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brown_concrete_stairs.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brown_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/brown_concrete_wall.json deleted file mode 100644 index bd575df3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brown_concrete_wall.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brown_rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/brown_rebar_concrete.json deleted file mode 100644 index 1d57d0c7..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brown_rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/brown_rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brown_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/brown_rebar_concrete_slab.json deleted file mode 100644 index 396f23f2..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brown_rebar_concrete_slab.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brown_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/brown_rebar_concrete_stairs.json deleted file mode 100644 index 0f6c086a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brown_rebar_concrete_stairs.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/brown_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/brown_rebar_concrete_wall.json deleted file mode 100644 index bd575df3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/brown_rebar_concrete_wall.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cable_connector.json b/src/generated/resources/assets/tfmg/blockstates/cable_connector.json deleted file mode 100644 index 4b0cf223..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cable_connector.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "variants": { - "extension=false,facing=down": { - "model": "tfmg:block/cable_connector/block", - "x": 180 - }, - "extension=false,facing=east": { - "model": "tfmg:block/cable_connector/block", - "x": 90, - "y": 90 - }, - "extension=false,facing=north": { - "model": "tfmg:block/cable_connector/block", - "x": 90 - }, - "extension=false,facing=south": { - "model": "tfmg:block/cable_connector/block", - "x": 90, - "y": 180 - }, - "extension=false,facing=up": { - "model": "tfmg:block/cable_connector/block" - }, - "extension=false,facing=west": { - "model": "tfmg:block/cable_connector/block", - "x": 90, - "y": 270 - }, - "extension=true,facing=down": { - "model": "tfmg:block/cable_connector/block_extension", - "x": 180 - }, - "extension=true,facing=east": { - "model": "tfmg:block/cable_connector/block_extension", - "x": 90, - "y": 90 - }, - "extension=true,facing=north": { - "model": "tfmg:block/cable_connector/block_extension", - "x": 90 - }, - "extension=true,facing=south": { - "model": "tfmg:block/cable_connector/block_extension", - "x": 90, - "y": 180 - }, - "extension=true,facing=up": { - "model": "tfmg:block/cable_connector/block_extension" - }, - "extension=true,facing=west": { - "model": "tfmg:block/cable_connector/block_extension", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cable_tube.json b/src/generated/resources/assets/tfmg/blockstates/cable_tube.json deleted file mode 100644 index c72a4f8e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cable_tube.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "axis=x,concretelogged=false": { - "model": "tfmg:block/cable_tube", - "x": 90, - "y": 90 - }, - "axis=x,concretelogged=true": { - "model": "tfmg:block/cable_tube", - "x": 90, - "y": 90 - }, - "axis=y,concretelogged=false": { - "model": "tfmg:block/cable_tube" - }, - "axis=y,concretelogged=true": { - "model": "tfmg:block/cable_tube" - }, - "axis=z,concretelogged=false": { - "model": "tfmg:block/cable_tube", - "x": 90, - "y": 180 - }, - "axis=z,concretelogged=true": { - "model": "tfmg:block/cable_tube", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cast_iron_bars.json b/src/generated/resources/assets/tfmg/blockstates/cast_iron_bars.json deleted file mode 100644 index 356a775a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cast_iron_bars.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/cast_iron_post_ends" - } - }, - { - "apply": { - "model": "tfmg:block/cast_iron_post" - }, - "when": { - "east": "false", - "north": "false", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/cast_iron_cap" - }, - "when": { - "east": "false", - "north": "true", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/cast_iron_cap", - "y": 90 - }, - "when": { - "east": "true", - "north": "false", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/cast_iron_cap_alt" - }, - "when": { - "east": "false", - "north": "false", - "south": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/cast_iron_cap_alt", - "y": 90 - }, - "when": { - "east": "false", - "north": "false", - "south": "false", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/cast_iron_side" - }, - "when": { - "north": "true" - } - }, - { - "apply": { - "model": "tfmg:block/cast_iron_side", - "y": 90 - }, - "when": { - "east": "true" - } - }, - { - "apply": { - "model": "tfmg:block/cast_iron_side_alt" - }, - "when": { - "south": "true" - } - }, - { - "apply": { - "model": "tfmg:block/cast_iron_side_alt", - "y": 90 - }, - "when": { - "west": "true" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cast_iron_block.json b/src/generated/resources/assets/tfmg/blockstates/cast_iron_block.json deleted file mode 100644 index 1d0fa4af..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cast_iron_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/cast_iron_block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cast_iron_fluid_tank.json b/src/generated/resources/assets/tfmg/blockstates/cast_iron_fluid_tank.json deleted file mode 100644 index baf6ef0d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cast_iron_fluid_tank.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "variants": { - "bottom=false,shape=plain,top=false": { - "model": "tfmg:block/cast_iron_fluid_tank/block_middle" - }, - "bottom=false,shape=plain,top=true": { - "model": "tfmg:block/cast_iron_fluid_tank/block_top" - }, - "bottom=false,shape=window,top=false": { - "model": "tfmg:block/cast_iron_fluid_tank/block_middle_window" - }, - "bottom=false,shape=window,top=true": { - "model": "tfmg:block/cast_iron_fluid_tank/block_top_window" - }, - "bottom=false,shape=window_ne,top=false": { - "model": "tfmg:block/cast_iron_fluid_tank/block_middle_window_ne" - }, - "bottom=false,shape=window_ne,top=true": { - "model": "tfmg:block/cast_iron_fluid_tank/block_top_window_ne" - }, - "bottom=false,shape=window_nw,top=false": { - "model": "tfmg:block/cast_iron_fluid_tank/block_middle_window_nw" - }, - "bottom=false,shape=window_nw,top=true": { - "model": "tfmg:block/cast_iron_fluid_tank/block_top_window_nw" - }, - "bottom=false,shape=window_se,top=false": { - "model": "tfmg:block/cast_iron_fluid_tank/block_middle_window_se" - }, - "bottom=false,shape=window_se,top=true": { - "model": "tfmg:block/cast_iron_fluid_tank/block_top_window_se" - }, - "bottom=false,shape=window_sw,top=false": { - "model": "tfmg:block/cast_iron_fluid_tank/block_middle_window_sw" - }, - "bottom=false,shape=window_sw,top=true": { - "model": "tfmg:block/cast_iron_fluid_tank/block_top_window_sw" - }, - "bottom=true,shape=plain,top=false": { - "model": "tfmg:block/cast_iron_fluid_tank/block_bottom" - }, - "bottom=true,shape=plain,top=true": { - "model": "tfmg:block/cast_iron_fluid_tank/block_single" - }, - "bottom=true,shape=window,top=false": { - "model": "tfmg:block/cast_iron_fluid_tank/block_bottom_window" - }, - "bottom=true,shape=window,top=true": { - "model": "tfmg:block/cast_iron_fluid_tank/block_single_window" - }, - "bottom=true,shape=window_ne,top=false": { - "model": "tfmg:block/cast_iron_fluid_tank/block_bottom_window_ne" - }, - "bottom=true,shape=window_ne,top=true": { - "model": "tfmg:block/cast_iron_fluid_tank/block_single_window_ne" - }, - "bottom=true,shape=window_nw,top=false": { - "model": "tfmg:block/cast_iron_fluid_tank/block_bottom_window_nw" - }, - "bottom=true,shape=window_nw,top=true": { - "model": "tfmg:block/cast_iron_fluid_tank/block_single_window_nw" - }, - "bottom=true,shape=window_se,top=false": { - "model": "tfmg:block/cast_iron_fluid_tank/block_bottom_window_se" - }, - "bottom=true,shape=window_se,top=true": { - "model": "tfmg:block/cast_iron_fluid_tank/block_single_window_se" - }, - "bottom=true,shape=window_sw,top=false": { - "model": "tfmg:block/cast_iron_fluid_tank/block_bottom_window_sw" - }, - "bottom=true,shape=window_sw,top=true": { - "model": "tfmg:block/cast_iron_fluid_tank/block_single_window_sw" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cast_iron_fluid_valve.json b/src/generated/resources/assets/tfmg/blockstates/cast_iron_fluid_valve.json deleted file mode 100644 index 6d878478..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cast_iron_fluid_valve.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cast_iron_flywheel.json b/src/generated/resources/assets/tfmg/blockstates/cast_iron_flywheel.json deleted file mode 100644 index 0b7920a1..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cast_iron_flywheel.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cast_iron_frame.json b/src/generated/resources/assets/tfmg/blockstates/cast_iron_frame.json deleted file mode 100644 index c0f93fef..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cast_iron_frame.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/cast_iron_frame/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cast_iron_ladder.json b/src/generated/resources/assets/tfmg/blockstates/cast_iron_ladder.json deleted file mode 100644 index 369cb2c5..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cast_iron_ladder.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "variants": { - "facing=east,waterlogged=false": { - "model": "tfmg:block/cast_iron_ladder", - "y": 90 - }, - "facing=east,waterlogged=true": { - "model": "tfmg:block/cast_iron_ladder", - "y": 90 - }, - "facing=north,waterlogged=false": { - "model": "tfmg:block/cast_iron_ladder" - }, - "facing=north,waterlogged=true": { - "model": "tfmg:block/cast_iron_ladder" - }, - "facing=south,waterlogged=false": { - "model": "tfmg:block/cast_iron_ladder", - "y": 180 - }, - "facing=south,waterlogged=true": { - "model": "tfmg:block/cast_iron_ladder", - "y": 180 - }, - "facing=west,waterlogged=false": { - "model": "tfmg:block/cast_iron_ladder", - "y": 270 - }, - "facing=west,waterlogged=true": { - "model": "tfmg:block/cast_iron_ladder", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cast_iron_mechanical_pump.json b/src/generated/resources/assets/tfmg/blockstates/cast_iron_mechanical_pump.json deleted file mode 100644 index baef385d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cast_iron_mechanical_pump.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cast_iron_pipe.json b/src/generated/resources/assets/tfmg/blockstates/cast_iron_pipe.json deleted file mode 100644 index 80ab73ae..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cast_iron_pipe.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cast_iron_smart_fluid_pipe.json b/src/generated/resources/assets/tfmg/blockstates/cast_iron_smart_fluid_pipe.json deleted file mode 100644 index 81ad273a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cast_iron_smart_fluid_pipe.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cast_iron_truss.json b/src/generated/resources/assets/tfmg/blockstates/cast_iron_truss.json deleted file mode 100644 index 93beecea..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cast_iron_truss.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/cast_iron_truss", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/cast_iron_truss" - }, - "axis=z": { - "model": "tfmg:block/cast_iron_truss", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/casting_basin.json b/src/generated/resources/assets/tfmg/blockstates/casting_basin.json deleted file mode 100644 index 389d1e4d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/casting_basin.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/casting_basin/block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/casting_basin/block" - }, - "facing=south": { - "model": "tfmg:block/casting_basin/block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/casting_basin/block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/circular_light.json b/src/generated/resources/assets/tfmg/blockstates/circular_light.json deleted file mode 100644 index d827a1a1..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/circular_light.json +++ /dev/null @@ -1,836 +0,0 @@ -{ - "variants": { - "facing=down,level=0,waterlogged=false": { - "model": "tfmg:block/circular_light/block", - "x": 180 - }, - "facing=down,level=0,waterlogged=true": { - "model": "tfmg:block/circular_light/block", - "x": 180 - }, - "facing=down,level=1,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=1,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=10,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=10,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=11,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=11,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=12,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=12,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=13,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=13,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=14,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=14,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=15,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=15,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=2,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=2,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=3,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=3,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=4,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=4,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=5,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=5,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=6,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=6,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=7,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=7,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=8,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=8,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=9,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=down,level=9,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 180 - }, - "facing=east,level=0,waterlogged=false": { - "model": "tfmg:block/circular_light/block", - "x": 90, - "y": 90 - }, - "facing=east,level=0,waterlogged=true": { - "model": "tfmg:block/circular_light/block", - "x": 90, - "y": 90 - }, - "facing=east,level=1,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=1,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=10,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=10,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=11,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=11,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=12,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=12,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=13,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=13,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=14,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=14,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=15,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=15,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=2,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=2,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=3,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=3,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=4,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=4,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=5,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=5,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=6,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=6,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=7,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=7,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=8,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=8,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=9,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=9,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=north,level=0,waterlogged=false": { - "model": "tfmg:block/circular_light/block", - "x": 90 - }, - "facing=north,level=0,waterlogged=true": { - "model": "tfmg:block/circular_light/block", - "x": 90 - }, - "facing=north,level=1,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=1,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=10,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=10,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=11,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=11,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=12,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=12,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=13,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=13,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=14,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=14,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=15,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=15,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=2,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=2,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=3,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=3,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=4,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=4,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=5,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=5,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=6,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=6,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=7,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=7,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=8,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=8,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=9,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=north,level=9,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90 - }, - "facing=south,level=0,waterlogged=false": { - "model": "tfmg:block/circular_light/block", - "x": 90, - "y": 180 - }, - "facing=south,level=0,waterlogged=true": { - "model": "tfmg:block/circular_light/block", - "x": 90, - "y": 180 - }, - "facing=south,level=1,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=1,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=10,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=10,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=11,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=11,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=12,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=12,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=13,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=13,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=14,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=14,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=15,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=15,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=2,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=2,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=3,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=3,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=4,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=4,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=5,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=5,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=6,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=6,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=7,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=7,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=8,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=8,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=9,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=9,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=up,level=0,waterlogged=false": { - "model": "tfmg:block/circular_light/block" - }, - "facing=up,level=0,waterlogged=true": { - "model": "tfmg:block/circular_light/block" - }, - "facing=up,level=1,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=1,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=10,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=10,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=11,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=11,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=12,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=12,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=13,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=13,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=14,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=14,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=15,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=15,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=2,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=2,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=3,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=3,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=4,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=4,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=5,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=5,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=6,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=6,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=7,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=7,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=8,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=8,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=9,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=up,level=9,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered" - }, - "facing=west,level=0,waterlogged=false": { - "model": "tfmg:block/circular_light/block", - "x": 90, - "y": 270 - }, - "facing=west,level=0,waterlogged=true": { - "model": "tfmg:block/circular_light/block", - "x": 90, - "y": 270 - }, - "facing=west,level=1,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=1,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=10,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=10,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=11,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=11,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=12,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=12,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=13,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=13,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=14,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=14,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=15,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=15,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=2,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=2,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=3,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=3,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=4,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=4,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=5,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=5,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=6,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=6,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=7,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=7,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=8,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=8,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=9,waterlogged=false": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=9,waterlogged=true": { - "model": "tfmg:block/circular_light/block_powered", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/coal_coke_block.json b/src/generated/resources/assets/tfmg/blockstates/coal_coke_block.json deleted file mode 100644 index 8fb114d6..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/coal_coke_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/coal_coke_block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/coke_oven.json b/src/generated/resources/assets/tfmg/blockstates/coke_oven.json deleted file mode 100644 index 66df01e3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/coke_oven.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "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_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_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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/concrete.json b/src/generated/resources/assets/tfmg/blockstates/concrete.json deleted file mode 100644 index 4baa0690..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/concrete_encased_cable_tube.json b/src/generated/resources/assets/tfmg/blockstates/concrete_encased_cable_tube.json deleted file mode 100644 index a9cd939c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/concrete_encased_cable_tube.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "axis=x,concretelogged=false": { - "model": "tfmg:block/concrete_encased_cable_tube", - "x": 90, - "y": 90 - }, - "axis=x,concretelogged=true": { - "model": "tfmg:block/concrete_encased_cable_tube", - "x": 90, - "y": 90 - }, - "axis=y,concretelogged=false": { - "model": "tfmg:block/concrete_encased_cable_tube" - }, - "axis=y,concretelogged=true": { - "model": "tfmg:block/concrete_encased_cable_tube" - }, - "axis=z,concretelogged=false": { - "model": "tfmg:block/concrete_encased_cable_tube", - "x": 90, - "y": 180 - }, - "axis=z,concretelogged=true": { - "model": "tfmg:block/concrete_encased_cable_tube", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/concrete_encased_electric_post.json b/src/generated/resources/assets/tfmg/blockstates/concrete_encased_electric_post.json deleted file mode 100644 index 98d31161..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/concrete_encased_electric_post.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "axis=x,concretelogged=false": { - "model": "tfmg:block/concrete_encased_electric_post", - "x": 90, - "y": 90 - }, - "axis=x,concretelogged=true": { - "model": "tfmg:block/concrete_encased_electric_post", - "x": 90, - "y": 90 - }, - "axis=y,concretelogged=false": { - "model": "tfmg:block/concrete_encased_electric_post" - }, - "axis=y,concretelogged=true": { - "model": "tfmg:block/concrete_encased_electric_post" - }, - "axis=z,concretelogged=false": { - "model": "tfmg:block/concrete_encased_electric_post", - "x": 90, - "y": 180 - }, - "axis=z,concretelogged=true": { - "model": "tfmg:block/concrete_encased_electric_post", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/concrete_encased_industrial_pipe.json b/src/generated/resources/assets/tfmg/blockstates/concrete_encased_industrial_pipe.json deleted file mode 100644 index 22fdc047..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/concrete_encased_industrial_pipe.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/concrete_encased_industrial_pipe/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/concrete_hose.json b/src/generated/resources/assets/tfmg/blockstates/concrete_hose.json deleted file mode 100644 index 49db84af..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/concrete_hose.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/concrete_hose/block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/concrete_hose/block" - }, - "facing=south": { - "model": "tfmg:block/concrete_hose/block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/concrete_hose/block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/concrete_slab.json deleted file mode 100644 index 1073db41..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/concrete_slab.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/concrete_smokestack.json b/src/generated/resources/assets/tfmg/blockstates/concrete_smokestack.json deleted file mode 100644 index 789c999c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/concrete_smokestack.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "top=false": { - "model": "tfmg:block/concrete_smokestack/block" - }, - "top=true": { - "model": "tfmg:block/concrete_smokestack/block_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/concrete_stairs.json deleted file mode 100644 index 9fd3fe2b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/concrete_stairs.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/concrete_wall.json deleted file mode 100644 index 43d2cd8d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/concrete_wall.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/constantan_block.json b/src/generated/resources/assets/tfmg/blockstates/constantan_block.json deleted file mode 100644 index 289265e1..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/constantan_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/constantan_block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/constantan_frame.json b/src/generated/resources/assets/tfmg/blockstates/constantan_frame.json deleted file mode 100644 index 0b405f1c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/constantan_frame.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/constantan_frame/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/constantan_ladder.json b/src/generated/resources/assets/tfmg/blockstates/constantan_ladder.json deleted file mode 100644 index 6a5404e5..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/constantan_ladder.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "variants": { - "facing=east,waterlogged=false": { - "model": "tfmg:block/constantan_ladder", - "y": 90 - }, - "facing=east,waterlogged=true": { - "model": "tfmg:block/constantan_ladder", - "y": 90 - }, - "facing=north,waterlogged=false": { - "model": "tfmg:block/constantan_ladder" - }, - "facing=north,waterlogged=true": { - "model": "tfmg:block/constantan_ladder" - }, - "facing=south,waterlogged=false": { - "model": "tfmg:block/constantan_ladder", - "y": 180 - }, - "facing=south,waterlogged=true": { - "model": "tfmg:block/constantan_ladder", - "y": 180 - }, - "facing=west,waterlogged=false": { - "model": "tfmg:block/constantan_ladder", - "y": 270 - }, - "facing=west,waterlogged=true": { - "model": "tfmg:block/constantan_ladder", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/constantan_truss.json b/src/generated/resources/assets/tfmg/blockstates/constantan_truss.json deleted file mode 100644 index b2c0670a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/constantan_truss.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/constantan_truss", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/constantan_truss" - }, - "axis=z": { - "model": "tfmg:block/constantan_truss", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/converter.json b/src/generated/resources/assets/tfmg/blockstates/converter.json deleted file mode 100644 index 1e0b2921..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/converter.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "variants": { - "facing=east,input=false": { - "model": "tfmg:block/converter/block", - "y": 90 - }, - "facing=east,input=true": { - "model": "tfmg:block/converter/block_rotated", - "y": 90 - }, - "facing=north,input=false": { - "model": "tfmg:block/converter/block" - }, - "facing=north,input=true": { - "model": "tfmg:block/converter/block_rotated" - }, - "facing=south,input=false": { - "model": "tfmg:block/converter/block", - "y": 180 - }, - "facing=south,input=true": { - "model": "tfmg:block/converter/block_rotated", - "y": 180 - }, - "facing=west,input=false": { - "model": "tfmg:block/converter/block", - "y": 270 - }, - "facing=west,input=true": { - "model": "tfmg:block/converter/block_rotated", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cooling_fluid.json b/src/generated/resources/assets/tfmg/blockstates/cooling_fluid.json deleted file mode 100644 index b4e6808f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cooling_fluid.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/cooling_fluid" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/copper_cable_hub.json b/src/generated/resources/assets/tfmg/blockstates/copper_cable_hub.json deleted file mode 100644 index 75401eb0..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/copper_cable_hub.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/copper_cable_hub" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/copper_encased_aluminum_pipe.json b/src/generated/resources/assets/tfmg/blockstates/copper_encased_aluminum_pipe.json deleted file mode 100644 index 7ea55670..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/copper_encased_aluminum_pipe.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/copper_encased_brass_pipe.json b/src/generated/resources/assets/tfmg/blockstates/copper_encased_brass_pipe.json deleted file mode 100644 index 59d8590f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/copper_encased_brass_pipe.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/copper_encased_cast_iron_pipe.json b/src/generated/resources/assets/tfmg/blockstates/copper_encased_cast_iron_pipe.json deleted file mode 100644 index 9626bb9f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/copper_encased_cast_iron_pipe.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/copper_encased_plastic_pipe.json b/src/generated/resources/assets/tfmg/blockstates/copper_encased_plastic_pipe.json deleted file mode 100644 index 0a40bf5b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/copper_encased_plastic_pipe.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/copper_encased_steel_pipe.json b/src/generated/resources/assets/tfmg/blockstates/copper_encased_steel_pipe.json deleted file mode 100644 index 82007811..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/copper_encased_steel_pipe.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/copper_frame.json b/src/generated/resources/assets/tfmg/blockstates/copper_frame.json deleted file mode 100644 index 5d43339c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/copper_frame.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/copper_frame/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/copper_truss.json b/src/generated/resources/assets/tfmg/blockstates/copper_truss.json deleted file mode 100644 index 81d763c9..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/copper_truss.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/copper_truss", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/copper_truss" - }, - "axis=z": { - "model": "tfmg:block/copper_truss", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/copycat_cable_base.json b/src/generated/resources/assets/tfmg/blockstates/copycat_cable_base.json deleted file mode 100644 index a1e9c322..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/copycat_cable_base.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/copycat_cable_base/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/copycat_cable_block.json b/src/generated/resources/assets/tfmg/blockstates/copycat_cable_block.json deleted file mode 100644 index 2c8f02f0..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/copycat_cable_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "minecraft:block/air" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/creative_generator.json b/src/generated/resources/assets/tfmg/blockstates/creative_generator.json deleted file mode 100644 index be582125..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/creative_generator.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/creative_generator" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/creosote.json b/src/generated/resources/assets/tfmg/blockstates/creosote.json deleted file mode 100644 index 7daea690..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/creosote.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/creosote" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/crude_oil.json b/src/generated/resources/assets/tfmg/blockstates/crude_oil.json deleted file mode 100644 index 09e36eca..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/crude_oil.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/crude_oil" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite.json b/src/generated/resources/assets/tfmg/blockstates/cut_bauxite.json deleted file mode 100644 index 7a692a11..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/cut_bauxite" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_brick_slab.json b/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_brick_slab.json deleted file mode 100644 index 975f9e25..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_brick_slab.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_brick_stairs.json b/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_brick_stairs.json deleted file mode 100644 index b2effb80..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_brick_stairs.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_brick_wall.json b/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_brick_wall.json deleted file mode 100644 index 540359de..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_brick_wall.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_bricks.json b/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_bricks.json deleted file mode 100644 index 10db8921..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/cut_bauxite_bricks" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_slab.json b/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_slab.json deleted file mode 100644 index 27a66133..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_slab.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_stairs.json b/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_stairs.json deleted file mode 100644 index 2a0e96a4..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_stairs.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_wall.json b/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_wall.json deleted file mode 100644 index 667e3bd1..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_bauxite_wall.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_galena.json b/src/generated/resources/assets/tfmg/blockstates/cut_galena.json deleted file mode 100644 index 80e17b41..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_galena.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/cut_galena" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_galena_brick_slab.json b/src/generated/resources/assets/tfmg/blockstates/cut_galena_brick_slab.json deleted file mode 100644 index c844c89d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_galena_brick_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/cut_galena_brick_slab" - }, - "type=double": { - "model": "tfmg:block/cut_galena_bricks" - }, - "type=top": { - "model": "tfmg:block/cut_galena_brick_slab_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_galena_brick_stairs.json b/src/generated/resources/assets/tfmg/blockstates/cut_galena_brick_stairs.json deleted file mode 100644 index 7e0a1b04..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_galena_brick_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/cut_galena_brick_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/cut_galena_brick_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/cut_galena_brick_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/cut_galena_brick_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/cut_galena_brick_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/cut_galena_brick_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/cut_galena_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/cut_galena_brick_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/cut_galena_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/cut_galena_brick_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/cut_galena_brick_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/cut_galena_brick_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/cut_galena_brick_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/cut_galena_brick_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/cut_galena_brick_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/cut_galena_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/cut_galena_brick_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/cut_galena_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/cut_galena_brick_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/cut_galena_brick_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/cut_galena_brick_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/cut_galena_brick_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/cut_galena_brick_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/cut_galena_brick_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/cut_galena_brick_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/cut_galena_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/cut_galena_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/cut_galena_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/cut_galena_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/cut_galena_brick_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/cut_galena_brick_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/cut_galena_brick_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/cut_galena_brick_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/cut_galena_brick_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/cut_galena_brick_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/cut_galena_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/cut_galena_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/cut_galena_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/cut_galena_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/cut_galena_brick_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_galena_brick_wall.json b/src/generated/resources/assets/tfmg/blockstates/cut_galena_brick_wall.json deleted file mode 100644 index a85ee86d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_galena_brick_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/cut_galena_bricks_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_bricks_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_bricks_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_bricks_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_bricks_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_bricks_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_bricks_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_bricks_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_bricks_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_galena_bricks.json b/src/generated/resources/assets/tfmg/blockstates/cut_galena_bricks.json deleted file mode 100644 index d4e39b1a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_galena_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/cut_galena_bricks" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_galena_slab.json b/src/generated/resources/assets/tfmg/blockstates/cut_galena_slab.json deleted file mode 100644 index f2da8cfa..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_galena_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/cut_galena_slab" - }, - "type=double": { - "model": "tfmg:block/cut_galena" - }, - "type=top": { - "model": "tfmg:block/cut_galena_slab_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_galena_stairs.json b/src/generated/resources/assets/tfmg/blockstates/cut_galena_stairs.json deleted file mode 100644 index 1ec322e8..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_galena_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/cut_galena_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/cut_galena_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/cut_galena_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/cut_galena_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/cut_galena_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/cut_galena_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/cut_galena_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/cut_galena_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/cut_galena_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/cut_galena_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/cut_galena_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/cut_galena_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/cut_galena_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/cut_galena_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/cut_galena_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/cut_galena_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/cut_galena_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/cut_galena_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/cut_galena_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/cut_galena_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/cut_galena_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/cut_galena_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/cut_galena_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/cut_galena_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/cut_galena_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/cut_galena_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/cut_galena_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/cut_galena_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/cut_galena_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/cut_galena_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/cut_galena_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/cut_galena_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/cut_galena_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/cut_galena_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/cut_galena_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/cut_galena_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/cut_galena_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/cut_galena_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/cut_galena_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/cut_galena_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cut_galena_wall.json b/src/generated/resources/assets/tfmg/blockstates/cut_galena_wall.json deleted file mode 100644 index 788c8c8b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cut_galena_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/cut_galena_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/cut_galena_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cyan_caution_block.json b/src/generated/resources/assets/tfmg/blockstates/cyan_caution_block.json deleted file mode 100644 index f19d96ae..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cyan_caution_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/cyan_caution_block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/cyan_caution_block" - }, - "facing=south": { - "model": "tfmg:block/cyan_caution_block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/cyan_caution_block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cyan_concrete.json b/src/generated/resources/assets/tfmg/blockstates/cyan_concrete.json deleted file mode 100644 index 56d6156b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cyan_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/cyan_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cyan_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/cyan_concrete_slab.json deleted file mode 100644 index 5fd79900..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cyan_concrete_slab.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cyan_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/cyan_concrete_stairs.json deleted file mode 100644 index 7e5a5f9d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cyan_concrete_stairs.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cyan_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/cyan_concrete_wall.json deleted file mode 100644 index b2ccf7f3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cyan_concrete_wall.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cyan_rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/cyan_rebar_concrete.json deleted file mode 100644 index a29e47ee..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cyan_rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/cyan_rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cyan_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/cyan_rebar_concrete_slab.json deleted file mode 100644 index 5fd79900..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cyan_rebar_concrete_slab.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cyan_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/cyan_rebar_concrete_stairs.json deleted file mode 100644 index 7e5a5f9d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cyan_rebar_concrete_stairs.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/cyan_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/cyan_rebar_concrete_wall.json deleted file mode 100644 index b2ccf7f3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/cyan_rebar_concrete_wall.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/debug_conductor.json b/src/generated/resources/assets/tfmg/blockstates/debug_conductor.json deleted file mode 100644 index c10c8020..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/debug_conductor.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/debug_conductor" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/debug_electric_block.json b/src/generated/resources/assets/tfmg/blockstates/debug_electric_block.json deleted file mode 100644 index 24d03cd8..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/debug_electric_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/debug_electric_block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/debug_generator_block.json b/src/generated/resources/assets/tfmg/blockstates/debug_generator_block.json deleted file mode 100644 index 2a068885..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/debug_generator_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/debug_generator_block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/deepslate_lead_ore.json b/src/generated/resources/assets/tfmg/blockstates/deepslate_lead_ore.json deleted file mode 100644 index adaa1af6..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/deepslate_lead_ore.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/deepslate_lead_ore" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/deepslate_lithium_ore.json b/src/generated/resources/assets/tfmg/blockstates/deepslate_lithium_ore.json deleted file mode 100644 index a3225f08..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/deepslate_lithium_ore.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/deepslate_lithium_ore" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/deepslate_nickel_ore.json b/src/generated/resources/assets/tfmg/blockstates/deepslate_nickel_ore.json deleted file mode 100644 index d565f05d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/deepslate_nickel_ore.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/deepslate_nickel_ore" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/diagonal_cable_block.json b/src/generated/resources/assets/tfmg/blockstates/diagonal_cable_block.json deleted file mode 100644 index a3aae76a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/diagonal_cable_block.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "variants": { - "facing=down,facing_up=false,waterlogged=false": { - "model": "tfmg:block/diagonal_cable_block/block" - }, - "facing=down,facing_up=false,waterlogged=true": { - "model": "tfmg:block/diagonal_cable_block/block" - }, - "facing=down,facing_up=true,waterlogged=false": { - "model": "tfmg:block/diagonal_cable_block/block_up" - }, - "facing=down,facing_up=true,waterlogged=true": { - "model": "tfmg:block/diagonal_cable_block/block_up" - }, - "facing=east,facing_up=false,waterlogged=false": { - "model": "tfmg:block/diagonal_cable_block/block" - }, - "facing=east,facing_up=false,waterlogged=true": { - "model": "tfmg:block/diagonal_cable_block/block" - }, - "facing=east,facing_up=true,waterlogged=false": { - "model": "tfmg:block/diagonal_cable_block/block_up" - }, - "facing=east,facing_up=true,waterlogged=true": { - "model": "tfmg:block/diagonal_cable_block/block_up" - }, - "facing=north,facing_up=false,waterlogged=false": { - "model": "tfmg:block/diagonal_cable_block/block", - "y": 270 - }, - "facing=north,facing_up=false,waterlogged=true": { - "model": "tfmg:block/diagonal_cable_block/block", - "y": 270 - }, - "facing=north,facing_up=true,waterlogged=false": { - "model": "tfmg:block/diagonal_cable_block/block_up", - "y": 270 - }, - "facing=north,facing_up=true,waterlogged=true": { - "model": "tfmg:block/diagonal_cable_block/block_up", - "y": 270 - }, - "facing=south,facing_up=false,waterlogged=false": { - "model": "tfmg:block/diagonal_cable_block/block", - "y": 90 - }, - "facing=south,facing_up=false,waterlogged=true": { - "model": "tfmg:block/diagonal_cable_block/block", - "y": 90 - }, - "facing=south,facing_up=true,waterlogged=false": { - "model": "tfmg:block/diagonal_cable_block/block_up", - "y": 90 - }, - "facing=south,facing_up=true,waterlogged=true": { - "model": "tfmg:block/diagonal_cable_block/block_up", - "y": 90 - }, - "facing=up,facing_up=false,waterlogged=false": { - "model": "tfmg:block/diagonal_cable_block/block" - }, - "facing=up,facing_up=false,waterlogged=true": { - "model": "tfmg:block/diagonal_cable_block/block" - }, - "facing=up,facing_up=true,waterlogged=false": { - "model": "tfmg:block/diagonal_cable_block/block_up" - }, - "facing=up,facing_up=true,waterlogged=true": { - "model": "tfmg:block/diagonal_cable_block/block_up" - }, - "facing=west,facing_up=false,waterlogged=false": { - "model": "tfmg:block/diagonal_cable_block/block", - "y": 180 - }, - "facing=west,facing_up=false,waterlogged=true": { - "model": "tfmg:block/diagonal_cable_block/block", - "y": 180 - }, - "facing=west,facing_up=true,waterlogged=false": { - "model": "tfmg:block/diagonal_cable_block/block_up", - "y": 180 - }, - "facing=west,facing_up=true,waterlogged=true": { - "model": "tfmg:block/diagonal_cable_block/block_up", - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/diesel.json b/src/generated/resources/assets/tfmg/blockstates/diesel.json deleted file mode 100644 index 6b056422..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/diesel.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/diesel" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/electric_casing.json b/src/generated/resources/assets/tfmg/blockstates/electric_casing.json deleted file mode 100644 index 86b2f691..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/electric_casing.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/electric_casing" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/electric_diode.json b/src/generated/resources/assets/tfmg/blockstates/electric_diode.json deleted file mode 100644 index afb8fcfa..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/electric_diode.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfmg:block/electric_diode/block_vertical", - "x": 180 - }, - "facing=east": { - "model": "tfmg:block/electric_diode/block", - "y": 270 - }, - "facing=north": { - "model": "tfmg:block/electric_diode/block", - "y": 180 - }, - "facing=south": { - "model": "tfmg:block/electric_diode/block" - }, - "facing=up": { - "model": "tfmg:block/electric_diode/block_vertical" - }, - "facing=west": { - "model": "tfmg:block/electric_diode/block", - "y": 90 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/electric_motor.json b/src/generated/resources/assets/tfmg/blockstates/electric_motor.json deleted file mode 100644 index b2acd44d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/electric_motor.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfmg:block/electric_motor/block_vertical", - "x": 180 - }, - "facing=east": { - "model": "tfmg:block/electric_motor/block", - "y": 270 - }, - "facing=north": { - "model": "tfmg:block/electric_motor/block", - "y": 180 - }, - "facing=south": { - "model": "tfmg:block/electric_motor/block" - }, - "facing=up": { - "model": "tfmg:block/electric_motor/block_vertical" - }, - "facing=west": { - "model": "tfmg:block/electric_motor/block", - "y": 90 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/electric_post.json b/src/generated/resources/assets/tfmg/blockstates/electric_post.json deleted file mode 100644 index 873c5fa9..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/electric_post.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "axis=x,concretelogged=false": { - "model": "tfmg:block/electric_post", - "x": 90, - "y": 90 - }, - "axis=x,concretelogged=true": { - "model": "tfmg:block/electric_post", - "x": 90, - "y": 90 - }, - "axis=y,concretelogged=false": { - "model": "tfmg:block/electric_post" - }, - "axis=y,concretelogged=true": { - "model": "tfmg:block/electric_post" - }, - "axis=z,concretelogged=false": { - "model": "tfmg:block/electric_post", - "x": 90, - "y": 180 - }, - "axis=z,concretelogged=true": { - "model": "tfmg:block/electric_post", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/electric_pump.json b/src/generated/resources/assets/tfmg/blockstates/electric_pump.json deleted file mode 100644 index 805d605c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/electric_pump.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "variants": { - "facing=down,waterlogged=false": { - "model": "tfmg:block/electric_pump/block", - "x": 180 - }, - "facing=down,waterlogged=true": { - "model": "tfmg:block/electric_pump/block", - "x": 180 - }, - "facing=east,waterlogged=false": { - "model": "tfmg:block/electric_pump/block", - "x": 90, - "y": 90 - }, - "facing=east,waterlogged=true": { - "model": "tfmg:block/electric_pump/block", - "x": 90, - "y": 90 - }, - "facing=north,waterlogged=false": { - "model": "tfmg:block/electric_pump/block", - "x": 90 - }, - "facing=north,waterlogged=true": { - "model": "tfmg:block/electric_pump/block", - "x": 90 - }, - "facing=south,waterlogged=false": { - "model": "tfmg:block/electric_pump/block", - "x": 90, - "y": 180 - }, - "facing=south,waterlogged=true": { - "model": "tfmg:block/electric_pump/block", - "x": 90, - "y": 180 - }, - "facing=up,waterlogged=false": { - "model": "tfmg:block/electric_pump/block" - }, - "facing=up,waterlogged=true": { - "model": "tfmg:block/electric_pump/block" - }, - "facing=west,waterlogged=false": { - "model": "tfmg:block/electric_pump/block", - "x": 90, - "y": 270 - }, - "facing=west,waterlogged=true": { - "model": "tfmg:block/electric_pump/block", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/electrical_switch.json b/src/generated/resources/assets/tfmg/blockstates/electrical_switch.json deleted file mode 100644 index 1ee12f75..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/electrical_switch.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfmg:block/electrical_switch/block", - "x": 180 - }, - "facing=east": { - "model": "tfmg:block/electrical_switch/block", - "x": 90, - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/electrical_switch/block", - "x": 90 - }, - "facing=south": { - "model": "tfmg:block/electrical_switch/block", - "x": 90, - "y": 180 - }, - "facing=up": { - "model": "tfmg:block/electrical_switch/block" - }, - "facing=west": { - "model": "tfmg:block/electrical_switch/block", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/electrode_holder.json b/src/generated/resources/assets/tfmg/blockstates/electrode_holder.json deleted file mode 100644 index 781571ee..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/electrode_holder.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/electrode_holder/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/encased_diode.json b/src/generated/resources/assets/tfmg/blockstates/encased_diode.json deleted file mode 100644 index 170653c4..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/encased_diode.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfmg:block/encased_diode", - "x": 180 - }, - "facing=east": { - "model": "tfmg:block/encased_diode", - "x": 90, - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/encased_diode", - "x": 90 - }, - "facing=south": { - "model": "tfmg:block/encased_diode", - "x": 90, - "y": 180 - }, - "facing=up": { - "model": "tfmg:block/encased_diode" - }, - "facing=west": { - "model": "tfmg:block/encased_diode", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/encased_potentiometer.json b/src/generated/resources/assets/tfmg/blockstates/encased_potentiometer.json deleted file mode 100644 index 7478219d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/encased_potentiometer.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfmg:block/encased_potentiometer", - "x": 180 - }, - "facing=east": { - "model": "tfmg:block/encased_potentiometer", - "x": 90, - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/encased_potentiometer", - "x": 90 - }, - "facing=south": { - "model": "tfmg:block/encased_potentiometer", - "x": 90, - "y": 180 - }, - "facing=up": { - "model": "tfmg:block/encased_potentiometer" - }, - "facing=west": { - "model": "tfmg:block/encased_potentiometer", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/engine_controller.json b/src/generated/resources/assets/tfmg/blockstates/engine_controller.json deleted file mode 100644 index b1b6c7fd..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/engine_controller.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/engine_controller/block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/engine_controller/block" - }, - "facing=south": { - "model": "tfmg:block/engine_controller/block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/engine_controller/block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/engine_gearbox.json b/src/generated/resources/assets/tfmg/blockstates/engine_gearbox.json deleted file mode 100644 index 1f5b3a10..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/engine_gearbox.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/engine_gearbox/block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/engine_gearbox/block" - }, - "facing=south": { - "model": "tfmg:block/engine_gearbox/block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/engine_gearbox/block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/exhaust.json b/src/generated/resources/assets/tfmg/blockstates/exhaust.json deleted file mode 100644 index 3ae3f9c0..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/exhaust.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/factory_floor.json b/src/generated/resources/assets/tfmg/blockstates/factory_floor.json deleted file mode 100644 index d4651c53..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/factory_floor.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/factory_floor" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/factory_floor_slab.json b/src/generated/resources/assets/tfmg/blockstates/factory_floor_slab.json deleted file mode 100644 index 5d2ff26f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/factory_floor_slab.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/factory_floor_stairs.json b/src/generated/resources/assets/tfmg/blockstates/factory_floor_stairs.json deleted file mode 100644 index ac2df96f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/factory_floor_stairs.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/factory_floor_wall.json b/src/generated/resources/assets/tfmg/blockstates/factory_floor_wall.json deleted file mode 100644 index 2a3e98ae..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/factory_floor_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/factory_floor_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/factory_floor_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/factory_floor_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/factory_floor_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/factory_floor_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/factory_floor_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/factory_floor_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/factory_floor_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/factory_floor_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/firebox.json b/src/generated/resources/assets/tfmg/blockstates/firebox.json deleted file mode 100644 index dd003870..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/firebox.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/firebox/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/fireclay.json b/src/generated/resources/assets/tfmg/blockstates/fireclay.json deleted file mode 100644 index e82a435a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/fireclay.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/fireclay" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/fireproof_brick_reinforcement.json b/src/generated/resources/assets/tfmg/blockstates/fireproof_brick_reinforcement.json deleted file mode 100644 index 182ce71c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/fireproof_brick_reinforcement.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/fireproof_bricks.json b/src/generated/resources/assets/tfmg/blockstates/fireproof_bricks.json deleted file mode 100644 index 881e492a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/fireproof_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/fireproof_bricks" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/flarestack.json b/src/generated/resources/assets/tfmg/blockstates/flarestack.json deleted file mode 100644 index 591852f7..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/flarestack.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "lit=false": { - "model": "tfmg:block/flarestack/block" - }, - "lit=true": { - "model": "tfmg:block/flarestack/block_lit" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/fossilstone.json b/src/generated/resources/assets/tfmg/blockstates/fossilstone.json deleted file mode 100644 index 421af0dc..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/fossilstone.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/fossilstone" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/fuse_block.json b/src/generated/resources/assets/tfmg/blockstates/fuse_block.json deleted file mode 100644 index 8b3b5654..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/fuse_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/fuse_block/block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/fuse_block/block" - }, - "facing=south": { - "model": "tfmg:block/fuse_block/block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/fuse_block/block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/galena.json b/src/generated/resources/assets/tfmg/blockstates/galena.json deleted file mode 100644 index ee0542ae..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/galena.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "variants": { - "": [ - { - "model": "tfmg:block/galena_natural_0" - }, - { - "model": "tfmg:block/galena_natural_1" - }, - { - "model": "tfmg:block/galena_natural_2" - }, - { - "model": "tfmg:block/galena_natural_3" - } - ] - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/galena_pillar.json b/src/generated/resources/assets/tfmg/blockstates/galena_pillar.json deleted file mode 100644 index 975f64fc..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/galena_pillar.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/galena_pillar_horizontal", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/galena_pillar" - }, - "axis=z": { - "model": "tfmg:block/galena_pillar_horizontal", - "x": 90 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/gasoline.json b/src/generated/resources/assets/tfmg/blockstates/gasoline.json deleted file mode 100644 index a3c9e258..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/gasoline.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/gasoline" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/generator.json b/src/generated/resources/assets/tfmg/blockstates/generator.json deleted file mode 100644 index b96239f8..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/generator.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfmg:block/generator/block", - "x": 180 - }, - "facing=east": { - "model": "tfmg:block/generator/block", - "x": 90, - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/generator/block", - "x": 90 - }, - "facing=south": { - "model": "tfmg:block/generator/block", - "x": 90, - "y": 180 - }, - "facing=up": { - "model": "tfmg:block/generator/block" - }, - "facing=west": { - "model": "tfmg:block/generator/block", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/glass_aluminum_pipe.json b/src/generated/resources/assets/tfmg/blockstates/glass_aluminum_pipe.json deleted file mode 100644 index 348275ca..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/glass_aluminum_pipe.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/glass_brass_pipe.json b/src/generated/resources/assets/tfmg/blockstates/glass_brass_pipe.json deleted file mode 100644 index 27d61e17..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/glass_brass_pipe.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/glass_cable_insulator.json b/src/generated/resources/assets/tfmg/blockstates/glass_cable_insulator.json deleted file mode 100644 index 1801aa05..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/glass_cable_insulator.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "variants": { - "extension=false,facing=down": { - "model": "tfmg:block/glass_cable_insulator/block", - "x": 180 - }, - "extension=false,facing=east": { - "model": "tfmg:block/glass_cable_insulator/block", - "x": 90, - "y": 90 - }, - "extension=false,facing=north": { - "model": "tfmg:block/glass_cable_insulator/block", - "x": 90 - }, - "extension=false,facing=south": { - "model": "tfmg:block/glass_cable_insulator/block", - "x": 90, - "y": 180 - }, - "extension=false,facing=up": { - "model": "tfmg:block/glass_cable_insulator/block" - }, - "extension=false,facing=west": { - "model": "tfmg:block/glass_cable_insulator/block", - "x": 90, - "y": 270 - }, - "extension=true,facing=down": { - "model": "tfmg:block/glass_cable_insulator/block_extension", - "x": 180 - }, - "extension=true,facing=east": { - "model": "tfmg:block/glass_cable_insulator/block_extension", - "x": 90, - "y": 90 - }, - "extension=true,facing=north": { - "model": "tfmg:block/glass_cable_insulator/block_extension", - "x": 90 - }, - "extension=true,facing=south": { - "model": "tfmg:block/glass_cable_insulator/block_extension", - "x": 90, - "y": 180 - }, - "extension=true,facing=up": { - "model": "tfmg:block/glass_cable_insulator/block_extension" - }, - "extension=true,facing=west": { - "model": "tfmg:block/glass_cable_insulator/block_extension", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/glass_cast_iron_pipe.json b/src/generated/resources/assets/tfmg/blockstates/glass_cast_iron_pipe.json deleted file mode 100644 index 8976a158..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/glass_cast_iron_pipe.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/glass_plastic_pipe.json b/src/generated/resources/assets/tfmg/blockstates/glass_plastic_pipe.json deleted file mode 100644 index 6c28a3ca..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/glass_plastic_pipe.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/glass_steel_pipe.json b/src/generated/resources/assets/tfmg/blockstates/glass_steel_pipe.json deleted file mode 100644 index ef312e5b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/glass_steel_pipe.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/gray_caution_block.json b/src/generated/resources/assets/tfmg/blockstates/gray_caution_block.json deleted file mode 100644 index 9c2d94fa..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/gray_caution_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/gray_caution_block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/gray_caution_block" - }, - "facing=south": { - "model": "tfmg:block/gray_caution_block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/gray_caution_block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/gray_concrete.json b/src/generated/resources/assets/tfmg/blockstates/gray_concrete.json deleted file mode 100644 index cea786cf..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/gray_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/gray_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/gray_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/gray_concrete_slab.json deleted file mode 100644 index 94fb647f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/gray_concrete_slab.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/gray_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/gray_concrete_stairs.json deleted file mode 100644 index 1180463c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/gray_concrete_stairs.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/gray_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/gray_concrete_wall.json deleted file mode 100644 index 1fa3f2c8..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/gray_concrete_wall.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/gray_rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/gray_rebar_concrete.json deleted file mode 100644 index d2b84035..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/gray_rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/gray_rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/gray_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/gray_rebar_concrete_slab.json deleted file mode 100644 index 94fb647f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/gray_rebar_concrete_slab.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/gray_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/gray_rebar_concrete_stairs.json deleted file mode 100644 index 1180463c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/gray_rebar_concrete_stairs.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/gray_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/gray_rebar_concrete_wall.json deleted file mode 100644 index 1fa3f2c8..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/gray_rebar_concrete_wall.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/green_caution_block.json b/src/generated/resources/assets/tfmg/blockstates/green_caution_block.json deleted file mode 100644 index ddc9fbec..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/green_caution_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/green_caution_block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/green_caution_block" - }, - "facing=south": { - "model": "tfmg:block/green_caution_block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/green_caution_block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/green_concrete.json b/src/generated/resources/assets/tfmg/blockstates/green_concrete.json deleted file mode 100644 index 45f6507b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/green_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/green_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/green_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/green_concrete_slab.json deleted file mode 100644 index a8758b5f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/green_concrete_slab.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/green_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/green_concrete_stairs.json deleted file mode 100644 index b0bd2790..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/green_concrete_stairs.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/green_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/green_concrete_wall.json deleted file mode 100644 index d39ff687..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/green_concrete_wall.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/green_rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/green_rebar_concrete.json deleted file mode 100644 index 538879fd..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/green_rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/green_rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/green_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/green_rebar_concrete_slab.json deleted file mode 100644 index a8758b5f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/green_rebar_concrete_slab.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/green_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/green_rebar_concrete_stairs.json deleted file mode 100644 index b0bd2790..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/green_rebar_concrete_stairs.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/green_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/green_rebar_concrete_wall.json deleted file mode 100644 index d39ff687..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/green_rebar_concrete_wall.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/heavy_cable_hub.json b/src/generated/resources/assets/tfmg/blockstates/heavy_cable_hub.json deleted file mode 100644 index e67e6bcf..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/heavy_cable_hub.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/heavy_cable_hub" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/heavy_casing_door.json b/src/generated/resources/assets/tfmg/blockstates/heavy_casing_door.json deleted file mode 100644 index 770e079e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/heavy_casing_door.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/heavy_casing_encased_aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/blockstates/heavy_casing_encased_aluminum_cogwheel.json deleted file mode 100644 index 9b5355c3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/heavy_casing_encased_aluminum_cogwheel.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "variants": { - "axis=x,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_aluminum_cogwheel", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_aluminum_cogwheel_top", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_aluminum_cogwheel_bottom", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_aluminum_cogwheel_top_bottom", - "x": 90, - "y": 90 - }, - "axis=y,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_aluminum_cogwheel" - }, - "axis=y,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_aluminum_cogwheel_top" - }, - "axis=y,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_aluminum_cogwheel_bottom" - }, - "axis=y,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_aluminum_cogwheel_top_bottom" - }, - "axis=z,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_aluminum_cogwheel", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_aluminum_cogwheel_top", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_aluminum_cogwheel_bottom", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_aluminum_cogwheel_top_bottom", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/heavy_casing_encased_large_aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/blockstates/heavy_casing_encased_large_aluminum_cogwheel.json deleted file mode 100644 index 042e2bb6..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/heavy_casing_encased_large_aluminum_cogwheel.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "variants": { - "axis=x,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_large_aluminum_cogwheel", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_large_aluminum_cogwheel_top", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_large_aluminum_cogwheel_bottom", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_large_aluminum_cogwheel_top_bottom", - "x": 90, - "y": 90 - }, - "axis=y,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_large_aluminum_cogwheel" - }, - "axis=y,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_large_aluminum_cogwheel_top" - }, - "axis=y,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_large_aluminum_cogwheel_bottom" - }, - "axis=y,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_large_aluminum_cogwheel_top_bottom" - }, - "axis=z,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_large_aluminum_cogwheel", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_large_aluminum_cogwheel_top", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_large_aluminum_cogwheel_bottom", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_large_aluminum_cogwheel_top_bottom", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/heavy_casing_encased_large_steel_cogwheel.json b/src/generated/resources/assets/tfmg/blockstates/heavy_casing_encased_large_steel_cogwheel.json deleted file mode 100644 index ab796227..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/heavy_casing_encased_large_steel_cogwheel.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "variants": { - "axis=x,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_large_steel_cogwheel", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_large_steel_cogwheel_top", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_large_steel_cogwheel_bottom", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_large_steel_cogwheel_top_bottom", - "x": 90, - "y": 90 - }, - "axis=y,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_large_steel_cogwheel" - }, - "axis=y,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_large_steel_cogwheel_top" - }, - "axis=y,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_large_steel_cogwheel_bottom" - }, - "axis=y,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_large_steel_cogwheel_top_bottom" - }, - "axis=z,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_large_steel_cogwheel", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_large_steel_cogwheel_top", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_large_steel_cogwheel_bottom", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_large_steel_cogwheel_top_bottom", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/heavy_casing_encased_shaft.json b/src/generated/resources/assets/tfmg/blockstates/heavy_casing_encased_shaft.json deleted file mode 100644 index 59941237..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/heavy_casing_encased_shaft.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/encased_shaft/block_heavy_casing", - "uvlock": true, - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/encased_shaft/block_heavy_casing", - "uvlock": true - }, - "axis=z": { - "model": "tfmg:block/encased_shaft/block_heavy_casing", - "uvlock": true, - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/heavy_casing_encased_steel_cogwheel.json b/src/generated/resources/assets/tfmg/blockstates/heavy_casing_encased_steel_cogwheel.json deleted file mode 100644 index 817ed076..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/heavy_casing_encased_steel_cogwheel.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "variants": { - "axis=x,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_steel_cogwheel", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_steel_cogwheel_top", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_steel_cogwheel_bottom", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_steel_cogwheel_top_bottom", - "x": 90, - "y": 90 - }, - "axis=y,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_steel_cogwheel" - }, - "axis=y,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_steel_cogwheel_top" - }, - "axis=y,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_steel_cogwheel_bottom" - }, - "axis=y,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_steel_cogwheel_top_bottom" - }, - "axis=z,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_steel_cogwheel", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_steel_cogwheel_top", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/heavy_casing_encased_steel_cogwheel_bottom", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/heavy_casing_encased_steel_cogwheel_top_bottom", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/heavy_machinery_casing.json b/src/generated/resources/assets/tfmg/blockstates/heavy_machinery_casing.json deleted file mode 100644 index d539ef15..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/heavy_machinery_casing.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/heavy_machinery_casing" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/heavy_oil.json b/src/generated/resources/assets/tfmg/blockstates/heavy_oil.json deleted file mode 100644 index 62cedd5a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/heavy_oil.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/heavy_oil" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/heavy_plated_door.json b/src/generated/resources/assets/tfmg/blockstates/heavy_plated_door.json deleted file mode 100644 index 0b8b9147..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/heavy_plated_door.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "variants": { - "facing=east,half=lower,hinge=left,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom" - }, - "facing=east,half=lower,hinge=left,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom" - }, - "facing=east,half=lower,hinge=left,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 90 - }, - "facing=east,half=lower,hinge=left,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 90 - }, - "facing=east,half=lower,hinge=right,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom" - }, - "facing=east,half=lower,hinge=right,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom" - }, - "facing=east,half=lower,hinge=right,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 270 - }, - "facing=east,half=lower,hinge=right,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 270 - }, - "facing=east,half=upper,hinge=left,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top" - }, - "facing=east,half=upper,hinge=left,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top" - }, - "facing=east,half=upper,hinge=left,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 90 - }, - "facing=east,half=upper,hinge=left,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 90 - }, - "facing=east,half=upper,hinge=right,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top" - }, - "facing=east,half=upper,hinge=right,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top" - }, - "facing=east,half=upper,hinge=right,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 270 - }, - "facing=east,half=upper,hinge=right,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 270 - }, - "facing=north,half=lower,hinge=left,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 270 - }, - "facing=north,half=lower,hinge=left,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 270 - }, - "facing=north,half=lower,hinge=left,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom" - }, - "facing=north,half=lower,hinge=left,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom" - }, - "facing=north,half=lower,hinge=right,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 270 - }, - "facing=north,half=lower,hinge=right,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 270 - }, - "facing=north,half=lower,hinge=right,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 180 - }, - "facing=north,half=lower,hinge=right,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 180 - }, - "facing=north,half=upper,hinge=left,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 270 - }, - "facing=north,half=upper,hinge=left,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 270 - }, - "facing=north,half=upper,hinge=left,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top" - }, - "facing=north,half=upper,hinge=left,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top" - }, - "facing=north,half=upper,hinge=right,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 270 - }, - "facing=north,half=upper,hinge=right,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 270 - }, - "facing=north,half=upper,hinge=right,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 180 - }, - "facing=north,half=upper,hinge=right,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 180 - }, - "facing=south,half=lower,hinge=left,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 90 - }, - "facing=south,half=lower,hinge=left,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 90 - }, - "facing=south,half=lower,hinge=left,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 180 - }, - "facing=south,half=lower,hinge=left,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 180 - }, - "facing=south,half=lower,hinge=right,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 90 - }, - "facing=south,half=lower,hinge=right,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 90 - }, - "facing=south,half=lower,hinge=right,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom" - }, - "facing=south,half=lower,hinge=right,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom" - }, - "facing=south,half=upper,hinge=left,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 90 - }, - "facing=south,half=upper,hinge=left,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 90 - }, - "facing=south,half=upper,hinge=left,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 180 - }, - "facing=south,half=upper,hinge=left,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 180 - }, - "facing=south,half=upper,hinge=right,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 90 - }, - "facing=south,half=upper,hinge=right,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 90 - }, - "facing=south,half=upper,hinge=right,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top" - }, - "facing=south,half=upper,hinge=right,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top" - }, - "facing=west,half=lower,hinge=left,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 180 - }, - "facing=west,half=lower,hinge=left,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 180 - }, - "facing=west,half=lower,hinge=left,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 270 - }, - "facing=west,half=lower,hinge=left,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 270 - }, - "facing=west,half=lower,hinge=right,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 180 - }, - "facing=west,half=lower,hinge=right,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 180 - }, - "facing=west,half=lower,hinge=right,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 90 - }, - "facing=west,half=lower,hinge=right,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_bottom", - "y": 90 - }, - "facing=west,half=upper,hinge=left,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=left,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=left,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 270 - }, - "facing=west,half=upper,hinge=left,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 270 - }, - "facing=west,half=upper,hinge=right,open=false,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=right,open=false,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=right,open=true,visible=false": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 90 - }, - "facing=west,half=upper,hinge=right,open=true,visible=true": { - "model": "tfmg:block/heavy_plated_door/block_top", - "y": 90 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/industrial_aluminum_casing.json b/src/generated/resources/assets/tfmg/blockstates/industrial_aluminum_casing.json deleted file mode 100644 index 75e1f48a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/industrial_aluminum_casing.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/industrial_aluminum_casing" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/industrial_mixer.json b/src/generated/resources/assets/tfmg/blockstates/industrial_mixer.json deleted file mode 100644 index 0a187873..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/industrial_mixer.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/industrial_mixer/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/industrial_pipe.json b/src/generated/resources/assets/tfmg/blockstates/industrial_pipe.json deleted file mode 100644 index e0872219..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/industrial_pipe.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/industrial_pipe/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/kerosene.json b/src/generated/resources/assets/tfmg/blockstates/kerosene.json deleted file mode 100644 index 2a78093b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/kerosene.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/kerosene" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/large_aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/blockstates/large_aluminum_cogwheel.json deleted file mode 100644 index 3dfae762..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/large_aluminum_cogwheel.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/large_aluminum_cogwheel", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/large_aluminum_cogwheel" - }, - "axis=z": { - "model": "tfmg:block/large_aluminum_cogwheel", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/large_pumpjack_hammer_connector.json b/src/generated/resources/assets/tfmg/blockstates/large_pumpjack_hammer_connector.json deleted file mode 100644 index 76e65852..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/large_pumpjack_hammer_connector.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/large_pumpjack_hammer_connector", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/large_pumpjack_hammer_connector" - }, - "facing=south": { - "model": "tfmg:block/large_pumpjack_hammer_connector", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/large_pumpjack_hammer_connector", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/large_pumpjack_hammer_head.json b/src/generated/resources/assets/tfmg/blockstates/large_pumpjack_hammer_head.json deleted file mode 100644 index a06cbb69..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/large_pumpjack_hammer_head.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/large_pumpjack_hammer_head", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/large_pumpjack_hammer_head" - }, - "facing=south": { - "model": "tfmg:block/large_pumpjack_hammer_head", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/large_pumpjack_hammer_head", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/large_pumpjack_hammer_part.json b/src/generated/resources/assets/tfmg/blockstates/large_pumpjack_hammer_part.json deleted file mode 100644 index 07d53df4..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/large_pumpjack_hammer_part.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/large_pumpjack_hammer_part", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/large_pumpjack_hammer_part" - }, - "facing=south": { - "model": "tfmg:block/large_pumpjack_hammer_part", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/large_pumpjack_hammer_part", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/large_steel_cogwheel.json b/src/generated/resources/assets/tfmg/blockstates/large_steel_cogwheel.json deleted file mode 100644 index 15f0c176..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/large_steel_cogwheel.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/large_steel_cogwheel", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/large_steel_cogwheel" - }, - "axis=z": { - "model": "tfmg:block/large_steel_cogwheel", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/layered_bauxite.json b/src/generated/resources/assets/tfmg/blockstates/layered_bauxite.json deleted file mode 100644 index a3d0c781..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/layered_bauxite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/layered_bauxite" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/layered_galena.json b/src/generated/resources/assets/tfmg/blockstates/layered_galena.json deleted file mode 100644 index d4db8e82..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/layered_galena.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/layered_galena" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lead_bars.json b/src/generated/resources/assets/tfmg/blockstates/lead_bars.json deleted file mode 100644 index 510e3ed6..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lead_bars.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/lead_post_ends" - } - }, - { - "apply": { - "model": "tfmg:block/lead_post" - }, - "when": { - "east": "false", - "north": "false", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/lead_cap" - }, - "when": { - "east": "false", - "north": "true", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/lead_cap", - "y": 90 - }, - "when": { - "east": "true", - "north": "false", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/lead_cap_alt" - }, - "when": { - "east": "false", - "north": "false", - "south": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/lead_cap_alt", - "y": 90 - }, - "when": { - "east": "false", - "north": "false", - "south": "false", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/lead_side" - }, - "when": { - "north": "true" - } - }, - { - "apply": { - "model": "tfmg:block/lead_side", - "y": 90 - }, - "when": { - "east": "true" - } - }, - { - "apply": { - "model": "tfmg:block/lead_side_alt" - }, - "when": { - "south": "true" - } - }, - { - "apply": { - "model": "tfmg:block/lead_side_alt", - "y": 90 - }, - "when": { - "west": "true" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lead_block.json b/src/generated/resources/assets/tfmg/blockstates/lead_block.json deleted file mode 100644 index 1f65ded8..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lead_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/lead_block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lead_flywheel.json b/src/generated/resources/assets/tfmg/blockstates/lead_flywheel.json deleted file mode 100644 index f4a8d3cd..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lead_flywheel.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/lead_flywheel/block", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/lead_flywheel/block" - }, - "axis=z": { - "model": "tfmg:block/lead_flywheel/block", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lead_frame.json b/src/generated/resources/assets/tfmg/blockstates/lead_frame.json deleted file mode 100644 index 13938da4..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lead_frame.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/lead_frame/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lead_ladder.json b/src/generated/resources/assets/tfmg/blockstates/lead_ladder.json deleted file mode 100644 index bf41713e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lead_ladder.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "variants": { - "facing=east,waterlogged=false": { - "model": "tfmg:block/lead_ladder", - "y": 90 - }, - "facing=east,waterlogged=true": { - "model": "tfmg:block/lead_ladder", - "y": 90 - }, - "facing=north,waterlogged=false": { - "model": "tfmg:block/lead_ladder" - }, - "facing=north,waterlogged=true": { - "model": "tfmg:block/lead_ladder" - }, - "facing=south,waterlogged=false": { - "model": "tfmg:block/lead_ladder", - "y": 180 - }, - "facing=south,waterlogged=true": { - "model": "tfmg:block/lead_ladder", - "y": 180 - }, - "facing=west,waterlogged=false": { - "model": "tfmg:block/lead_ladder", - "y": 270 - }, - "facing=west,waterlogged=true": { - "model": "tfmg:block/lead_ladder", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lead_ore.json b/src/generated/resources/assets/tfmg/blockstates/lead_ore.json deleted file mode 100644 index dbb4e0b5..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lead_ore.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/lead_ore" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lead_truss.json b/src/generated/resources/assets/tfmg/blockstates/lead_truss.json deleted file mode 100644 index 7407958a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lead_truss.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/lead_truss", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/lead_truss" - }, - "axis=z": { - "model": "tfmg:block/lead_truss", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_blue_caution_block.json b/src/generated/resources/assets/tfmg/blockstates/light_blue_caution_block.json deleted file mode 100644 index b6bec310..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_blue_caution_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/light_blue_caution_block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/light_blue_caution_block" - }, - "facing=south": { - "model": "tfmg:block/light_blue_caution_block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/light_blue_caution_block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_blue_concrete.json b/src/generated/resources/assets/tfmg/blockstates/light_blue_concrete.json deleted file mode 100644 index 7a3e3669..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_blue_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/light_blue_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_blue_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/light_blue_concrete_slab.json deleted file mode 100644 index fceb8b00..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_blue_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/light_blue_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/light_blue_concrete" - }, - "type=top": { - "model": "tfmg:block/light_blue_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_blue_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/light_blue_concrete_stairs.json deleted file mode 100644 index c37ec2fe..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_blue_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_blue_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/light_blue_concrete_wall.json deleted file mode 100644 index 12ab190d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_blue_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_blue_rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/light_blue_rebar_concrete.json deleted file mode 100644 index 038399f4..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_blue_rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/light_blue_rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_blue_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/light_blue_rebar_concrete_slab.json deleted file mode 100644 index fceb8b00..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_blue_rebar_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/light_blue_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/light_blue_concrete" - }, - "type=top": { - "model": "tfmg:block/light_blue_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_blue_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/light_blue_rebar_concrete_stairs.json deleted file mode 100644 index c37ec2fe..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_blue_rebar_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/light_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/light_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/light_blue_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_blue_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/light_blue_rebar_concrete_wall.json deleted file mode 100644 index 12ab190d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_blue_rebar_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_blue_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_bulb.json b/src/generated/resources/assets/tfmg/blockstates/light_bulb.json deleted file mode 100644 index f74484c4..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_bulb.json +++ /dev/null @@ -1,836 +0,0 @@ -{ - "variants": { - "facing=down,level=0,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=0,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=1,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=1,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=10,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=10,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=11,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=11,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=12,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=12,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=13,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=13,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=14,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=14,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=15,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=15,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=2,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=2,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=3,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=3,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=4,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=4,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=5,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=5,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=6,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=6,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=7,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=7,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=8,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=8,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=9,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=down,level=9,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 180 - }, - "facing=east,level=0,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=0,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=1,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=1,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=10,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=10,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=11,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=11,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=12,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=12,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=13,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=13,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=14,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=14,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=15,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=15,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=2,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=2,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=3,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=3,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=4,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=4,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=5,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=5,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=6,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=6,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=7,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=7,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=8,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=8,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=9,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=east,level=9,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 90 - }, - "facing=north,level=0,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=0,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=1,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=1,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=10,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=10,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=11,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=11,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=12,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=12,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=13,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=13,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=14,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=14,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=15,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=15,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=2,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=2,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=3,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=3,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=4,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=4,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=5,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=5,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=6,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=6,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=7,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=7,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=8,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=8,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=9,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=north,level=9,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90 - }, - "facing=south,level=0,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=0,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=1,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=1,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=10,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=10,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=11,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=11,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=12,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=12,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=13,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=13,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=14,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=14,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=15,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=15,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=2,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=2,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=3,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=3,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=4,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=4,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=5,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=5,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=6,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=6,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=7,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=7,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=8,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=8,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=9,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=south,level=9,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 180 - }, - "facing=up,level=0,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=0,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=1,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=1,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=10,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=10,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=11,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=11,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=12,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=12,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=13,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=13,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=14,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=14,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=15,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=15,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=2,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=2,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=3,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=3,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=4,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=4,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=5,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=5,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=6,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=6,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=7,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=7,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=8,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=8,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=9,waterlogged=false": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=up,level=9,waterlogged=true": { - "model": "tfmg:block/light_bulb/block" - }, - "facing=west,level=0,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=0,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=1,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=1,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=10,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=10,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=11,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=11,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=12,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=12,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=13,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=13,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=14,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=14,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=15,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=15,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=2,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=2,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=3,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=3,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=4,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=4,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=5,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=5,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=6,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=6,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=7,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=7,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=8,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=8,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=9,waterlogged=false": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - }, - "facing=west,level=9,waterlogged=true": { - "model": "tfmg:block/light_bulb/block", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_gray_caution_block.json b/src/generated/resources/assets/tfmg/blockstates/light_gray_caution_block.json deleted file mode 100644 index 879552c2..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_gray_caution_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/light_gray_caution_block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/light_gray_caution_block" - }, - "facing=south": { - "model": "tfmg:block/light_gray_caution_block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/light_gray_caution_block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_gray_concrete.json b/src/generated/resources/assets/tfmg/blockstates/light_gray_concrete.json deleted file mode 100644 index fef40440..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_gray_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/light_gray_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_gray_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/light_gray_concrete_slab.json deleted file mode 100644 index 0a69f890..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_gray_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/light_gray_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/light_gray_concrete" - }, - "type=top": { - "model": "tfmg:block/light_gray_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_gray_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/light_gray_concrete_stairs.json deleted file mode 100644 index 411109cf..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_gray_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_gray_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/light_gray_concrete_wall.json deleted file mode 100644 index 7ed35d87..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_gray_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_gray_rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/light_gray_rebar_concrete.json deleted file mode 100644 index aabf30f0..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_gray_rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/light_gray_rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_gray_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/light_gray_rebar_concrete_slab.json deleted file mode 100644 index 0a69f890..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_gray_rebar_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/light_gray_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/light_gray_concrete" - }, - "type=top": { - "model": "tfmg:block/light_gray_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_gray_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/light_gray_rebar_concrete_stairs.json deleted file mode 100644 index 411109cf..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_gray_rebar_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/light_gray_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/light_gray_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/light_gray_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/light_gray_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/light_gray_rebar_concrete_wall.json deleted file mode 100644 index 7ed35d87..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/light_gray_rebar_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/light_gray_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lignite.json b/src/generated/resources/assets/tfmg/blockstates/lignite.json deleted file mode 100644 index cf17f3d6..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lignite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/lignite" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lime_caution_block.json b/src/generated/resources/assets/tfmg/blockstates/lime_caution_block.json deleted file mode 100644 index 55f63204..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lime_caution_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/lime_caution_block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/lime_caution_block" - }, - "facing=south": { - "model": "tfmg:block/lime_caution_block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/lime_caution_block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lime_concrete.json b/src/generated/resources/assets/tfmg/blockstates/lime_concrete.json deleted file mode 100644 index 65389d91..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lime_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/lime_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lime_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/lime_concrete_slab.json deleted file mode 100644 index 0936cd4b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lime_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/lime_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/lime_concrete" - }, - "type=top": { - "model": "tfmg:block/lime_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lime_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/lime_concrete_stairs.json deleted file mode 100644 index 8d99b6b5..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lime_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lime_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/lime_concrete_wall.json deleted file mode 100644 index 2975bc75..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lime_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lime_rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/lime_rebar_concrete.json deleted file mode 100644 index 93dbfec8..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lime_rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/lime_rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lime_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/lime_rebar_concrete_slab.json deleted file mode 100644 index 0936cd4b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lime_rebar_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/lime_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/lime_concrete" - }, - "type=top": { - "model": "tfmg:block/lime_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lime_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/lime_rebar_concrete_stairs.json deleted file mode 100644 index 8d99b6b5..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lime_rebar_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/lime_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/lime_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/lime_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lime_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/lime_rebar_concrete_wall.json deleted file mode 100644 index 2975bc75..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lime_rebar_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/lime_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/liquid_asphalt.json b/src/generated/resources/assets/tfmg/blockstates/liquid_asphalt.json deleted file mode 100644 index b399a840..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/liquid_asphalt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/liquid_asphalt" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/liquid_concrete.json b/src/generated/resources/assets/tfmg/blockstates/liquid_concrete.json deleted file mode 100644 index cb73717c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/liquid_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/liquid_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/liquid_silicon.json b/src/generated/resources/assets/tfmg/blockstates/liquid_silicon.json deleted file mode 100644 index d0ab0f14..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/liquid_silicon.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/liquid_silicon" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lithium_block.json b/src/generated/resources/assets/tfmg/blockstates/lithium_block.json deleted file mode 100644 index 7187fa5c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lithium_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/lithium_block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lithium_ore.json b/src/generated/resources/assets/tfmg/blockstates/lithium_ore.json deleted file mode 100644 index 1d963e10..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lithium_ore.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/lithium_ore" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lithium_torch.json b/src/generated/resources/assets/tfmg/blockstates/lithium_torch.json deleted file mode 100644 index 615898ec..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lithium_torch.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "variants": { - "facing=down,waterlogged=false": { - "model": "tfmg:block/lithium_torch/block", - "x": 180 - }, - "facing=down,waterlogged=true": { - "model": "tfmg:block/lithium_torch/block", - "x": 180 - }, - "facing=east,waterlogged=false": { - "model": "tfmg:block/lithium_torch/block_wall" - }, - "facing=east,waterlogged=true": { - "model": "tfmg:block/lithium_torch/block_wall" - }, - "facing=north,waterlogged=false": { - "model": "tfmg:block/lithium_torch/block_wall", - "y": 270 - }, - "facing=north,waterlogged=true": { - "model": "tfmg:block/lithium_torch/block_wall", - "y": 270 - }, - "facing=south,waterlogged=false": { - "model": "tfmg:block/lithium_torch/block_wall", - "y": 90 - }, - "facing=south,waterlogged=true": { - "model": "tfmg:block/lithium_torch/block_wall", - "y": 90 - }, - "facing=up,waterlogged=false": { - "model": "tfmg:block/lithium_torch/block" - }, - "facing=up,waterlogged=true": { - "model": "tfmg:block/lithium_torch/block" - }, - "facing=west,waterlogged=false": { - "model": "tfmg:block/lithium_torch/block_wall", - "y": 180 - }, - "facing=west,waterlogged=true": { - "model": "tfmg:block/lithium_torch/block_wall", - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/lubrication_oil.json b/src/generated/resources/assets/tfmg/blockstates/lubrication_oil.json deleted file mode 100644 index 6892efe5..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/lubrication_oil.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/lubrication_oil" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/machine_input.json b/src/generated/resources/assets/tfmg/blockstates/machine_input.json deleted file mode 100644 index 2dc8043b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/machine_input.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfmg:block/machine_input/block", - "x": 180 - }, - "facing=east": { - "model": "tfmg:block/machine_input/block", - "x": 90, - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/machine_input/block", - "x": 90 - }, - "facing=south": { - "model": "tfmg:block/machine_input/block", - "x": 90, - "y": 180 - }, - "facing=up": { - "model": "tfmg:block/machine_input/block" - }, - "facing=west": { - "model": "tfmg:block/machine_input/block", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/magenta_caution_block.json b/src/generated/resources/assets/tfmg/blockstates/magenta_caution_block.json deleted file mode 100644 index cde48038..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/magenta_caution_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/magenta_caution_block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/magenta_caution_block" - }, - "facing=south": { - "model": "tfmg:block/magenta_caution_block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/magenta_caution_block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/magenta_concrete.json b/src/generated/resources/assets/tfmg/blockstates/magenta_concrete.json deleted file mode 100644 index 2483d32d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/magenta_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/magenta_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/magenta_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/magenta_concrete_slab.json deleted file mode 100644 index 79b2ce24..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/magenta_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/magenta_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/magenta_concrete" - }, - "type=top": { - "model": "tfmg:block/magenta_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/magenta_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/magenta_concrete_stairs.json deleted file mode 100644 index 701c5f6e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/magenta_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/magenta_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/magenta_concrete_wall.json deleted file mode 100644 index 69c3f9ec..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/magenta_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/magenta_rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/magenta_rebar_concrete.json deleted file mode 100644 index 518652bc..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/magenta_rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/magenta_rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/magenta_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/magenta_rebar_concrete_slab.json deleted file mode 100644 index 79b2ce24..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/magenta_rebar_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/magenta_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/magenta_concrete" - }, - "type=top": { - "model": "tfmg:block/magenta_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/magenta_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/magenta_rebar_concrete_stairs.json deleted file mode 100644 index 701c5f6e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/magenta_rebar_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/magenta_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/magenta_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/magenta_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/magenta_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/magenta_rebar_concrete_wall.json deleted file mode 100644 index 69c3f9ec..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/magenta_rebar_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/magenta_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/metal_smokestack.json b/src/generated/resources/assets/tfmg/blockstates/metal_smokestack.json deleted file mode 100644 index 061bdc14..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/metal_smokestack.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "top=false": { - "model": "tfmg:block/metal_smokestack/block" - }, - "top=true": { - "model": "tfmg:block/metal_smokestack/block_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/modern_light.json b/src/generated/resources/assets/tfmg/blockstates/modern_light.json deleted file mode 100644 index 46cf42f9..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/modern_light.json +++ /dev/null @@ -1,836 +0,0 @@ -{ - "variants": { - "facing=down,level=0,waterlogged=false": { - "model": "tfmg:block/modern_light/block", - "x": 180 - }, - "facing=down,level=0,waterlogged=true": { - "model": "tfmg:block/modern_light/block", - "x": 180 - }, - "facing=down,level=1,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=1,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=10,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=10,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=11,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=11,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=12,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=12,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=13,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=13,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=14,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=14,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=15,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=15,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=2,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=2,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=3,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=3,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=4,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=4,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=5,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=5,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=6,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=6,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=7,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=7,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=8,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=8,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=9,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=down,level=9,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 180 - }, - "facing=east,level=0,waterlogged=false": { - "model": "tfmg:block/modern_light/block", - "x": 90, - "y": 90 - }, - "facing=east,level=0,waterlogged=true": { - "model": "tfmg:block/modern_light/block", - "x": 90, - "y": 90 - }, - "facing=east,level=1,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=1,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=10,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=10,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=11,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=11,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=12,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=12,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=13,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=13,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=14,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=14,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=15,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=15,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=2,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=2,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=3,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=3,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=4,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=4,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=5,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=5,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=6,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=6,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=7,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=7,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=8,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=8,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=9,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=east,level=9,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 90 - }, - "facing=north,level=0,waterlogged=false": { - "model": "tfmg:block/modern_light/block", - "x": 90 - }, - "facing=north,level=0,waterlogged=true": { - "model": "tfmg:block/modern_light/block", - "x": 90 - }, - "facing=north,level=1,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=1,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=10,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=10,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=11,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=11,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=12,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=12,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=13,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=13,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=14,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=14,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=15,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=15,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=2,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=2,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=3,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=3,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=4,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=4,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=5,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=5,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=6,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=6,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=7,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=7,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=8,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=8,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=9,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=north,level=9,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90 - }, - "facing=south,level=0,waterlogged=false": { - "model": "tfmg:block/modern_light/block", - "x": 90, - "y": 180 - }, - "facing=south,level=0,waterlogged=true": { - "model": "tfmg:block/modern_light/block", - "x": 90, - "y": 180 - }, - "facing=south,level=1,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=1,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=10,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=10,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=11,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=11,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=12,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=12,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=13,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=13,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=14,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=14,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=15,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=15,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=2,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=2,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=3,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=3,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=4,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=4,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=5,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=5,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=6,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=6,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=7,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=7,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=8,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=8,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=9,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=south,level=9,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 180 - }, - "facing=up,level=0,waterlogged=false": { - "model": "tfmg:block/modern_light/block" - }, - "facing=up,level=0,waterlogged=true": { - "model": "tfmg:block/modern_light/block" - }, - "facing=up,level=1,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=1,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=10,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=10,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=11,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=11,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=12,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=12,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=13,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=13,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=14,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=14,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=15,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=15,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=2,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=2,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=3,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=3,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=4,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=4,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=5,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=5,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=6,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=6,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=7,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=7,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=8,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=8,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=9,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=up,level=9,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered" - }, - "facing=west,level=0,waterlogged=false": { - "model": "tfmg:block/modern_light/block", - "x": 90, - "y": 270 - }, - "facing=west,level=0,waterlogged=true": { - "model": "tfmg:block/modern_light/block", - "x": 90, - "y": 270 - }, - "facing=west,level=1,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=1,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=10,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=10,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=11,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=11,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=12,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=12,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=13,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=13,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=14,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=14,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=15,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=15,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=2,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=2,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=3,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=3,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=4,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=4,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=5,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=5,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=6,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=6,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=7,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=7,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=8,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=8,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=9,waterlogged=false": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - }, - "facing=west,level=9,waterlogged=true": { - "model": "tfmg:block/modern_light/block_powered", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/molten_plastic.json b/src/generated/resources/assets/tfmg/blockstates/molten_plastic.json deleted file mode 100644 index 0c34cb1c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/molten_plastic.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/molten_plastic" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/molten_slag.json b/src/generated/resources/assets/tfmg/blockstates/molten_slag.json deleted file mode 100644 index 87b42c00..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/molten_slag.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/molten_slag" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/molten_steel.json b/src/generated/resources/assets/tfmg/blockstates/molten_steel.json deleted file mode 100644 index 93059513..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/molten_steel.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/molten_steel" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/napalm.json b/src/generated/resources/assets/tfmg/blockstates/napalm.json deleted file mode 100644 index 15ed69ed..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/napalm.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/napalm" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/napalm_bomb.json b/src/generated/resources/assets/tfmg/blockstates/napalm_bomb.json deleted file mode 100644 index 50c9efdd..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/napalm_bomb.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/napalm_bomb/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/naphtha.json b/src/generated/resources/assets/tfmg/blockstates/naphtha.json deleted file mode 100644 index c05715c6..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/naphtha.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/naphtha" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/neon_tube.json b/src/generated/resources/assets/tfmg/blockstates/neon_tube.json deleted file mode 100644 index 193d1d8f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/neon_tube.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/neon_tube/block_center" - } - }, - { - "apply": { - "model": "tfmg:block/neon_tube/block_north" - }, - "when": { - "north": "true" - } - }, - { - "apply": { - "model": "tfmg:block/neon_tube/block_south" - }, - "when": { - "south": "true" - } - }, - { - "apply": { - "model": "tfmg:block/neon_tube/block_west" - }, - "when": { - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/neon_tube/block_east" - }, - "when": { - "east": "true" - } - }, - { - "apply": { - "model": "tfmg:block/neon_tube/block_top" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/neon_tube/block_bottom" - }, - "when": { - "down": "true" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/nickel_bars.json b/src/generated/resources/assets/tfmg/blockstates/nickel_bars.json deleted file mode 100644 index a7de6330..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/nickel_bars.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/nickel_post_ends" - } - }, - { - "apply": { - "model": "tfmg:block/nickel_post" - }, - "when": { - "east": "false", - "north": "false", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/nickel_cap" - }, - "when": { - "east": "false", - "north": "true", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/nickel_cap", - "y": 90 - }, - "when": { - "east": "true", - "north": "false", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/nickel_cap_alt" - }, - "when": { - "east": "false", - "north": "false", - "south": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/nickel_cap_alt", - "y": 90 - }, - "when": { - "east": "false", - "north": "false", - "south": "false", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/nickel_side" - }, - "when": { - "north": "true" - } - }, - { - "apply": { - "model": "tfmg:block/nickel_side", - "y": 90 - }, - "when": { - "east": "true" - } - }, - { - "apply": { - "model": "tfmg:block/nickel_side_alt" - }, - "when": { - "south": "true" - } - }, - { - "apply": { - "model": "tfmg:block/nickel_side_alt", - "y": 90 - }, - "when": { - "west": "true" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/nickel_block.json b/src/generated/resources/assets/tfmg/blockstates/nickel_block.json deleted file mode 100644 index 3b92baa5..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/nickel_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/nickel_block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/nickel_flywheel.json b/src/generated/resources/assets/tfmg/blockstates/nickel_flywheel.json deleted file mode 100644 index 5747f747..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/nickel_flywheel.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/nickel_flywheel/block", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/nickel_flywheel/block" - }, - "axis=z": { - "model": "tfmg:block/nickel_flywheel/block", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/nickel_frame.json b/src/generated/resources/assets/tfmg/blockstates/nickel_frame.json deleted file mode 100644 index 5831f481..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/nickel_frame.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/nickel_frame/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/nickel_ladder.json b/src/generated/resources/assets/tfmg/blockstates/nickel_ladder.json deleted file mode 100644 index b6d17095..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/nickel_ladder.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "variants": { - "facing=east,waterlogged=false": { - "model": "tfmg:block/nickel_ladder", - "y": 90 - }, - "facing=east,waterlogged=true": { - "model": "tfmg:block/nickel_ladder", - "y": 90 - }, - "facing=north,waterlogged=false": { - "model": "tfmg:block/nickel_ladder" - }, - "facing=north,waterlogged=true": { - "model": "tfmg:block/nickel_ladder" - }, - "facing=south,waterlogged=false": { - "model": "tfmg:block/nickel_ladder", - "y": 180 - }, - "facing=south,waterlogged=true": { - "model": "tfmg:block/nickel_ladder", - "y": 180 - }, - "facing=west,waterlogged=false": { - "model": "tfmg:block/nickel_ladder", - "y": 270 - }, - "facing=west,waterlogged=true": { - "model": "tfmg:block/nickel_ladder", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/nickel_ore.json b/src/generated/resources/assets/tfmg/blockstates/nickel_ore.json deleted file mode 100644 index 5b00c33d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/nickel_ore.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/nickel_ore" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/nickel_truss.json b/src/generated/resources/assets/tfmg/blockstates/nickel_truss.json deleted file mode 100644 index 96868d2e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/nickel_truss.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/nickel_truss", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/nickel_truss" - }, - "axis=z": { - "model": "tfmg:block/nickel_truss", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/oil_deposit.json b/src/generated/resources/assets/tfmg/blockstates/oil_deposit.json deleted file mode 100644 index 060f4782..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/oil_deposit.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/oil_deposit" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/orange_caution_block.json b/src/generated/resources/assets/tfmg/blockstates/orange_caution_block.json deleted file mode 100644 index 88acc3a3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/orange_caution_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/orange_caution_block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/orange_caution_block" - }, - "facing=south": { - "model": "tfmg:block/orange_caution_block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/orange_caution_block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/orange_concrete.json b/src/generated/resources/assets/tfmg/blockstates/orange_concrete.json deleted file mode 100644 index 76be7b3a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/orange_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/orange_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/orange_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/orange_concrete_slab.json deleted file mode 100644 index a749437c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/orange_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/orange_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/orange_concrete" - }, - "type=top": { - "model": "tfmg:block/orange_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/orange_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/orange_concrete_stairs.json deleted file mode 100644 index c82b4fa7..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/orange_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/orange_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/orange_concrete_wall.json deleted file mode 100644 index e5fad77a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/orange_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/orange_rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/orange_rebar_concrete.json deleted file mode 100644 index d4043453..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/orange_rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/orange_rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/orange_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/orange_rebar_concrete_slab.json deleted file mode 100644 index a749437c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/orange_rebar_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/orange_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/orange_concrete" - }, - "type=top": { - "model": "tfmg:block/orange_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/orange_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/orange_rebar_concrete_stairs.json deleted file mode 100644 index c82b4fa7..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/orange_rebar_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/orange_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/orange_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/orange_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/orange_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/orange_rebar_concrete_wall.json deleted file mode 100644 index e5fad77a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/orange_rebar_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/orange_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/pink_caution_block.json b/src/generated/resources/assets/tfmg/blockstates/pink_caution_block.json deleted file mode 100644 index 67c20cf6..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/pink_caution_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/pink_caution_block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/pink_caution_block" - }, - "facing=south": { - "model": "tfmg:block/pink_caution_block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/pink_caution_block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/pink_concrete.json b/src/generated/resources/assets/tfmg/blockstates/pink_concrete.json deleted file mode 100644 index f42b0c49..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/pink_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/pink_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/pink_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/pink_concrete_slab.json deleted file mode 100644 index f6a019b4..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/pink_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/pink_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/pink_concrete" - }, - "type=top": { - "model": "tfmg:block/pink_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/pink_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/pink_concrete_stairs.json deleted file mode 100644 index 908367a5..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/pink_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/pink_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/pink_concrete_wall.json deleted file mode 100644 index acd2f479..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/pink_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/pink_rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/pink_rebar_concrete.json deleted file mode 100644 index 99279c43..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/pink_rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/pink_rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/pink_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/pink_rebar_concrete_slab.json deleted file mode 100644 index f6a019b4..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/pink_rebar_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/pink_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/pink_concrete" - }, - "type=top": { - "model": "tfmg:block/pink_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/pink_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/pink_rebar_concrete_stairs.json deleted file mode 100644 index 908367a5..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/pink_rebar_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/pink_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/pink_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/pink_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/pink_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/pink_rebar_concrete_wall.json deleted file mode 100644 index acd2f479..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/pink_rebar_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/pink_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/plastic_block.json b/src/generated/resources/assets/tfmg/blockstates/plastic_block.json deleted file mode 100644 index 06a2a179..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/plastic_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/plastic_block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/plastic_fluid_valve.json b/src/generated/resources/assets/tfmg/blockstates/plastic_fluid_valve.json deleted file mode 100644 index 8e046745..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/plastic_fluid_valve.json +++ /dev/null @@ -1,196 +0,0 @@ -{ - "variants": { - "axis_along_first=false,enabled=false,facing=down,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", - "x": 270, - "y": 90 - }, - "axis_along_first=false,enabled=false,facing=down,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", - "x": 270, - "y": 90 - }, - "axis_along_first=false,enabled=false,facing=east,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", - "y": 270 - }, - "axis_along_first=false,enabled=false,facing=east,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", - "y": 270 - }, - "axis_along_first=false,enabled=false,facing=north,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed", - "y": 180 - }, - "axis_along_first=false,enabled=false,facing=north,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed", - "y": 180 - }, - "axis_along_first=false,enabled=false,facing=south,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed" - }, - "axis_along_first=false,enabled=false,facing=south,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed" - }, - "axis_along_first=false,enabled=false,facing=up,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", - "x": 90, - "y": 90 - }, - "axis_along_first=false,enabled=false,facing=up,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", - "x": 90, - "y": 90 - }, - "axis_along_first=false,enabled=false,facing=west,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", - "y": 90 - }, - "axis_along_first=false,enabled=false,facing=west,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", - "y": 90 - }, - "axis_along_first=false,enabled=true,facing=down,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", - "x": 270, - "y": 90 - }, - "axis_along_first=false,enabled=true,facing=down,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", - "x": 270, - "y": 90 - }, - "axis_along_first=false,enabled=true,facing=east,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", - "y": 270 - }, - "axis_along_first=false,enabled=true,facing=east,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", - "y": 270 - }, - "axis_along_first=false,enabled=true,facing=north,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_open", - "y": 180 - }, - "axis_along_first=false,enabled=true,facing=north,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_open", - "y": 180 - }, - "axis_along_first=false,enabled=true,facing=south,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_open" - }, - "axis_along_first=false,enabled=true,facing=south,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_open" - }, - "axis_along_first=false,enabled=true,facing=up,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", - "x": 90, - "y": 90 - }, - "axis_along_first=false,enabled=true,facing=up,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", - "x": 90, - "y": 90 - }, - "axis_along_first=false,enabled=true,facing=west,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", - "y": 90 - }, - "axis_along_first=false,enabled=true,facing=west,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", - "y": 90 - }, - "axis_along_first=true,enabled=false,facing=down,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", - "x": 270 - }, - "axis_along_first=true,enabled=false,facing=down,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", - "x": 270 - }, - "axis_along_first=true,enabled=false,facing=east,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed", - "y": 270 - }, - "axis_along_first=true,enabled=false,facing=east,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed", - "y": 270 - }, - "axis_along_first=true,enabled=false,facing=north,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", - "y": 180 - }, - "axis_along_first=true,enabled=false,facing=north,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", - "y": 180 - }, - "axis_along_first=true,enabled=false,facing=south,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed" - }, - "axis_along_first=true,enabled=false,facing=south,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed" - }, - "axis_along_first=true,enabled=false,facing=up,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", - "x": 90 - }, - "axis_along_first=true,enabled=false,facing=up,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_closed", - "x": 90 - }, - "axis_along_first=true,enabled=false,facing=west,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed", - "y": 90 - }, - "axis_along_first=true,enabled=false,facing=west,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_closed", - "y": 90 - }, - "axis_along_first=true,enabled=true,facing=down,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", - "x": 270 - }, - "axis_along_first=true,enabled=true,facing=down,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", - "x": 270 - }, - "axis_along_first=true,enabled=true,facing=east,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_open", - "y": 270 - }, - "axis_along_first=true,enabled=true,facing=east,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_open", - "y": 270 - }, - "axis_along_first=true,enabled=true,facing=north,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", - "y": 180 - }, - "axis_along_first=true,enabled=true,facing=north,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", - "y": 180 - }, - "axis_along_first=true,enabled=true,facing=south,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open" - }, - "axis_along_first=true,enabled=true,facing=south,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open" - }, - "axis_along_first=true,enabled=true,facing=up,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", - "x": 90 - }, - "axis_along_first=true,enabled=true,facing=up,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_horizontal_open", - "x": 90 - }, - "axis_along_first=true,enabled=true,facing=west,waterlogged=false": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_open", - "y": 90 - }, - "axis_along_first=true,enabled=true,facing=west,waterlogged=true": { - "model": "tfmg:block/plastic_fluid_valve/block_vertical_open", - "y": 90 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/plastic_mechanical_pump.json b/src/generated/resources/assets/tfmg/blockstates/plastic_mechanical_pump.json deleted file mode 100644 index 773b4c79..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/plastic_mechanical_pump.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfmg:block/plastic_mechanical_pump/block", - "x": 180 - }, - "facing=east": { - "model": "tfmg:block/plastic_mechanical_pump/block", - "x": 90, - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/plastic_mechanical_pump/block", - "x": 90 - }, - "facing=south": { - "model": "tfmg:block/plastic_mechanical_pump/block", - "x": 90, - "y": 180 - }, - "facing=up": { - "model": "tfmg:block/plastic_mechanical_pump/block" - }, - "facing=west": { - "model": "tfmg:block/plastic_mechanical_pump/block", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/plastic_pipe.json b/src/generated/resources/assets/tfmg/blockstates/plastic_pipe.json deleted file mode 100644 index 47d9f517..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/plastic_pipe.json +++ /dev/null @@ -1,334 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/plastic_pipe/lu_x" - }, - "when": { - "down": "false", - "north": "false", - "south": "true", - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/ru_x" - }, - "when": { - "down": "false", - "north": "true", - "south": "false", - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/ld_x" - }, - "when": { - "down": "true", - "north": "false", - "south": "true", - "up": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/rd_x" - }, - "when": { - "down": "true", - "north": "true", - "south": "false", - "up": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/ud_x" - }, - "when": { - "down": "true", - "north": "false", - "south": "false", - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/u_x" - }, - "when": { - "down": "false", - "north": "false", - "south": "false", - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/d_x" - }, - "when": { - "down": "true", - "north": "false", - "south": "false", - "up": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/lr_x" - }, - "when": { - "down": "false", - "north": "true", - "south": "true", - "up": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/l_x" - }, - "when": { - "down": "false", - "north": "false", - "south": "true", - "up": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/r_x" - }, - "when": { - "down": "false", - "north": "true", - "south": "false", - "up": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/lu_y" - }, - "when": { - "east": "true", - "north": "false", - "south": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/ru_y" - }, - "when": { - "east": "false", - "north": "false", - "south": "true", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/ld_y" - }, - "when": { - "east": "true", - "north": "true", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/rd_y" - }, - "when": { - "east": "false", - "north": "true", - "south": "false", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/ud_y" - }, - "when": { - "east": "false", - "north": "true", - "south": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/u_y" - }, - "when": { - "east": "false", - "north": "false", - "south": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/d_y" - }, - "when": { - "east": "false", - "north": "true", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/lr_y" - }, - "when": { - "east": "true", - "north": "false", - "south": "false", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/l_y" - }, - "when": { - "east": "true", - "north": "false", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/r_y" - }, - "when": { - "east": "false", - "north": "false", - "south": "false", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/lu_z" - }, - "when": { - "down": "false", - "east": "true", - "up": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/ru_z" - }, - "when": { - "down": "false", - "east": "false", - "up": "true", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/ld_z" - }, - "when": { - "down": "true", - "east": "true", - "up": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/rd_z" - }, - "when": { - "down": "true", - "east": "false", - "up": "false", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/ud_z" - }, - "when": { - "down": "true", - "east": "false", - "up": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/u_z" - }, - "when": { - "down": "false", - "east": "false", - "up": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/d_z" - }, - "when": { - "down": "true", - "east": "false", - "up": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/lr_z" - }, - "when": { - "down": "false", - "east": "true", - "up": "false", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/l_z" - }, - "when": { - "down": "false", - "east": "true", - "up": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/plastic_pipe/r_z" - }, - "when": { - "down": "false", - "east": "false", - "up": "false", - "west": "true" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/plastic_smart_fluid_pipe.json b/src/generated/resources/assets/tfmg/blockstates/plastic_smart_fluid_pipe.json deleted file mode 100644 index ace694f7..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/plastic_smart_fluid_pipe.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "variants": { - "face=ceiling,facing=east,waterlogged=false": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 180, - "y": 90 - }, - "face=ceiling,facing=east,waterlogged=true": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 180, - "y": 90 - }, - "face=ceiling,facing=north,waterlogged=false": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 180 - }, - "face=ceiling,facing=north,waterlogged=true": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 180 - }, - "face=ceiling,facing=south,waterlogged=false": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 180, - "y": 180 - }, - "face=ceiling,facing=south,waterlogged=true": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 180, - "y": 180 - }, - "face=ceiling,facing=west,waterlogged=false": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 180, - "y": 270 - }, - "face=ceiling,facing=west,waterlogged=true": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 180, - "y": 270 - }, - "face=floor,facing=east,waterlogged=false": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "y": 270 - }, - "face=floor,facing=east,waterlogged=true": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "y": 270 - }, - "face=floor,facing=north,waterlogged=false": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "y": 180 - }, - "face=floor,facing=north,waterlogged=true": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "y": 180 - }, - "face=floor,facing=south,waterlogged=false": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block" - }, - "face=floor,facing=south,waterlogged=true": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block" - }, - "face=floor,facing=west,waterlogged=false": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "y": 90 - }, - "face=floor,facing=west,waterlogged=true": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "y": 90 - }, - "face=wall,facing=east,waterlogged=false": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 270, - "y": 270 - }, - "face=wall,facing=east,waterlogged=true": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 270, - "y": 270 - }, - "face=wall,facing=north,waterlogged=false": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 270, - "y": 180 - }, - "face=wall,facing=north,waterlogged=true": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 270, - "y": 180 - }, - "face=wall,facing=south,waterlogged=false": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 270 - }, - "face=wall,facing=south,waterlogged=true": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 270 - }, - "face=wall,facing=west,waterlogged=false": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 270, - "y": 90 - }, - "face=wall,facing=west,waterlogged=true": { - "model": "tfmg:block/plastic_smart_fluid_pipe/block", - "x": 270, - "y": 90 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/polarizer.json b/src/generated/resources/assets/tfmg/blockstates/polarizer.json deleted file mode 100644 index 97d79aaf..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/polarizer.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/polarizer/block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/polarizer/block" - }, - "facing=south": { - "model": "tfmg:block/polarizer/block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/polarizer/block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/polished_cut_bauxite.json b/src/generated/resources/assets/tfmg/blockstates/polished_cut_bauxite.json deleted file mode 100644 index e6370079..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/polished_cut_bauxite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/polished_cut_bauxite" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/polished_cut_bauxite_slab.json b/src/generated/resources/assets/tfmg/blockstates/polished_cut_bauxite_slab.json deleted file mode 100644 index 7bbf0535..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/polished_cut_bauxite_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/polished_cut_bauxite_slab" - }, - "type=double": { - "model": "tfmg:block/polished_cut_bauxite_slab_double" - }, - "type=top": { - "model": "tfmg:block/polished_cut_bauxite_slab_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/polished_cut_bauxite_stairs.json b/src/generated/resources/assets/tfmg/blockstates/polished_cut_bauxite_stairs.json deleted file mode 100644 index 4a6153b3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/polished_cut_bauxite_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/polished_cut_bauxite_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/polished_cut_bauxite_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/polished_cut_bauxite_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/polished_cut_bauxite_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/polished_cut_bauxite_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/polished_cut_bauxite_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/polished_cut_bauxite_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/polished_cut_bauxite_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/polished_cut_bauxite_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/polished_cut_bauxite_wall.json b/src/generated/resources/assets/tfmg/blockstates/polished_cut_bauxite_wall.json deleted file mode 100644 index 1640ec6f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/polished_cut_bauxite_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/polished_cut_bauxite_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_bauxite_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_bauxite_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_bauxite_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_bauxite_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_bauxite_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_bauxite_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_bauxite_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_bauxite_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/polished_cut_galena.json b/src/generated/resources/assets/tfmg/blockstates/polished_cut_galena.json deleted file mode 100644 index 1ffd058a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/polished_cut_galena.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/polished_cut_galena" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/polished_cut_galena_slab.json b/src/generated/resources/assets/tfmg/blockstates/polished_cut_galena_slab.json deleted file mode 100644 index 00231691..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/polished_cut_galena_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/polished_cut_galena_slab" - }, - "type=double": { - "model": "tfmg:block/polished_cut_galena_slab_double" - }, - "type=top": { - "model": "tfmg:block/polished_cut_galena_slab_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/polished_cut_galena_stairs.json b/src/generated/resources/assets/tfmg/blockstates/polished_cut_galena_stairs.json deleted file mode 100644 index 30a7761e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/polished_cut_galena_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/polished_cut_galena_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/polished_cut_galena_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/polished_cut_galena_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/polished_cut_galena_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/polished_cut_galena_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/polished_cut_galena_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/polished_cut_galena_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/polished_cut_galena_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/polished_cut_galena_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/polished_cut_galena_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/polished_cut_galena_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/polished_cut_galena_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/polished_cut_galena_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/polished_cut_galena_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/polished_cut_galena_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/polished_cut_galena_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/polished_cut_galena_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/polished_cut_galena_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/polished_cut_galena_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/polished_cut_galena_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/polished_cut_galena_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/polished_cut_galena_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/polished_cut_galena_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/polished_cut_galena_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/polished_cut_galena_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/polished_cut_galena_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/polished_cut_galena_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/polished_cut_galena_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/polished_cut_galena_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/polished_cut_galena_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/polished_cut_galena_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/polished_cut_galena_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/polished_cut_galena_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/polished_cut_galena_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/polished_cut_galena_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/polished_cut_galena_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/polished_cut_galena_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/polished_cut_galena_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/polished_cut_galena_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/polished_cut_galena_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/polished_cut_galena_wall.json b/src/generated/resources/assets/tfmg/blockstates/polished_cut_galena_wall.json deleted file mode 100644 index 14ecd5f6..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/polished_cut_galena_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/polished_cut_galena_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_galena_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_galena_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_galena_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_galena_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_galena_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_galena_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_galena_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/polished_cut_galena_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/potentiometer.json b/src/generated/resources/assets/tfmg/blockstates/potentiometer.json deleted file mode 100644 index f8c75971..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/potentiometer.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfmg:block/potentiometer/block_vertical", - "x": 180 - }, - "facing=east": { - "model": "tfmg:block/potentiometer/block", - "y": 270 - }, - "facing=north": { - "model": "tfmg:block/potentiometer/block", - "y": 180 - }, - "facing=south": { - "model": "tfmg:block/potentiometer/block" - }, - "facing=up": { - "model": "tfmg:block/potentiometer/block_vertical" - }, - "facing=west": { - "model": "tfmg:block/potentiometer/block", - "y": 90 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/pumpjack_base.json b/src/generated/resources/assets/tfmg/blockstates/pumpjack_base.json deleted file mode 100644 index ad3ae107..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/pumpjack_base.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/pumpjack_base/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/pumpjack_crank.json b/src/generated/resources/assets/tfmg/blockstates/pumpjack_crank.json deleted file mode 100644 index 9990086c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/pumpjack_crank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/pumpjack_crank/block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/pumpjack_crank/block" - }, - "facing=south": { - "model": "tfmg:block/pumpjack_crank/block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/pumpjack_crank/block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/pumpjack_hammer.json b/src/generated/resources/assets/tfmg/blockstates/pumpjack_hammer.json deleted file mode 100644 index ad8f6d8e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/pumpjack_hammer.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "variants": { - "facing=down,wide=false": { - "model": "tfmg:block/pumpjack_hammer/block", - "y": 180 - }, - "facing=down,wide=true": { - "model": "tfmg:block/pumpjack_hammer/block_wide", - "y": 180 - }, - "facing=east,wide=false": { - "model": "tfmg:block/pumpjack_hammer/block" - }, - "facing=east,wide=true": { - "model": "tfmg:block/pumpjack_hammer/block_wide" - }, - "facing=north,wide=false": { - "model": "tfmg:block/pumpjack_hammer/block", - "y": 270 - }, - "facing=north,wide=true": { - "model": "tfmg:block/pumpjack_hammer/block_wide", - "y": 270 - }, - "facing=south,wide=false": { - "model": "tfmg:block/pumpjack_hammer/block", - "y": 90 - }, - "facing=south,wide=true": { - "model": "tfmg:block/pumpjack_hammer/block_wide", - "y": 90 - }, - "facing=up,wide=false": { - "model": "tfmg:block/pumpjack_hammer/block", - "y": 180 - }, - "facing=up,wide=true": { - "model": "tfmg:block/pumpjack_hammer/block_wide", - "y": 180 - }, - "facing=west,wide=false": { - "model": "tfmg:block/pumpjack_hammer/block", - "y": 180 - }, - "facing=west,wide=true": { - "model": "tfmg:block/pumpjack_hammer/block_wide", - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/pumpjack_hammer_connector.json b/src/generated/resources/assets/tfmg/blockstates/pumpjack_hammer_connector.json deleted file mode 100644 index 0f29cd6f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/pumpjack_hammer_connector.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/pumpjack_hammer_connector", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/pumpjack_hammer_connector" - }, - "facing=south": { - "model": "tfmg:block/pumpjack_hammer_connector", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/pumpjack_hammer_connector", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/pumpjack_hammer_head.json b/src/generated/resources/assets/tfmg/blockstates/pumpjack_hammer_head.json deleted file mode 100644 index 1ca30546..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/pumpjack_hammer_head.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/pumpjack_hammer_head", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/pumpjack_hammer_head" - }, - "facing=south": { - "model": "tfmg:block/pumpjack_hammer_head", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/pumpjack_hammer_head", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/pumpjack_hammer_part.json b/src/generated/resources/assets/tfmg/blockstates/pumpjack_hammer_part.json deleted file mode 100644 index e33abade..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/pumpjack_hammer_part.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/pumpjack_hammer_part", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/pumpjack_hammer_part" - }, - "facing=south": { - "model": "tfmg:block/pumpjack_hammer_part", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/pumpjack_hammer_part", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/purple_caution_block.json b/src/generated/resources/assets/tfmg/blockstates/purple_caution_block.json deleted file mode 100644 index c3271a01..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/purple_caution_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/purple_caution_block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/purple_caution_block" - }, - "facing=south": { - "model": "tfmg:block/purple_caution_block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/purple_caution_block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/purple_concrete.json b/src/generated/resources/assets/tfmg/blockstates/purple_concrete.json deleted file mode 100644 index a9f86419..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/purple_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/purple_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/purple_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/purple_concrete_slab.json deleted file mode 100644 index 765e9a99..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/purple_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/purple_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/purple_concrete" - }, - "type=top": { - "model": "tfmg:block/purple_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/purple_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/purple_concrete_stairs.json deleted file mode 100644 index e8903664..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/purple_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/purple_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/purple_concrete_wall.json deleted file mode 100644 index 00d1b031..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/purple_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/purple_rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/purple_rebar_concrete.json deleted file mode 100644 index 81eab63e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/purple_rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/purple_rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/purple_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/purple_rebar_concrete_slab.json deleted file mode 100644 index 765e9a99..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/purple_rebar_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/purple_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/purple_concrete" - }, - "type=top": { - "model": "tfmg:block/purple_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/purple_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/purple_rebar_concrete_stairs.json deleted file mode 100644 index e8903664..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/purple_rebar_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/purple_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/purple_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/purple_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/purple_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/purple_rebar_concrete_wall.json deleted file mode 100644 index 00d1b031..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/purple_rebar_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/purple_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/raw_lead_block.json b/src/generated/resources/assets/tfmg/blockstates/raw_lead_block.json deleted file mode 100644 index cd9c2e4c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/raw_lead_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/raw_lead_block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/raw_lithium_block.json b/src/generated/resources/assets/tfmg/blockstates/raw_lithium_block.json deleted file mode 100644 index cb0e5375..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/raw_lithium_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/raw_lithium_block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/raw_nickel_block.json b/src/generated/resources/assets/tfmg/blockstates/raw_nickel_block.json deleted file mode 100644 index 7a4f1fcd..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/raw_nickel_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/raw_nickel_block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/rebar_block.json b/src/generated/resources/assets/tfmg/blockstates/rebar_block.json deleted file mode 100644 index ec11174a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/rebar_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/rebar_block/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/rebar_concrete.json deleted file mode 100644 index 27d5e95a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/rebar_concrete_slab.json deleted file mode 100644 index 1073db41..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/rebar_concrete_slab.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/rebar_concrete_stairs.json deleted file mode 100644 index 9fd3fe2b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/rebar_concrete_stairs.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/rebar_concrete_wall.json deleted file mode 100644 index 43d2cd8d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/rebar_concrete_wall.json +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/rebar_floor.json b/src/generated/resources/assets/tfmg/blockstates/rebar_floor.json deleted file mode 100644 index 651abad1..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/rebar_floor.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/rebar_floor/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/rebar_pile.json b/src/generated/resources/assets/tfmg/blockstates/rebar_pile.json deleted file mode 100644 index 22650d7b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/rebar_pile.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfmg:block/rebar_pile/block", - "x": 180 - }, - "facing=east": { - "model": "tfmg:block/rebar_pile/block", - "x": 90, - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/rebar_pile/block", - "x": 90 - }, - "facing=south": { - "model": "tfmg:block/rebar_pile/block", - "x": 90, - "y": 180 - }, - "facing=up": { - "model": "tfmg:block/rebar_pile/block" - }, - "facing=west": { - "model": "tfmg:block/rebar_pile/block", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/rebar_pillar.json b/src/generated/resources/assets/tfmg/blockstates/rebar_pillar.json deleted file mode 100644 index 18efc8d7..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/rebar_pillar.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "variants": { - "concretelogged=false,facing=down": { - "model": "tfmg:block/rebar_pillar/block", - "x": 180 - }, - "concretelogged=false,facing=east": { - "model": "tfmg:block/rebar_pillar/block", - "x": 90, - "y": 90 - }, - "concretelogged=false,facing=north": { - "model": "tfmg:block/rebar_pillar/block", - "x": 90 - }, - "concretelogged=false,facing=south": { - "model": "tfmg:block/rebar_pillar/block", - "x": 90, - "y": 180 - }, - "concretelogged=false,facing=up": { - "model": "tfmg:block/rebar_pillar/block" - }, - "concretelogged=false,facing=west": { - "model": "tfmg:block/rebar_pillar/block", - "x": 90, - "y": 270 - }, - "concretelogged=true,facing=down": { - "model": "tfmg:block/rebar_pillar/block", - "x": 180 - }, - "concretelogged=true,facing=east": { - "model": "tfmg:block/rebar_pillar/block", - "x": 90, - "y": 90 - }, - "concretelogged=true,facing=north": { - "model": "tfmg:block/rebar_pillar/block", - "x": 90 - }, - "concretelogged=true,facing=south": { - "model": "tfmg:block/rebar_pillar/block", - "x": 90, - "y": 180 - }, - "concretelogged=true,facing=up": { - "model": "tfmg:block/rebar_pillar/block" - }, - "concretelogged=true,facing=west": { - "model": "tfmg:block/rebar_pillar/block", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/rebar_stairs.json b/src/generated/resources/assets/tfmg/blockstates/rebar_stairs.json deleted file mode 100644 index fbda8c18..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/rebar_stairs.json +++ /dev/null @@ -1,604 +0,0 @@ -{ - "variants": { - "concretelogged=false,facing=east,half=bottom,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=false,facing=east,half=bottom,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=false,facing=east,half=bottom,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=false,facing=east,half=bottom,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=false,facing=east,half=bottom,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=false,facing=east,half=bottom,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=false,facing=east,half=bottom,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=false,facing=east,half=bottom,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=false,facing=east,half=bottom,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=false,facing=east,half=bottom,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=false,facing=east,half=top,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=false,facing=east,half=top,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=false,facing=east,half=top,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=false,facing=east,half=top,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=false,facing=east,half=top,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=false,facing=east,half=top,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=false,facing=east,half=top,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=false,facing=east,half=top,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=false,facing=east,half=top,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=false,facing=east,half=top,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=false,facing=north,half=bottom,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=false,facing=north,half=bottom,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=false,facing=north,half=bottom,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=false,facing=north,half=bottom,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=false,facing=north,half=bottom,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=false,facing=north,half=bottom,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=false,facing=north,half=bottom,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=false,facing=north,half=bottom,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=false,facing=north,half=bottom,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=false,facing=north,half=bottom,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=false,facing=north,half=top,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=false,facing=north,half=top,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=false,facing=north,half=top,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=false,facing=north,half=top,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=false,facing=north,half=top,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=false,facing=north,half=top,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=false,facing=north,half=top,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=false,facing=north,half=top,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=false,facing=north,half=top,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=false,facing=north,half=top,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=false,facing=south,half=bottom,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=false,facing=south,half=bottom,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=false,facing=south,half=bottom,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=false,facing=south,half=bottom,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=false,facing=south,half=bottom,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=false,facing=south,half=bottom,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=false,facing=south,half=bottom,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=false,facing=south,half=bottom,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=false,facing=south,half=bottom,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=false,facing=south,half=bottom,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=false,facing=south,half=top,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=false,facing=south,half=top,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=false,facing=south,half=top,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=false,facing=south,half=top,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=false,facing=south,half=top,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=false,facing=south,half=top,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=false,facing=south,half=top,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=false,facing=south,half=top,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=false,facing=south,half=top,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=false,facing=south,half=top,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=false,facing=west,half=bottom,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=false,facing=west,half=bottom,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=false,facing=west,half=bottom,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=false,facing=west,half=bottom,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=false,facing=west,half=bottom,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=false,facing=west,half=bottom,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=false,facing=west,half=bottom,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=false,facing=west,half=bottom,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=false,facing=west,half=bottom,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=false,facing=west,half=bottom,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=false,facing=west,half=top,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=false,facing=west,half=top,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=false,facing=west,half=top,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=false,facing=west,half=top,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=false,facing=west,half=top,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=false,facing=west,half=top,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=false,facing=west,half=top,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=false,facing=west,half=top,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=false,facing=west,half=top,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=false,facing=west,half=top,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=true,facing=east,half=bottom,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=true,facing=east,half=bottom,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=true,facing=east,half=bottom,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=true,facing=east,half=bottom,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=true,facing=east,half=bottom,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=true,facing=east,half=bottom,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=true,facing=east,half=bottom,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=true,facing=east,half=bottom,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=true,facing=east,half=bottom,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=true,facing=east,half=bottom,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block" - }, - "concretelogged=true,facing=east,half=top,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=true,facing=east,half=top,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=true,facing=east,half=top,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=true,facing=east,half=top,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=true,facing=east,half=top,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=true,facing=east,half=top,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=true,facing=east,half=top,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=true,facing=east,half=top,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=true,facing=east,half=top,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=true,facing=east,half=top,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down" - }, - "concretelogged=true,facing=north,half=bottom,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=true,facing=north,half=bottom,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=true,facing=north,half=bottom,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=true,facing=north,half=bottom,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=true,facing=north,half=bottom,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=true,facing=north,half=bottom,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=true,facing=north,half=bottom,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=true,facing=north,half=bottom,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=true,facing=north,half=bottom,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=true,facing=north,half=bottom,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 270 - }, - "concretelogged=true,facing=north,half=top,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=true,facing=north,half=top,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=true,facing=north,half=top,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=true,facing=north,half=top,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=true,facing=north,half=top,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=true,facing=north,half=top,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=true,facing=north,half=top,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=true,facing=north,half=top,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=true,facing=north,half=top,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=true,facing=north,half=top,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 270 - }, - "concretelogged=true,facing=south,half=bottom,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=true,facing=south,half=bottom,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=true,facing=south,half=bottom,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=true,facing=south,half=bottom,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=true,facing=south,half=bottom,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=true,facing=south,half=bottom,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=true,facing=south,half=bottom,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=true,facing=south,half=bottom,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=true,facing=south,half=bottom,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=true,facing=south,half=bottom,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 90 - }, - "concretelogged=true,facing=south,half=top,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=true,facing=south,half=top,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=true,facing=south,half=top,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=true,facing=south,half=top,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=true,facing=south,half=top,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=true,facing=south,half=top,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=true,facing=south,half=top,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=true,facing=south,half=top,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=true,facing=south,half=top,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=true,facing=south,half=top,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 90 - }, - "concretelogged=true,facing=west,half=bottom,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=true,facing=west,half=bottom,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=true,facing=west,half=bottom,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=true,facing=west,half=bottom,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=true,facing=west,half=bottom,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=true,facing=west,half=bottom,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=true,facing=west,half=bottom,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=true,facing=west,half=bottom,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=true,facing=west,half=bottom,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=true,facing=west,half=bottom,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block", - "y": 180 - }, - "concretelogged=true,facing=west,half=top,shape=inner_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=true,facing=west,half=top,shape=inner_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=true,facing=west,half=top,shape=inner_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=true,facing=west,half=top,shape=inner_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=true,facing=west,half=top,shape=outer_left,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=true,facing=west,half=top,shape=outer_left,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=true,facing=west,half=top,shape=outer_right,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=true,facing=west,half=top,shape=outer_right,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=true,facing=west,half=top,shape=straight,waterlogged=false": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - }, - "concretelogged=true,facing=west,half=top,shape=straight,waterlogged=true": { - "model": "tfmg:block/rebar_stairs/block_upside_down", - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/rebar_wall.json b/src/generated/resources/assets/tfmg/blockstates/rebar_wall.json deleted file mode 100644 index 24ddd760..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/rebar_wall.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/rebar_wall/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/red_caution_block.json b/src/generated/resources/assets/tfmg/blockstates/red_caution_block.json deleted file mode 100644 index 4de425d4..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/red_caution_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/red_caution_block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/red_caution_block" - }, - "facing=south": { - "model": "tfmg:block/red_caution_block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/red_caution_block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/red_concrete.json b/src/generated/resources/assets/tfmg/blockstates/red_concrete.json deleted file mode 100644 index 458dd7fe..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/red_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/red_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/red_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/red_concrete_slab.json deleted file mode 100644 index e2e64c68..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/red_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/red_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/red_concrete" - }, - "type=top": { - "model": "tfmg:block/red_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/red_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/red_concrete_stairs.json deleted file mode 100644 index c81f7c85..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/red_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/red_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/red_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/red_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/red_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/red_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/red_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/red_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/red_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/red_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/red_concrete_wall.json deleted file mode 100644 index 1dacf99a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/red_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/red_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/red_rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/red_rebar_concrete.json deleted file mode 100644 index 2fb34116..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/red_rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/red_rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/red_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/red_rebar_concrete_slab.json deleted file mode 100644 index e2e64c68..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/red_rebar_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/red_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/red_concrete" - }, - "type=top": { - "model": "tfmg:block/red_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/red_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/red_rebar_concrete_stairs.json deleted file mode 100644 index c81f7c85..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/red_rebar_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/red_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/red_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/red_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/red_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/red_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/red_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/red_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/red_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/red_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/red_rebar_concrete_wall.json deleted file mode 100644 index 1dacf99a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/red_rebar_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/red_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/red_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/regular_engine.json b/src/generated/resources/assets/tfmg/blockstates/regular_engine.json deleted file mode 100644 index 2aa15909..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/regular_engine.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "variants": { - "engine_state=back,extended=false,facing=east": { - "model": "tfmg:block/regular_engine/block_back", - "y": 90 - }, - "engine_state=back,extended=false,facing=north": { - "model": "tfmg:block/regular_engine/block_back" - }, - "engine_state=back,extended=false,facing=south": { - "model": "tfmg:block/regular_engine/block_back", - "y": 180 - }, - "engine_state=back,extended=false,facing=west": { - "model": "tfmg:block/regular_engine/block_back", - "y": 270 - }, - "engine_state=back,extended=true,facing=east": { - "model": "tfmg:block/regular_engine/block_back_extended", - "y": 90 - }, - "engine_state=back,extended=true,facing=north": { - "model": "tfmg:block/regular_engine/block_back_extended" - }, - "engine_state=back,extended=true,facing=south": { - "model": "tfmg:block/regular_engine/block_back_extended", - "y": 180 - }, - "engine_state=back,extended=true,facing=west": { - "model": "tfmg:block/regular_engine/block_back_extended", - "y": 270 - }, - "engine_state=front,extended=false,facing=east": { - "model": "tfmg:block/regular_engine/block_front", - "y": 90 - }, - "engine_state=front,extended=false,facing=north": { - "model": "tfmg:block/regular_engine/block_front" - }, - "engine_state=front,extended=false,facing=south": { - "model": "tfmg:block/regular_engine/block_front", - "y": 180 - }, - "engine_state=front,extended=false,facing=west": { - "model": "tfmg:block/regular_engine/block_front", - "y": 270 - }, - "engine_state=front,extended=true,facing=east": { - "model": "tfmg:block/regular_engine/block_front_extended", - "y": 90 - }, - "engine_state=front,extended=true,facing=north": { - "model": "tfmg:block/regular_engine/block_front_extended" - }, - "engine_state=front,extended=true,facing=south": { - "model": "tfmg:block/regular_engine/block_front_extended", - "y": 180 - }, - "engine_state=front,extended=true,facing=west": { - "model": "tfmg:block/regular_engine/block_front_extended", - "y": 270 - }, - "engine_state=normal,extended=false,facing=east": { - "model": "tfmg:block/regular_engine/block_normal", - "y": 90 - }, - "engine_state=normal,extended=false,facing=north": { - "model": "tfmg:block/regular_engine/block_normal" - }, - "engine_state=normal,extended=false,facing=south": { - "model": "tfmg:block/regular_engine/block_normal", - "y": 180 - }, - "engine_state=normal,extended=false,facing=west": { - "model": "tfmg:block/regular_engine/block_normal", - "y": 270 - }, - "engine_state=normal,extended=true,facing=east": { - "model": "tfmg:block/regular_engine/block_normal_extended", - "y": 90 - }, - "engine_state=normal,extended=true,facing=north": { - "model": "tfmg:block/regular_engine/block_normal_extended" - }, - "engine_state=normal,extended=true,facing=south": { - "model": "tfmg:block/regular_engine/block_normal_extended", - "y": 180 - }, - "engine_state=normal,extended=true,facing=west": { - "model": "tfmg:block/regular_engine/block_normal_extended", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/reinforced_fireproof_bricks.json b/src/generated/resources/assets/tfmg/blockstates/reinforced_fireproof_bricks.json deleted file mode 100644 index 09814b6b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/reinforced_fireproof_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/reinforced_fireproof_bricks" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/resistor.json b/src/generated/resources/assets/tfmg/blockstates/resistor.json deleted file mode 100644 index ea10145e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/resistor.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfmg:block/resistor/block", - "x": 180 - }, - "facing=east": { - "model": "tfmg:block/resistor/block", - "x": 90, - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/resistor/block", - "x": 90 - }, - "facing=south": { - "model": "tfmg:block/resistor/block", - "x": 90, - "y": 180 - }, - "facing=up": { - "model": "tfmg:block/resistor/block" - }, - "facing=west": { - "model": "tfmg:block/resistor/block", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/rotor.json b/src/generated/resources/assets/tfmg/blockstates/rotor.json deleted file mode 100644 index 902b6cb1..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/rotor.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/rotor/block", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/rotor/block" - }, - "axis=z": { - "model": "tfmg:block/rotor/block", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/rusted_blast_furnace_reinforcement.json b/src/generated/resources/assets/tfmg/blockstates/rusted_blast_furnace_reinforcement.json deleted file mode 100644 index 34c571a1..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/rusted_blast_furnace_reinforcement.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/rusted_blast_furnace_reinforcement" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/rusted_blast_furnace_reinforcement_wall.json b/src/generated/resources/assets/tfmg/blockstates/rusted_blast_furnace_reinforcement_wall.json deleted file mode 100644 index 48d51cd1..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/rusted_blast_furnace_reinforcement_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/rusted_blast_furnace_reinforcement_wall", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/rusted_blast_furnace_reinforcement_wall" - }, - "facing=south": { - "model": "tfmg:block/rusted_blast_furnace_reinforcement_wall", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/rusted_blast_furnace_reinforcement_wall", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/segmented_display.json b/src/generated/resources/assets/tfmg/blockstates/segmented_display.json deleted file mode 100644 index d92c3994..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/segmented_display.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/segmented_display/block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/segmented_display/block" - }, - "facing=south": { - "model": "tfmg:block/segmented_display/block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/segmented_display/block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/slag_block.json b/src/generated/resources/assets/tfmg/blockstates/slag_block.json deleted file mode 100644 index 2063db2c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/slag_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/slag_block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/slag_bricks.json b/src/generated/resources/assets/tfmg/blockstates/slag_bricks.json deleted file mode 100644 index d80e21e1..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/slag_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/slag_bricks" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/slag_bricks_slab.json b/src/generated/resources/assets/tfmg/blockstates/slag_bricks_slab.json deleted file mode 100644 index 089b378e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/slag_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/slag_bricks_bottom" - }, - "type=double": { - "model": "tfmg:block/slag_bricks" - }, - "type=top": { - "model": "tfmg:block/slag_bricks_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/slag_bricks_stairs.json b/src/generated/resources/assets/tfmg/blockstates/slag_bricks_stairs.json deleted file mode 100644 index 738a6b3e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/slag_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/slag_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/slag_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/slag_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/slag_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/slag_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/slag_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/slag_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/slag_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/slag_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/slag_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/slag_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/slag_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/slag_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/slag_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/slag_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/slag_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/slag_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/slag_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/slag_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/slag_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/slag_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/slag_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/slag_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/slag_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/slag_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/slag_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/slag_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/slag_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/slag_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/slag_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/slag_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/slag_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/slag_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/slag_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/slag_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/slag_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/slag_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/slag_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/slag_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/slag_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/slag_bricks_wall.json b/src/generated/resources/assets/tfmg/blockstates/slag_bricks_wall.json deleted file mode 100644 index 28098e1c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/slag_bricks_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/slag_bricks_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/slag_bricks_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/slag_bricks_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/slag_bricks_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/slag_bricks_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/slag_bricks_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/slag_bricks_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/slag_bricks_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/slag_bricks_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/small_bauxite_brick_slab.json b/src/generated/resources/assets/tfmg/blockstates/small_bauxite_brick_slab.json deleted file mode 100644 index 250f23f5..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/small_bauxite_brick_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/small_bauxite_brick_slab" - }, - "type=double": { - "model": "tfmg:block/small_bauxite_bricks" - }, - "type=top": { - "model": "tfmg:block/small_bauxite_brick_slab_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/small_bauxite_brick_stairs.json b/src/generated/resources/assets/tfmg/blockstates/small_bauxite_brick_stairs.json deleted file mode 100644 index 2ff06c6d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/small_bauxite_brick_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/small_bauxite_brick_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/small_bauxite_brick_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/small_bauxite_brick_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/small_bauxite_brick_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/small_bauxite_brick_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/small_bauxite_brick_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/small_bauxite_brick_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/small_bauxite_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/small_bauxite_brick_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/small_bauxite_brick_wall.json b/src/generated/resources/assets/tfmg/blockstates/small_bauxite_brick_wall.json deleted file mode 100644 index 4848439f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/small_bauxite_brick_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/small_bauxite_bricks_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/small_bauxite_bricks_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/small_bauxite_bricks_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/small_bauxite_bricks_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/small_bauxite_bricks_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/small_bauxite_bricks_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/small_bauxite_bricks_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/small_bauxite_bricks_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/small_bauxite_bricks_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/small_bauxite_bricks.json b/src/generated/resources/assets/tfmg/blockstates/small_bauxite_bricks.json deleted file mode 100644 index 6cb0ff2c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/small_bauxite_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/small_bauxite_bricks" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/small_galena_brick_slab.json b/src/generated/resources/assets/tfmg/blockstates/small_galena_brick_slab.json deleted file mode 100644 index 1175b6da..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/small_galena_brick_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/small_galena_brick_slab" - }, - "type=double": { - "model": "tfmg:block/small_galena_bricks" - }, - "type=top": { - "model": "tfmg:block/small_galena_brick_slab_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/small_galena_brick_stairs.json b/src/generated/resources/assets/tfmg/blockstates/small_galena_brick_stairs.json deleted file mode 100644 index 7b7f42e7..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/small_galena_brick_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/small_galena_brick_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/small_galena_brick_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/small_galena_brick_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/small_galena_brick_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/small_galena_brick_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/small_galena_brick_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/small_galena_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/small_galena_brick_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/small_galena_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/small_galena_brick_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/small_galena_brick_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/small_galena_brick_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/small_galena_brick_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/small_galena_brick_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/small_galena_brick_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/small_galena_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/small_galena_brick_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/small_galena_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/small_galena_brick_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/small_galena_brick_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/small_galena_brick_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/small_galena_brick_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/small_galena_brick_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/small_galena_brick_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/small_galena_brick_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/small_galena_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/small_galena_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/small_galena_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/small_galena_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/small_galena_brick_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/small_galena_brick_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/small_galena_brick_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/small_galena_brick_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/small_galena_brick_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/small_galena_brick_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/small_galena_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/small_galena_brick_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/small_galena_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/small_galena_brick_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/small_galena_brick_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/small_galena_brick_wall.json b/src/generated/resources/assets/tfmg/blockstates/small_galena_brick_wall.json deleted file mode 100644 index 1f0c5ac0..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/small_galena_brick_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/small_galena_bricks_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/small_galena_bricks_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/small_galena_bricks_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/small_galena_bricks_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/small_galena_bricks_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/small_galena_bricks_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/small_galena_bricks_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/small_galena_bricks_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/small_galena_bricks_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/small_galena_bricks.json b/src/generated/resources/assets/tfmg/blockstates/small_galena_bricks.json deleted file mode 100644 index 2c630784..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/small_galena_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/small_galena_bricks" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/stator.json b/src/generated/resources/assets/tfmg/blockstates/stator.json deleted file mode 100644 index e95adbcd..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/stator.json +++ /dev/null @@ -1,138 +0,0 @@ -{ - "variants": { - "facing=down,stator_state=corner,value=false": { - "model": "tfmg:block/stator/block_corner" - }, - "facing=down,stator_state=corner,value=true": { - "model": "tfmg:block/stator/block_corner_up" - }, - "facing=down,stator_state=corner_horizontal,value=false": { - "model": "tfmg:block/stator/block_corner_horizontal", - "x": 90 - }, - "facing=down,stator_state=corner_horizontal,value=true": { - "model": "tfmg:block/stator/block_corner_horizontal", - "x": 90 - }, - "facing=down,stator_state=side,value=false": { - "model": "tfmg:block/stator/block_side", - "x": 90 - }, - "facing=down,stator_state=side,value=true": { - "model": "tfmg:block/stator/block_side_rotated", - "x": 90 - }, - "facing=east,stator_state=corner,value=false": { - "model": "tfmg:block/stator/block_corner", - "y": 90 - }, - "facing=east,stator_state=corner,value=true": { - "model": "tfmg:block/stator/block_corner_up", - "y": 90 - }, - "facing=east,stator_state=corner_horizontal,value=false": { - "model": "tfmg:block/stator/block_corner_horizontal", - "y": 90 - }, - "facing=east,stator_state=corner_horizontal,value=true": { - "model": "tfmg:block/stator/block_corner_horizontal", - "y": 90 - }, - "facing=east,stator_state=side,value=false": { - "model": "tfmg:block/stator/block_side", - "y": 90 - }, - "facing=east,stator_state=side,value=true": { - "model": "tfmg:block/stator/block_side_rotated", - "y": 90 - }, - "facing=north,stator_state=corner,value=false": { - "model": "tfmg:block/stator/block_corner" - }, - "facing=north,stator_state=corner,value=true": { - "model": "tfmg:block/stator/block_corner_up" - }, - "facing=north,stator_state=corner_horizontal,value=false": { - "model": "tfmg:block/stator/block_corner_horizontal" - }, - "facing=north,stator_state=corner_horizontal,value=true": { - "model": "tfmg:block/stator/block_corner_horizontal" - }, - "facing=north,stator_state=side,value=false": { - "model": "tfmg:block/stator/block_side" - }, - "facing=north,stator_state=side,value=true": { - "model": "tfmg:block/stator/block_side_rotated" - }, - "facing=south,stator_state=corner,value=false": { - "model": "tfmg:block/stator/block_corner", - "y": 180 - }, - "facing=south,stator_state=corner,value=true": { - "model": "tfmg:block/stator/block_corner_up", - "y": 180 - }, - "facing=south,stator_state=corner_horizontal,value=false": { - "model": "tfmg:block/stator/block_corner_horizontal", - "y": 180 - }, - "facing=south,stator_state=corner_horizontal,value=true": { - "model": "tfmg:block/stator/block_corner_horizontal", - "y": 180 - }, - "facing=south,stator_state=side,value=false": { - "model": "tfmg:block/stator/block_side", - "y": 180 - }, - "facing=south,stator_state=side,value=true": { - "model": "tfmg:block/stator/block_side_rotated", - "y": 180 - }, - "facing=up,stator_state=corner,value=false": { - "model": "tfmg:block/stator/block_corner" - }, - "facing=up,stator_state=corner,value=true": { - "model": "tfmg:block/stator/block_corner_up" - }, - "facing=up,stator_state=corner_horizontal,value=false": { - "model": "tfmg:block/stator/block_corner_horizontal", - "x": 270 - }, - "facing=up,stator_state=corner_horizontal,value=true": { - "model": "tfmg:block/stator/block_corner_horizontal", - "x": 270 - }, - "facing=up,stator_state=side,value=false": { - "model": "tfmg:block/stator/block_side", - "x": 270 - }, - "facing=up,stator_state=side,value=true": { - "model": "tfmg:block/stator/block_side_rotated", - "x": 270 - }, - "facing=west,stator_state=corner,value=false": { - "model": "tfmg:block/stator/block_corner", - "y": 270 - }, - "facing=west,stator_state=corner,value=true": { - "model": "tfmg:block/stator/block_corner_up", - "y": 270 - }, - "facing=west,stator_state=corner_horizontal,value=false": { - "model": "tfmg:block/stator/block_corner_horizontal", - "y": 270 - }, - "facing=west,stator_state=corner_horizontal,value=true": { - "model": "tfmg:block/stator/block_corner_horizontal", - "y": 270 - }, - "facing=west,stator_state=side,value=false": { - "model": "tfmg:block/stator/block_side", - "y": 270 - }, - "facing=west,stator_state=side,value=true": { - "model": "tfmg:block/stator/block_side_rotated", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_bars.json b/src/generated/resources/assets/tfmg/blockstates/steel_bars.json deleted file mode 100644 index a9bc86cd..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_bars.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/steel_post_ends" - } - }, - { - "apply": { - "model": "tfmg:block/steel_post" - }, - "when": { - "east": "false", - "north": "false", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_cap" - }, - "when": { - "east": "false", - "north": "true", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_cap", - "y": 90 - }, - "when": { - "east": "true", - "north": "false", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_cap_alt" - }, - "when": { - "east": "false", - "north": "false", - "south": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_cap_alt", - "y": 90 - }, - "when": { - "east": "false", - "north": "false", - "south": "false", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/steel_side" - }, - "when": { - "north": "true" - } - }, - { - "apply": { - "model": "tfmg:block/steel_side", - "y": 90 - }, - "when": { - "east": "true" - } - }, - { - "apply": { - "model": "tfmg:block/steel_side_alt" - }, - "when": { - "south": "true" - } - }, - { - "apply": { - "model": "tfmg:block/steel_side_alt", - "y": 90 - }, - "when": { - "west": "true" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_block.json b/src/generated/resources/assets/tfmg/blockstates/steel_block.json deleted file mode 100644 index 5894d5d6..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/steel_block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_cable_hub.json b/src/generated/resources/assets/tfmg/blockstates/steel_cable_hub.json deleted file mode 100644 index 748d283b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_cable_hub.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/steel_cable_hub" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_casing.json b/src/generated/resources/assets/tfmg/blockstates/steel_casing.json deleted file mode 100644 index 65f1b899..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_casing.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/steel_casing" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_casing_cable_hub.json b/src/generated/resources/assets/tfmg/blockstates/steel_casing_cable_hub.json deleted file mode 100644 index 62910b9a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_casing_cable_hub.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/steel_casing_cable_hub" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_chemical_vat.json b/src/generated/resources/assets/tfmg/blockstates/steel_chemical_vat.json deleted file mode 100644 index 809cf979..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_chemical_vat.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "variants": { - "bottom=false,shape=plain,top=false": { - "model": "tfmg:block/steel_chemical_vat/block_middle" - }, - "bottom=false,shape=plain,top=true": { - "model": "tfmg:block/steel_chemical_vat/block_top" - }, - "bottom=false,shape=window,top=false": { - "model": "tfmg:block/steel_chemical_vat/block_middle_window" - }, - "bottom=false,shape=window,top=true": { - "model": "tfmg:block/steel_chemical_vat/block_top_window" - }, - "bottom=false,shape=window_ne,top=false": { - "model": "tfmg:block/steel_chemical_vat/block_middle_window_ne" - }, - "bottom=false,shape=window_ne,top=true": { - "model": "tfmg:block/steel_chemical_vat/block_top_window_ne" - }, - "bottom=false,shape=window_nw,top=false": { - "model": "tfmg:block/steel_chemical_vat/block_middle_window_nw" - }, - "bottom=false,shape=window_nw,top=true": { - "model": "tfmg:block/steel_chemical_vat/block_top_window_nw" - }, - "bottom=false,shape=window_se,top=false": { - "model": "tfmg:block/steel_chemical_vat/block_middle_window_se" - }, - "bottom=false,shape=window_se,top=true": { - "model": "tfmg:block/steel_chemical_vat/block_top_window_se" - }, - "bottom=false,shape=window_sw,top=false": { - "model": "tfmg:block/steel_chemical_vat/block_middle_window_sw" - }, - "bottom=false,shape=window_sw,top=true": { - "model": "tfmg:block/steel_chemical_vat/block_top_window_sw" - }, - "bottom=true,shape=plain,top=false": { - "model": "tfmg:block/steel_chemical_vat/block_bottom" - }, - "bottom=true,shape=plain,top=true": { - "model": "tfmg:block/steel_chemical_vat/block_single" - }, - "bottom=true,shape=window,top=false": { - "model": "tfmg:block/steel_chemical_vat/block_bottom_window" - }, - "bottom=true,shape=window,top=true": { - "model": "tfmg:block/steel_chemical_vat/block_single_window" - }, - "bottom=true,shape=window_ne,top=false": { - "model": "tfmg:block/steel_chemical_vat/block_bottom_window_ne" - }, - "bottom=true,shape=window_ne,top=true": { - "model": "tfmg:block/steel_chemical_vat/block_single_window_ne" - }, - "bottom=true,shape=window_nw,top=false": { - "model": "tfmg:block/steel_chemical_vat/block_bottom_window_nw" - }, - "bottom=true,shape=window_nw,top=true": { - "model": "tfmg:block/steel_chemical_vat/block_single_window_nw" - }, - "bottom=true,shape=window_se,top=false": { - "model": "tfmg:block/steel_chemical_vat/block_bottom_window_se" - }, - "bottom=true,shape=window_se,top=true": { - "model": "tfmg:block/steel_chemical_vat/block_single_window_se" - }, - "bottom=true,shape=window_sw,top=false": { - "model": "tfmg:block/steel_chemical_vat/block_bottom_window_sw" - }, - "bottom=true,shape=window_sw,top=true": { - "model": "tfmg:block/steel_chemical_vat/block_single_window_sw" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_cogwheel.json b/src/generated/resources/assets/tfmg/blockstates/steel_cogwheel.json deleted file mode 100644 index fb69751f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_cogwheel.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/steel_cogwheel", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/steel_cogwheel" - }, - "axis=z": { - "model": "tfmg:block/steel_cogwheel", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_distillation_controller.json b/src/generated/resources/assets/tfmg/blockstates/steel_distillation_controller.json deleted file mode 100644 index f785a9b9..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_distillation_controller.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/steel_distillation_controller/block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/steel_distillation_controller/block" - }, - "facing=south": { - "model": "tfmg:block/steel_distillation_controller/block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/steel_distillation_controller/block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_distillation_output.json b/src/generated/resources/assets/tfmg/blockstates/steel_distillation_output.json deleted file mode 100644 index 08650763..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_distillation_output.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/steel_distillation_output/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_door.json b/src/generated/resources/assets/tfmg/blockstates/steel_door.json deleted file mode 100644 index 166a04b3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_door.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "variants": { - "facing=east,half=lower,hinge=left,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_bottom" - }, - "facing=east,half=lower,hinge=left,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_bottom" - }, - "facing=east,half=lower,hinge=left,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 90 - }, - "facing=east,half=lower,hinge=left,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 90 - }, - "facing=east,half=lower,hinge=right,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_bottom" - }, - "facing=east,half=lower,hinge=right,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_bottom" - }, - "facing=east,half=lower,hinge=right,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 270 - }, - "facing=east,half=lower,hinge=right,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 270 - }, - "facing=east,half=upper,hinge=left,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_top" - }, - "facing=east,half=upper,hinge=left,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_top" - }, - "facing=east,half=upper,hinge=left,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_top", - "y": 90 - }, - "facing=east,half=upper,hinge=left,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_top", - "y": 90 - }, - "facing=east,half=upper,hinge=right,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_top" - }, - "facing=east,half=upper,hinge=right,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_top" - }, - "facing=east,half=upper,hinge=right,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_top", - "y": 270 - }, - "facing=east,half=upper,hinge=right,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_top", - "y": 270 - }, - "facing=north,half=lower,hinge=left,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 270 - }, - "facing=north,half=lower,hinge=left,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 270 - }, - "facing=north,half=lower,hinge=left,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_bottom" - }, - "facing=north,half=lower,hinge=left,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_bottom" - }, - "facing=north,half=lower,hinge=right,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 270 - }, - "facing=north,half=lower,hinge=right,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 270 - }, - "facing=north,half=lower,hinge=right,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 180 - }, - "facing=north,half=lower,hinge=right,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 180 - }, - "facing=north,half=upper,hinge=left,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_top", - "y": 270 - }, - "facing=north,half=upper,hinge=left,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_top", - "y": 270 - }, - "facing=north,half=upper,hinge=left,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_top" - }, - "facing=north,half=upper,hinge=left,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_top" - }, - "facing=north,half=upper,hinge=right,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_top", - "y": 270 - }, - "facing=north,half=upper,hinge=right,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_top", - "y": 270 - }, - "facing=north,half=upper,hinge=right,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_top", - "y": 180 - }, - "facing=north,half=upper,hinge=right,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_top", - "y": 180 - }, - "facing=south,half=lower,hinge=left,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 90 - }, - "facing=south,half=lower,hinge=left,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 90 - }, - "facing=south,half=lower,hinge=left,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 180 - }, - "facing=south,half=lower,hinge=left,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 180 - }, - "facing=south,half=lower,hinge=right,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 90 - }, - "facing=south,half=lower,hinge=right,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 90 - }, - "facing=south,half=lower,hinge=right,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_bottom" - }, - "facing=south,half=lower,hinge=right,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_bottom" - }, - "facing=south,half=upper,hinge=left,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_top", - "y": 90 - }, - "facing=south,half=upper,hinge=left,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_top", - "y": 90 - }, - "facing=south,half=upper,hinge=left,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_top", - "y": 180 - }, - "facing=south,half=upper,hinge=left,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_top", - "y": 180 - }, - "facing=south,half=upper,hinge=right,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_top", - "y": 90 - }, - "facing=south,half=upper,hinge=right,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_top", - "y": 90 - }, - "facing=south,half=upper,hinge=right,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_top" - }, - "facing=south,half=upper,hinge=right,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_top" - }, - "facing=west,half=lower,hinge=left,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 180 - }, - "facing=west,half=lower,hinge=left,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 180 - }, - "facing=west,half=lower,hinge=left,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 270 - }, - "facing=west,half=lower,hinge=left,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 270 - }, - "facing=west,half=lower,hinge=right,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 180 - }, - "facing=west,half=lower,hinge=right,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 180 - }, - "facing=west,half=lower,hinge=right,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 90 - }, - "facing=west,half=lower,hinge=right,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_bottom", - "y": 90 - }, - "facing=west,half=upper,hinge=left,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=left,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=left,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_top", - "y": 270 - }, - "facing=west,half=upper,hinge=left,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_top", - "y": 270 - }, - "facing=west,half=upper,hinge=right,open=false,visible=false": { - "model": "tfmg:block/steel_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=right,open=false,visible=true": { - "model": "tfmg:block/steel_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=right,open=true,visible=false": { - "model": "tfmg:block/steel_door/block_top", - "y": 90 - }, - "facing=west,half=upper,hinge=right,open=true,visible=true": { - "model": "tfmg:block/steel_door/block_top", - "y": 90 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_encased_aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/blockstates/steel_encased_aluminum_cogwheel.json deleted file mode 100644 index bda0082c..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_encased_aluminum_cogwheel.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "variants": { - "axis=x,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/steel_encased_aluminum_cogwheel", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/steel_encased_aluminum_cogwheel_top", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/steel_encased_aluminum_cogwheel_bottom", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/steel_encased_aluminum_cogwheel_top_bottom", - "x": 90, - "y": 90 - }, - "axis=y,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/steel_encased_aluminum_cogwheel" - }, - "axis=y,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/steel_encased_aluminum_cogwheel_top" - }, - "axis=y,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/steel_encased_aluminum_cogwheel_bottom" - }, - "axis=y,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/steel_encased_aluminum_cogwheel_top_bottom" - }, - "axis=z,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/steel_encased_aluminum_cogwheel", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/steel_encased_aluminum_cogwheel_top", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/steel_encased_aluminum_cogwheel_bottom", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/steel_encased_aluminum_cogwheel_top_bottom", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_encased_large_aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/blockstates/steel_encased_large_aluminum_cogwheel.json deleted file mode 100644 index b99d9ac0..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_encased_large_aluminum_cogwheel.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "variants": { - "axis=x,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/steel_encased_large_aluminum_cogwheel", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/steel_encased_large_aluminum_cogwheel_top", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/steel_encased_large_aluminum_cogwheel_bottom", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/steel_encased_large_aluminum_cogwheel_top_bottom", - "x": 90, - "y": 90 - }, - "axis=y,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/steel_encased_large_aluminum_cogwheel" - }, - "axis=y,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/steel_encased_large_aluminum_cogwheel_top" - }, - "axis=y,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/steel_encased_large_aluminum_cogwheel_bottom" - }, - "axis=y,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/steel_encased_large_aluminum_cogwheel_top_bottom" - }, - "axis=z,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/steel_encased_large_aluminum_cogwheel", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/steel_encased_large_aluminum_cogwheel_top", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/steel_encased_large_aluminum_cogwheel_bottom", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/steel_encased_large_aluminum_cogwheel_top_bottom", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_encased_large_steel_cogwheel.json b/src/generated/resources/assets/tfmg/blockstates/steel_encased_large_steel_cogwheel.json deleted file mode 100644 index 98170b34..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_encased_large_steel_cogwheel.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "variants": { - "axis=x,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/steel_encased_large_steel_cogwheel", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/steel_encased_large_steel_cogwheel_top", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/steel_encased_large_steel_cogwheel_bottom", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/steel_encased_large_steel_cogwheel_top_bottom", - "x": 90, - "y": 90 - }, - "axis=y,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/steel_encased_large_steel_cogwheel" - }, - "axis=y,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/steel_encased_large_steel_cogwheel_top" - }, - "axis=y,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/steel_encased_large_steel_cogwheel_bottom" - }, - "axis=y,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/steel_encased_large_steel_cogwheel_top_bottom" - }, - "axis=z,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/steel_encased_large_steel_cogwheel", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/steel_encased_large_steel_cogwheel_top", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/steel_encased_large_steel_cogwheel_bottom", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/steel_encased_large_steel_cogwheel_top_bottom", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_encased_shaft.json b/src/generated/resources/assets/tfmg/blockstates/steel_encased_shaft.json deleted file mode 100644 index 60d52575..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_encased_shaft.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/encased_shaft/block_steel", - "uvlock": true, - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/encased_shaft/block_steel", - "uvlock": true - }, - "axis=z": { - "model": "tfmg:block/encased_shaft/block_steel", - "uvlock": true, - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_encased_steel_cogwheel.json b/src/generated/resources/assets/tfmg/blockstates/steel_encased_steel_cogwheel.json deleted file mode 100644 index 2a6e4442..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_encased_steel_cogwheel.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "variants": { - "axis=x,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/steel_encased_steel_cogwheel", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/steel_encased_steel_cogwheel_top", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/steel_encased_steel_cogwheel_bottom", - "x": 90, - "y": 90 - }, - "axis=x,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/steel_encased_steel_cogwheel_top_bottom", - "x": 90, - "y": 90 - }, - "axis=y,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/steel_encased_steel_cogwheel" - }, - "axis=y,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/steel_encased_steel_cogwheel_top" - }, - "axis=y,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/steel_encased_steel_cogwheel_bottom" - }, - "axis=y,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/steel_encased_steel_cogwheel_top_bottom" - }, - "axis=z,bottom_shaft=false,top_shaft=false": { - "model": "tfmg:block/steel_encased_steel_cogwheel", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=false,top_shaft=true": { - "model": "tfmg:block/steel_encased_steel_cogwheel_top", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=false": { - "model": "tfmg:block/steel_encased_steel_cogwheel_bottom", - "x": 90, - "y": 180 - }, - "axis=z,bottom_shaft=true,top_shaft=true": { - "model": "tfmg:block/steel_encased_steel_cogwheel_top_bottom", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_fluid_tank.json b/src/generated/resources/assets/tfmg/blockstates/steel_fluid_tank.json deleted file mode 100644 index 8846788b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_fluid_tank.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "variants": { - "bottom=false,shape=plain,top=false": { - "model": "tfmg:block/steel_fluid_tank/block_middle" - }, - "bottom=false,shape=plain,top=true": { - "model": "tfmg:block/steel_fluid_tank/block_top" - }, - "bottom=false,shape=window,top=false": { - "model": "tfmg:block/steel_fluid_tank/block_middle_window" - }, - "bottom=false,shape=window,top=true": { - "model": "tfmg:block/steel_fluid_tank/block_top_window" - }, - "bottom=false,shape=window_ne,top=false": { - "model": "tfmg:block/steel_fluid_tank/block_middle_window_ne" - }, - "bottom=false,shape=window_ne,top=true": { - "model": "tfmg:block/steel_fluid_tank/block_top_window_ne" - }, - "bottom=false,shape=window_nw,top=false": { - "model": "tfmg:block/steel_fluid_tank/block_middle_window_nw" - }, - "bottom=false,shape=window_nw,top=true": { - "model": "tfmg:block/steel_fluid_tank/block_top_window_nw" - }, - "bottom=false,shape=window_se,top=false": { - "model": "tfmg:block/steel_fluid_tank/block_middle_window_se" - }, - "bottom=false,shape=window_se,top=true": { - "model": "tfmg:block/steel_fluid_tank/block_top_window_se" - }, - "bottom=false,shape=window_sw,top=false": { - "model": "tfmg:block/steel_fluid_tank/block_middle_window_sw" - }, - "bottom=false,shape=window_sw,top=true": { - "model": "tfmg:block/steel_fluid_tank/block_top_window_sw" - }, - "bottom=true,shape=plain,top=false": { - "model": "tfmg:block/steel_fluid_tank/block_bottom" - }, - "bottom=true,shape=plain,top=true": { - "model": "tfmg:block/steel_fluid_tank/block_single" - }, - "bottom=true,shape=window,top=false": { - "model": "tfmg:block/steel_fluid_tank/block_bottom_window" - }, - "bottom=true,shape=window,top=true": { - "model": "tfmg:block/steel_fluid_tank/block_single_window" - }, - "bottom=true,shape=window_ne,top=false": { - "model": "tfmg:block/steel_fluid_tank/block_bottom_window_ne" - }, - "bottom=true,shape=window_ne,top=true": { - "model": "tfmg:block/steel_fluid_tank/block_single_window_ne" - }, - "bottom=true,shape=window_nw,top=false": { - "model": "tfmg:block/steel_fluid_tank/block_bottom_window_nw" - }, - "bottom=true,shape=window_nw,top=true": { - "model": "tfmg:block/steel_fluid_tank/block_single_window_nw" - }, - "bottom=true,shape=window_se,top=false": { - "model": "tfmg:block/steel_fluid_tank/block_bottom_window_se" - }, - "bottom=true,shape=window_se,top=true": { - "model": "tfmg:block/steel_fluid_tank/block_single_window_se" - }, - "bottom=true,shape=window_sw,top=false": { - "model": "tfmg:block/steel_fluid_tank/block_bottom_window_sw" - }, - "bottom=true,shape=window_sw,top=true": { - "model": "tfmg:block/steel_fluid_tank/block_single_window_sw" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_fluid_valve.json b/src/generated/resources/assets/tfmg/blockstates/steel_fluid_valve.json deleted file mode 100644 index 50f6ab84..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_fluid_valve.json +++ /dev/null @@ -1,196 +0,0 @@ -{ - "variants": { - "axis_along_first=false,enabled=false,facing=down,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", - "x": 270, - "y": 90 - }, - "axis_along_first=false,enabled=false,facing=down,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", - "x": 270, - "y": 90 - }, - "axis_along_first=false,enabled=false,facing=east,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", - "y": 270 - }, - "axis_along_first=false,enabled=false,facing=east,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", - "y": 270 - }, - "axis_along_first=false,enabled=false,facing=north,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_closed", - "y": 180 - }, - "axis_along_first=false,enabled=false,facing=north,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_closed", - "y": 180 - }, - "axis_along_first=false,enabled=false,facing=south,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_closed" - }, - "axis_along_first=false,enabled=false,facing=south,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_closed" - }, - "axis_along_first=false,enabled=false,facing=up,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", - "x": 90, - "y": 90 - }, - "axis_along_first=false,enabled=false,facing=up,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", - "x": 90, - "y": 90 - }, - "axis_along_first=false,enabled=false,facing=west,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", - "y": 90 - }, - "axis_along_first=false,enabled=false,facing=west,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", - "y": 90 - }, - "axis_along_first=false,enabled=true,facing=down,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", - "x": 270, - "y": 90 - }, - "axis_along_first=false,enabled=true,facing=down,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", - "x": 270, - "y": 90 - }, - "axis_along_first=false,enabled=true,facing=east,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", - "y": 270 - }, - "axis_along_first=false,enabled=true,facing=east,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", - "y": 270 - }, - "axis_along_first=false,enabled=true,facing=north,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_open", - "y": 180 - }, - "axis_along_first=false,enabled=true,facing=north,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_open", - "y": 180 - }, - "axis_along_first=false,enabled=true,facing=south,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_open" - }, - "axis_along_first=false,enabled=true,facing=south,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_open" - }, - "axis_along_first=false,enabled=true,facing=up,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", - "x": 90, - "y": 90 - }, - "axis_along_first=false,enabled=true,facing=up,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", - "x": 90, - "y": 90 - }, - "axis_along_first=false,enabled=true,facing=west,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", - "y": 90 - }, - "axis_along_first=false,enabled=true,facing=west,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", - "y": 90 - }, - "axis_along_first=true,enabled=false,facing=down,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", - "x": 270 - }, - "axis_along_first=true,enabled=false,facing=down,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", - "x": 270 - }, - "axis_along_first=true,enabled=false,facing=east,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_closed", - "y": 270 - }, - "axis_along_first=true,enabled=false,facing=east,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_closed", - "y": 270 - }, - "axis_along_first=true,enabled=false,facing=north,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", - "y": 180 - }, - "axis_along_first=true,enabled=false,facing=north,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", - "y": 180 - }, - "axis_along_first=true,enabled=false,facing=south,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed" - }, - "axis_along_first=true,enabled=false,facing=south,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed" - }, - "axis_along_first=true,enabled=false,facing=up,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", - "x": 90 - }, - "axis_along_first=true,enabled=false,facing=up,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_closed", - "x": 90 - }, - "axis_along_first=true,enabled=false,facing=west,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_closed", - "y": 90 - }, - "axis_along_first=true,enabled=false,facing=west,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_closed", - "y": 90 - }, - "axis_along_first=true,enabled=true,facing=down,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", - "x": 270 - }, - "axis_along_first=true,enabled=true,facing=down,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", - "x": 270 - }, - "axis_along_first=true,enabled=true,facing=east,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_open", - "y": 270 - }, - "axis_along_first=true,enabled=true,facing=east,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_open", - "y": 270 - }, - "axis_along_first=true,enabled=true,facing=north,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", - "y": 180 - }, - "axis_along_first=true,enabled=true,facing=north,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", - "y": 180 - }, - "axis_along_first=true,enabled=true,facing=south,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open" - }, - "axis_along_first=true,enabled=true,facing=south,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open" - }, - "axis_along_first=true,enabled=true,facing=up,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", - "x": 90 - }, - "axis_along_first=true,enabled=true,facing=up,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_horizontal_open", - "x": 90 - }, - "axis_along_first=true,enabled=true,facing=west,waterlogged=false": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_open", - "y": 90 - }, - "axis_along_first=true,enabled=true,facing=west,waterlogged=true": { - "model": "tfmg:block/steel_fluid_valve/block_vertical_open", - "y": 90 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_flywheel.json b/src/generated/resources/assets/tfmg/blockstates/steel_flywheel.json deleted file mode 100644 index 05381a13..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_flywheel.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/steel_flywheel/block", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/steel_flywheel/block" - }, - "axis=z": { - "model": "tfmg:block/steel_flywheel/block", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_frame.json b/src/generated/resources/assets/tfmg/blockstates/steel_frame.json deleted file mode 100644 index da3d9ae8..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_frame.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/steel_frame/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_gearbox.json b/src/generated/resources/assets/tfmg/blockstates/steel_gearbox.json deleted file mode 100644 index 000587c3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_gearbox.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/steel_gearbox/block", - "uvlock": true, - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/steel_gearbox/block", - "uvlock": true - }, - "axis=z": { - "model": "tfmg:block/steel_gearbox/block", - "uvlock": true, - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_ladder.json b/src/generated/resources/assets/tfmg/blockstates/steel_ladder.json deleted file mode 100644 index 88614e34..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_ladder.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "variants": { - "facing=east,waterlogged=false": { - "model": "tfmg:block/steel_ladder", - "y": 90 - }, - "facing=east,waterlogged=true": { - "model": "tfmg:block/steel_ladder", - "y": 90 - }, - "facing=north,waterlogged=false": { - "model": "tfmg:block/steel_ladder" - }, - "facing=north,waterlogged=true": { - "model": "tfmg:block/steel_ladder" - }, - "facing=south,waterlogged=false": { - "model": "tfmg:block/steel_ladder", - "y": 180 - }, - "facing=south,waterlogged=true": { - "model": "tfmg:block/steel_ladder", - "y": 180 - }, - "facing=west,waterlogged=false": { - "model": "tfmg:block/steel_ladder", - "y": 270 - }, - "facing=west,waterlogged=true": { - "model": "tfmg:block/steel_ladder", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_mechanical_pump.json b/src/generated/resources/assets/tfmg/blockstates/steel_mechanical_pump.json deleted file mode 100644 index 71b3d6b1..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_mechanical_pump.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "tfmg:block/steel_mechanical_pump/block", - "x": 180 - }, - "facing=east": { - "model": "tfmg:block/steel_mechanical_pump/block", - "x": 90, - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/steel_mechanical_pump/block", - "x": 90 - }, - "facing=south": { - "model": "tfmg:block/steel_mechanical_pump/block", - "x": 90, - "y": 180 - }, - "facing=up": { - "model": "tfmg:block/steel_mechanical_pump/block" - }, - "facing=west": { - "model": "tfmg:block/steel_mechanical_pump/block", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_pipe.json b/src/generated/resources/assets/tfmg/blockstates/steel_pipe.json deleted file mode 100644 index d9f75b9d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_pipe.json +++ /dev/null @@ -1,334 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/steel_pipe/lu_x" - }, - "when": { - "down": "false", - "north": "false", - "south": "true", - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/ru_x" - }, - "when": { - "down": "false", - "north": "true", - "south": "false", - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/ld_x" - }, - "when": { - "down": "true", - "north": "false", - "south": "true", - "up": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/rd_x" - }, - "when": { - "down": "true", - "north": "true", - "south": "false", - "up": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/ud_x" - }, - "when": { - "down": "true", - "north": "false", - "south": "false", - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/u_x" - }, - "when": { - "down": "false", - "north": "false", - "south": "false", - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/d_x" - }, - "when": { - "down": "true", - "north": "false", - "south": "false", - "up": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/lr_x" - }, - "when": { - "down": "false", - "north": "true", - "south": "true", - "up": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/l_x" - }, - "when": { - "down": "false", - "north": "false", - "south": "true", - "up": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/r_x" - }, - "when": { - "down": "false", - "north": "true", - "south": "false", - "up": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/lu_y" - }, - "when": { - "east": "true", - "north": "false", - "south": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/ru_y" - }, - "when": { - "east": "false", - "north": "false", - "south": "true", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/ld_y" - }, - "when": { - "east": "true", - "north": "true", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/rd_y" - }, - "when": { - "east": "false", - "north": "true", - "south": "false", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/ud_y" - }, - "when": { - "east": "false", - "north": "true", - "south": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/u_y" - }, - "when": { - "east": "false", - "north": "false", - "south": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/d_y" - }, - "when": { - "east": "false", - "north": "true", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/lr_y" - }, - "when": { - "east": "true", - "north": "false", - "south": "false", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/l_y" - }, - "when": { - "east": "true", - "north": "false", - "south": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/r_y" - }, - "when": { - "east": "false", - "north": "false", - "south": "false", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/lu_z" - }, - "when": { - "down": "false", - "east": "true", - "up": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/ru_z" - }, - "when": { - "down": "false", - "east": "false", - "up": "true", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/ld_z" - }, - "when": { - "down": "true", - "east": "true", - "up": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/rd_z" - }, - "when": { - "down": "true", - "east": "false", - "up": "false", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/ud_z" - }, - "when": { - "down": "true", - "east": "false", - "up": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/u_z" - }, - "when": { - "down": "false", - "east": "false", - "up": "true", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/d_z" - }, - "when": { - "down": "true", - "east": "false", - "up": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/lr_z" - }, - "when": { - "down": "false", - "east": "true", - "up": "false", - "west": "true" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/l_z" - }, - "when": { - "down": "false", - "east": "true", - "up": "false", - "west": "false" - } - }, - { - "apply": { - "model": "tfmg:block/steel_pipe/r_z" - }, - "when": { - "down": "false", - "east": "false", - "up": "false", - "west": "true" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_scaffolding.json b/src/generated/resources/assets/tfmg/blockstates/steel_scaffolding.json deleted file mode 100644 index b758096e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_scaffolding.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "bottom=false": { - "model": "tfmg:block/steel_scaffolding" - }, - "bottom=true": { - "model": "tfmg:block/steel_scaffolding_horizontal" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_smart_fluid_pipe.json b/src/generated/resources/assets/tfmg/blockstates/steel_smart_fluid_pipe.json deleted file mode 100644 index 571bee4f..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_smart_fluid_pipe.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "variants": { - "face=ceiling,facing=east,waterlogged=false": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 180, - "y": 90 - }, - "face=ceiling,facing=east,waterlogged=true": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 180, - "y": 90 - }, - "face=ceiling,facing=north,waterlogged=false": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 180 - }, - "face=ceiling,facing=north,waterlogged=true": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 180 - }, - "face=ceiling,facing=south,waterlogged=false": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 180, - "y": 180 - }, - "face=ceiling,facing=south,waterlogged=true": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 180, - "y": 180 - }, - "face=ceiling,facing=west,waterlogged=false": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 180, - "y": 270 - }, - "face=ceiling,facing=west,waterlogged=true": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 180, - "y": 270 - }, - "face=floor,facing=east,waterlogged=false": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "y": 270 - }, - "face=floor,facing=east,waterlogged=true": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "y": 270 - }, - "face=floor,facing=north,waterlogged=false": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "y": 180 - }, - "face=floor,facing=north,waterlogged=true": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "y": 180 - }, - "face=floor,facing=south,waterlogged=false": { - "model": "tfmg:block/steel_smart_fluid_pipe/block" - }, - "face=floor,facing=south,waterlogged=true": { - "model": "tfmg:block/steel_smart_fluid_pipe/block" - }, - "face=floor,facing=west,waterlogged=false": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "y": 90 - }, - "face=floor,facing=west,waterlogged=true": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "y": 90 - }, - "face=wall,facing=east,waterlogged=false": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 270, - "y": 270 - }, - "face=wall,facing=east,waterlogged=true": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 270, - "y": 270 - }, - "face=wall,facing=north,waterlogged=false": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 270, - "y": 180 - }, - "face=wall,facing=north,waterlogged=true": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 270, - "y": 180 - }, - "face=wall,facing=south,waterlogged=false": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 270 - }, - "face=wall,facing=south,waterlogged=true": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 270 - }, - "face=wall,facing=west,waterlogged=false": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 270, - "y": 90 - }, - "face=wall,facing=west,waterlogged=true": { - "model": "tfmg:block/steel_smart_fluid_pipe/block", - "x": 270, - "y": 90 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_trapdoor.json b/src/generated/resources/assets/tfmg/blockstates/steel_trapdoor.json deleted file mode 100644 index 4f7abed5..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_trapdoor.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,open=false": { - "model": "tfmg:block/steel_trapdoor/block_bottom", - "y": 90 - }, - "facing=east,half=bottom,open=true": { - "model": "tfmg:block/steel_trapdoor/block_open", - "y": 90 - }, - "facing=east,half=top,open=false": { - "model": "tfmg:block/steel_trapdoor/block_top", - "y": 90 - }, - "facing=east,half=top,open=true": { - "model": "tfmg:block/steel_trapdoor/block_open", - "x": 180, - "y": 270 - }, - "facing=north,half=bottom,open=false": { - "model": "tfmg:block/steel_trapdoor/block_bottom" - }, - "facing=north,half=bottom,open=true": { - "model": "tfmg:block/steel_trapdoor/block_open" - }, - "facing=north,half=top,open=false": { - "model": "tfmg:block/steel_trapdoor/block_top" - }, - "facing=north,half=top,open=true": { - "model": "tfmg:block/steel_trapdoor/block_open", - "x": 180, - "y": 180 - }, - "facing=south,half=bottom,open=false": { - "model": "tfmg:block/steel_trapdoor/block_bottom", - "y": 180 - }, - "facing=south,half=bottom,open=true": { - "model": "tfmg:block/steel_trapdoor/block_open", - "y": 180 - }, - "facing=south,half=top,open=false": { - "model": "tfmg:block/steel_trapdoor/block_top", - "y": 180 - }, - "facing=south,half=top,open=true": { - "model": "tfmg:block/steel_trapdoor/block_open", - "x": 180 - }, - "facing=west,half=bottom,open=false": { - "model": "tfmg:block/steel_trapdoor/block_bottom", - "y": 270 - }, - "facing=west,half=bottom,open=true": { - "model": "tfmg:block/steel_trapdoor/block_open", - "y": 270 - }, - "facing=west,half=top,open=false": { - "model": "tfmg:block/steel_trapdoor/block_top", - "y": 270 - }, - "facing=west,half=top,open=true": { - "model": "tfmg:block/steel_trapdoor/block_open", - "x": 180, - "y": 90 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/steel_truss.json b/src/generated/resources/assets/tfmg/blockstates/steel_truss.json deleted file mode 100644 index f9766e3b..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/steel_truss.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/steel_truss", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/steel_truss" - }, - "axis=z": { - "model": "tfmg:block/steel_truss", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/sulfur.json b/src/generated/resources/assets/tfmg/blockstates/sulfur.json deleted file mode 100644 index 2b313ee3..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/sulfur.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/sulfur" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/surface_scanner.json b/src/generated/resources/assets/tfmg/blockstates/surface_scanner.json deleted file mode 100644 index 1fa011aa..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/surface_scanner.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/surface_scanner/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/traffic_light.json b/src/generated/resources/assets/tfmg/blockstates/traffic_light.json deleted file mode 100644 index 05a4be0d..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/traffic_light.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/traffic_light/block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/traffic_light/block" - }, - "facing=south": { - "model": "tfmg:block/traffic_light/block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/traffic_light/block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/transformer.json b/src/generated/resources/assets/tfmg/blockstates/transformer.json deleted file mode 100644 index 834f73a7..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/transformer.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/transformer/block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/transformer/block" - }, - "facing=south": { - "model": "tfmg:block/transformer/block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/transformer/block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/voltage_observer.json b/src/generated/resources/assets/tfmg/blockstates/voltage_observer.json deleted file mode 100644 index bd326277..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/voltage_observer.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "variants": { - "facing=down,powered=false": { - "model": "tfmg:block/voltage_observer/block", - "x": 180 - }, - "facing=down,powered=true": { - "model": "tfmg:block/voltage_observer/block_on", - "x": 180 - }, - "facing=east,powered=false": { - "model": "tfmg:block/voltage_observer/block", - "x": 90, - "y": 90 - }, - "facing=east,powered=true": { - "model": "tfmg:block/voltage_observer/block_on", - "x": 90, - "y": 90 - }, - "facing=north,powered=false": { - "model": "tfmg:block/voltage_observer/block", - "x": 90 - }, - "facing=north,powered=true": { - "model": "tfmg:block/voltage_observer/block_on", - "x": 90 - }, - "facing=south,powered=false": { - "model": "tfmg:block/voltage_observer/block", - "x": 90, - "y": 180 - }, - "facing=south,powered=true": { - "model": "tfmg:block/voltage_observer/block_on", - "x": 90, - "y": 180 - }, - "facing=up,powered=false": { - "model": "tfmg:block/voltage_observer/block" - }, - "facing=up,powered=true": { - "model": "tfmg:block/voltage_observer/block_on" - }, - "facing=west,powered=false": { - "model": "tfmg:block/voltage_observer/block", - "x": 90, - "y": 270 - }, - "facing=west,powered=true": { - "model": "tfmg:block/voltage_observer/block_on", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/voltmeter.json b/src/generated/resources/assets/tfmg/blockstates/voltmeter.json deleted file mode 100644 index d01b66bb..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/voltmeter.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/voltmeter/block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/voltmeter/block" - }, - "facing=south": { - "model": "tfmg:block/voltmeter/block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/voltmeter/block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/white_caution_block.json b/src/generated/resources/assets/tfmg/blockstates/white_caution_block.json deleted file mode 100644 index 354a8b9a..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/white_caution_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/white_caution_block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/white_caution_block" - }, - "facing=south": { - "model": "tfmg:block/white_caution_block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/white_caution_block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/white_concrete.json b/src/generated/resources/assets/tfmg/blockstates/white_concrete.json deleted file mode 100644 index 362b37cc..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/white_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/white_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/white_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/white_concrete_slab.json deleted file mode 100644 index 19a3dd11..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/white_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/white_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/white_concrete" - }, - "type=top": { - "model": "tfmg:block/white_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/white_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/white_concrete_stairs.json deleted file mode 100644 index 0600ae6e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/white_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/white_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/white_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/white_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/white_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/white_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/white_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/white_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/white_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/white_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/white_concrete_wall.json deleted file mode 100644 index 0d107ac0..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/white_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/white_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/white_rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/white_rebar_concrete.json deleted file mode 100644 index 21800d8e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/white_rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/white_rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/white_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/white_rebar_concrete_slab.json deleted file mode 100644 index 19a3dd11..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/white_rebar_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/white_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/white_concrete" - }, - "type=top": { - "model": "tfmg:block/white_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/white_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/white_rebar_concrete_stairs.json deleted file mode 100644 index 0600ae6e..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/white_rebar_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/white_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/white_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/white_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/white_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/white_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/white_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/white_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/white_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/white_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/white_rebar_concrete_wall.json deleted file mode 100644 index 0d107ac0..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/white_rebar_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/white_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/white_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/winding_machine.json b/src/generated/resources/assets/tfmg/blockstates/winding_machine.json deleted file mode 100644 index 80e2a649..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/winding_machine.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "variants": { - "facing=east,powered=false": { - "model": "tfmg:block/winding_machine/block", - "y": 90 - }, - "facing=east,powered=true": { - "model": "tfmg:block/winding_machine/block", - "y": 90 - }, - "facing=north,powered=false": { - "model": "tfmg:block/winding_machine/block" - }, - "facing=north,powered=true": { - "model": "tfmg:block/winding_machine/block" - }, - "facing=south,powered=false": { - "model": "tfmg:block/winding_machine/block", - "y": 180 - }, - "facing=south,powered=true": { - "model": "tfmg:block/winding_machine/block", - "y": 180 - }, - "facing=west,powered=false": { - "model": "tfmg:block/winding_machine/block", - "y": 270 - }, - "facing=west,powered=true": { - "model": "tfmg:block/winding_machine/block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/yellow_caution_block.json b/src/generated/resources/assets/tfmg/blockstates/yellow_caution_block.json deleted file mode 100644 index f95941a4..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/yellow_caution_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "tfmg:block/yellow_caution_block", - "y": 90 - }, - "facing=north": { - "model": "tfmg:block/yellow_caution_block" - }, - "facing=south": { - "model": "tfmg:block/yellow_caution_block", - "y": 180 - }, - "facing=west": { - "model": "tfmg:block/yellow_caution_block", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/yellow_concrete.json b/src/generated/resources/assets/tfmg/blockstates/yellow_concrete.json deleted file mode 100644 index f0f8f408..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/yellow_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/yellow_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/yellow_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/yellow_concrete_slab.json deleted file mode 100644 index f6b6fbae..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/yellow_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/yellow_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/yellow_concrete" - }, - "type=top": { - "model": "tfmg:block/yellow_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/yellow_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/yellow_concrete_stairs.json deleted file mode 100644 index 67c2e856..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/yellow_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/yellow_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/yellow_concrete_wall.json deleted file mode 100644 index d162cd55..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/yellow_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/yellow_rebar_concrete.json b/src/generated/resources/assets/tfmg/blockstates/yellow_rebar_concrete.json deleted file mode 100644 index 7bc6ba25..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/yellow_rebar_concrete.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/yellow_rebar_concrete" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/yellow_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/blockstates/yellow_rebar_concrete_slab.json deleted file mode 100644 index f6b6fbae..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/yellow_rebar_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "tfmg:block/yellow_concrete_bottom" - }, - "type=double": { - "model": "tfmg:block/yellow_concrete" - }, - "type=top": { - "model": "tfmg:block/yellow_concrete_top" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/yellow_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/blockstates/yellow_rebar_concrete_stairs.json deleted file mode 100644 index 67c2e856..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/yellow_rebar_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/yellow_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/yellow_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/blockstates/yellow_rebar_concrete_wall.json deleted file mode 100644 index d162cd55..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/yellow_rebar_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/yellow_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/zinc_frame.json b/src/generated/resources/assets/tfmg/blockstates/zinc_frame.json deleted file mode 100644 index 5aab4751..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/zinc_frame.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/zinc_frame/block" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/blockstates/zinc_truss.json b/src/generated/resources/assets/tfmg/blockstates/zinc_truss.json deleted file mode 100644 index 22984c12..00000000 --- a/src/generated/resources/assets/tfmg/blockstates/zinc_truss.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "tfmg:block/zinc_truss", - "x": 90, - "y": 90 - }, - "axis=y": { - "model": "tfmg:block/zinc_truss" - }, - "axis=z": { - "model": "tfmg:block/zinc_truss", - "x": 90, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/lang/en_ud.json b/src/generated/resources/assets/tfmg/lang/en_ud.json deleted file mode 100644 index 0569264d..00000000 --- a/src/generated/resources/assets/tfmg/lang/en_ud.json +++ /dev/null @@ -1,829 +0,0 @@ -{ - "OwO": "∩ʍ∩", - "block.tfmg.accumulator": "ɹoʇɐןnɯnɔɔⱯ", - "block.tfmg.accumulator.tooltip.summary": "do⟘ ǝɥʇ ɯoɹɟ ʎןʍoןS pǝʇʇndʇno ǝq uɐɔ ʇɐɥʇ )ɯoʇʇoq ɯoɹɟ pǝʇɹǝsuı( ʎbɹǝuǝ ɟo ʇunoɯⱯ ǝbɹɐꞀ ɐ spןoH", - "block.tfmg.air_intake": "ǝʞɐʇuI ɹıⱯ", - "block.tfmg.aluminium_cable_hub.tooltip.summary": "ǝuoʇspǝɹ ɥʇıʍ ɟɟo pǝuɹnʇ ǝq uɐƆ", - "block.tfmg.aluminum_bars": "sɹɐᗺ ɯnuıɯnןⱯ", - "block.tfmg.aluminum_block": "ɯnuıɯnןⱯ ɟo ʞɔoןᗺ", - "block.tfmg.aluminum_cable_hub": "qnH ǝןqɐƆ ɯnuıɯnןⱯ", - "block.tfmg.aluminum_cogwheel": "ןǝǝɥʍboƆ ɯnuıɯnןⱯ", - "block.tfmg.aluminum_door": "ɹooᗡ ɯnuıɯnןⱯ", - "block.tfmg.aluminum_fluid_tank": "ʞuɐ⟘ pınןℲ ɯnuıɯnןⱯ", - "block.tfmg.aluminum_fluid_valve": "ǝʌןɐΛ pınןℲ ɯnuıɯnןⱯ", - "block.tfmg.aluminum_flywheel": "ןǝǝɥʍʎןℲ ɯnuıɯnןⱯ", - "block.tfmg.aluminum_frame": "ǝɯɐɹℲ ɯnuıɯnןⱯ", - "block.tfmg.aluminum_ladder": "ɹǝppɐꞀ ɯnuıɯnןⱯ", - "block.tfmg.aluminum_lamp": "dɯɐꞀ ɯnuıɯnןⱯ", - "block.tfmg.aluminum_mechanical_pump": "dɯnԀ ןɐɔıuɐɥɔǝW ɯnuıɯnןⱯ", - "block.tfmg.aluminum_pipe": "ǝdıԀ ɯnuıɯnןⱯ", - "block.tfmg.aluminum_scaffolding": "buıpןoɟɟɐɔS ɯnuıɯnןⱯ", - "block.tfmg.aluminum_smart_fluid_pipe": "ǝdıԀ pınןℲ ʇɹɐɯS ɯnuıɯnןⱯ", - "block.tfmg.aluminum_truss": "ssnɹ⟘ ɯnuıɯnןⱯ", - "block.tfmg.ammeter": "ɹǝʇǝɯɯⱯ", - "block.tfmg.asphalt": "ʇןɐɥdsⱯ", - "block.tfmg.asphalt_slab": "qɐןS ʇןɐɥdsⱯ", - "block.tfmg.asphalt_stairs": "sɹıɐʇS ʇןɐɥdsⱯ", - "block.tfmg.asphalt_wall": "ןןɐM ʇןɐɥdsⱯ", - "block.tfmg.bauxite": "ǝʇıxnɐᗺ", - "block.tfmg.bauxite_pillar": "ɹɐןןıԀ ǝʇıxnɐᗺ", - "block.tfmg.blast_furnace_hatch": "ɥɔʇɐH ǝɔɐuɹnℲ ʇsɐןᗺ", - "block.tfmg.blast_furnace_output": "ʇndʇnO ǝɔɐuɹnℲ ʇsɐןᗺ", - "block.tfmg.blast_furnace_reinforcement": "ʇuǝɯǝɔɹoɟuıǝᴚ ǝɔɐuɹnℲ ʇsɐןᗺ", - "block.tfmg.blast_furnace_reinforcement_wall": "ןןɐM ʇuǝɯǝɔɹoɟuıǝᴚ ǝɔɐuɹnℲ ʇsɐןᗺ", - "block.tfmg.blast_stove": "ǝʌoʇS ʇsɐןᗺ", - "block.tfmg.blue_caution_block": "ʞɔoןᗺ uoıʇnɐƆ ǝnןᗺ", - "block.tfmg.blue_concrete": "ǝʇǝɹɔuoƆ ǝnןᗺ", - "block.tfmg.blue_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ǝnןᗺ", - "block.tfmg.blue_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ǝnןᗺ", - "block.tfmg.blue_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ǝnןᗺ", - "block.tfmg.blue_rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝnןᗺ", - "block.tfmg.blue_rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝnןᗺ", - "block.tfmg.blue_rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝnןᗺ", - "block.tfmg.blue_rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝnןᗺ", - "block.tfmg.brass_cable_hub": "qnH ǝןqɐƆ ssɐɹᗺ", - "block.tfmg.brass_cable_hub.tooltip.summary": "ǝuoʇspǝɹ ɥʇıʍ ɟɟo pǝuɹnʇ ǝq uɐƆ", - "block.tfmg.brass_fluid_valve": "ǝʌןɐΛ pınןℲ ssɐɹᗺ", - "block.tfmg.brass_frame": "ǝɯɐɹℲ ssɐɹᗺ", - "block.tfmg.brass_mechanical_pump": "dɯnԀ ןɐɔıuɐɥɔǝW ssɐɹᗺ", - "block.tfmg.brass_pipe": "ǝdıԀ ssɐɹᗺ", - "block.tfmg.brass_smart_fluid_pipe": "ǝdıԀ pınןℲ ʇɹɐɯS ssɐɹᗺ", - "block.tfmg.brass_truss": "ssnɹ⟘ ssɐɹᗺ", - "block.tfmg.brick_smokestack": "ʞɔɐʇsǝʞoɯS ʞɔıɹᗺ", - "block.tfmg.brown_caution_block": "ʞɔoןᗺ uoıʇnɐƆ uʍoɹᗺ", - "block.tfmg.brown_concrete": "ǝʇǝɹɔuoƆ uʍoɹᗺ", - "block.tfmg.brown_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ uʍoɹᗺ", - "block.tfmg.brown_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ uʍoɹᗺ", - "block.tfmg.brown_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ uʍoɹᗺ", - "block.tfmg.brown_rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ uʍoɹᗺ", - "block.tfmg.brown_rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ uʍoɹᗺ", - "block.tfmg.brown_rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ uʍoɹᗺ", - "block.tfmg.brown_rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ uʍoɹᗺ", - "block.tfmg.cable connector.tooltip.summary": "‾ʎbɹǝuƎ‾ ʇɹodsuɐɹʇ ɯǝɥʇ buıʞɯɐ ‾ǝןqɐƆ ɹǝddoƆ‾ ɐ ɥʇıʍ sɹoʇɔǝuuoɔ ǝןqɐɔ ᄅ ʞɔıןɔ ʇɥbıᴚ", - "block.tfmg.cable_connector": "ɹoʇɐןnsuI ǝןqɐƆ", - "block.tfmg.cable_tube": "ǝqn⟘ ǝןqɐƆ", - "block.tfmg.cable_tube.tooltip.summary": "ǝןqɐƆ ɐ ǝʞıן ʎbɹǝuƎ sʇɹodsuɐɹ⟘", - "block.tfmg.capacitor.tooltip.summary": "do⟘ ǝɥʇ ɯoɹɟ ʎןʞɔınὉ pǝʇʇndʇno ǝq uɐɔ ʇɐɥʇ )ɯoʇʇoq ɯoɹɟ pǝʇɹǝsuı( ʎbɹǝuǝ ɟo ʇunoɯⱯ ןןɐɯS ɐ spןoH", - "block.tfmg.cast_iron_bars": "sɹɐᗺ uoɹI ʇsɐƆ", - "block.tfmg.cast_iron_block": "uoɹI ʇsɐƆ ɟo ʞɔoןᗺ", - "block.tfmg.cast_iron_fluid_tank": "ʞuɐ⟘ pınןℲ uoɹI ʇsɐƆ", - "block.tfmg.cast_iron_fluid_valve": "ǝʌןɐΛ pınןℲ uoɹI ʇsɐƆ", - "block.tfmg.cast_iron_flywheel": "ןǝǝɥʍʎןℲ uoɹI ʇsɐƆ", - "block.tfmg.cast_iron_frame": "ǝɯɐɹℲ uoɹI ʇsɐƆ", - "block.tfmg.cast_iron_ladder": "ɹǝppɐꞀ uoɹI ʇsɐƆ", - "block.tfmg.cast_iron_mechanical_pump": "dɯnԀ ןɐɔıuɐɥɔǝW uoɹI ʇsɐƆ", - "block.tfmg.cast_iron_pipe": "ǝdıԀ uoɹI ʇsɐƆ", - "block.tfmg.cast_iron_smart_fluid_pipe": "ǝdıԀ pınןℲ ʇɹɐɯS uoɹI ʇsɐƆ", - "block.tfmg.cast_iron_truss": "ssnɹ⟘ uoɹI ʇsɐƆ", - "block.tfmg.casting_basin": "uısɐᗺ buıʇsɐƆ", - "block.tfmg.circular_light": "dɯɐꞀ ɹɐןnɔɹıƆ", - "block.tfmg.coal_coke_block": "ǝʞoƆ ןɐoƆ ɟo ʞɔoןᗺ", - "block.tfmg.coke_oven": "uǝʌO ǝʞoƆ", - "block.tfmg.compact_engine.behaviour1": "ʇı oʇuı pǝʇʇnduı ‾ןɐubıS ǝuoʇspǝᴚ‾ ǝɥʇ ɟo ɥʇbuǝɹʇs ǝɥʇ uo pǝsɐq ‾WԀᴚ‾ ʇndʇno ןןıM", - "block.tfmg.compact_engine.condition1": "oʇuı ǝʇosoǝɹƆ ǝuıןosɐ⅁ uǝɥM", - "block.tfmg.compact_engine.tooltip.summary": "ǝuıןosɐ⅁ ɯoɹɟ uoıʇɐʇoᴚ sǝʞɐW", - "block.tfmg.concrete": "ǝʇǝɹɔuoƆ", - "block.tfmg.concrete_encased_cable_tube": "ǝqn⟘ ǝןqɐƆ pǝsɐɔuƎ ǝʇǝɹɔuoƆ", - "block.tfmg.concrete_encased_electric_post": "ʇsoԀ ɔıɹʇɔǝןƎ pǝsɐɔuƎ ǝʇǝɹɔuoƆ", - "block.tfmg.concrete_encased_industrial_pipe": "ǝdıԀ ןɐıɹʇsnpuI pǝsɐɔuƎ ǝʇǝɹɔuoƆ", - "block.tfmg.concrete_hose": "ǝsoH ǝʇǝɹɔuoƆ", - "block.tfmg.concrete_slab": "qɐןS ǝʇǝɹɔuoƆ", - "block.tfmg.concrete_smokestack": "ʞɔɐʇsǝʞoɯS ǝʇǝɹɔuoƆ", - "block.tfmg.concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ", - "block.tfmg.concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ", - "block.tfmg.constantan_block": "uɐʇuɐʇsuoƆ ɟo ʞɔoןᗺ", - "block.tfmg.constantan_frame": "ǝɯɐɹℲ uɐʇuɐʇsuoƆ", - "block.tfmg.constantan_ladder": "ɹǝppɐꞀ uɐʇuɐʇsuoƆ", - "block.tfmg.constantan_truss": "ssnɹ⟘ uɐʇuɐʇsuoƆ", - "block.tfmg.converter": "ɹǝʇɹǝʌuoƆ", - "block.tfmg.converter.behaviour1": "‾⅁WℲ⟘‾ ɥʇıʍ ǝןqɐsn ʇı buıʞɐɯ ‾ǝbɐʇןoΛ‾ ɥʇıM ƎℲ sʇndʇno ‾do⟘‾ ǝɥ⟘", - "block.tfmg.converter.condition1": "ɯoʇʇoᗺ ɯoɹɟ ƎℲ ʇnԀ uǝɥM", - "block.tfmg.converter.tooltip.summary": "ǝbɐʇןoʌ buıppɐ ʎq ⅁WℲ⟘ ɥʇıʍ ǝןqıʇɐdɯoɔ spoɯ ɹǝɥʇo sǝʞɐW", - "block.tfmg.cooling_fluid": "pınןℲ buıןooƆ", - "block.tfmg.copper_cable_hub": "qnH ǝןqɐƆ ɹǝddoƆ", - "block.tfmg.copper_cable_hub.tooltip.summary": "ǝuoʇspǝɹ ɥʇıʍ ɟɟo pǝuɹnʇ ǝq uɐƆ", - "block.tfmg.copper_coil.tooltip.behaviour1": "sɹǝʍoʇ ǝʌıʇɔǝdsǝɹ ɹıǝɥʇ ɟo doʇ ǝɥʇ uo pǝʇʇndʇno puɐ pǝʇʇnduı ɥʇoq sı ʎbɹǝuƎ ˙ʇndʇno ǝɥʇ ʇı ǝʞɐɯ oʇ ɥɔuǝɹʍ ɐ ɥʇıʍ ɹǝʍoʇ ɹǝbɹɐן ǝɥʇ uı ʞɔoןq doʇ ǝɥʇ ʞɔıןƆ-ᴚ ˙buıɥɔnoʇ sʞɔoןq doʇ ɹıǝɥʇ ɥʇıʍ puɐ ʇɥbıǝɥ uı sʞɔoןq ϛ xɐɯ ɥʇoq 'ɹǝɥʇo ǝɥʇ uɐɥʇ ɹǝbɹɐן ʞɔoןq Ɩ ʇsɐǝןʇɐ ǝuo 'ɹǝɥʇoɥɔɐǝ ɯoɹɟ ʞɔoןq ǝuo ɹo oʇ ʇxǝu ɹǝɥʇıǝ sןıoɔ ɟo sɹǝʍoʇ oʇ ǝʌɐɥ oʇ ǝʌɐɥ noʎ ǝbɐʇןoʌ ǝsɐǝɹɔuı o⟘", - "block.tfmg.copper_coil.tooltip.summary": "ǝbɐʇןoΛ sǝsɐǝɹɔuI", - "block.tfmg.copper_encased_aluminum_pipe": "ǝdıԀ ɯnuıɯnןⱯ pǝsɐɔuƎ ɹǝddoƆ", - "block.tfmg.copper_encased_brass_pipe": "ǝdıԀ ssɐɹᗺ pǝsɐɔuƎ ɹǝddoƆ", - "block.tfmg.copper_encased_cast_iron_pipe": "ǝdıԀ uoɹI ʇsɐƆ pǝsɐɔuƎ ɹǝddoƆ", - "block.tfmg.copper_encased_plastic_pipe": "ǝdıԀ ɔıʇsɐןԀ pǝsɐɔuƎ ɹǝddoƆ", - "block.tfmg.copper_encased_steel_pipe": "ǝdıԀ ןǝǝʇS pǝsɐɔuƎ ɹǝddoƆ", - "block.tfmg.copper_frame": "ǝɯɐɹℲ ɹǝddoƆ", - "block.tfmg.copper_truss": "ssnɹ⟘ ɹǝddoƆ", - "block.tfmg.copycat_cable_base": "ǝsɐᗺ ǝןqɐƆ ʇɐɔʎdoƆ", - "block.tfmg.copycat_cable_block": "ʞɔoןᗺ ǝןqɐƆ ʇɐɔʎdoƆ", - "block.tfmg.copycat_cable_block.tooltip.summary": "ǝuoʇspǝɹ ɥʇıʍ ɟɟo pǝuɹnʇ ǝq uɐƆ", - "block.tfmg.creative_generator": "ɹoʇɐɹǝuǝ⅁ ǝʌıʇɐǝɹƆ", - "block.tfmg.creative_generator.tooltip.summary": "ןǝuɐd ʇnduı sʇı uo ǝnןɐʌ ǝɥʇ uo pǝsɐq ʎbɹǝuǝ sʇndʇnO", - "block.tfmg.creosote": "ǝʇosoǝɹƆ", - "block.tfmg.crude_oil": "ןıO ǝpnɹƆ", - "block.tfmg.cut_bauxite": "ǝʇıxnɐᗺ ʇnƆ", - "block.tfmg.cut_bauxite_brick_slab": "qɐןS ʞɔıɹᗺ ǝʇıxnɐᗺ ʇnƆ", - "block.tfmg.cut_bauxite_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝʇıxnɐᗺ ʇnƆ", - "block.tfmg.cut_bauxite_brick_wall": "ןןɐM ʞɔıɹᗺ ǝʇıxnɐᗺ ʇnƆ", - "block.tfmg.cut_bauxite_bricks": "sʞɔıɹᗺ ǝʇıxnɐᗺ ʇnƆ", - "block.tfmg.cut_bauxite_slab": "qɐןS ǝʇıxnɐᗺ ʇnƆ", - "block.tfmg.cut_bauxite_stairs": "sɹıɐʇS ǝʇıxnɐᗺ ʇnƆ", - "block.tfmg.cut_bauxite_wall": "ןןɐM ǝʇıxnɐᗺ ʇnƆ", - "block.tfmg.cut_galena": "ɐuǝןɐ⅁ ʇnƆ", - "block.tfmg.cut_galena_brick_slab": "qɐןS ʞɔıɹᗺ ɐuǝןɐ⅁ ʇnƆ", - "block.tfmg.cut_galena_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ɐuǝןɐ⅁ ʇnƆ", - "block.tfmg.cut_galena_brick_wall": "ןןɐM ʞɔıɹᗺ ɐuǝןɐ⅁ ʇnƆ", - "block.tfmg.cut_galena_bricks": "sʞɔıɹᗺ ɐuǝןɐ⅁ ʇnƆ", - "block.tfmg.cut_galena_slab": "qɐןS ɐuǝןɐ⅁ ʇnƆ", - "block.tfmg.cut_galena_stairs": "sɹıɐʇS ɐuǝןɐ⅁ ʇnƆ", - "block.tfmg.cut_galena_wall": "ןןɐM ɐuǝןɐ⅁ ʇnƆ", - "block.tfmg.cyan_caution_block": "ʞɔoןᗺ uoıʇnɐƆ uɐʎƆ", - "block.tfmg.cyan_concrete": "ǝʇǝɹɔuoƆ uɐʎƆ", - "block.tfmg.cyan_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ uɐʎƆ", - "block.tfmg.cyan_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ uɐʎƆ", - "block.tfmg.cyan_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ uɐʎƆ", - "block.tfmg.cyan_rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ uɐʎƆ", - "block.tfmg.cyan_rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ uɐʎƆ", - "block.tfmg.cyan_rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ uɐʎƆ", - "block.tfmg.cyan_rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ uɐʎƆ", - "block.tfmg.debug_conductor": "ɹoʇɔnpuoƆ bnqǝᗡ", - "block.tfmg.debug_electric_block": "ʞɔoןᗺ ɔıɹʇɔǝןƎ bnqǝᗡ", - "block.tfmg.debug_generator_block": "ʞɔoןᗺ ɹoʇɐɹǝuǝ⅁ bnqǝᗡ", - "block.tfmg.deepslate_lead_ore": "ǝɹO pɐǝꞀ ǝʇɐןsdǝǝᗡ", - "block.tfmg.deepslate_lithium_ore": "ǝɹO ɯnıɥʇıꞀ ǝʇɐןsdǝǝᗡ", - "block.tfmg.deepslate_nickel_ore": "ǝɹO ןǝʞɔıN ǝʇɐןsdǝǝᗡ", - "block.tfmg.diagonal_cable_block": "ʞɔoןᗺ ǝןqɐƆ ןɐuobɐıᗡ", - "block.tfmg.diagonal_cable_block.tooltip.summary": ")ʎןןɐuobɐıp ʇnᗺ( ǝןqɐƆ ɐ ǝʞıן ʎbɹǝuƎ sʇɹodsuɐɹ⟘", - "block.tfmg.diesel": "ןǝsǝıᗡ", - "block.tfmg.electric_casing": "buısɐƆ ɔıɹʇɔǝןƎ", - "block.tfmg.electric_diode": "ǝpoıᗡ", - "block.tfmg.electric_motor": "ɹoʇoW ɔıɹʇɔǝןƎ", - "block.tfmg.electric_motor.tooltip.summary": ")ǝpıs uo ǝןqɐɹnbıɟuoɔ ɯdɹ( uoıʇɐʇoɹ oʇ ʎbɹǝuǝ sǝbuɐɥƆ", - "block.tfmg.electric_post": "ʇsoԀ ɔıɹʇɔǝןƎ", - "block.tfmg.electric_pump": "dɯnԀ ɔıɹʇɔǝןƎ", - "block.tfmg.electrical_switch": "ɥɔʇıʍS ɔıɹʇɔǝןƎ", - "block.tfmg.electrode_holder": "ɹǝpןoH ǝpoɹʇɔǝןƎ", - "block.tfmg.encased_diode": "ǝpoıᗡ pǝsɐɔuƎ", - "block.tfmg.encased_potentiometer": "ɹǝʇǝɯoıʇuǝʇoԀ pǝsɐɔuƎ", - "block.tfmg.energy_meter.condition1": "ǝɔɹnoS ɹǝʍoԀ uo ʇnd uǝɥM", - "block.tfmg.energy_meter.condition2": "sǝןbbo⅁ s,ɹǝǝuıbuƎ ɥʇıʍ uo pǝʞooן uǝɥM", - "block.tfmg.energy_meter.tooltip.behaviour1": "‾ǝɔɹnoS ɹǝʍoԀ‾ ǝɥʇ ɟo ‾ʎbɹǝuƎ‾ ǝɥʇ sǝɹnsɐǝW", - "block.tfmg.energy_meter.tooltip.behaviour2": "ʎbɹǝuǝ sǝɔɹnos ǝɥʇ uo oɟuı pǝןıɐʇǝp sʍoɥS", - "block.tfmg.energy_meter.tooltip.summary": "ʎbɹǝuǝ sǝɹnsɐǝW", - "block.tfmg.engine_controller": "ɹǝןןoɹʇuoƆ ǝuıbuƎ", - "block.tfmg.engine_gearbox": "xoqɹɐǝ⅁ ǝuıbuƎ", - "block.tfmg.exhaust": "ʇsnɐɥxƎ", - "block.tfmg.factory_floor": "ɹooןℲ ʎɹoʇɔɐℲ", - "block.tfmg.factory_floor_slab": "qɐןS ɹooןℲ ʎɹoʇɔɐℲ", - "block.tfmg.factory_floor_stairs": "sɹıɐʇS ɹooןℲ ʎɹoʇɔɐℲ", - "block.tfmg.factory_floor_wall": "ןןɐM ɹooןℲ ʎɹoʇɔɐℲ", - "block.tfmg.firebox": "xoqǝɹıℲ", - "block.tfmg.firebox.condition1": "oʇuı sǝןqɐuɹnq pǝʇʇnduı uǝɥM", - "block.tfmg.firebox.tooltip.behaviour1": "ʇı ʇɐǝɥɹǝdns oʇ ʎɐʍ ou sı ǝɹǝɥʇ 'ןǝnɟ ɟo ʇno sunɹ ʇı ןıʇun ‾ɹǝuɹnᗺ ǝzɐןᗺ‾ ɐ sɐ ʇɔɐ ןןıʍ ‾xoqǝɹıℲ‾ ǝɥ⟘", - "block.tfmg.firebox.tooltip.summary": "ɹǝuɹnq ǝzɐןq ɐ sɐ uoıʇɔunɟ oʇ sǝןqɐuɹnq sǝs∩", - "block.tfmg.fireclay": "ʎɐןɔǝɹıℲ", - "block.tfmg.fireclay.tooltip.summary": "pןɹoʍɹǝʌo ǝɥʇ uı suıǝʌ punoɹbɹǝpun uı punoɟ sı ʇI", - "block.tfmg.fireproof_brick_reinforcement": "ʇuǝɯǝɔɹoɟuıǝᴚ ʞɔıɹᗺ ɟooɹdǝɹıℲ", - "block.tfmg.fireproof_bricks": "sʞɔıɹᗺ ɟooɹdǝɹıℲ", - "block.tfmg.flarestack": "ʞɔɐʇsǝɹɐןℲ", - "block.tfmg.flarestack.tooltip.behaviour1": "ǝpısuı pǝdɯnd sı ʇɐɥʍ sǝʇǝןǝᗡ", - "block.tfmg.flarestack.tooltip.condition1": "ɯoʇʇoq ǝɥʇ ɯoɹɟ oʇuı sǝsɐ⅁/spınןℲ ǝןqɐuɹnq pǝdɯnԀ uǝɥM", - "block.tfmg.flarestack.tooltip.summary": "sʇɔnpoɹd ןıo pǝpǝǝuun suɹnᗺ", - "block.tfmg.formwork_block.tooltip.behaviour1": "sʞɔoןq pıןos oʇuı suɹnʇ ʎןןɐnʇuǝʌǝ ǝʇǝɹɔuoƆ sıɥʇ '‾ǝʇǝɹɔuoƆ pınbıꞀ‾ ɥʇıʍ ʇno sןןıℲ", - "block.tfmg.formwork_block.tooltip.condition1": "oʇuı ǝʇǝɹɔuoɔ pǝdɯnԀ uǝɥM", - "block.tfmg.formwork_block.tooltip.summary": "sʞɔoןq ǝʇǝɹɔuoɔ oʇuı suɹnʇ ʇı ןıʇun ǝʇǝɹɔuoƆ pınbıꞀ spןoH", - "block.tfmg.fossilstone": "ǝuoʇsןıssoℲ", - "block.tfmg.fuse_block": "ʞɔoןᗺ ǝsnℲ", - "block.tfmg.galena": "ɐuǝןɐ⅁", - "block.tfmg.galena_pillar": "ɹɐןןıԀ ɐuǝןɐ⅁", - "block.tfmg.galvanic_cell.tooltip.summary": "ʎʇıɔıɹʇɔǝןǝ oʇuı ǝɹnʇuǝʌ ɹnoʎ buıʇɹɐʇs ɹoɟ ןɐǝpı 'ǝpısuı ʎbɹǝuǝ ǝןqɐbɹɐɥɔun ɟo ʇunoɯɐ ןןɐɯs ɐ sɐH", - "block.tfmg.gasoline": "ǝuıןosɐ⅁", - "block.tfmg.generator": "ɹoʇɐɹǝuǝ⅁", - "block.tfmg.generator.tooltip.summary": "ʎbɹǝuǝ oʇ uoıʇɐʇoɹ sǝbuɐɥƆ", - "block.tfmg.glass_aluminum_pipe": "ǝdıԀ ɯnuıɯnןⱯ ssɐן⅁", - "block.tfmg.glass_brass_pipe": "ǝdıԀ ssɐɹᗺ ssɐן⅁", - "block.tfmg.glass_cable_insulator": "ɹoʇɐןnsuI ǝןqɐƆ ssɐן⅁", - "block.tfmg.glass_cast_iron_pipe": "ǝdıԀ uoɹI ʇsɐƆ ssɐן⅁", - "block.tfmg.glass_plastic_pipe": "ǝdıԀ ɔıʇsɐןԀ ssɐן⅁", - "block.tfmg.glass_steel_pipe": "ǝdıԀ ןǝǝʇS ssɐן⅁", - "block.tfmg.gray_caution_block": "ʞɔoןᗺ uoıʇnɐƆ ʎɐɹ⅁", - "block.tfmg.gray_concrete": "ǝʇǝɹɔuoƆ ʎɐɹ⅁", - "block.tfmg.gray_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ʎɐɹ⅁", - "block.tfmg.gray_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ʎɐɹ⅁", - "block.tfmg.gray_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ʎɐɹ⅁", - "block.tfmg.gray_rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʎɐɹ⅁", - "block.tfmg.gray_rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʎɐɹ⅁", - "block.tfmg.gray_rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʎɐɹ⅁", - "block.tfmg.gray_rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʎɐɹ⅁", - "block.tfmg.green_caution_block": "ʞɔoןᗺ uoıʇnɐƆ uǝǝɹ⅁", - "block.tfmg.green_concrete": "ǝʇǝɹɔuoƆ uǝǝɹ⅁", - "block.tfmg.green_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ uǝǝɹ⅁", - "block.tfmg.green_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ uǝǝɹ⅁", - "block.tfmg.green_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ uǝǝɹ⅁", - "block.tfmg.green_rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ uǝǝɹ⅁", - "block.tfmg.green_rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ uǝǝɹ⅁", - "block.tfmg.green_rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ uǝǝɹ⅁", - "block.tfmg.green_rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ uǝǝɹ⅁", - "block.tfmg.heavy_cable_hub": "qnH ǝןqɐƆ ʎʌɐǝH", - "block.tfmg.heavy_cable_hub.tooltip.summary": "ǝuoʇspǝɹ ɥʇıʍ ɟɟo pǝuɹnʇ ǝq uɐƆ", - "block.tfmg.heavy_casing_door": "ɹooᗡ buısɐƆ ʎʌɐǝH", - "block.tfmg.heavy_casing_encased_aluminum_cogwheel": "ןǝǝɥʍboƆ ɯnuıɯnןⱯ pǝsɐɔuƎ buısɐƆ ʎʌɐǝH", - "block.tfmg.heavy_casing_encased_large_aluminum_cogwheel": "ןǝǝɥʍboƆ ɯnuıɯnןⱯ ǝbɹɐꞀ pǝsɐɔuƎ buısɐƆ ʎʌɐǝH", - "block.tfmg.heavy_casing_encased_large_steel_cogwheel": "ןǝǝɥʍboƆ ןǝǝʇS ǝbɹɐꞀ pǝsɐɔuƎ buısɐƆ ʎʌɐǝH", - "block.tfmg.heavy_casing_encased_shaft": "ʇɟɐɥS pǝsɐɔuƎ buısɐƆ ʎʌɐǝH", - "block.tfmg.heavy_casing_encased_steel_cogwheel": "ןǝǝɥʍboƆ ןǝǝʇS pǝsɐɔuƎ buısɐƆ ʎʌɐǝH", - "block.tfmg.heavy_machinery_casing": "buısɐƆ ʎɹǝuıɥɔɐW ʎʌɐǝH", - "block.tfmg.heavy_oil": "ןıO ʎʌɐǝH", - "block.tfmg.heavy_plated_door": "ɹooᗡ pǝʇɐןԀ ʎʌɐǝH", - "block.tfmg.industrial_aluminum_casing": "buısɐƆ ɯnuıɯnןⱯ ןɐıɹʇsnpuI", - "block.tfmg.industrial_mixer": "ɹǝxıW ןɐıɹʇsnpuI", - "block.tfmg.industrial_pipe": "ǝdıԀ ןɐıɹʇsnpuI", - "block.tfmg.kerosene": "ǝuǝsoɹǝʞ", - "block.tfmg.large_aluminum_cogwheel": "ןǝǝɥʍboƆ ɯnuıɯnןⱯ ǝbɹɐꞀ", - "block.tfmg.large_pumpjack_hammer_connector": "ɹoʇɔǝuuoƆ ɹǝɯɯɐH ʞɔɐظdɯnԀ ǝbɹɐꞀ", - "block.tfmg.large_pumpjack_hammer_head": "pɐǝH ɹǝɯɯɐH ʞɔɐظdɯnԀ ǝbɹɐꞀ", - "block.tfmg.large_pumpjack_hammer_part": "ʇɹɐԀ ɹǝɯɯɐH ʞɔɐظdɯnԀ ǝbɹɐꞀ", - "block.tfmg.large_steel_cogwheel": "ןǝǝɥʍboƆ ןǝǝʇS ǝbɹɐꞀ", - "block.tfmg.layered_bauxite": "ǝʇıxnɐᗺ pǝɹǝʎɐꞀ", - "block.tfmg.layered_galena": "ɐuǝןɐ⅁ pǝɹǝʎɐꞀ", - "block.tfmg.lead_bars": "sɹɐᗺ pɐǝꞀ", - "block.tfmg.lead_block": "pɐǝꞀ ɟo ʞɔoןᗺ", - "block.tfmg.lead_flywheel": "ןǝǝɥʍʎןℲ pɐǝꞀ", - "block.tfmg.lead_frame": "ǝɯɐɹℲ pɐǝꞀ", - "block.tfmg.lead_ladder": "ɹǝppɐǝꞀ", - "block.tfmg.lead_ore": "ǝɹO pɐǝꞀ", - "block.tfmg.lead_truss": "ssnɹ⟘ pɐǝꞀ", - "block.tfmg.light_blue_caution_block": "ʞɔoןᗺ uoıʇnɐƆ ǝnןᗺ ʇɥbıꞀ", - "block.tfmg.light_blue_concrete": "ǝʇǝɹɔuoƆ ǝnןᗺ ʇɥbıꞀ", - "block.tfmg.light_blue_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ǝnןᗺ ʇɥbıꞀ", - "block.tfmg.light_blue_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ǝnןᗺ ʇɥbıꞀ", - "block.tfmg.light_blue_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ǝnןᗺ ʇɥbıꞀ", - "block.tfmg.light_blue_rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝnןᗺ ʇɥbıꞀ", - "block.tfmg.light_blue_rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝnןᗺ ʇɥbıꞀ", - "block.tfmg.light_blue_rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝnןᗺ ʇɥbıꞀ", - "block.tfmg.light_blue_rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝnןᗺ ʇɥbıꞀ", - "block.tfmg.light_bulb": "qןnᗺ ʇɥbıꞀ", - "block.tfmg.light_bulb.behaviour1": "ʍoןb ǝɥʇ ɹǝbuoɹʇs ǝɥʇ '‾ǝbɐʇןoΛ‾ ǝɥʇ ɹǝɥbıɥ ǝɥʇ 'pǝɔuɐןɐq ǝɹɐ ‾ʎbɹǝuƎ‾ puɐ ‾ǝbɐʇןoΛ‾ ɟı ‾ʍoן⅁‾ ןןıʍ qןnqʇɥbıן ǝɥ⟘", - "block.tfmg.light_bulb.condition1": "ǝɔɹnoS ɹǝʍoԀ uo ʇnd uǝɥM", - "block.tfmg.light_bulb.tooltip.summary": "pǝɹǝʍoԀ uǝɥʍ sʍoן⅁", - "block.tfmg.light_gray_caution_block": "ʞɔoןᗺ uoıʇnɐƆ ʎɐɹ⅁ ʇɥbıꞀ", - "block.tfmg.light_gray_concrete": "ǝʇǝɹɔuoƆ ʎɐɹ⅁ ʇɥbıꞀ", - "block.tfmg.light_gray_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ʎɐɹ⅁ ʇɥbıꞀ", - "block.tfmg.light_gray_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ʎɐɹ⅁ ʇɥbıꞀ", - "block.tfmg.light_gray_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ʎɐɹ⅁ ʇɥbıꞀ", - "block.tfmg.light_gray_rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʎɐɹ⅁ ʇɥbıꞀ", - "block.tfmg.light_gray_rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʎɐɹ⅁ ʇɥbıꞀ", - "block.tfmg.light_gray_rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʎɐɹ⅁ ʇɥbıꞀ", - "block.tfmg.light_gray_rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʎɐɹ⅁ ʇɥbıꞀ", - "block.tfmg.lignite": "ǝʇıubıꞀ", - "block.tfmg.lime_caution_block": "ʞɔoןᗺ uoıʇnɐƆ ǝɯıꞀ", - "block.tfmg.lime_concrete": "ǝʇǝɹɔuoƆ ǝɯıꞀ", - "block.tfmg.lime_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ǝɯıꞀ", - "block.tfmg.lime_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ǝɯıꞀ", - "block.tfmg.lime_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ǝɯıꞀ", - "block.tfmg.lime_rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝɯıꞀ", - "block.tfmg.lime_rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝɯıꞀ", - "block.tfmg.lime_rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝɯıꞀ", - "block.tfmg.lime_rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝɯıꞀ", - "block.tfmg.liquid_asphalt": "ʇןɐɥdsⱯ pınbıꞀ", - "block.tfmg.liquid_concrete": "ǝʇǝɹɔuoƆ pınbıꞀ", - "block.tfmg.liquid_silicon": "uoɔıןıS pınbıꞀ", - "block.tfmg.lithium_block": "ɯnıɥʇıꞀ ɟo ʞɔoןᗺ", - "block.tfmg.lithium_ore": "ǝɹO ɯnıɥʇıꞀ", - "block.tfmg.lithium_torch": "ɥɔɹo⟘ ɯnıɥʇıꞀ", - "block.tfmg.lithium_torch.tooltip.summary": "uʍop ǝpısdn pǝɔɐןd ǝq uɐɔ puɐ ɹǝʇɐʍɹǝpun sʞɹoM", - "block.tfmg.low_grade_fuel_engine.behaviour1": "ʇı oʇuı pǝʇʇnduı ‾ןɐubıS ǝuoʇspǝᴚ‾ ǝɥʇ ɟo ɥʇbuǝɹʇs ǝɥʇ uo pǝsɐq ‾WԀᴚ‾ ɟo ʇunoɯɐ ןןɐɯs ɐ ʇndʇno ןןıM", - "block.tfmg.low_grade_fuel_engine.condition1": "oʇuı ǝʇosoǝɹƆ pǝdɯnԀ uǝɥM", - "block.tfmg.low_grade_fuel_engine.tooltip.summary": "ǝʇosoǝɹƆ ɯoɹɟ uoıʇɐʇoᴚ sǝʞɐW", - "block.tfmg.lubrication_oil": "ןıO uoıʇɐɔıɹqnꞀ", - "block.tfmg.machine_input": "ʇnduI ǝuıɥɔɐW", - "block.tfmg.magenta_caution_block": "ʞɔoןᗺ uoıʇnɐƆ ɐʇuǝbɐW", - "block.tfmg.magenta_concrete": "ǝʇǝɹɔuoƆ ɐʇuǝbɐW", - "block.tfmg.magenta_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɐʇuǝbɐW", - "block.tfmg.magenta_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɐʇuǝbɐW", - "block.tfmg.magenta_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɐʇuǝbɐW", - "block.tfmg.magenta_rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ ɐʇuǝbɐW", - "block.tfmg.magenta_rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ɐʇuǝbɐW", - "block.tfmg.magenta_rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ɐʇuǝbɐW", - "block.tfmg.magenta_rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ ɐʇuǝbɐW", - "block.tfmg.metal_smokestack": "ʞɔɐʇsǝʞoɯS ןɐʇǝW", - "block.tfmg.modern_light": "ןǝuɐԀ ʇɥbıꞀ", - "block.tfmg.molten_plastic": "ɔıʇsɐןԀ uǝʇןoW", - "block.tfmg.molten_slag": "bɐןS uǝʇןoW", - "block.tfmg.molten_steel": "ןǝǝʇS uǝʇןoW", - "block.tfmg.napalm": "ɯןɐdɐN", - "block.tfmg.napalm_bomb": "qɯoᗺ ɯןɐdɐN", - "block.tfmg.naphtha": "ɐɥʇɥdɐN", - "block.tfmg.neon_tube": "ǝqn⟘ uoǝN", - "block.tfmg.neon_tube.behaviour1": " ‾ʍoן⅁‾ ןןıʍ ǝqnʇ ǝɥ⟘", - "block.tfmg.neon_tube.behaviour2": "ɹoןoƆ sǝbuɐɥƆ", - "block.tfmg.neon_tube.condition1": "ǝɔɹnoS ɹǝʍoԀ uo ʇnd uǝɥM", - "block.tfmg.neon_tube.condition2": "ǝʎᗡ ɥʇıʍ pǝʞɔıןƆ-ᴚ uǝɥM", - "block.tfmg.neon_tube.tooltip.summary": "pǝɹǝʍoԀ uǝɥʍ ɹoןoɔ uıɐʇɹǝɔ ɐ uı sʍoן⅁", - "block.tfmg.nickel_bars": "sɹɐᗺ ןǝʞɔıN", - "block.tfmg.nickel_block": "ןǝʞɔıN ɟo ʞɔoןᗺ", - "block.tfmg.nickel_flywheel": "ןǝǝɥʍʎןℲ ןǝʞɔıN", - "block.tfmg.nickel_frame": "ǝɯɐɹℲ ןǝʞɔıN", - "block.tfmg.nickel_ladder": "ɹǝppɐꞀ ןǝʞɔıN", - "block.tfmg.nickel_ore": "ǝɹO ןǝʞɔıN", - "block.tfmg.nickel_truss": "ssnɹ⟘ ןǝʞɔıN", - "block.tfmg.oil_deposit": "ʇısodǝᗡ ןıO", - "block.tfmg.orange_caution_block": "ʞɔoןᗺ uoıʇnɐƆ ǝbuɐɹO", - "block.tfmg.orange_concrete": "ǝʇǝɹɔuoƆ ǝbuɐɹO", - "block.tfmg.orange_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ǝbuɐɹO", - "block.tfmg.orange_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ǝbuɐɹO", - "block.tfmg.orange_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ǝbuɐɹO", - "block.tfmg.orange_rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝbuɐɹO", - "block.tfmg.orange_rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝbuɐɹO", - "block.tfmg.orange_rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝbuɐɹO", - "block.tfmg.orange_rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝbuɐɹO", - "block.tfmg.pink_caution_block": "ʞɔoןᗺ uoıʇnɐƆ ʞuıԀ", - "block.tfmg.pink_concrete": "ǝʇǝɹɔuoƆ ʞuıԀ", - "block.tfmg.pink_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ʞuıԀ", - "block.tfmg.pink_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ʞuıԀ", - "block.tfmg.pink_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ʞuıԀ", - "block.tfmg.pink_rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʞuıԀ", - "block.tfmg.pink_rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʞuıԀ", - "block.tfmg.pink_rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʞuıԀ", - "block.tfmg.pink_rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʞuıԀ", - "block.tfmg.plastic_block": "ɔıʇsɐןԀ ɟo ʞɔoןᗺ", - "block.tfmg.plastic_fluid_valve": "ǝʌןɐΛ pınןℲ ɔıʇsɐןԀ", - "block.tfmg.plastic_mechanical_pump": "dɯnԀ ןɐɔıuɐɥɔǝW ɔıʇsɐןԀ", - "block.tfmg.plastic_pipe": "ǝdıԀ ɔıʇsɐןԀ", - "block.tfmg.plastic_smart_fluid_pipe": "ǝdıԀ pınןℲ ʇɹɐɯS ɔıʇsɐןԀ", - "block.tfmg.polarizer": "ɹǝzıɹɐןoԀ", - "block.tfmg.polarizer.condition1": "pǝɹǝʍod uǝɥM", - "block.tfmg.polarizer.tooltip.behaviour1": "‾ʇobuI ןǝǝʇS‾ ɐ ɥʇıʍ pǝʞɔıןɔ ʇɥbıɹ uǝɥʍ ‾ʇobuI ɔıʇǝubɐW‾ ɐ oʇuı ‾ʇobuI ןǝǝʇS‾ ɐ uɹnʇ ןןıM", - "block.tfmg.polarizer.tooltip.summary": "ןǝǝʇS ɟo ʇno sʇobuI ɔıʇǝubɐW sǝʞɐW", - "block.tfmg.polished_cut_bauxite": "ǝʇıxnɐᗺ ʇnƆ pǝɥsıןoԀ", - "block.tfmg.polished_cut_bauxite_slab": "qɐןS ǝʇıxnɐᗺ ʇnƆ pǝɥsıןoԀ", - "block.tfmg.polished_cut_bauxite_stairs": "sɹıɐʇS ǝʇıxnɐᗺ ʇnƆ pǝɥsıןoԀ", - "block.tfmg.polished_cut_bauxite_wall": "ןןɐM ǝʇıxnɐᗺ ʇnƆ pǝɥsıןoԀ", - "block.tfmg.polished_cut_galena": "ɐuǝןɐ⅁ ʇnƆ pǝɥsıןoԀ", - "block.tfmg.polished_cut_galena_slab": "qɐןS ɐuǝןɐ⅁ ʇnƆ pǝɥsıןoԀ", - "block.tfmg.polished_cut_galena_stairs": "sɹıɐʇS ɐuǝןɐ⅁ ʇnƆ pǝɥsıןoԀ", - "block.tfmg.polished_cut_galena_wall": "ןןɐM ɐuǝןɐ⅁ ʇnƆ pǝɥsıןoԀ", - "block.tfmg.potentiometer": "ɹǝʇǝɯoıʇuǝʇoԀ", - "block.tfmg.pumpjack_base": "ǝsɐᗺ ʞɔɐظdɯnԀ", - "block.tfmg.pumpjack_crank": "ʞuɐɹƆ ʞɔɐظdɯnԀ", - "block.tfmg.pumpjack_hammer": "ɹǝpןoH ɹǝɯɯɐH ʞɔɐظdɯnԀ", - "block.tfmg.pumpjack_hammer_connector": "ɹoʇɔǝuuoƆ ɹǝɯɯɐH ʞɔɐظdɯnԀ", - "block.tfmg.pumpjack_hammer_head": "pɐǝH ɹǝɯɯɐH ʞɔɐظdɯnԀ", - "block.tfmg.pumpjack_hammer_part": "ʇɹɐԀ ɹǝɯɯɐH ʞɔɐظdɯnԀ", - "block.tfmg.purple_caution_block": "ʞɔoןᗺ uoıʇnɐƆ ǝןdɹnԀ", - "block.tfmg.purple_concrete": "ǝʇǝɹɔuoƆ ǝןdɹnԀ", - "block.tfmg.purple_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ǝןdɹnԀ", - "block.tfmg.purple_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ǝןdɹnԀ", - "block.tfmg.purple_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ǝןdɹnԀ", - "block.tfmg.purple_rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝןdɹnԀ", - "block.tfmg.purple_rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝןdɹnԀ", - "block.tfmg.purple_rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝןdɹnԀ", - "block.tfmg.purple_rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝןdɹnԀ", - "block.tfmg.raw_lead_block": "pɐǝꞀ ʍɐᴚ ɟo ʞɔoןᗺ", - "block.tfmg.raw_lithium_block": "ɯnıɥʇıꞀ ʍɐᴚ ɟo ʞɔoןᗺ", - "block.tfmg.raw_nickel_block": "ןǝʞɔıN ʍɐᴚ ɟo ʞɔoןᗺ", - "block.tfmg.rebar_block": "ʞɔoןᗺ ɹɐqǝᴚ", - "block.tfmg.rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ", - "block.tfmg.rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ", - "block.tfmg.rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ", - "block.tfmg.rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ", - "block.tfmg.rebar_floor": "ɹooןℲ ɹɐqǝᴚ", - "block.tfmg.rebar_formwork_block.tooltip.behaviour1": "sʞɔoןq ǝʇǝɹɔuoɔ ɹɐqǝɹ pıןos oʇuı suɹnʇ ʎןןɐnʇuǝʌǝ ǝʇǝɹɔuoɔ sıɥʇ '‾ǝʇǝɹɔuoƆ pınbıꞀ‾ ɥʇıʍ ʇno sןןıℲ", - "block.tfmg.rebar_formwork_block.tooltip.condition1": "oʇuı ǝʇǝɹɔuoɔ pǝdɯnԀ uǝɥM", - "block.tfmg.rebar_formwork_block.tooltip.summary": "sʞɔoןq ǝʇǝɹɔuoɔ ɹɐqǝɹ oʇuı suɹnʇ ʇı ןıʇun ǝʇǝɹɔuoƆ pınbıꞀ spןoH", - "block.tfmg.rebar_pile": "ǝןıԀ ɹɐqǝᴚ", - "block.tfmg.rebar_pillar": "ɹɐןןıԀ ɹɐqǝᴚ", - "block.tfmg.rebar_stairs": "sɹıɐʇS ɹɐqǝᴚ", - "block.tfmg.rebar_wall": "ןןɐM ɹɐqǝᴚ", - "block.tfmg.red_caution_block": "ʞɔoןᗺ uoıʇnɐƆ pǝᴚ", - "block.tfmg.red_concrete": "ǝʇǝɹɔuoƆ pǝᴚ", - "block.tfmg.red_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ pǝᴚ", - "block.tfmg.red_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ pǝᴚ", - "block.tfmg.red_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ pǝᴚ", - "block.tfmg.red_rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ pǝᴚ", - "block.tfmg.red_rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ pǝᴚ", - "block.tfmg.red_rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ pǝᴚ", - "block.tfmg.red_rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ pǝᴚ", - "block.tfmg.regular_engine": "ǝuıbuƎ ɹɐןnbǝᴚ", - "block.tfmg.reinforced_fireproof_bricks": "sʞɔıɹᗺ ɟooɹdǝɹıℲ pǝɔɹoɟuıǝᴚ", - "block.tfmg.resistor": "ɹoʇsısǝᴚ", - "block.tfmg.resistor.tooltip.behaviour1": "ʇuoɹɟ uo )doʇ uo ǝןqɐɹnbıɟuoɔ( ǝbɐʇןoʌ pǝʍoןןɐ sʇı uo pǝsɐq ǝbɐʇןoʌ ɥʇıʍ ʎbɹǝuǝ sʇndʇnO", - "block.tfmg.resistor.tooltip.condition1": ")ǝɹnʇxǝʇ ǝɥʇ ɟo doʇ uo ɹǝןןɐɯs sı pɐǝן ɟo dıɹʇs ǝɹǝɥʍ( ʞɔɐq ǝɥʇ ɯoɹɟ oʇuı ʎbɹǝuƎ ʇnԀ uǝɥM", - "block.tfmg.resistor.tooltip.summary": "ǝbɐʇןoʌ sǝɔnpǝᴚ", - "block.tfmg.rgb_light_bulb.behaviour1": "ʍoןb ǝɥʇ ɹǝbuoɹʇs ǝɥʇ '‾ǝbɐʇןoΛ‾ ǝɥʇ ɹǝɥbıɥ ǝɥʇ 'pǝɔuɐןɐq ǝɹɐ ‾ʎbɹǝuƎ‾ puɐ ‾ǝbɐʇןoΛ‾ ɟı ‾ʍoן⅁‾ ןןıʍ qןnqʇɥbıן ǝɥ⟘", - "block.tfmg.rgb_light_bulb.behaviour2": "sɹoןoɔ ɥbnoɹɥʇ sǝןɔʎƆ", - "block.tfmg.rgb_light_bulb.condition1": "ǝɔɹnoS ɹǝʍoԀ uo ʇnd uǝɥM", - "block.tfmg.rgb_light_bulb.condition2": "ɥɔuǝɹM ɥʇıʍ pǝʞɔıןƆ-ᴚ uǝɥM", - "block.tfmg.rgb_light_bulb.tooltip.summary": "pǝɹǝʍoԀ uǝɥʍ ɹoןoɔ uıɐʇɹǝɔ ɐ uı sʍoן⅁", - "block.tfmg.rotor": "ɹoʇoᴚ", - "block.tfmg.rusted_blast_furnace_reinforcement": "ʇuǝɯǝɔɹoɟuıǝᴚ ǝɔɐuɹnℲ ʇsɐןᗺ pǝʇsnᴚ", - "block.tfmg.rusted_blast_furnace_reinforcement_wall": "ןןɐM ʇuǝɯǝɔɹoɟuıǝᴚ ǝɔɐuɹnℲ ʇsɐןᗺ pǝʇsnᴚ", - "block.tfmg.segmented_display": "ʎɐןdsıᗡ pǝʇuǝɯbǝS", - "block.tfmg.slag_block": "bɐןS ɟo ʞɔoןᗺ", - "block.tfmg.slag_bricks": "sʞɔıɹᗺ bɐןS", - "block.tfmg.slag_bricks_slab": "qɐןS sʞɔıɹᗺ bɐןS", - "block.tfmg.slag_bricks_stairs": "sɹıɐʇS sʞɔıɹᗺ bɐןS", - "block.tfmg.slag_bricks_wall": "ןןɐM sʞɔıɹᗺ bɐןS", - "block.tfmg.small_bauxite_brick_slab": "qɐןS ʞɔıɹᗺ ǝʇıxnɐᗺ ןןɐɯS", - "block.tfmg.small_bauxite_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝʇıxnɐᗺ ןןɐɯS", - "block.tfmg.small_bauxite_brick_wall": "ןןɐM ʞɔıɹᗺ ǝʇıxnɐᗺ ןןɐɯS", - "block.tfmg.small_bauxite_bricks": "sʞɔıɹᗺ ǝʇıxnɐᗺ ןןɐɯS", - "block.tfmg.small_galena_brick_slab": "qɐןS ʞɔıɹᗺ ɐuǝןɐ⅁ ןןɐɯS", - "block.tfmg.small_galena_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ɐuǝןɐ⅁ ןןɐɯS", - "block.tfmg.small_galena_brick_wall": "ןןɐM ʞɔıɹᗺ ɐuǝןɐ⅁ ןןɐɯS", - "block.tfmg.small_galena_bricks": "sʞɔıɹᗺ ɐuǝןɐ⅁ ןןɐɯS", - "block.tfmg.stator": "ɹoʇɐʇS", - "block.tfmg.steel_bars": "sɹɐᗺ ןǝǝʇS", - "block.tfmg.steel_block": "ןǝǝʇS ɟo ʞɔoןᗺ", - "block.tfmg.steel_cable_hub": "qnH ǝןqɐƆ ןǝǝʇS", - "block.tfmg.steel_cable_hub.tooltip.summary": "ǝuoʇspǝɹ ɥʇıʍ ɟɟo pǝuɹnʇ ǝq uɐƆ", - "block.tfmg.steel_casing": "buısɐƆ ןǝǝʇS", - "block.tfmg.steel_casing_cable_hub": "qnH ǝןqɐƆ buısɐƆ ןǝǝʇS", - "block.tfmg.steel_casing_cable_hub.tooltip.summary": "ǝuoʇspǝɹ ɥʇıʍ ɟɟo pǝuɹnʇ ǝq uɐƆ", - "block.tfmg.steel_chemical_vat": "ʇɐΛ ןɐɔıɯǝɥƆ ןǝǝʇS", - "block.tfmg.steel_cogwheel": "ןǝǝɥʍboƆ ןǝǝʇS", - "block.tfmg.steel_distillation_controller": "ɹǝןןoɹʇuoƆ uoıʇɐןןıʇsıᗡ ןǝǝʇS", - "block.tfmg.steel_distillation_output": "ʇndʇnO uoıʇɐןןıʇsıᗡ ןǝǝʇS", - "block.tfmg.steel_door": "ɹooᗡ ןǝǝʇS", - "block.tfmg.steel_encased_aluminum_cogwheel": "ןǝǝɥʍboƆ ɯnuıɯnןⱯ pǝsɐɔuƎ ןǝǝʇS", - "block.tfmg.steel_encased_large_aluminum_cogwheel": "ןǝǝɥʍboƆ ɯnuıɯnןⱯ ǝbɹɐꞀ pǝsɐɔuƎ ןǝǝʇS", - "block.tfmg.steel_encased_large_steel_cogwheel": "ןǝǝɥʍboƆ ןǝǝʇS ǝbɹɐꞀ pǝsɐɔuƎ ןǝǝʇS", - "block.tfmg.steel_encased_shaft": "ʇɟɐɥS pǝsɐɔuƎ ןǝǝʇS", - "block.tfmg.steel_encased_steel_cogwheel": "ןǝǝɥʍboƆ ןǝǝʇS pǝsɐɔuƎ ןǝǝʇS", - "block.tfmg.steel_fluid_tank": "ʞuɐ⟘ pınןℲ ןǝǝʇS", - "block.tfmg.steel_fluid_valve": "ǝʌןɐΛ pınןℲ ןǝǝʇS", - "block.tfmg.steel_flywheel": "ןǝǝɥʍʎןℲ ןǝǝʇS", - "block.tfmg.steel_frame": "ǝɯɐɹℲ ןǝǝʇS", - "block.tfmg.steel_gearbox": "xoqɹɐǝ⅁ ןǝǝʇS", - "block.tfmg.steel_ladder": "ɹǝppɐꞀ ןǝǝʇS", - "block.tfmg.steel_mechanical_pump": "dɯnԀ ןɐɔıuɐɥɔǝW ןǝǝʇS", - "block.tfmg.steel_pipe": "ǝdıԀ ןǝǝʇS", - "block.tfmg.steel_scaffolding": "buıpןoɟɟɐɔS ןǝǝʇS", - "block.tfmg.steel_smart_fluid_pipe": "ǝdıԀ pınןℲ ʇɹɐɯS ןǝǝʇS", - "block.tfmg.steel_trapdoor": "ɹoopdɐɹ⟘ ןǝǝʇS", - "block.tfmg.steel_truss": "ssnɹ⟘ ןǝǝʇS", - "block.tfmg.sulfur": "ɹnɟןnS", - "block.tfmg.surface_scanner": "ɹǝuuɐɔS ǝɔɐɟɹnS", - "block.tfmg.traffic_light": "ʇɥbıꞀ ɔıɟɟɐɹ⟘", - "block.tfmg.transformer": "ɹǝɯɹoɟsuɐɹ⟘", - "block.tfmg.voltage_observer": "ɹǝʌɹǝsqO ǝbɐʇןoΛ", - "block.tfmg.voltmeter": "ɹǝʇǝɯʇןoΛ", - "block.tfmg.voltmeter.condition1": "ǝɔɹnoS ɹǝʍoԀ uo ʇnd uǝɥM", - "block.tfmg.voltmeter.condition2": "sǝןbbo⅁ s,ɹǝǝuıbuƎ ɥʇıʍ uo pǝʞooן uǝɥM", - "block.tfmg.voltmeter.condition3": "ɥɔuǝɹM ɥʇıʍ pǝʞɔıןƆ-ᴚ uǝɥM", - "block.tfmg.voltmeter.tooltip.behaviour1": "‾ǝbuɐᴚ buıɹnsɐǝW‾ sʇı ʎq pǝuıɯɹǝʇǝp sı ‾ɹǝʇǝɯʇןoΛ‾ ǝɥʇ uo ʎbɹǝuǝ xɐɯ ǝɥʇ ‾ǝɔɹnoS ɹǝʍoԀ‾ ǝɥʇ ɟo ‾ǝbɐʇןoΛ‾ ǝɥʇ sǝɹnsɐǝW", - "block.tfmg.voltmeter.tooltip.behaviour2": "‾ǝbuɐᴚ buıɹnsɐǝW‾ sɹǝʇǝɯʇןoΛ ǝɥʇ sɐ ןןǝʍ sɐ ‾ǝbɐʇןoΛ‾ sǝɔɹnos ǝɥʇ uo oɟuı pǝןıɐʇǝp sʍoɥS", - "block.tfmg.voltmeter.tooltip.behaviour3": "‾ǝbuɐᴚ buıɹnsɐǝW‾ ǝɥʇ sǝbuɐɥƆ", - "block.tfmg.voltmeter.tooltip.summary": "ǝbɐʇןoʌ sǝɹnsɐǝW", - "block.tfmg.white_caution_block": "ʞɔoןᗺ uoıʇnɐƆ ǝʇıɥM", - "block.tfmg.white_concrete": "ǝʇǝɹɔuoƆ ǝʇıɥM", - "block.tfmg.white_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ǝʇıɥM", - "block.tfmg.white_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ǝʇıɥM", - "block.tfmg.white_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ǝʇıɥM", - "block.tfmg.white_rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝʇıɥM", - "block.tfmg.white_rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝʇıɥM", - "block.tfmg.white_rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝʇıɥM", - "block.tfmg.white_rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ ǝʇıɥM", - "block.tfmg.winding_machine": "ǝuıɥɔɐW buıpuıM", - "block.tfmg.yellow_caution_block": "ʞɔoןᗺ uoıʇnɐƆ ʍoןןǝʎ", - "block.tfmg.yellow_concrete": "ǝʇǝɹɔuoƆ ʍoןןǝʎ", - "block.tfmg.yellow_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ʍoןןǝʎ", - "block.tfmg.yellow_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ʍoןןǝʎ", - "block.tfmg.yellow_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ʍoןןǝʎ", - "block.tfmg.yellow_rebar_concrete": "ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʍoןןǝʎ", - "block.tfmg.yellow_rebar_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʍoןןǝʎ", - "block.tfmg.yellow_rebar_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʍoןןǝʎ", - "block.tfmg.yellow_rebar_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɹɐqǝᴚ ʍoןןǝʎ", - "block.tfmg.zinc_frame": "ǝɯɐɹℲ ɔuıZ", - "block.tfmg.zinc_truss": "ssnɹ⟘ ɔuıZ", - "create.creative_generator.voltage_generation": "uoıʇɐɹǝuǝ⅁ ǝbɐʇןoΛ", - "create.fe": "%1$s :ƎℲ", - "create.goggles.ammeter": ":ɹǝʇǝɯɯⱯ", - "create.goggles.ammeter.amps": "Λ %1$s :sdɯⱯ pǝɹnsɐǝW ", - "create.goggles.blast_furnace.fuel_amount": "%1$s : ןǝnℲ ", - "create.goggles.blast_furnace.height": "%1$s :ʇɥbıǝH ", - "create.goggles.blast_furnace.reinforced": "pǝɔɹoɟuıǝᴚ", - "create.goggles.blast_furnace.stats": ":ǝɔɐuɹnℲ ʇsɐןᗺ", - "create.goggles.blast_stove.header": " :ǝʌoʇS ʇsɐןᗺ", - "create.goggles.blast_stove.tank1": " :Ɩ ʞuɐ⟘ ʇnduI", - "create.goggles.blast_stove.tank2": " :ᄅ ʞuɐ⟘ ʇnduI", - "create.goggles.blast_stove.tank3": " :Ɩ ʞuɐ⟘ ʇndʇnO", - "create.goggles.blast_stove.tank4": " :ᄅ ʞuɐ⟘ ʇndʇnO", - "create.goggles.coke_oven.header": ":uǝʌO ǝʞoƆ", - "create.goggles.coke_oven.progress": "%1$s :ssǝɹboɹԀ", - "create.goggles.distillation_tower.found_outputs": "%1$s :ʇunoƆ ʇndʇnO", - "create.goggles.distillation_tower.level": "%1$s :ןǝʌǝꞀ ʇɐǝH", - "create.goggles.distillation_tower.no_outputs": "punoℲ sʞɔoןᗺ ʇndʇnO oN", - "create.goggles.distillation_tower.status": ":oɟuI ɹǝʍo⟘ uoıʇɐןןıʇsıᗡ", - "create.goggles.distillation_tower.tank_not_found": "punoℲ ʇoN ʞuɐ⟘ pınןℲ ןǝǝʇS", - "create.goggles.electric_machine.no_power": "ɹǝʍoԀ oN", - "create.goggles.electricity.insufficient_voltage": "ǝbɐʇןoΛ ʇuǝıɔıɟɟnsuI", - "create.goggles.fluid_storage": ":ǝbɐɹoʇS pınןℲ", - "create.goggles.generator.production": "ʇ/ǝɟ %1$s :uoıʇɔnpoɹԀ ʎbɹǝuƎ", - "create.goggles.item_storage": ":ǝbɐɹoʇS ɯǝʇI", - "create.goggles.item_storage_empty": "*ʎʇdɯƎ*", - "create.goggles.machine_input.info": "oɟuI ʇnduI ǝuıɥɔɐW", - "create.goggles.machine_input.no_rot": "¡pǝpıʌoɹԀ uoıʇɐʇoᴚ oN", - "create.goggles.machine_input.power_level": " :ןǝʌǝꞀ ɹǝʍoԀ", - "create.goggles.motor.usage": "ʇ/ǝɟ %1$s :ǝbɐs∩ ʎbɹǝuƎ", - "create.goggles.pumpjack.deposit_info": ":oɟuI ʇısodǝᗡ", - "create.goggles.pumpjack.fluid_amount": ":ʇunoɯⱯ pınןℲ", - "create.goggles.pumpjack.part_missing": "buıssıW ʞuɐɹƆ ɹo ɹǝɯɯɐH", - "create.goggles.pumpjack.reserves": " :sǝʌɹǝsǝᴚ ʇısodǝᗡ", - "create.goggles.pumpjack.wrong_rotation1": "ʇsnɯ ɹǝʞɹɐɯ pǝɹ ǝɥʇ 'ʎןʇɔǝɹɹoɔuı pǝʇuǝıɹo sı ǝsɐᗺ ʞɔɐظdɯnԀ ǝɥ⟘", - "create.goggles.pumpjack.wrong_rotation2": "ɹǝpןoH ɹǝɯɯɐH ʞɔɐظdɯnԀ ǝɥʇ ɯoɹɟ ʎɐʍɐ ǝɔɐɟ", - "create.goggles.pumpjack_fluid_storage": ":oɟuI ʞuɐ⟘ pınןℲ", - "create.goggles.pumpjack_info": ":oɟuI ʞɔɐظdɯnԀ", - "create.goggles.surface_scanner.deposit_found": "¡pǝʇɐɔoꞀ ʇısodǝᗡ", - "create.goggles.surface_scanner.distance": "sʞɔoןᗺ %1$s :ǝɔuɐʇsıᗡ", - "create.goggles.surface_scanner.no_deposit": "punoℲ ʇısodǝᗡ oN", - "create.goggles.surface_scanner.scanning_surface": "ǝɔɐɟɹnS ǝɥ⟘ buıuuɐɔS", - "create.goggles.voltmeter": ":ɹǝʇǝɯʇןoΛ", - "create.goggles.voltmeter.range": "Λ %1$s :ǝbuɐᴚ buıɹnsɐǝW ", - "create.goggles.voltmeter.voltage": "Λ %1$s :ǝbɐʇןoΛ pǝɹnsɐǝW ", - "create.goggles.winding_machine.coil_turns": ":suɹn⟘ ןıoƆ", - "create.goggles.winding_machine.header": ":ǝuıɥɔɐW buıpuıM", - "create.goggles.winding_machine.wire_left": ":ʇɟǝꞀ ǝɹıM", - "create.goggles.winding_machine.wire_needed": ":pǝpǝǝN ǝɹıM", - "create.goggles.zero": "pıןɐʌuI ǝuıɥɔɐW", - "create.multimeter.additional_values": ":sǝnןɐΛ ןɐuoıʇıppⱯ", - "create.multimeter.energy_stored": " :pǝɹoʇS ʎbɹǝuƎ ", - "create.multimeter.energy_usage": " :ǝbɐs∩ ʎbɹǝuƎ ", - "create.multimeter.header": ":ɐʇɐᗡ ɹǝʇǝɯıʇןnW", - "create.multimeter.power_generated": " :pǝʇɐɹǝuǝ⅁ ɹǝʍoԀ ", - "create.multimeter.power_percentage": " :ɥʇbuǝɹʇS pıɹ⅁ ", - "create.multimeter.power_usage": " :ǝbɐs∩ ɹǝʍoԀ ", - "create.multimeter.voltage_generated": " :pǝʇɐɹǝuǝ⅁ ǝbɐʇןoΛ ", - "create.network": "%1$s :ʞɹoʍʇǝN", - "create.pumpjack_deposit_amount": "sʇǝʞɔnᗺ %1$s", - "create.recipe.advanced_distillation": "uoıʇɐןןıʇsıᗡ pǝɔuɐʌpⱯ", - "create.recipe.casting": "buıʇsɐƆ", - "create.recipe.coking": "buıʞoƆ", - "create.recipe.distillation": "uoıʇɐןןıʇsıᗡ", - "create.recipe.industrial_blasting": "buıʇsɐןᗺ ןɐıɹʇsnpuI", - "create.recipe.polarizing": "buızıɹɐןoԀ", - "create.resistor.allowed_voltage": "pǝʍoןןⱯ ǝbɐʇןoΛ ɟo ǝbɐʇuǝɔɹǝԀ", - "create.tooltip.coils": "%1$s :suɹn⟘", - "create.tooltip.cylinder": ":sןǝnℲ pǝʇɹoddnS", - "create.tooltip.fuse": "%1$s :buıʇɐᴚ", - "create.tooltip.resistor": "%1$s :ǝɔuɐʇsısǝᴚ", - "create.voltage": "%1$s :ǝbɐʇןoΛ", - "create.winding_machine.turn_percentage": ")000Ɩ ʇɯoɹℲ( ǝbɐʇuǝɔɹǝԀ uɹn⟘ pǝʍoןןⱯ", - "create.wires.removed_data": "pǝʌoɯǝᴚ ɐʇɐᗡ", - "death.attack.tfmg.acid": "ɥʇɐq pıɔɐ uɐ ʞooʇ %1$s", - "death.attack.tfmg.acid.player": "ɥʇɐq pıɔɐ uɐ ʞooʇ %1$s", - "death.attack.tfmg.concrete": "ǝʇǝɹɔuoƆ ʇɐǝ oʇ pǝıɹʇ %1$s", - "death.attack.tfmg.concrete.player": "ǝʇǝɹɔuoƆ ʇɐǝ oʇ pǝıɹʇ %1$s", - "effect.tfmg.hellfire": "ǝɹıɟןןǝH", - "entity.tfmg.blue_spark": "ʞɹɐdS ǝnןᗺ", - "entity.tfmg.copper_grenade": "ǝpɐuǝɹ⅁ ɹǝddoƆ", - "entity.tfmg.green_spark": "ʞɹɐdS uǝǝɹ⅁", - "entity.tfmg.lithium_spark": "ʞɹɐdS ɯnıɥʇıꞀ", - "entity.tfmg.napalm_bomb_entity": "ʎʇıʇuƎ qɯoᗺ ɯןɐdɐN", - "entity.tfmg.napalm_potato": "oʇɐʇoԀ ɯןɐdɐN", - "entity.tfmg.pipe_bomb": "qɯoᗺ ǝdıԀ", - "entity.tfmg.spark": "ʞɹɐdS", - "entity.tfmg.thermite_grenade": "ǝpɐuǝɹ⅁ ǝʇıɯɹǝɥ⟘", - "entity.tfmg.zinc_grenade": "ǝpɐuǝɹ⅁ ɔuıZ", - "fluid.tfmg.air": "ɹıⱯ", - "fluid.tfmg.butane": "ǝuɐʇnᗺ", - "fluid.tfmg.carbon_dioxide": "ǝpıxoıᗡ uoqɹɐƆ", - "fluid.tfmg.cooling_fluid": "pınןℲ buıןooƆ", - "fluid.tfmg.creosote": "ǝʇosoǝɹƆ", - "fluid.tfmg.crude_oil": "ןıO ǝpnɹƆ", - "fluid.tfmg.diesel": "ןǝsǝıᗡ", - "fluid.tfmg.ethylene": "ǝuǝןʎɥʇƎ", - "fluid.tfmg.furnace_gas": "sɐ⅁ ǝɔɐuɹnℲ", - "fluid.tfmg.gasoline": "ǝuıןosɐ⅁", - "fluid.tfmg.heavy_oil": "ןıO ʎʌɐǝH", - "fluid.tfmg.hot_air": "ɹıⱯ ʇoH", - "fluid.tfmg.kerosene": "ǝuǝsoɹǝʞ", - "fluid.tfmg.liquid_asphalt": "ʇןɐɥdsⱯ pınbıꞀ", - "fluid.tfmg.liquid_concrete": "ǝʇǝɹɔuoƆ pınbıꞀ", - "fluid.tfmg.liquid_silicon": "uoɔıןıS pınbıꞀ", - "fluid.tfmg.lpg": "bdꞀ", - "fluid.tfmg.lubrication_oil": "ןıO uoıʇɐɔıɹqnꞀ", - "fluid.tfmg.molten_plastic": "ɔıʇsɐןԀ uǝʇןoW", - "fluid.tfmg.molten_slag": "bɐןS uǝʇןoW", - "fluid.tfmg.molten_steel": "ןǝǝʇS uǝʇןoW", - "fluid.tfmg.napalm": "ɯןɐdɐN", - "fluid.tfmg.naphtha": "ɐɥʇɥdɐN", - "fluid.tfmg.neon": "uoǝN", - "fluid.tfmg.propane": "ǝuɐdoɹԀ", - "fluid.tfmg.propylene": "ǝuǝןʎdoɹԀ", - "item.minecraft.lingering_potion.effect.hellfire_potion": "ǝɹıɟןןǝH ɟo uoıʇoԀ buıɹǝbuıꞀ", - "item.minecraft.potion.effect.hellfire_potion": "ǝɹıɟןןǝH ɟo uoıʇoԀ", - "item.minecraft.splash_potion.effect.hellfire_potion": "ǝɹıɟןןǝH ɟo uoıʇoԀ ɥsɐןdS", - "item.minecraft.tipped_arrow.effect.hellfire_potion": "ǝɹıɟןןǝH ɟo ʍoɹɹⱯ", - "item.tfmg.advanced_potato_cannon": "uouuɐƆ oʇɐʇoԀ pǝɔuɐʌpⱯ", - "item.tfmg.advanced_potato_cannon.tooltip.behaviour1": "˙‾ʎɹoʇuǝʌuI‾ ɹnoʎ ɯoɹɟ ‾oʇɐʇoԀ ɯןɐdɐN‾ ɐ ‾sʇooɥS‾", - "item.tfmg.advanced_potato_cannon.tooltip.behaviour2": "ʞuɐ⟘ ǝɥʇ ɯoɹɟ pǝuıɐɹp sı ‾ǝɹnssǝɹd‾ ‾ɹıⱯ‾ 'pɐǝʇsuI ˙pǝsn ǝq ןןıʍ ‾ʎʇıןıqɐɹnᗡ‾ ‾oN‾", - "item.tfmg.advanced_potato_cannon.tooltip.condition1": "pǝʞɔıןƆ-ᴚ uǝɥM", - "item.tfmg.advanced_potato_cannon.tooltip.condition2": "ʞuɐʇʞɔɐᗺ buıɹɐǝʍ ǝןıɥM", - "item.tfmg.advanced_potato_cannon.tooltip.summary": "‾ʞuɐʇʞɔɐᗺ‾ ɐ ɯoɹɟ ‾ǝɹnssǝɹԀ‾ ‾ɹıⱯ‾ ɥʇıʍ pǝɹǝʍod ǝq uɐƆ ˙sǝıɯǝuƎ ʇɐ ‾sǝoʇɐʇoԀ ɯןɐdɐN‾ sǝɥɔunɐꞀ", - "item.tfmg.air_bucket": "ʞuɐ⟘ ɹıⱯ", - "item.tfmg.aluminum_axe": "ǝxⱯ ɯnuıɯnןⱯ", - "item.tfmg.aluminum_hoe": "ǝoH ɯnuıɯnןⱯ", - "item.tfmg.aluminum_ingot": "ʇobuI ɯnuıɯnןⱯ", - "item.tfmg.aluminum_nugget": "ʇǝbbnN ɯnuıɯnןⱯ", - "item.tfmg.aluminum_pickaxe": "ǝxɐʞɔıԀ ɯnuıɯnןⱯ", - "item.tfmg.aluminum_sheet": "ʇǝǝɥS ɯnuıɯnןⱯ", - "item.tfmg.aluminum_shovel": "ןǝʌoɥS ɯnuıɯnןⱯ", - "item.tfmg.aluminum_spool": "ןoodS ɯnuıɯnןⱯ", - "item.tfmg.aluminum_sword": "pɹoʍS ɯnuıɯnןⱯ", - "item.tfmg.aluminum_wire": "ǝɹıM ɯnuıɯnןⱯ", - "item.tfmg.bitumen": "uǝɯnʇıᗺ", - "item.tfmg.butane_bucket": "ʞuɐ⟘ ǝuɐʇnᗺ", - "item.tfmg.capacitor_item": "ɹoʇıɔɐdɐƆ", - "item.tfmg.carbon_dioxide_bucket": "ʞuɐ⟘ ǝpıxoıᗡ uoqɹɐƆ", - "item.tfmg.cast_iron_ingot": "ʇobuI uoɹI ʇsɐƆ", - "item.tfmg.cast_iron_nugget": "ʇǝbbnN uoɹI ʇsɐƆ", - "item.tfmg.cast_iron_sheet": "ʇǝǝɥS uoɹI ʇsɐƆ", - "item.tfmg.centrifuge": "ǝbnɟıɹʇuǝƆ", - "item.tfmg.cinderblock": "ʞɔoןqɹǝpuıƆ", - "item.tfmg.cinderflourblock": "ʞɔoןqɹnoןɟɹǝpuıƆ", - "item.tfmg.circuit_board": "pɹɐoᗺ ʇınɔɹıƆ", - "item.tfmg.coal_coke": "ǝʞoƆ ןɐoƆ", - "item.tfmg.coal_coke_dust": "ʇsnᗡ ǝʞoƆ ןɐoƆ", - "item.tfmg.coated_circuit_board": "pɹɐoᗺ ʇınɔɹıƆ pǝʇɐoƆ", - "item.tfmg.concrete_mixture": "ǝɹnʇxıW ǝʇǝɹɔuoƆ", - "item.tfmg.constantan_ingot": "ʇobuI uɐʇuɐʇsuoƆ", - "item.tfmg.constantan_nugget": "ʇǝbbnN uɐʇuɐʇsuoƆ", - "item.tfmg.constantan_spool": "ןoodS uɐʇuɐʇsuoƆ", - "item.tfmg.constantan_wire": "ǝɹıM uɐʇuɐʇsuoƆ", - "item.tfmg.cooling_fluid_bottle": "ǝןʇʇoᗺ pınןℲ buıןooƆ", - "item.tfmg.cooling_fluid_bucket": "ʇǝʞɔnᗺ pınןℲ buıןooƆ", - "item.tfmg.copper_electrode": "ǝpoɹʇɔǝןƎ ɹǝddoƆ", - "item.tfmg.copper_grenade": "ǝpɐuǝɹ⅁ ɹǝddoƆ", - "item.tfmg.copper_spool": "ןoodS ɹǝddoƆ", - "item.tfmg.copper_sulfate": "ǝʇɐɟןnS ɹǝddoƆ", - "item.tfmg.copper_wire": "ǝɹıM ɹǝddoƆ", - "item.tfmg.crankshaft": "ʇɟɐɥsʞuɐɹƆ", - "item.tfmg.creosote_bucket": "ʇǝʞɔnᗺ ǝʇosoǝɹƆ", - "item.tfmg.crude_oil_bucket": "ʇǝʞɔnᗺ ןıO ǝpnɹƆ", - "item.tfmg.debug_cinderblock": "ʞɔoןqɹǝpuıƆ bnqǝᗡ", - "item.tfmg.deposit_item": "ɯǝʇI ʇısodǝᗡ", - "item.tfmg.diesel_bucket": "ʇǝʞɔnᗺ ןǝsǝıᗡ", - "item.tfmg.electricians_wrench": "ɥɔuǝɹM uoıʇɐɹnbıɟuoƆ", - "item.tfmg.electromagnetic_coil": "ןıoƆ ɔıʇǝubɐɯoɹʇɔǝןƎ", - "item.tfmg.empty_circuit_board": "pɹɐoᗺ ʇınɔɹıƆ ʎʇdɯƎ", - "item.tfmg.empty_spool": "ןoodS ʎʇdɯƎ", - "item.tfmg.engine_cylinder": "ɹǝpuıןʎƆ ǝuıbuƎ", - "item.tfmg.etched_circuit_board": "pɹɐoᗺ ʇınɔɹıƆ pǝɥɔʇƎ", - "item.tfmg.ethylene_bucket": "ʞuɐ⟘ ǝuǝןʎɥʇƎ", - "item.tfmg.fireclay_ball": "ןןɐᗺ ʎɐןɔǝɹıℲ", - "item.tfmg.fireproof_brick": "ʞɔıɹᗺ ɟooɹdǝɹıℲ", - "item.tfmg.flamethrower": "ɹǝʍoɹɥʇǝɯɐןℲ", - "item.tfmg.flamethrower.tooltip.behaviour1": " ‾sǝɯɐןℲ ʇno sʇooɥS‾", - "item.tfmg.flamethrower.tooltip.behaviour2": "ǝɔıoɥɔ ɟo ‾ןǝnℲ‾ ɹnoʎ oʇ buıpɹoɔɔɐ ǝbuɐɥɔ ‾pɐǝɹdS‾ puɐ ‾ǝbuɐᴚ‾ ˙ʞuɐʇ ǝɥʇ ɯoɹɟ pǝɯnsuoɔ ǝq ןןıʍ ‾ןǝnℲ‾ ǝɥ⟘", - "item.tfmg.flamethrower.tooltip.condition1": "pǝʞɔıןƆ-ᴚ uǝɥM", - "item.tfmg.flamethrower.tooltip.condition2": "ǝpısuı sɐ⅁/pınןℲ ǝןqɐuɹnᗺ ɐ ɥʇıʍ ʞuɐ⟘ pınןℲ ɐ buıʞɔıןƆ-ᴚ uǝɥM", - "item.tfmg.flamethrower.tooltip.summary": "sǝıɯǝuƎ ɹnoʎ uɹnq oʇ ǝɯɐןɟ ɟo ʇsɹnq ɐ ʇno ʇooɥs oʇ ‾spınןℲ‾ puɐ ‾sǝsɐ⅁‾ ǝןqɐuɹnq suɹnᗺ", - "item.tfmg.furnace_gas_bucket": "ʞuɐ⟘ sɐ⅁ ǝɔɐuɹnℲ", - "item.tfmg.fuse": "ǝsnℲ", - "item.tfmg.gasoline_bucket": "ʇǝʞɔnᗺ ǝuıןosɐ⅁", - "item.tfmg.glass_insulator_segment": "ʇuǝɯbǝS ɹoʇɐןnsuI ssɐן⅁", - "item.tfmg.golden_turbo": "oqɹn⟘ uǝpןo⅁", - "item.tfmg.graphite_electrode": "ǝpoɹʇɔǝןƎ ǝʇıɥdɐɹ⅁", - "item.tfmg.heavy_oil_bucket": "ʇǝʞɔnᗺ ןıO ʎʌɐǝH", - "item.tfmg.heavy_plate": "ǝʇɐןԀ ʎʌɐǝH", - "item.tfmg.hot_air_bucket": "ʞuɐ⟘ ɹıⱯ ʇoH", - "item.tfmg.kerosene_bucket": "ʇǝʞɔnᗺ ǝuǝsoɹǝʞ", - "item.tfmg.lead_axe": "ǝxⱯ pɐǝꞀ", - "item.tfmg.lead_hoe": "ǝoH pɐǝꞀ", - "item.tfmg.lead_ingot": "ʇobuI pɐǝꞀ", - "item.tfmg.lead_nugget": "ʇǝbbnN pɐǝꞀ", - "item.tfmg.lead_pickaxe": "ǝxɐʞɔıԀ pɐǝꞀ", - "item.tfmg.lead_sheet": "ʇǝǝɥS pɐǝꞀ", - "item.tfmg.lead_shovel": "ןǝʌoɥS pɐǝꞀ", - "item.tfmg.lead_sword": "pɹoʍS pɐǝꞀ", - "item.tfmg.limesand": "puɐsǝɯıꞀ", - "item.tfmg.liquid_asphalt_bucket": "ʇǝʞɔnᗺ ʇןɐɥdsⱯ pınbıꞀ", - "item.tfmg.liquid_concrete_bucket": "ʇǝʞɔnᗺ ǝʇǝɹɔuoƆ pınbıꞀ", - "item.tfmg.liquid_silicon_bucket": "ʇǝʞɔnᗺ uoɔıןıS pınbıꞀ", - "item.tfmg.lit_lithium_blade": "ǝpɐןᗺ ɯnıɥʇıꞀ", - "item.tfmg.lithium_blade": "ǝpɐןᗺ ɯnıɥʇıꞀ", - "item.tfmg.lithium_blade.tooltip.behaviour1": " ɹǝʇɐʍ uı ɟןǝsɯǝɥʇ sǝɥsınbuıʇxǝ ʎɯǝuƎ ɹǝʇɟɐ uǝʌǝ pǝʍǝuǝɹ sı ǝɹıɟ sıɥʇ 'ǝɯıʇ ɟo ʇunoɯɐ ʇǝs ɐ ɹoɟ ǝɹıɟ uo sǝıɯǝuǝ sʇǝs ǝɯɐןɟ sʇI ˙‾ǝbɹɐɥƆ ɯnıɥʇıꞀ‾ ɐ buıɯnsuoɔ 'ǝɹıɟןןǝɥ uo ʇǝs sI", - "item.tfmg.lithium_blade.tooltip.behaviour2": "ǝbɹɐɥɔ sǝpɐןq ǝɥʇ buıɯnsuoɔ ‾ǝɹıɟןןǝH‾ ɟo sʇןoq ןɐɹǝʌǝs ʇno sʇooɥS", - "item.tfmg.lithium_blade.tooltip.condition1": "ɟɟO uǝɥʍ pǝʞɔıןƆ-ᴚ uǝɥM", - "item.tfmg.lithium_blade.tooltip.condition2": "uO uǝɥʍ buıʞɔıןƆ-ᴚ uǝɥM", - "item.tfmg.lithium_blade.tooltip.summary": "‾ǝɹıɟןןǝH‾ ɟo sʇןoᗺ ʇno buıʇooɥs puɐ sǝıɯǝuǝ buıuɹnq ǝɯɐןɟɐ ʇǝs sı ǝpɐןᗺ sıɥʇ '‾sǝbɹɐɥƆ ɯnıɥʇıꞀ‾ʇobuI ןǝǝʇS‾ buıs∩", - "item.tfmg.lithium_charge": "ǝbɹɐɥƆ ɯnıɥʇıꞀ", - "item.tfmg.lithium_ingot": "ʇobuI ɯnıɥʇıꞀ", - "item.tfmg.lithium_nugget": "ʇǝbbnN ɯnıɥʇıꞀ", - "item.tfmg.lpg_bucket": "ʞuɐ⟘ bdꞀ", - "item.tfmg.lubrication_oil_bucket": "ʇǝʞɔnᗺ ןıO uoıʇɐɔıɹqnꞀ", - "item.tfmg.magnet": "ʇǝubɐW", - "item.tfmg.magnetic_alloy_ingot": "ʇobuI ʎoןןⱯ ɔıʇǝubɐW", - "item.tfmg.mixer_blade": "ǝpɐןᗺ ɹǝxıW", - "item.tfmg.molten_plastic_bucket": "ʇǝʞɔnᗺ ɔıʇsɐןԀ uǝʇןoW", - "item.tfmg.molten_slag_bucket": "ʇǝʞɔnᗺ bɐןS uǝʇןoW", - "item.tfmg.molten_steel_bucket": "ʇǝʞɔnᗺ ןǝǝʇS uǝʇןoW", - "item.tfmg.multimeter": "ɹǝʇǝɯıʇןnW", - "item.tfmg.n_semiconductor": "ɹoʇɔnpuoɔıɯǝS-N", - "item.tfmg.napalm_bucket": "ʇǝʞɔnᗺ ɯןɐdɐN", - "item.tfmg.napalm_potato": "oʇɐʇoԀ ɯןɐdɐN", - "item.tfmg.naphtha_bucket": "ʇǝʞɔnᗺ ɐɥʇɥdɐN", - "item.tfmg.neon_bucket": "ʞuɐ⟘ uoǝN", - "item.tfmg.nickel_ingot": "ʇobuI ןǝʞɔıN", - "item.tfmg.nickel_nugget": "ʇǝbbnN ןǝʞɔıN", - "item.tfmg.nickel_sheet": "ʇǝǝɥS ןǝʞɔıN", - "item.tfmg.nitrate_dust": "ʇsnᗡ ǝʇɐɹʇıN", - "item.tfmg.oil_can": "uɐƆ ןıO", - "item.tfmg.p_semiconductor": "ɹoʇɔnpuoɔıɯǝS-Ԁ", - "item.tfmg.pipe_bomb": "qɯoᗺ ǝdıԀ", - "item.tfmg.pipebomb.tooltip.summary": "ןooɔ oS", - "item.tfmg.plastic_sheet": "ʇǝǝɥS ɔıʇsɐןԀ", - "item.tfmg.propane_bucket": "ʞuɐ⟘ ǝuɐdoɹԀ", - "item.tfmg.propylene_bucket": "ʞuɐ⟘ ǝuǝןʎdoɹԀ", - "item.tfmg.quad_potato_cannon": "uouuɐƆ oʇɐʇoԀ pɐnὉ", - "item.tfmg.quad_potato_cannon.tooltip.behaviour1": "˙‾ʎɹoʇuǝʌuI‾ ɹnoʎ ɯoɹɟ ɯǝʇı ǝןqɐʇıns ɐ ‾sʇooɥS‾", - "item.tfmg.quad_potato_cannon.tooltip.behaviour2": "ʞuɐ⟘ ǝɥʇ ɯoɹɟ pǝuıɐɹp sı ‾ǝɹnssǝɹd‾ ‾ɹıⱯ‾ 'pɐǝʇsuI ˙pǝsn ǝq ןןıʍ ‾ʎʇıןıqɐɹnᗡ‾ ‾oN‾", - "item.tfmg.quad_potato_cannon.tooltip.condition1": "pǝʞɔıןƆ-ᴚ uǝɥM", - "item.tfmg.quad_potato_cannon.tooltip.condition2": "ʞuɐʇʞɔɐᗺ buıɹɐǝʍ ǝןıɥM", - "item.tfmg.quad_potato_cannon.tooltip.summary": "‾ʞuɐʇʞɔɐᗺ‾ ɐ ɯoɹɟ ‾ǝɹnssǝɹԀ‾ ‾ɹıⱯ‾ ɥʇıʍ pǝɹǝʍod ǝq uɐƆ ˙sǝıɯǝuƎ ʇɐ sǝןqɐʇǝbǝʌ uʍoɹb-ǝɯoɥ ɹnoʎ ɟo ㄣ sǝɥɔunɐꞀ", - "item.tfmg.raw_lead": "pɐǝꞀ ʍɐᴚ", - "item.tfmg.raw_lithium": "ɯnıɥʇıꞀ ʍɐᴚ", - "item.tfmg.raw_nickel": "ןǝʞɔıN ʍɐᴚ", - "item.tfmg.rubber_sheet": "ʇǝǝɥS ɹǝqqnᴚ", - "item.tfmg.screw": "ʍǝɹɔS", - "item.tfmg.screwdriver": "ɹǝʌıɹpʍǝɹɔS", - "item.tfmg.screwdriver.tooltip.behaviour1": "‾buıʇɔǝuuoƆ ʇnoɥʇıM‾ ɹǝɥʇoɥɔɐǝ oʇ ʇxǝu pǝɔɐןd ǝq oʇ ‾sǝdıԀ‾ ɹoɟ buıʍoןןɐ uoıʇɐʇoɹ ʇuǝɹɹnɔ sʇı uı ‾ǝdıԀ‾ sʞɔoꞀ", - "item.tfmg.screwdriver.tooltip.condition1": "ǝdıd buıʞɔıןƆ-ᴚ uǝɥM", - "item.tfmg.screwdriver.tooltip.summary": "ǝɔɐןd uı sǝdıd ʞɔoן uɐƆ", - "item.tfmg.silicon_ingot": "ʇobuI uoɔıןıS", - "item.tfmg.slag": "bɐןS", - "item.tfmg.spark_plug": "bnןԀ ʞɹɐdS", - "item.tfmg.steel_axe": "ǝxⱯ ןǝǝʇS", - "item.tfmg.steel_boots": "sʇooᗺ ןǝǝʇS", - "item.tfmg.steel_chestplate": "ǝʇɐןdʇsǝɥƆ ןǝǝʇS", - "item.tfmg.steel_helmet": "ʇǝɯןǝH ןǝǝʇS", - "item.tfmg.steel_hoe": "ǝoH ןǝǝʇS", - "item.tfmg.steel_ingot": "ʇobuI ןǝǝʇS", - "item.tfmg.steel_leggings": "sbuıbbǝꞀ ןǝǝʇS", - "item.tfmg.steel_mechanism": "ɯsıuɐɥɔǝW ןǝǝʇS", - "item.tfmg.steel_nugget": "ʇǝbbnN ןǝǝʇS", - "item.tfmg.steel_pickaxe": "ǝxɐʞɔıԀ ןǝǝʇS", - "item.tfmg.steel_shovel": "ןǝʌoɥS ןǝǝʇS", - "item.tfmg.steel_sword": "pɹoʍS ןǝǝʇS", - "item.tfmg.steel_vertical_gearbox": "xoqɹɐǝ⅁ ןɐɔıʇɹǝΛ ןǝǝʇS", - "item.tfmg.sulfur_dust": "ʇsnᗡ ɹnɟןnS", - "item.tfmg.synthetic_leather": "ɹǝɥʇɐǝꞀ ɔıʇǝɥʇuʎS", - "item.tfmg.synthetic_string": "buıɹʇS ɔıʇǝɥʇuʎS", - "item.tfmg.thermite_grenade": "ǝpɐuǝɹ⅁ ǝʇıɯɹǝɥ⟘", - "item.tfmg.thermite_powder": "ɹǝpʍoԀ ǝʇıɯɹǝɥ⟘", - "item.tfmg.transistor_item": "ɹoʇsısuɐɹ⟘", - "item.tfmg.transmission": "uoıssıɯsuɐɹ⟘", - "item.tfmg.turbine_blade": "ǝpɐןᗺ ǝuıqɹn⟘", - "item.tfmg.turbo": "oqɹn⟘", - "item.tfmg.unfinished_capacitor": "ɹoʇıɔɐdɐƆ pǝɥsıuıɟu∩", - "item.tfmg.unfinished_electric_motor": "ɹoʇoW ɔıɹʇɔǝןƎ pǝɥsıuıɟu∩", - "item.tfmg.unfinished_generator": "ɹoʇɐɹǝuǝ⅁ pǝɥsıuıɟu∩", - "item.tfmg.unfinished_insulator": "ɹoʇɐןnsuI pǝɥsıuıɟu∩", - "item.tfmg.unfinished_potentiometer": "ɹǝʇǝɯoıʇuǝʇoԀ pǝɥsıuıɟu∩", - "item.tfmg.unfinished_resistor": "ɹoʇsısǝᴚ pǝɥsıuıɟu∩", - "item.tfmg.unfinished_steel_mechanism": "ɯsıuɐɥɔǝW ןǝǝʇS pǝɥsıuıɟu∩", - "item.tfmg.unfinished_transistor": "ɹoʇsısuɐɹ⟘ pǝɥsıuıɟu∩", - "item.tfmg.unfired_insulator": "ɹoʇɐןnsuI pǝɹıɟu∩", - "item.tfmg.unprocessed_heavy_plate": "ǝʇɐןԀ ʎʌɐǝH pǝssǝɔoɹdu∩", - "item.tfmg.zinc_electrode": "ǝpoɹʇɔǝןƎ ɔuıZ", - "item.tfmg.zinc_grenade": "ǝpɐuǝɹ⅁ ɔuıZ", - "item.tfmg.zinc_sulfate": "ǝʇɐɟןnS ɔuıZ", - "itemGroup.tfmg.base": "ʍoɹ⅁ ʇsnW ʎɹoʇɔɐℲ ǝɥ⟘ :ǝʇɐǝɹƆ", - "itemGroup.tfmg.building": "sʞɔoןᗺ buıpןınᗺ ⅁WℲ⟘ :ǝʇɐǝɹƆ", - "tfmg.ponder.blast_furnace.header": "", - "tfmg.ponder.blast_furnace.text_1": "ʇndʇno ǝɔɐuɹnɟ ʇsɐןq ɐ sı ǝɔɐuɹnɟ ʇsɐןq ɐ ɟo ʇɹɐd uıɐW", - "tfmg.ponder.blast_furnace.text_2": "ʇı uı ɥɔʇɐɥ ǝɔɐuɹnɟ ʇsɐןq ǝuo ɥʇıʍ ʇı punoɹɐ sʞɔıɹq ɟooɹdǝɹıɟ ɟo ɹǝpuıןʎɔ ɐ ǝʞɐɯ 'ǝɔɐuɹnɟ ʇsɐןq ɐ pןınq o⟘", - "tfmg.ponder.blast_furnace.text_3": "ʇnduı ɹıɐ ʇoɥ ɐ sɐ uoıʇɔunɟ ןןıʍ ɥɔʇɐɥ sıɥ⟘", - "tfmg.ponder.blast_furnace.text_4": "uoıʇɔunɟ oʇ sʇuǝɯǝɔɹoɟuıǝɹ pǝǝu sǝɔɐuɹnɟ ʇsɐןᗺ", - "tfmg.ponder.blast_furnace.text_5": "doʇ ǝɥʇ ʇɐ ǝןoɥ ɐ ɥbnoɹɥʇ oʇ pǝʇɹǝsuı sı buıɥʇʎɹǝʌƎ", - "tfmg.ponder.blast_furnace.text_6": "ǝɔɐuɹnɟ ʇsɐןq ǝɥʇ oʇuı ןןɐɟ ןןıʍ ʇı oʇuı pǝʇɔǝɹıp sɯǝʇı 'sɐb ǝɔɐuɹnɟ ʇɔǝןןoɔ oʇ ǝןoɥ doʇ ǝɥʇ uo pǝɔɐןd ǝq uɐɔ ɥɔʇɐɥ ʇxǝN", - "tfmg.ponder.blast_furnace.text_7": "pǝǝds sʇı ǝsɐǝɹɔuı oʇ ǝɔɐuɹnɟ ǝɥʇ punoɹɐ pǝɔɐןd ǝq uɐɔ sʇuǝɯǝɔɹoɟuıǝɹ ǝɔɐuɹnɟ ʇsɐןᗺ", - "tfmg.ponder.coke_oven.header": "", - "tfmg.ponder.coke_oven.text_1": "ןɐoɔ ɯoɹɟ ǝʞoɔ ןɐoɔ sǝɔnpoɹd ʇɐɥʇ ǝuıɥɔɐɯ ɐ sı uǝʌO ǝʞoƆ ǝɥ⟘", - "tfmg.ponder.coke_oven.text_2": "ɯǝɥʇ ɟo sʎɐɹɹɐ buoן ǝʌɐɥ oʇ ןɐıɔıɟǝuǝq sı ʇı os ʍoןs ʎɹǝʌ sı ʇI", - "tfmg.ponder.coke_oven.text_3": "ǝɹǝɥʍʎuɐ ɯoɹɟ pǝʇɹǝsuı ǝq uɐɔ ןɐoƆ", - "tfmg.ponder.coke_oven.text_4": "ǝsןǝ ǝɹǝɥʍʎuɐ pǝʇɔɐɹʇxǝ ǝq uɐɔ ǝʇosoǝɹƆ 'doʇ ǝɥʇ ʇɐ pǝʇɔɐɹʇxǝ sı ǝpıxoıᗡ uoqɹɐƆ", - "tfmg.ponder.coke_oven.text_5": "ǝuıɥɔɐɯ ǝɥʇ ɟo ʇno ןןɐɟ ןןıʍ ǝʞoɔ ןɐoɔ 'ǝɯıʇ ǝɯos ɹǝʇɟⱯ", - "tfmg.ponder.distillation_tower.header": "", - "tfmg.ponder.distillation_tower.text_1": "sʞuɐʇ ןǝǝʇs ǝɹɐ ɹǝʍoʇ uoıʇɐןןıʇsıp ɐ ɟo ǝsɐᗺ", - "tfmg.ponder.distillation_tower.text_2": "sʞuɐʇ ǝɥʇ oʇ ʇxǝu ɹǝןןoɹʇuoƆ uoıʇɐןןıʇsıᗡ ןǝǝʇS buıɔɐןd ʎq pǝןqɯǝssɐ sı ɹǝʍo⟘", - "tfmg.ponder.distillation_tower.text_3": "ɯǝɥʇ uǝǝʍʇǝq sǝdıԀ ןɐıɹʇsnpuI puɐ sʇndʇno uoıʇɐןןıʇsıᗡ 9 oʇ dn ǝɔɐןd 'ʞɔoןqıʇןnɯ ǝɥʇ ɥsıuıɟ o⟘", - "tfmg.ponder.distillation_tower.text_4": " ǝɹnʇɔnɹʇs ǝɥʇ ɟo ןǝʌǝן ɹǝʍod ǝɥʇ sʍoɥs ɹǝʍoʇ ǝɥʇ uo ןɐıp 'ʇı ɹǝʍod oʇ sʞuɐʇ ǝɥʇ ɹǝpun ǝɔɹnos ʇɐǝɥ ɐ ǝɔɐןԀ", - "tfmg.ponder.distillation_tower.text_5": "ʞɔoןq ɹǝןןoɹʇuoɔ ǝɥʇ oʇuı pǝʇʇnduı sı ןıO", - "tfmg.ponder.pumpjack.header": "", - "tfmg.ponder.pumpjack.text_1": "ǝɔɐɟɹns oʇ ʇısodǝp ɯoɹɟ sǝdıd ןɐıɹʇsnpuı buıpןınq sı ןıo buıuıɯ ɟo dǝʇs ʇsɹıℲ", - "tfmg.ponder.pumpjack.text_2": "ǝdıd ǝɥʇ ɟo doʇ ǝɥʇ uo pǝɔɐןd ǝq oʇ sɐɥ ǝsɐq ʞɔɐظdɯnԀ", - "tfmg.ponder.pumpjack.text_3": "ʇı puıɥǝq pǝɔɐןd ǝq oʇ spǝǝu ɹǝpןoH ɹǝɯɯɐH ʞɔɐظdɯnԀ", - "tfmg.ponder.pumpjack.text_4": "ǝsɐq ǝɥʇ puɐ ʞuɐɹɔ ǝɥʇ ǝʌoqɐ ʞɔɐظdɯnԀ ǝɥʇ ɟo pɐǝH ǝɥʇ puⱯ ɹoʇɔǝuuoƆ ǝɥʇ buıpןınq sı dǝʇs ʇxǝN", - "tfmg.ponder.pumpjack.text_5": "sʇɹɐԀ ɹǝɯɯɐԀ ʞɔɐظdɯnԀ ɥʇıʍ pǝʇɔǝuuoɔ ǝq oʇ pǝǝu ʎǝɥʇ ʍoN", - "tfmg.ponder.pumpjack.text_6": "ʇı ǝʌoqɐ ʞuɐɹɔ ʞɔɐظdɯnd ɐ ɥʇıʍ )ʞɔɐظdɯnd ǝɥʇ ɹoɟ ʇnduı ɹǝʍod ɐ sı ɥɔıɥʍ( ʇnduı ǝuıɥɔɐɯ ɐ buıɔɐןd sı dǝʇs ʇsɐן ǝɥ⟘", - "tfmg.ponder.small_engines.header": "", - "tfmg.ponder.small_engines.text_1": "ʇı puıɥǝq ʇɹɐd ʞɔɐq ɐ puɐ ʇɹɐd ʇuoɹɟ ɐ ǝɔɐןd 'ǝuıbuǝ ןןɐɯs ɐ ǝʇɐǝɹɔ o⟘", - "tfmg.ponder.small_engines.text_2": "ʞɔoןq ʇsnɐɥxǝ uɐ puɐ sǝdıd buısn ʇɹɐd ʞɔɐq ǝɥʇ ɯoɹɟ pǝʌoɯǝɹ sı ʇsnɐɥxǝ puɐ ʇɹɐd ʇuoɹɟ ǝɥʇ oʇ pǝʇʇnduı sı ןǝnℲ", - "tfmg.ponder.small_engines.text_3": "ʇɹɐd ʇuoɹɟ ǝɥʇ oʇ pǝıןddɐ sı ןɐubıs ǝuoʇspǝɹ uǝɥʍ ʇɹɐʇs ןןıʍ ǝuıbuƎ", - "tfmg.ponder.small_engines.text_4": "ןǝnɟ ɐ sɐ ǝuǝsoɹǝʞ puɐ ⅁ԀꞀ 'ǝuıןosɐ⅁ ɥʇıʍ sǝuıbuǝ ǝɹɐ ǝɹǝɥ⟘", - "tfmg.ponder.tag.metallurgy": "ʎbɹnןןɐʇǝW", - "tfmg.ponder.tag.metallurgy.description": "buıssǝɔoɹd ןɐʇǝɯ oʇ pǝʇɐןǝɹ sǝuıɥɔɐW", - "tfmg.ponder.tag.tfmg_machinery": "ʎɹǝuıɥɔɐW ⅁WℲ⟘", - "tfmg.ponder.tag.tfmg_machinery.description": "ʍoɹ⅁ ʇsnW ʎɹoʇɔɐℲ ǝɥ⟘ :ǝʇɐǝɹƆ ɯoɹɟ sǝuıɥɔɐɯ ɔsıW", - "tfmg.subtitle.diesel_engine_sounds": "spunoS ǝuıbuƎ ןǝsǝıᗡ", - "tfmg.subtitle.engine_sounds": "spunoS ǝuıbuƎ" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/lang/en_us.json b/src/generated/resources/assets/tfmg/lang/en_us.json deleted file mode 100644 index 2dcc8b11..00000000 --- a/src/generated/resources/assets/tfmg/lang/en_us.json +++ /dev/null @@ -1,829 +0,0 @@ -{ - "OwO": "UwU", - "block.tfmg.accumulator": "Accumulator", - "block.tfmg.accumulator.tooltip.summary": "Holds a Large Amount of energy (inserted from bottom) that can be outputted Slowly from the Top", - "block.tfmg.air_intake": "Air Intake", - "block.tfmg.aluminium_cable_hub.tooltip.summary": "Can be turned off with redstone", - "block.tfmg.aluminum_bars": "Aluminum Bars", - "block.tfmg.aluminum_block": "Block of Aluminum", - "block.tfmg.aluminum_cable_hub": "Aluminum Cable Hub", - "block.tfmg.aluminum_cogwheel": "Aluminum Cogwheel", - "block.tfmg.aluminum_door": "Aluminum Door", - "block.tfmg.aluminum_fluid_tank": "Aluminum Fluid Tank", - "block.tfmg.aluminum_fluid_valve": "Aluminum Fluid Valve", - "block.tfmg.aluminum_flywheel": "Aluminum Flywheel", - "block.tfmg.aluminum_frame": "Aluminum Frame", - "block.tfmg.aluminum_ladder": "Aluminum Ladder", - "block.tfmg.aluminum_lamp": "Aluminum Lamp", - "block.tfmg.aluminum_mechanical_pump": "Aluminum Mechanical Pump", - "block.tfmg.aluminum_pipe": "Aluminum Pipe", - "block.tfmg.aluminum_scaffolding": "Aluminum Scaffolding", - "block.tfmg.aluminum_smart_fluid_pipe": "Aluminum Smart Fluid Pipe", - "block.tfmg.aluminum_truss": "Aluminum Truss", - "block.tfmg.ammeter": "Ammeter", - "block.tfmg.asphalt": "Asphalt", - "block.tfmg.asphalt_slab": "Asphalt Slab", - "block.tfmg.asphalt_stairs": "Asphalt Stairs", - "block.tfmg.asphalt_wall": "Asphalt Wall", - "block.tfmg.bauxite": "Bauxite", - "block.tfmg.bauxite_pillar": "Bauxite Pillar", - "block.tfmg.blast_furnace_hatch": "Blast Furnace Hatch", - "block.tfmg.blast_furnace_output": "Blast Furnace Output", - "block.tfmg.blast_furnace_reinforcement": "Blast Furnace Reinforcement", - "block.tfmg.blast_furnace_reinforcement_wall": "Blast Furnace Reinforcement Wall", - "block.tfmg.blast_stove": "Blast Stove", - "block.tfmg.blue_caution_block": "Blue Caution Block", - "block.tfmg.blue_concrete": "Blue Concrete", - "block.tfmg.blue_concrete_slab": "Blue Concrete Slab", - "block.tfmg.blue_concrete_stairs": "Blue Concrete Stairs", - "block.tfmg.blue_concrete_wall": "Blue Concrete Wall", - "block.tfmg.blue_rebar_concrete": "Blue Rebar Concrete", - "block.tfmg.blue_rebar_concrete_slab": "Blue Rebar Concrete Slab", - "block.tfmg.blue_rebar_concrete_stairs": "Blue Rebar Concrete Stairs", - "block.tfmg.blue_rebar_concrete_wall": "Blue Rebar Concrete Wall", - "block.tfmg.brass_cable_hub": "Brass Cable Hub", - "block.tfmg.brass_cable_hub.tooltip.summary": "Can be turned off with redstone", - "block.tfmg.brass_fluid_valve": "Brass Fluid Valve", - "block.tfmg.brass_frame": "Brass Frame", - "block.tfmg.brass_mechanical_pump": "Brass Mechanical Pump", - "block.tfmg.brass_pipe": "Brass Pipe", - "block.tfmg.brass_smart_fluid_pipe": "Brass Smart Fluid Pipe", - "block.tfmg.brass_truss": "Brass Truss", - "block.tfmg.brick_smokestack": "Brick Smokestack", - "block.tfmg.brown_caution_block": "Brown Caution Block", - "block.tfmg.brown_concrete": "Brown Concrete", - "block.tfmg.brown_concrete_slab": "Brown Concrete Slab", - "block.tfmg.brown_concrete_stairs": "Brown Concrete Stairs", - "block.tfmg.brown_concrete_wall": "Brown Concrete Wall", - "block.tfmg.brown_rebar_concrete": "Brown Rebar Concrete", - "block.tfmg.brown_rebar_concrete_slab": "Brown Rebar Concrete Slab", - "block.tfmg.brown_rebar_concrete_stairs": "Brown Rebar Concrete Stairs", - "block.tfmg.brown_rebar_concrete_wall": "Brown Rebar Concrete Wall", - "block.tfmg.cable connector.tooltip.summary": "Right click 2 cable connectors with a _Copper Cable_ amking them transport _Energy_", - "block.tfmg.cable_connector": "Cable Insulator", - "block.tfmg.cable_tube": "Cable Tube", - "block.tfmg.cable_tube.tooltip.summary": "Transports Energy like a Cable", - "block.tfmg.capacitor.tooltip.summary": "Holds a Small Amount of energy (inserted from bottom) that can be outputted Quickly from the Top", - "block.tfmg.cast_iron_bars": "Cast Iron Bars", - "block.tfmg.cast_iron_block": "Block of Cast Iron", - "block.tfmg.cast_iron_fluid_tank": "Cast Iron Fluid Tank", - "block.tfmg.cast_iron_fluid_valve": "Cast Iron Fluid Valve", - "block.tfmg.cast_iron_flywheel": "Cast Iron Flywheel", - "block.tfmg.cast_iron_frame": "Cast Iron Frame", - "block.tfmg.cast_iron_ladder": "Cast Iron Ladder", - "block.tfmg.cast_iron_mechanical_pump": "Cast Iron Mechanical Pump", - "block.tfmg.cast_iron_pipe": "Cast Iron Pipe", - "block.tfmg.cast_iron_smart_fluid_pipe": "Cast Iron Smart Fluid Pipe", - "block.tfmg.cast_iron_truss": "Cast Iron Truss", - "block.tfmg.casting_basin": "Casting Basin", - "block.tfmg.circular_light": "Circular Lamp", - "block.tfmg.coal_coke_block": "Block of Coal Coke", - "block.tfmg.coke_oven": "Coke Oven", - "block.tfmg.compact_engine.behaviour1": "Will output _RPM_ based on the strength of the _Redstone Signal_ inputted into it", - "block.tfmg.compact_engine.condition1": "When Gasoline Creosote into", - "block.tfmg.compact_engine.tooltip.summary": "Makes Rotation from Gasoline", - "block.tfmg.concrete": "Concrete", - "block.tfmg.concrete_encased_cable_tube": "Concrete Encased Cable Tube", - "block.tfmg.concrete_encased_electric_post": "Concrete Encased Electric Post", - "block.tfmg.concrete_encased_industrial_pipe": "Concrete Encased Industrial Pipe", - "block.tfmg.concrete_hose": "Concrete Hose", - "block.tfmg.concrete_slab": "Concrete Slab", - "block.tfmg.concrete_smokestack": "Concrete Smokestack", - "block.tfmg.concrete_stairs": "Concrete Stairs", - "block.tfmg.concrete_wall": "Concrete Wall", - "block.tfmg.constantan_block": "Block of Constantan", - "block.tfmg.constantan_frame": "Constantan Frame", - "block.tfmg.constantan_ladder": "Constantan Ladder", - "block.tfmg.constantan_truss": "Constantan Truss", - "block.tfmg.converter": "Converter", - "block.tfmg.converter.behaviour1": "The _Top_ outputs FE With _Voltage_ making it usable with _TFMG_", - "block.tfmg.converter.condition1": "When Put FE from Bottom", - "block.tfmg.converter.tooltip.summary": "Makes other mods compatible with TFMG by adding voltage", - "block.tfmg.cooling_fluid": "Cooling Fluid", - "block.tfmg.copper_cable_hub": "Copper Cable Hub", - "block.tfmg.copper_cable_hub.tooltip.summary": "Can be turned off with redstone", - "block.tfmg.copper_coil.tooltip.behaviour1": "To increase voltage you have to have to towers of coils either next to or one block from eachother, one atleast 1 block larger than the other, both max 5 blocks in height and with their top blocks touching. R-Click the top block in the larger tower with a wrench to make it the output. Energy is both inputted and outputted on the top of their respective towers", - "block.tfmg.copper_coil.tooltip.summary": "Increases Voltage", - "block.tfmg.copper_encased_aluminum_pipe": "Copper Encased Aluminum Pipe", - "block.tfmg.copper_encased_brass_pipe": "Copper Encased Brass Pipe", - "block.tfmg.copper_encased_cast_iron_pipe": "Copper Encased Cast Iron Pipe", - "block.tfmg.copper_encased_plastic_pipe": "Copper Encased Plastic Pipe", - "block.tfmg.copper_encased_steel_pipe": "Copper Encased Steel Pipe", - "block.tfmg.copper_frame": "Copper Frame", - "block.tfmg.copper_truss": "Copper Truss", - "block.tfmg.copycat_cable_base": "Copycat Cable Base", - "block.tfmg.copycat_cable_block": "Copycat Cable Block", - "block.tfmg.copycat_cable_block.tooltip.summary": "Can be turned off with redstone", - "block.tfmg.creative_generator": "Creative Generator", - "block.tfmg.creative_generator.tooltip.summary": "Outputs energy based on the value on its input panel", - "block.tfmg.creosote": "Creosote", - "block.tfmg.crude_oil": "Crude Oil", - "block.tfmg.cut_bauxite": "Cut Bauxite", - "block.tfmg.cut_bauxite_brick_slab": "Cut Bauxite Brick Slab", - "block.tfmg.cut_bauxite_brick_stairs": "Cut Bauxite Brick Stairs", - "block.tfmg.cut_bauxite_brick_wall": "Cut Bauxite Brick Wall", - "block.tfmg.cut_bauxite_bricks": "Cut Bauxite Bricks", - "block.tfmg.cut_bauxite_slab": "Cut Bauxite Slab", - "block.tfmg.cut_bauxite_stairs": "Cut Bauxite Stairs", - "block.tfmg.cut_bauxite_wall": "Cut Bauxite Wall", - "block.tfmg.cut_galena": "Cut Galena", - "block.tfmg.cut_galena_brick_slab": "Cut Galena Brick Slab", - "block.tfmg.cut_galena_brick_stairs": "Cut Galena Brick Stairs", - "block.tfmg.cut_galena_brick_wall": "Cut Galena Brick Wall", - "block.tfmg.cut_galena_bricks": "Cut Galena Bricks", - "block.tfmg.cut_galena_slab": "Cut Galena Slab", - "block.tfmg.cut_galena_stairs": "Cut Galena Stairs", - "block.tfmg.cut_galena_wall": "Cut Galena Wall", - "block.tfmg.cyan_caution_block": "Cyan Caution Block", - "block.tfmg.cyan_concrete": "Cyan Concrete", - "block.tfmg.cyan_concrete_slab": "Cyan Concrete Slab", - "block.tfmg.cyan_concrete_stairs": "Cyan Concrete Stairs", - "block.tfmg.cyan_concrete_wall": "Cyan Concrete Wall", - "block.tfmg.cyan_rebar_concrete": "Cyan Rebar Concrete", - "block.tfmg.cyan_rebar_concrete_slab": "Cyan Rebar Concrete Slab", - "block.tfmg.cyan_rebar_concrete_stairs": "Cyan Rebar Concrete Stairs", - "block.tfmg.cyan_rebar_concrete_wall": "Cyan Rebar Concrete Wall", - "block.tfmg.debug_conductor": "Debug Conductor", - "block.tfmg.debug_electric_block": "Debug Electric Block", - "block.tfmg.debug_generator_block": "Debug Generator Block", - "block.tfmg.deepslate_lead_ore": "Deepslate Lead Ore", - "block.tfmg.deepslate_lithium_ore": "Deepslate Lithium Ore", - "block.tfmg.deepslate_nickel_ore": "Deepslate Nickel Ore", - "block.tfmg.diagonal_cable_block": "Diagonal Cable Block", - "block.tfmg.diagonal_cable_block.tooltip.summary": "Transports Energy like a Cable (But diagonally)", - "block.tfmg.diesel": "Diesel", - "block.tfmg.electric_casing": "Electric Casing", - "block.tfmg.electric_diode": "Diode", - "block.tfmg.electric_motor": "Electric Motor", - "block.tfmg.electric_motor.tooltip.summary": "Changes energy to rotation (rpm configurable on side)", - "block.tfmg.electric_post": "Electric Post", - "block.tfmg.electric_pump": "Electric Pump", - "block.tfmg.electrical_switch": "Electric Switch", - "block.tfmg.electrode_holder": "Electrode Holder", - "block.tfmg.encased_diode": "Encased Diode", - "block.tfmg.encased_potentiometer": "Encased Potentiometer", - "block.tfmg.energy_meter.condition1": "When put on Power Source", - "block.tfmg.energy_meter.condition2": "When looked on with Engineer's Goggles", - "block.tfmg.energy_meter.tooltip.behaviour1": "Measures the _Energy_ of the _Power Source_", - "block.tfmg.energy_meter.tooltip.behaviour2": "Shows detailed info on the sources energy", - "block.tfmg.energy_meter.tooltip.summary": "Measures energy", - "block.tfmg.engine_controller": "Engine Controller", - "block.tfmg.engine_gearbox": "Engine Gearbox", - "block.tfmg.exhaust": "Exhaust", - "block.tfmg.factory_floor": "Factory Floor", - "block.tfmg.factory_floor_slab": "Factory Floor Slab", - "block.tfmg.factory_floor_stairs": "Factory Floor Stairs", - "block.tfmg.factory_floor_wall": "Factory Floor Wall", - "block.tfmg.firebox": "Firebox", - "block.tfmg.firebox.condition1": "When inputted burnables into", - "block.tfmg.firebox.tooltip.behaviour1": "The _Firebox_ will act as a _Blaze Burner_ until it runs out of fuel, there is no way to superheat it", - "block.tfmg.firebox.tooltip.summary": "Uses burnables to function as a blaze burner", - "block.tfmg.fireclay": "Fireclay", - "block.tfmg.fireclay.tooltip.summary": "It is found in underground veins in the overworld", - "block.tfmg.fireproof_brick_reinforcement": "Fireproof Brick Reinforcement", - "block.tfmg.fireproof_bricks": "Fireproof Bricks", - "block.tfmg.flarestack": "Flarestack", - "block.tfmg.flarestack.tooltip.behaviour1": "Deletes what is pumped inside", - "block.tfmg.flarestack.tooltip.condition1": "When Pumped burnable Fluids/Gases into from the bottom", - "block.tfmg.flarestack.tooltip.summary": "Burns unneeded oil products", - "block.tfmg.formwork_block.tooltip.behaviour1": "Fills out with _Liquid Concrete_, this Concrete eventually turns into solid blocks", - "block.tfmg.formwork_block.tooltip.condition1": "When Pumped concrete into", - "block.tfmg.formwork_block.tooltip.summary": "Holds Liquid Concrete until it turns into concrete blocks", - "block.tfmg.fossilstone": "Fossilstone", - "block.tfmg.fuse_block": "Fuse Block", - "block.tfmg.galena": "Galena", - "block.tfmg.galena_pillar": "Galena Pillar", - "block.tfmg.galvanic_cell.tooltip.summary": "Has a small amount of unchargable energy inside, ideal for starting your venture into electricity", - "block.tfmg.gasoline": "Gasoline", - "block.tfmg.generator": "Generator", - "block.tfmg.generator.tooltip.summary": "Changes rotation to energy", - "block.tfmg.glass_aluminum_pipe": "Glass Aluminum Pipe", - "block.tfmg.glass_brass_pipe": "Glass Brass Pipe", - "block.tfmg.glass_cable_insulator": "Glass Cable Insulator", - "block.tfmg.glass_cast_iron_pipe": "Glass Cast Iron Pipe", - "block.tfmg.glass_plastic_pipe": "Glass Plastic Pipe", - "block.tfmg.glass_steel_pipe": "Glass Steel Pipe", - "block.tfmg.gray_caution_block": "Gray Caution Block", - "block.tfmg.gray_concrete": "Gray Concrete", - "block.tfmg.gray_concrete_slab": "Gray Concrete Slab", - "block.tfmg.gray_concrete_stairs": "Gray Concrete Stairs", - "block.tfmg.gray_concrete_wall": "Gray Concrete Wall", - "block.tfmg.gray_rebar_concrete": "Gray Rebar Concrete", - "block.tfmg.gray_rebar_concrete_slab": "Gray Rebar Concrete Slab", - "block.tfmg.gray_rebar_concrete_stairs": "Gray Rebar Concrete Stairs", - "block.tfmg.gray_rebar_concrete_wall": "Gray Rebar Concrete Wall", - "block.tfmg.green_caution_block": "Green Caution Block", - "block.tfmg.green_concrete": "Green Concrete", - "block.tfmg.green_concrete_slab": "Green Concrete Slab", - "block.tfmg.green_concrete_stairs": "Green Concrete Stairs", - "block.tfmg.green_concrete_wall": "Green Concrete Wall", - "block.tfmg.green_rebar_concrete": "Green Rebar Concrete", - "block.tfmg.green_rebar_concrete_slab": "Green Rebar Concrete Slab", - "block.tfmg.green_rebar_concrete_stairs": "Green Rebar Concrete Stairs", - "block.tfmg.green_rebar_concrete_wall": "Green Rebar Concrete Wall", - "block.tfmg.heavy_cable_hub": "Heavy Cable Hub", - "block.tfmg.heavy_cable_hub.tooltip.summary": "Can be turned off with redstone", - "block.tfmg.heavy_casing_door": "Heavy Casing Door", - "block.tfmg.heavy_casing_encased_aluminum_cogwheel": "Heavy Casing Encased Aluminum Cogwheel", - "block.tfmg.heavy_casing_encased_large_aluminum_cogwheel": "Heavy Casing Encased Large Aluminum Cogwheel", - "block.tfmg.heavy_casing_encased_large_steel_cogwheel": "Heavy Casing Encased Large Steel Cogwheel", - "block.tfmg.heavy_casing_encased_shaft": "Heavy Casing Encased Shaft", - "block.tfmg.heavy_casing_encased_steel_cogwheel": "Heavy Casing Encased Steel Cogwheel", - "block.tfmg.heavy_machinery_casing": "Heavy Machinery Casing", - "block.tfmg.heavy_oil": "Heavy Oil", - "block.tfmg.heavy_plated_door": "Heavy Plated Door", - "block.tfmg.industrial_aluminum_casing": "Industrial Aluminum Casing", - "block.tfmg.industrial_mixer": "Industrial Mixer", - "block.tfmg.industrial_pipe": "Industrial Pipe", - "block.tfmg.kerosene": "Kerosene", - "block.tfmg.large_aluminum_cogwheel": "Large Aluminum Cogwheel", - "block.tfmg.large_pumpjack_hammer_connector": "Large Pumpjack Hammer Connector", - "block.tfmg.large_pumpjack_hammer_head": "Large Pumpjack Hammer Head", - "block.tfmg.large_pumpjack_hammer_part": "Large Pumpjack Hammer Part", - "block.tfmg.large_steel_cogwheel": "Large Steel Cogwheel", - "block.tfmg.layered_bauxite": "Layered Bauxite", - "block.tfmg.layered_galena": "Layered Galena", - "block.tfmg.lead_bars": "Lead Bars", - "block.tfmg.lead_block": "Block of Lead", - "block.tfmg.lead_flywheel": "Lead Flywheel", - "block.tfmg.lead_frame": "Lead Frame", - "block.tfmg.lead_ladder": "Leadder", - "block.tfmg.lead_ore": "Lead Ore", - "block.tfmg.lead_truss": "Lead Truss", - "block.tfmg.light_blue_caution_block": "Light Blue Caution Block", - "block.tfmg.light_blue_concrete": "Light Blue Concrete", - "block.tfmg.light_blue_concrete_slab": "Light Blue Concrete Slab", - "block.tfmg.light_blue_concrete_stairs": "Light Blue Concrete Stairs", - "block.tfmg.light_blue_concrete_wall": "Light Blue Concrete Wall", - "block.tfmg.light_blue_rebar_concrete": "Light Blue Rebar Concrete", - "block.tfmg.light_blue_rebar_concrete_slab": "Light Blue Rebar Concrete Slab", - "block.tfmg.light_blue_rebar_concrete_stairs": "Light Blue Rebar Concrete Stairs", - "block.tfmg.light_blue_rebar_concrete_wall": "Light Blue Rebar Concrete Wall", - "block.tfmg.light_bulb": "Light Bulb", - "block.tfmg.light_bulb.behaviour1": "The lightbulb will _Glow_ if _Voltage_ and _Energy_ are balanced, the higher the _Voltage_, the stronger the glow", - "block.tfmg.light_bulb.condition1": "When put on Power Source", - "block.tfmg.light_bulb.tooltip.summary": "Glows when Powered", - "block.tfmg.light_gray_caution_block": "Light Gray Caution Block", - "block.tfmg.light_gray_concrete": "Light Gray Concrete", - "block.tfmg.light_gray_concrete_slab": "Light Gray Concrete Slab", - "block.tfmg.light_gray_concrete_stairs": "Light Gray Concrete Stairs", - "block.tfmg.light_gray_concrete_wall": "Light Gray Concrete Wall", - "block.tfmg.light_gray_rebar_concrete": "Light Gray Rebar Concrete", - "block.tfmg.light_gray_rebar_concrete_slab": "Light Gray Rebar Concrete Slab", - "block.tfmg.light_gray_rebar_concrete_stairs": "Light Gray Rebar Concrete Stairs", - "block.tfmg.light_gray_rebar_concrete_wall": "Light Gray Rebar Concrete Wall", - "block.tfmg.lignite": "Lignite", - "block.tfmg.lime_caution_block": "Lime Caution Block", - "block.tfmg.lime_concrete": "Lime Concrete", - "block.tfmg.lime_concrete_slab": "Lime Concrete Slab", - "block.tfmg.lime_concrete_stairs": "Lime Concrete Stairs", - "block.tfmg.lime_concrete_wall": "Lime Concrete Wall", - "block.tfmg.lime_rebar_concrete": "Lime Rebar Concrete", - "block.tfmg.lime_rebar_concrete_slab": "Lime Rebar Concrete Slab", - "block.tfmg.lime_rebar_concrete_stairs": "Lime Rebar Concrete Stairs", - "block.tfmg.lime_rebar_concrete_wall": "Lime Rebar Concrete Wall", - "block.tfmg.liquid_asphalt": "Liquid Asphalt", - "block.tfmg.liquid_concrete": "Liquid Concrete", - "block.tfmg.liquid_silicon": "Liquid Silicon", - "block.tfmg.lithium_block": "Block of Lithium", - "block.tfmg.lithium_ore": "Lithium Ore", - "block.tfmg.lithium_torch": "Lithium Torch", - "block.tfmg.lithium_torch.tooltip.summary": "Works underwater and can be placed upside down", - "block.tfmg.low_grade_fuel_engine.behaviour1": "Will output a small amount of _RPM_ based on the strength of the _Redstone Signal_ inputted into it", - "block.tfmg.low_grade_fuel_engine.condition1": "When Pumped Creosote into", - "block.tfmg.low_grade_fuel_engine.tooltip.summary": "Makes Rotation from Creosote", - "block.tfmg.lubrication_oil": "Lubrication Oil", - "block.tfmg.machine_input": "Machine Input", - "block.tfmg.magenta_caution_block": "Magenta Caution Block", - "block.tfmg.magenta_concrete": "Magenta Concrete", - "block.tfmg.magenta_concrete_slab": "Magenta Concrete Slab", - "block.tfmg.magenta_concrete_stairs": "Magenta Concrete Stairs", - "block.tfmg.magenta_concrete_wall": "Magenta Concrete Wall", - "block.tfmg.magenta_rebar_concrete": "Magenta Rebar Concrete", - "block.tfmg.magenta_rebar_concrete_slab": "Magenta Rebar Concrete Slab", - "block.tfmg.magenta_rebar_concrete_stairs": "Magenta Rebar Concrete Stairs", - "block.tfmg.magenta_rebar_concrete_wall": "Magenta Rebar Concrete Wall", - "block.tfmg.metal_smokestack": "Metal Smokestack", - "block.tfmg.modern_light": "Light Panel", - "block.tfmg.molten_plastic": "Molten Plastic", - "block.tfmg.molten_slag": "Molten Slag", - "block.tfmg.molten_steel": "Molten Steel", - "block.tfmg.napalm": "Napalm", - "block.tfmg.napalm_bomb": "Napalm Bomb", - "block.tfmg.naphtha": "Naphtha", - "block.tfmg.neon_tube": "Neon Tube", - "block.tfmg.neon_tube.behaviour1": "The tube will _Glow_ ", - "block.tfmg.neon_tube.behaviour2": "Changes Color", - "block.tfmg.neon_tube.condition1": "When put on Power Source", - "block.tfmg.neon_tube.condition2": "When R-Clicked with Dye", - "block.tfmg.neon_tube.tooltip.summary": "Glows in a certain color when Powered", - "block.tfmg.nickel_bars": "Nickel Bars", - "block.tfmg.nickel_block": "Block of Nickel", - "block.tfmg.nickel_flywheel": "Nickel Flywheel", - "block.tfmg.nickel_frame": "Nickel Frame", - "block.tfmg.nickel_ladder": "Nickel Ladder", - "block.tfmg.nickel_ore": "Nickel Ore", - "block.tfmg.nickel_truss": "Nickel Truss", - "block.tfmg.oil_deposit": "Oil Deposit", - "block.tfmg.orange_caution_block": "Orange Caution Block", - "block.tfmg.orange_concrete": "Orange Concrete", - "block.tfmg.orange_concrete_slab": "Orange Concrete Slab", - "block.tfmg.orange_concrete_stairs": "Orange Concrete Stairs", - "block.tfmg.orange_concrete_wall": "Orange Concrete Wall", - "block.tfmg.orange_rebar_concrete": "Orange Rebar Concrete", - "block.tfmg.orange_rebar_concrete_slab": "Orange Rebar Concrete Slab", - "block.tfmg.orange_rebar_concrete_stairs": "Orange Rebar Concrete Stairs", - "block.tfmg.orange_rebar_concrete_wall": "Orange Rebar Concrete Wall", - "block.tfmg.pink_caution_block": "Pink Caution Block", - "block.tfmg.pink_concrete": "Pink Concrete", - "block.tfmg.pink_concrete_slab": "Pink Concrete Slab", - "block.tfmg.pink_concrete_stairs": "Pink Concrete Stairs", - "block.tfmg.pink_concrete_wall": "Pink Concrete Wall", - "block.tfmg.pink_rebar_concrete": "Pink Rebar Concrete", - "block.tfmg.pink_rebar_concrete_slab": "Pink Rebar Concrete Slab", - "block.tfmg.pink_rebar_concrete_stairs": "Pink Rebar Concrete Stairs", - "block.tfmg.pink_rebar_concrete_wall": "Pink Rebar Concrete Wall", - "block.tfmg.plastic_block": "Block of Plastic", - "block.tfmg.plastic_fluid_valve": "Plastic Fluid Valve", - "block.tfmg.plastic_mechanical_pump": "Plastic Mechanical Pump", - "block.tfmg.plastic_pipe": "Plastic Pipe", - "block.tfmg.plastic_smart_fluid_pipe": "Plastic Smart Fluid Pipe", - "block.tfmg.polarizer": "Polarizer", - "block.tfmg.polarizer.condition1": "When powered", - "block.tfmg.polarizer.tooltip.behaviour1": "Will turn a _Steel Ingot_ into a _Magnetic Ingot_ when right clicked with a _Steel Ingot_", - "block.tfmg.polarizer.tooltip.summary": "Makes Magnetic Ingots out of Steel", - "block.tfmg.polished_cut_bauxite": "Polished Cut Bauxite", - "block.tfmg.polished_cut_bauxite_slab": "Polished Cut Bauxite Slab", - "block.tfmg.polished_cut_bauxite_stairs": "Polished Cut Bauxite Stairs", - "block.tfmg.polished_cut_bauxite_wall": "Polished Cut Bauxite Wall", - "block.tfmg.polished_cut_galena": "Polished Cut Galena", - "block.tfmg.polished_cut_galena_slab": "Polished Cut Galena Slab", - "block.tfmg.polished_cut_galena_stairs": "Polished Cut Galena Stairs", - "block.tfmg.polished_cut_galena_wall": "Polished Cut Galena Wall", - "block.tfmg.potentiometer": "Potentiometer", - "block.tfmg.pumpjack_base": "Pumpjack Base", - "block.tfmg.pumpjack_crank": "Pumpjack Crank", - "block.tfmg.pumpjack_hammer": "Pumpjack Hammer Holder", - "block.tfmg.pumpjack_hammer_connector": "Pumpjack Hammer Connector", - "block.tfmg.pumpjack_hammer_head": "Pumpjack Hammer Head", - "block.tfmg.pumpjack_hammer_part": "Pumpjack Hammer Part", - "block.tfmg.purple_caution_block": "Purple Caution Block", - "block.tfmg.purple_concrete": "Purple Concrete", - "block.tfmg.purple_concrete_slab": "Purple Concrete Slab", - "block.tfmg.purple_concrete_stairs": "Purple Concrete Stairs", - "block.tfmg.purple_concrete_wall": "Purple Concrete Wall", - "block.tfmg.purple_rebar_concrete": "Purple Rebar Concrete", - "block.tfmg.purple_rebar_concrete_slab": "Purple Rebar Concrete Slab", - "block.tfmg.purple_rebar_concrete_stairs": "Purple Rebar Concrete Stairs", - "block.tfmg.purple_rebar_concrete_wall": "Purple Rebar Concrete Wall", - "block.tfmg.raw_lead_block": "Block of Raw Lead", - "block.tfmg.raw_lithium_block": "Block of Raw Lithium", - "block.tfmg.raw_nickel_block": "Block of Raw Nickel", - "block.tfmg.rebar_block": "Rebar Block", - "block.tfmg.rebar_concrete": "Rebar Concrete", - "block.tfmg.rebar_concrete_slab": "Rebar Concrete Slab", - "block.tfmg.rebar_concrete_stairs": "Rebar Concrete Stairs", - "block.tfmg.rebar_concrete_wall": "Rebar Concrete Wall", - "block.tfmg.rebar_floor": "Rebar Floor", - "block.tfmg.rebar_formwork_block.tooltip.behaviour1": "Fills out with _Liquid Concrete_, this concrete eventually turns into solid rebar concrete blocks", - "block.tfmg.rebar_formwork_block.tooltip.condition1": "When Pumped concrete into", - "block.tfmg.rebar_formwork_block.tooltip.summary": "Holds Liquid Concrete until it turns into rebar concrete blocks", - "block.tfmg.rebar_pile": "Rebar Pile", - "block.tfmg.rebar_pillar": "Rebar Pillar", - "block.tfmg.rebar_stairs": "Rebar Stairs", - "block.tfmg.rebar_wall": "Rebar Wall", - "block.tfmg.red_caution_block": "Red Caution Block", - "block.tfmg.red_concrete": "Red Concrete", - "block.tfmg.red_concrete_slab": "Red Concrete Slab", - "block.tfmg.red_concrete_stairs": "Red Concrete Stairs", - "block.tfmg.red_concrete_wall": "Red Concrete Wall", - "block.tfmg.red_rebar_concrete": "Red Rebar Concrete", - "block.tfmg.red_rebar_concrete_slab": "Red Rebar Concrete Slab", - "block.tfmg.red_rebar_concrete_stairs": "Red Rebar Concrete Stairs", - "block.tfmg.red_rebar_concrete_wall": "Red Rebar Concrete Wall", - "block.tfmg.regular_engine": "Regular Engine", - "block.tfmg.reinforced_fireproof_bricks": "Reinforced Fireproof Bricks", - "block.tfmg.resistor": "Resistor", - "block.tfmg.resistor.tooltip.behaviour1": "Outputs energy with voltage based on its allowed voltage (configurable on top) on front", - "block.tfmg.resistor.tooltip.condition1": "When Put Energy into from the back (where strip of lead is smaller on top of the texture)", - "block.tfmg.resistor.tooltip.summary": "Reduces voltage", - "block.tfmg.rgb_light_bulb.behaviour1": "The lightbulb will _Glow_ if _Voltage_ and _Energy_ are balanced, the higher the _Voltage_, the stronger the glow", - "block.tfmg.rgb_light_bulb.behaviour2": "Cycles through colors", - "block.tfmg.rgb_light_bulb.condition1": "When put on Power Source", - "block.tfmg.rgb_light_bulb.condition2": "When R-Clicked with Wrench", - "block.tfmg.rgb_light_bulb.tooltip.summary": "Glows in a certain color when Powered", - "block.tfmg.rotor": "Rotor", - "block.tfmg.rusted_blast_furnace_reinforcement": "Rusted Blast Furnace Reinforcement", - "block.tfmg.rusted_blast_furnace_reinforcement_wall": "Rusted Blast Furnace Reinforcement Wall", - "block.tfmg.segmented_display": "Segmented Display", - "block.tfmg.slag_block": "Block of Slag", - "block.tfmg.slag_bricks": "Slag Bricks", - "block.tfmg.slag_bricks_slab": "Slag Bricks Slab", - "block.tfmg.slag_bricks_stairs": "Slag Bricks Stairs", - "block.tfmg.slag_bricks_wall": "Slag Bricks Wall", - "block.tfmg.small_bauxite_brick_slab": "Small Bauxite Brick Slab", - "block.tfmg.small_bauxite_brick_stairs": "Small Bauxite Brick Stairs", - "block.tfmg.small_bauxite_brick_wall": "Small Bauxite Brick Wall", - "block.tfmg.small_bauxite_bricks": "Small Bauxite Bricks", - "block.tfmg.small_galena_brick_slab": "Small Galena Brick Slab", - "block.tfmg.small_galena_brick_stairs": "Small Galena Brick Stairs", - "block.tfmg.small_galena_brick_wall": "Small Galena Brick Wall", - "block.tfmg.small_galena_bricks": "Small Galena Bricks", - "block.tfmg.stator": "Stator", - "block.tfmg.steel_bars": "Steel Bars", - "block.tfmg.steel_block": "Block of Steel", - "block.tfmg.steel_cable_hub": "Steel Cable Hub", - "block.tfmg.steel_cable_hub.tooltip.summary": "Can be turned off with redstone", - "block.tfmg.steel_casing": "Steel Casing", - "block.tfmg.steel_casing_cable_hub": "Steel Casing Cable Hub", - "block.tfmg.steel_casing_cable_hub.tooltip.summary": "Can be turned off with redstone", - "block.tfmg.steel_chemical_vat": "Steel Chemical Vat", - "block.tfmg.steel_cogwheel": "Steel Cogwheel", - "block.tfmg.steel_distillation_controller": "Steel Distillation Controller", - "block.tfmg.steel_distillation_output": "Steel Distillation Output", - "block.tfmg.steel_door": "Steel Door", - "block.tfmg.steel_encased_aluminum_cogwheel": "Steel Encased Aluminum Cogwheel", - "block.tfmg.steel_encased_large_aluminum_cogwheel": "Steel Encased Large Aluminum Cogwheel", - "block.tfmg.steel_encased_large_steel_cogwheel": "Steel Encased Large Steel Cogwheel", - "block.tfmg.steel_encased_shaft": "Steel Encased Shaft", - "block.tfmg.steel_encased_steel_cogwheel": "Steel Encased Steel Cogwheel", - "block.tfmg.steel_fluid_tank": "Steel Fluid Tank", - "block.tfmg.steel_fluid_valve": "Steel Fluid Valve", - "block.tfmg.steel_flywheel": "Steel Flywheel", - "block.tfmg.steel_frame": "Steel Frame", - "block.tfmg.steel_gearbox": "Steel Gearbox", - "block.tfmg.steel_ladder": "Steel Ladder", - "block.tfmg.steel_mechanical_pump": "Steel Mechanical Pump", - "block.tfmg.steel_pipe": "Steel Pipe", - "block.tfmg.steel_scaffolding": "Steel Scaffolding", - "block.tfmg.steel_smart_fluid_pipe": "Steel Smart Fluid Pipe", - "block.tfmg.steel_trapdoor": "Steel Trapdoor", - "block.tfmg.steel_truss": "Steel Truss", - "block.tfmg.sulfur": "Sulfur", - "block.tfmg.surface_scanner": "Surface Scanner", - "block.tfmg.traffic_light": "Traffic Light", - "block.tfmg.transformer": "Transformer", - "block.tfmg.voltage_observer": "Voltage Observer", - "block.tfmg.voltmeter": "Voltmeter", - "block.tfmg.voltmeter.condition1": "When put on Power Source", - "block.tfmg.voltmeter.condition2": "When looked on with Engineer's Goggles", - "block.tfmg.voltmeter.condition3": "When R-Clicked with Wrench", - "block.tfmg.voltmeter.tooltip.behaviour1": "Measures the _Voltage_ of the _Power Source_ the max energy on the _Voltmeter_ is determined by its _Measuring Range_", - "block.tfmg.voltmeter.tooltip.behaviour2": "Shows detailed info on the sources _Voltage_ as well as the Voltmeters _Measuring Range_", - "block.tfmg.voltmeter.tooltip.behaviour3": "Changes the _Measuring Range_", - "block.tfmg.voltmeter.tooltip.summary": "Measures voltage", - "block.tfmg.white_caution_block": "White Caution Block", - "block.tfmg.white_concrete": "White Concrete", - "block.tfmg.white_concrete_slab": "White Concrete Slab", - "block.tfmg.white_concrete_stairs": "White Concrete Stairs", - "block.tfmg.white_concrete_wall": "White Concrete Wall", - "block.tfmg.white_rebar_concrete": "White Rebar Concrete", - "block.tfmg.white_rebar_concrete_slab": "White Rebar Concrete Slab", - "block.tfmg.white_rebar_concrete_stairs": "White Rebar Concrete Stairs", - "block.tfmg.white_rebar_concrete_wall": "White Rebar Concrete Wall", - "block.tfmg.winding_machine": "Winding Machine", - "block.tfmg.yellow_caution_block": "Yellow Caution Block", - "block.tfmg.yellow_concrete": "Yellow Concrete", - "block.tfmg.yellow_concrete_slab": "Yellow Concrete Slab", - "block.tfmg.yellow_concrete_stairs": "Yellow Concrete Stairs", - "block.tfmg.yellow_concrete_wall": "Yellow Concrete Wall", - "block.tfmg.yellow_rebar_concrete": "Yellow Rebar Concrete", - "block.tfmg.yellow_rebar_concrete_slab": "Yellow Rebar Concrete Slab", - "block.tfmg.yellow_rebar_concrete_stairs": "Yellow Rebar Concrete Stairs", - "block.tfmg.yellow_rebar_concrete_wall": "Yellow Rebar Concrete Wall", - "block.tfmg.zinc_frame": "Zinc Frame", - "block.tfmg.zinc_truss": "Zinc Truss", - "create.creative_generator.voltage_generation": "Voltage Generation", - "create.fe": "FE: %1$s", - "create.goggles.ammeter": "Ammeter:", - "create.goggles.ammeter.amps": " Measured Amps: %1$s V", - "create.goggles.blast_furnace.fuel_amount": " Fuel : %1$s", - "create.goggles.blast_furnace.height": " Height: %1$s", - "create.goggles.blast_furnace.reinforced": "Reinforced", - "create.goggles.blast_furnace.stats": "Blast Furnace:", - "create.goggles.blast_stove.header": "Blast Stove: ", - "create.goggles.blast_stove.tank1": "Input Tank 1: ", - "create.goggles.blast_stove.tank2": "Input Tank 2: ", - "create.goggles.blast_stove.tank3": "Output Tank 1: ", - "create.goggles.blast_stove.tank4": "Output Tank 2: ", - "create.goggles.coke_oven.header": "Coke Oven:", - "create.goggles.coke_oven.progress": "Progress: %1$s", - "create.goggles.distillation_tower.found_outputs": "Output Count: %1$s", - "create.goggles.distillation_tower.level": "Heat Level: %1$s", - "create.goggles.distillation_tower.no_outputs": "No Output Blocks Found", - "create.goggles.distillation_tower.status": "Distillation Tower Info:", - "create.goggles.distillation_tower.tank_not_found": "Steel Fluid Tank Not Found", - "create.goggles.electric_machine.no_power": "No Power", - "create.goggles.electricity.insufficient_voltage": "Insufficient Voltage", - "create.goggles.fluid_storage": "Fluid Storage:", - "create.goggles.generator.production": "Energy Production: %1$s fe/t", - "create.goggles.item_storage": "Item Storage:", - "create.goggles.item_storage_empty": "*Empty*", - "create.goggles.machine_input.info": "Machine Input Info", - "create.goggles.machine_input.no_rot": "No Rotation Provided!", - "create.goggles.machine_input.power_level": "Power Level: ", - "create.goggles.motor.usage": "Energy Usage: %1$s fe/t", - "create.goggles.pumpjack.deposit_info": "Deposit Info:", - "create.goggles.pumpjack.fluid_amount": "Fluid Amount:", - "create.goggles.pumpjack.part_missing": "Hammer or Crank Missing", - "create.goggles.pumpjack.reserves": "Deposit Reserves: ", - "create.goggles.pumpjack.wrong_rotation1": "The Pumpjack Base is oriented incorrectly, the red marker must", - "create.goggles.pumpjack.wrong_rotation2": "face away from the Pumpjack Hammer Holder", - "create.goggles.pumpjack_fluid_storage": "Fluid Tank Info:", - "create.goggles.pumpjack_info": "Pumpjack Info:", - "create.goggles.surface_scanner.deposit_found": "Deposit Located!", - "create.goggles.surface_scanner.distance": "Distance: %1$s Blocks", - "create.goggles.surface_scanner.no_deposit": "No Deposit Found", - "create.goggles.surface_scanner.scanning_surface": "Scanning The Surface", - "create.goggles.voltmeter": "Voltmeter:", - "create.goggles.voltmeter.range": " Measuring Range: %1$s V", - "create.goggles.voltmeter.voltage": " Measured Voltage: %1$s V", - "create.goggles.winding_machine.coil_turns": "Coil Turns:", - "create.goggles.winding_machine.header": "Winding Machine:", - "create.goggles.winding_machine.wire_left": "Wire Left:", - "create.goggles.winding_machine.wire_needed": "Wire Needed:", - "create.goggles.zero": "Machine Invalid", - "create.multimeter.additional_values": "Additional Values:", - "create.multimeter.energy_stored": " Energy Stored: ", - "create.multimeter.energy_usage": " Energy Usage: ", - "create.multimeter.header": "Multimeter Data:", - "create.multimeter.power_generated": " Power Generated: ", - "create.multimeter.power_percentage": " Grid Strength: ", - "create.multimeter.power_usage": " Power Usage: ", - "create.multimeter.voltage_generated": " Voltage Generated: ", - "create.network": "Network: %1$s", - "create.pumpjack_deposit_amount": "%1$s Buckets", - "create.recipe.advanced_distillation": "Advanced Distillation", - "create.recipe.casting": "Casting", - "create.recipe.coking": "Coking", - "create.recipe.distillation": "Distillation", - "create.recipe.industrial_blasting": "Industrial Blasting", - "create.recipe.polarizing": "Polarizing", - "create.resistor.allowed_voltage": "Percentage of Voltage Allowed", - "create.tooltip.coils": "Turns: %1$s", - "create.tooltip.cylinder": "Supported Fuels:", - "create.tooltip.fuse": "Rating: %1$s", - "create.tooltip.resistor": "Resistance: %1$s", - "create.voltage": "Voltage: %1$s", - "create.winding_machine.turn_percentage": "Allowed Turn Percentage (Fromt 1000)", - "create.wires.removed_data": "Data Removed", - "death.attack.tfmg.acid": "%1$s took an acid bath", - "death.attack.tfmg.acid.player": "%1$s took an acid bath", - "death.attack.tfmg.concrete": "%1$s tried to eat Concrete", - "death.attack.tfmg.concrete.player": "%1$s tried to eat Concrete", - "effect.tfmg.hellfire": "Hellfire", - "entity.tfmg.blue_spark": "Blue Spark", - "entity.tfmg.copper_grenade": "Copper Grenade", - "entity.tfmg.green_spark": "Green Spark", - "entity.tfmg.lithium_spark": "Lithium Spark", - "entity.tfmg.napalm_bomb_entity": "Napalm Bomb Entity", - "entity.tfmg.napalm_potato": "Napalm Potato", - "entity.tfmg.pipe_bomb": "Pipe Bomb", - "entity.tfmg.spark": "Spark", - "entity.tfmg.thermite_grenade": "Thermite Grenade", - "entity.tfmg.zinc_grenade": "Zinc Grenade", - "fluid.tfmg.air": "Air", - "fluid.tfmg.butane": "Butane", - "fluid.tfmg.carbon_dioxide": "Carbon Dioxide", - "fluid.tfmg.cooling_fluid": "Cooling Fluid", - "fluid.tfmg.creosote": "Creosote", - "fluid.tfmg.crude_oil": "Crude Oil", - "fluid.tfmg.diesel": "Diesel", - "fluid.tfmg.ethylene": "Ethylene", - "fluid.tfmg.furnace_gas": "Furnace Gas", - "fluid.tfmg.gasoline": "Gasoline", - "fluid.tfmg.heavy_oil": "Heavy Oil", - "fluid.tfmg.hot_air": "Hot Air", - "fluid.tfmg.kerosene": "Kerosene", - "fluid.tfmg.liquid_asphalt": "Liquid Asphalt", - "fluid.tfmg.liquid_concrete": "Liquid Concrete", - "fluid.tfmg.liquid_silicon": "Liquid Silicon", - "fluid.tfmg.lpg": "Lpg", - "fluid.tfmg.lubrication_oil": "Lubrication Oil", - "fluid.tfmg.molten_plastic": "Molten Plastic", - "fluid.tfmg.molten_slag": "Molten Slag", - "fluid.tfmg.molten_steel": "Molten Steel", - "fluid.tfmg.napalm": "Napalm", - "fluid.tfmg.naphtha": "Naphtha", - "fluid.tfmg.neon": "Neon", - "fluid.tfmg.propane": "Propane", - "fluid.tfmg.propylene": "Propylene", - "item.minecraft.lingering_potion.effect.hellfire_potion": "Lingering Potion of Hellfire", - "item.minecraft.potion.effect.hellfire_potion": "Potion of Hellfire", - "item.minecraft.splash_potion.effect.hellfire_potion": "Splash Potion of Hellfire", - "item.minecraft.tipped_arrow.effect.hellfire_potion": "Arrow of Hellfire", - "item.tfmg.advanced_potato_cannon": "Advanced Potato Cannon", - "item.tfmg.advanced_potato_cannon.tooltip.behaviour1": "_Shoots_ a _Napalm Potato_ from your _Inventory_.", - "item.tfmg.advanced_potato_cannon.tooltip.behaviour2": "_No_ _Durability_ will be used. Instead, _Air_ _pressure_ is drained from the Tank", - "item.tfmg.advanced_potato_cannon.tooltip.condition1": "When R-Clicked", - "item.tfmg.advanced_potato_cannon.tooltip.condition2": "While wearing Backtank", - "item.tfmg.advanced_potato_cannon.tooltip.summary": "Launches _Napalm Potatoes_ at Enemies. Can be powered with _Air_ _Pressure_ from a _Backtank_", - "item.tfmg.air_bucket": "Air Tank", - "item.tfmg.aluminum_axe": "Aluminum Axe", - "item.tfmg.aluminum_hoe": "Aluminum Hoe", - "item.tfmg.aluminum_ingot": "Aluminum Ingot", - "item.tfmg.aluminum_nugget": "Aluminum Nugget", - "item.tfmg.aluminum_pickaxe": "Aluminum Pickaxe", - "item.tfmg.aluminum_sheet": "Aluminum Sheet", - "item.tfmg.aluminum_shovel": "Aluminum Shovel", - "item.tfmg.aluminum_spool": "Aluminum Spool", - "item.tfmg.aluminum_sword": "Aluminum Sword", - "item.tfmg.aluminum_wire": "Aluminum Wire", - "item.tfmg.bitumen": "Bitumen", - "item.tfmg.butane_bucket": "Butane Tank", - "item.tfmg.capacitor_item": "Capacitor", - "item.tfmg.carbon_dioxide_bucket": "Carbon Dioxide Tank", - "item.tfmg.cast_iron_ingot": "Cast Iron Ingot", - "item.tfmg.cast_iron_nugget": "Cast Iron Nugget", - "item.tfmg.cast_iron_sheet": "Cast Iron Sheet", - "item.tfmg.centrifuge": "Centrifuge", - "item.tfmg.cinderblock": "Cinderblock", - "item.tfmg.cinderflourblock": "Cinderflourblock", - "item.tfmg.circuit_board": "Circuit Board", - "item.tfmg.coal_coke": "Coal Coke", - "item.tfmg.coal_coke_dust": "Coal Coke Dust", - "item.tfmg.coated_circuit_board": "Coated Circuit Board", - "item.tfmg.concrete_mixture": "Concrete Mixture", - "item.tfmg.constantan_ingot": "Constantan Ingot", - "item.tfmg.constantan_nugget": "Constantan Nugget", - "item.tfmg.constantan_spool": "Constantan Spool", - "item.tfmg.constantan_wire": "Constantan Wire", - "item.tfmg.cooling_fluid_bottle": "Cooling Fluid Bottle", - "item.tfmg.cooling_fluid_bucket": "Cooling Fluid Bucket", - "item.tfmg.copper_electrode": "Copper Electrode", - "item.tfmg.copper_grenade": "Copper Grenade", - "item.tfmg.copper_spool": "Copper Spool", - "item.tfmg.copper_sulfate": "Copper Sulfate", - "item.tfmg.copper_wire": "Copper Wire", - "item.tfmg.crankshaft": "Crankshaft", - "item.tfmg.creosote_bucket": "Creosote Bucket", - "item.tfmg.crude_oil_bucket": "Crude Oil Bucket", - "item.tfmg.debug_cinderblock": "Debug Cinderblock", - "item.tfmg.deposit_item": "Deposit Item", - "item.tfmg.diesel_bucket": "Diesel Bucket", - "item.tfmg.electricians_wrench": "Configuration Wrench", - "item.tfmg.electromagnetic_coil": "Electromagnetic Coil", - "item.tfmg.empty_circuit_board": "Empty Circuit Board", - "item.tfmg.empty_spool": "Empty Spool", - "item.tfmg.engine_cylinder": "Engine Cylinder", - "item.tfmg.etched_circuit_board": "Etched Circuit Board", - "item.tfmg.ethylene_bucket": "Ethylene Tank", - "item.tfmg.fireclay_ball": "Fireclay Ball", - "item.tfmg.fireproof_brick": "Fireproof Brick", - "item.tfmg.flamethrower": "Flamethrower", - "item.tfmg.flamethrower.tooltip.behaviour1": "_Shoots out Flames_ ", - "item.tfmg.flamethrower.tooltip.behaviour2": "The _Fuel_ will be consumed from the tank. _Range_ and _Spread_ change according to your _Fuel_ of choice", - "item.tfmg.flamethrower.tooltip.condition1": "When R-Clicked", - "item.tfmg.flamethrower.tooltip.condition2": "When R-Clicking a Fluid Tank with a Burnable Fluid/Gas inside", - "item.tfmg.flamethrower.tooltip.summary": "Burns burnable _Gases_ and _Fluids_ to shoot out a burst of flame to burn your Enemies", - "item.tfmg.furnace_gas_bucket": "Furnace Gas Tank", - "item.tfmg.fuse": "Fuse", - "item.tfmg.gasoline_bucket": "Gasoline Bucket", - "item.tfmg.glass_insulator_segment": "Glass Insulator Segment", - "item.tfmg.golden_turbo": "Golden Turbo", - "item.tfmg.graphite_electrode": "Graphite Electrode", - "item.tfmg.heavy_oil_bucket": "Heavy Oil Bucket", - "item.tfmg.heavy_plate": "Heavy Plate", - "item.tfmg.hot_air_bucket": "Hot Air Tank", - "item.tfmg.kerosene_bucket": "Kerosene Bucket", - "item.tfmg.lead_axe": "Lead Axe", - "item.tfmg.lead_hoe": "Lead Hoe", - "item.tfmg.lead_ingot": "Lead Ingot", - "item.tfmg.lead_nugget": "Lead Nugget", - "item.tfmg.lead_pickaxe": "Lead Pickaxe", - "item.tfmg.lead_sheet": "Lead Sheet", - "item.tfmg.lead_shovel": "Lead Shovel", - "item.tfmg.lead_sword": "Lead Sword", - "item.tfmg.limesand": "Limesand", - "item.tfmg.liquid_asphalt_bucket": "Liquid Asphalt Bucket", - "item.tfmg.liquid_concrete_bucket": "Liquid Concrete Bucket", - "item.tfmg.liquid_silicon_bucket": "Liquid Silicon Bucket", - "item.tfmg.lit_lithium_blade": "Lithium Blade", - "item.tfmg.lithium_blade": "Lithium Blade", - "item.tfmg.lithium_blade.tooltip.behaviour1": "Is set on hellfire, consuming a _Lithium Charge_. Its flame sets enemies on fire for a set amount of time, this fire is renewed even after Enemy extinguishes themself in water ", - "item.tfmg.lithium_blade.tooltip.behaviour2": "Shoots out several bolts of _Hellfire_ consuming the blades charge", - "item.tfmg.lithium_blade.tooltip.condition1": "When R-Clicked when Off", - "item.tfmg.lithium_blade.tooltip.condition2": "When R-Clicking when On", - "item.tfmg.lithium_blade.tooltip.summary": "Using _Steel Ingot_Lithium Charges_, this Blade is set aflame burning enemies and shooting out Bolts of _Hellfire_", - "item.tfmg.lithium_charge": "Lithium Charge", - "item.tfmg.lithium_ingot": "Lithium Ingot", - "item.tfmg.lithium_nugget": "Lithium Nugget", - "item.tfmg.lpg_bucket": "Lpg Tank", - "item.tfmg.lubrication_oil_bucket": "Lubrication Oil Bucket", - "item.tfmg.magnet": "Magnet", - "item.tfmg.magnetic_alloy_ingot": "Magnetic Alloy Ingot", - "item.tfmg.mixer_blade": "Mixer Blade", - "item.tfmg.molten_plastic_bucket": "Molten Plastic Bucket", - "item.tfmg.molten_slag_bucket": "Molten Slag Bucket", - "item.tfmg.molten_steel_bucket": "Molten Steel Bucket", - "item.tfmg.multimeter": "Multimeter", - "item.tfmg.n_semiconductor": "N-Semiconductor", - "item.tfmg.napalm_bucket": "Napalm Bucket", - "item.tfmg.napalm_potato": "Napalm Potato", - "item.tfmg.naphtha_bucket": "Naphtha Bucket", - "item.tfmg.neon_bucket": "Neon Tank", - "item.tfmg.nickel_ingot": "Nickel Ingot", - "item.tfmg.nickel_nugget": "Nickel Nugget", - "item.tfmg.nickel_sheet": "Nickel Sheet", - "item.tfmg.nitrate_dust": "Nitrate Dust", - "item.tfmg.oil_can": "Oil Can", - "item.tfmg.p_semiconductor": "P-Semiconductor", - "item.tfmg.pipe_bomb": "Pipe Bomb", - "item.tfmg.pipebomb.tooltip.summary": "So cool", - "item.tfmg.plastic_sheet": "Plastic Sheet", - "item.tfmg.propane_bucket": "Propane Tank", - "item.tfmg.propylene_bucket": "Propylene Tank", - "item.tfmg.quad_potato_cannon": "Quad Potato Cannon", - "item.tfmg.quad_potato_cannon.tooltip.behaviour1": "_Shoots_ a suitable item from your _Inventory_.", - "item.tfmg.quad_potato_cannon.tooltip.behaviour2": "_No_ _Durability_ will be used. Instead, _Air_ _pressure_ is drained from the Tank", - "item.tfmg.quad_potato_cannon.tooltip.condition1": "When R-Clicked", - "item.tfmg.quad_potato_cannon.tooltip.condition2": "While wearing Backtank", - "item.tfmg.quad_potato_cannon.tooltip.summary": "Launches 4 of your home-grown vegetables at Enemies. Can be powered with _Air_ _Pressure_ from a _Backtank_", - "item.tfmg.raw_lead": "Raw Lead", - "item.tfmg.raw_lithium": "Raw Lithium", - "item.tfmg.raw_nickel": "Raw Nickel", - "item.tfmg.rubber_sheet": "Rubber Sheet", - "item.tfmg.screw": "Screw", - "item.tfmg.screwdriver": "Screwdriver", - "item.tfmg.screwdriver.tooltip.behaviour1": "Locks _Pipe_ in its current rotation allowing for _Pipes_ to be placed next to eachother _Without Connecting_", - "item.tfmg.screwdriver.tooltip.condition1": "When R-Clicking pipe", - "item.tfmg.screwdriver.tooltip.summary": "Can lock pipes in place", - "item.tfmg.silicon_ingot": "Silicon Ingot", - "item.tfmg.slag": "Slag", - "item.tfmg.spark_plug": "Spark Plug", - "item.tfmg.steel_axe": "Steel Axe", - "item.tfmg.steel_boots": "Steel Boots", - "item.tfmg.steel_chestplate": "Steel Chestplate", - "item.tfmg.steel_helmet": "Steel Helmet", - "item.tfmg.steel_hoe": "Steel Hoe", - "item.tfmg.steel_ingot": "Steel Ingot", - "item.tfmg.steel_leggings": "Steel Leggings", - "item.tfmg.steel_mechanism": "Steel Mechanism", - "item.tfmg.steel_nugget": "Steel Nugget", - "item.tfmg.steel_pickaxe": "Steel Pickaxe", - "item.tfmg.steel_shovel": "Steel Shovel", - "item.tfmg.steel_sword": "Steel Sword", - "item.tfmg.steel_vertical_gearbox": "Steel Vertical Gearbox", - "item.tfmg.sulfur_dust": "Sulfur Dust", - "item.tfmg.synthetic_leather": "Synthetic Leather", - "item.tfmg.synthetic_string": "Synthetic String", - "item.tfmg.thermite_grenade": "Thermite Grenade", - "item.tfmg.thermite_powder": "Thermite Powder", - "item.tfmg.transistor_item": "Transistor", - "item.tfmg.transmission": "Transmission", - "item.tfmg.turbine_blade": "Turbine Blade", - "item.tfmg.turbo": "Turbo", - "item.tfmg.unfinished_capacitor": "Unfinished Capacitor", - "item.tfmg.unfinished_electric_motor": "Unfinished Electric Motor", - "item.tfmg.unfinished_generator": "Unfinished Generator", - "item.tfmg.unfinished_insulator": "Unfinished Insulator", - "item.tfmg.unfinished_potentiometer": "Unfinished Potentiometer", - "item.tfmg.unfinished_resistor": "Unfinished Resistor", - "item.tfmg.unfinished_steel_mechanism": "Unfinished Steel Mechanism", - "item.tfmg.unfinished_transistor": "Unfinished Transistor", - "item.tfmg.unfired_insulator": "Unfired Insulator", - "item.tfmg.unprocessed_heavy_plate": "Unprocessed Heavy Plate", - "item.tfmg.zinc_electrode": "Zinc Electrode", - "item.tfmg.zinc_grenade": "Zinc Grenade", - "item.tfmg.zinc_sulfate": "Zinc Sulfate", - "itemGroup.tfmg.base": "Create: The Factory Must Grow", - "itemGroup.tfmg.building": "Create: TFMG Building Blocks", - "tfmg.ponder.blast_furnace.header": "", - "tfmg.ponder.blast_furnace.text_1": "Main part of a blast furnace is a blast furnace output", - "tfmg.ponder.blast_furnace.text_2": "To build a blast furnace, make a cylinder of fireproof bricks around it with one blast furnace hatch in it", - "tfmg.ponder.blast_furnace.text_3": "This hatch will function as a hot air input", - "tfmg.ponder.blast_furnace.text_4": "Blast furnaces need reinforcements to function", - "tfmg.ponder.blast_furnace.text_5": "Everything is inserted to through a hole at the top", - "tfmg.ponder.blast_furnace.text_6": "Next hatch can be placed on the top hole to collect furnace gas, items directed into it will fall into the blast furnace", - "tfmg.ponder.blast_furnace.text_7": "Blast furnace reinforcements can be placed around the furnace to increase its speed", - "tfmg.ponder.coke_oven.header": "", - "tfmg.ponder.coke_oven.text_1": "The Coke Oven is a machine that produces coal coke from coal", - "tfmg.ponder.coke_oven.text_2": "It is very slow so it is beneficial to have long arrays of them", - "tfmg.ponder.coke_oven.text_3": "Coal can be inserted from anywhere", - "tfmg.ponder.coke_oven.text_4": "Carbon Dioxide is extracted at the top, Creosote can be extracted anywhere else", - "tfmg.ponder.coke_oven.text_5": "After some time, coal coke will fall out of the machine", - "tfmg.ponder.distillation_tower.header": "", - "tfmg.ponder.distillation_tower.text_1": "Base of a distillation tower are steel tanks", - "tfmg.ponder.distillation_tower.text_2": "Tower is assembled by placing Steel Distillation Controller next to the tanks", - "tfmg.ponder.distillation_tower.text_3": "To finish the multiblock, place up to 6 Distillation outputs and Industrial Pipes between them", - "tfmg.ponder.distillation_tower.text_4": "Place a heat source under the tanks to power it, dial on the tower shows the power level of the structure ", - "tfmg.ponder.distillation_tower.text_5": "Oil is inputted into the controller block", - "tfmg.ponder.pumpjack.header": "", - "tfmg.ponder.pumpjack.text_1": "First step of mining oil is building industrial pipes from deposit to surface", - "tfmg.ponder.pumpjack.text_2": "Pumpjack base has to be placed on the top of the pipe", - "tfmg.ponder.pumpjack.text_3": "Pumpjack Hammer Holder needs to be placed behind it", - "tfmg.ponder.pumpjack.text_4": "Next step is building the Connector And the Head of the Pumpjack above the crank and the base", - "tfmg.ponder.pumpjack.text_5": "Now they need to be connected with Pumpjack Pammer Parts", - "tfmg.ponder.pumpjack.text_6": "The last step is placing a machine input (which is a power input for the pumpjack) with a pumpjack crank above it", - "tfmg.ponder.small_engines.header": "", - "tfmg.ponder.small_engines.text_1": "To create a small engine, place a front part and a back part behind it", - "tfmg.ponder.small_engines.text_2": "Fuel is inputted to the front part and exhaust is removed from the back part using pipes and an exhaust block", - "tfmg.ponder.small_engines.text_3": "Engine will start when redstone signal is applied to the front part", - "tfmg.ponder.small_engines.text_4": "There are engines with Gasoline, LPG and Kerosene as a fuel", - "tfmg.ponder.tag.metallurgy": "Metallurgy", - "tfmg.ponder.tag.metallurgy.description": "Machines related to metal processing", - "tfmg.ponder.tag.tfmg_machinery": "TFMG Machinery", - "tfmg.ponder.tag.tfmg_machinery.description": "Misc machines from Create: The Factory Must Grow", - "tfmg.subtitle.diesel_engine_sounds": "Diesel Engine Sounds", - "tfmg.subtitle.engine_sounds": "Engine Sounds" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_block.json b/src/generated/resources/assets/tfmg/models/block/aluminum_block.json deleted file mode 100644 index 68aa4ce2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/aluminum_block" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_cable_hub.json b/src/generated/resources/assets/tfmg/models/block/aluminum_cable_hub.json deleted file mode 100644 index 2261d608..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_cable_hub.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/aluminum_cable_hub" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_cap.json b/src/generated/resources/assets/tfmg/models/block/aluminum_cap.json deleted file mode 100644 index af48e5f7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_cap.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/cap", - "textures": { - "bars": "tfmg:block/bars/aluminum_bars", - "edge": "tfmg:block/bars/aluminum_bars_edge", - "particle": "tfmg:block/bars/aluminum_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_cap_alt.json b/src/generated/resources/assets/tfmg/models/block/aluminum_cap_alt.json deleted file mode 100644 index 9c3cc867..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_cap_alt.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/cap_alt", - "textures": { - "bars": "tfmg:block/bars/aluminum_bars", - "edge": "tfmg:block/bars/aluminum_bars_edge", - "particle": "tfmg:block/bars/aluminum_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_ladder.json b/src/generated/resources/assets/tfmg/models/block/aluminum_ladder.json deleted file mode 100644 index b7f38764..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_ladder.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/ladder", - "textures": { - "0": "tfmg:block/ladder_aluminum_hoop", - "1": "tfmg:block/ladder_aluminum", - "particle": "tfmg:block/ladder_aluminum" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/d_x.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/d_x.json deleted file mode 100644 index 89008934..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/d_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 0.0, - 0.0, - 4.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/d_y.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/d_y.json deleted file mode 100644 index d35c812c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/d_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/d_z.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/d_z.json deleted file mode 100644 index 092f0f55..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/d_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 0.0, - 0.0, - 4.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/l_x.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/l_x.json deleted file mode 100644 index 61527ad6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/l_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 8.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/l_y.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/l_y.json deleted file mode 100644 index ab9c138f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/l_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/l_z.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/l_z.json deleted file mode 100644 index cd12fb35..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/l_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 8.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ld_x.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ld_x.json deleted file mode 100644 index 56e95002..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ld_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 16.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ld_y.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ld_y.json deleted file mode 100644 index ed0a7d18..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ld_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ld_z.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ld_z.json deleted file mode 100644 index 8a56b4a0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ld_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 16.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lr_x.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lr_x.json deleted file mode 100644 index f900d932..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lr_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 8.0, - 12.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lr_y.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lr_y.json deleted file mode 100644 index 0f97387d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lr_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 8.0, - 12.0, - 4.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lr_z.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lr_z.json deleted file mode 100644 index 2cd093c0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lr_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 8.0, - 12.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lu_x.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lu_x.json deleted file mode 100644 index 3d9ba2e4..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lu_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lu_y.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lu_y.json deleted file mode 100644 index c6bdef7d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lu_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 16.0, - 8.0, - 12.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lu_z.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lu_z.json deleted file mode 100644 index d2b5dca1..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/lu_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/r_x.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/r_x.json deleted file mode 100644 index ec7d6a4f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/r_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/r_y.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/r_y.json deleted file mode 100644 index ad931a86..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/r_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/r_z.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/r_z.json deleted file mode 100644 index f11b696d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/r_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/rd_x.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/rd_x.json deleted file mode 100644 index 37377dee..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/rd_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 12.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/rd_y.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/rd_y.json deleted file mode 100644 index 5d86e2f7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/rd_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/rd_z.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/rd_z.json deleted file mode 100644 index 6130b446..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/rd_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 12.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ru_x.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ru_x.json deleted file mode 100644 index a4c12b78..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ru_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ru_y.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ru_y.json deleted file mode 100644 index d93165bb..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ru_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 12.0, - 8.0, - 8.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ru_z.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ru_z.json deleted file mode 100644 index b7b6f4b2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ru_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/u_x.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/u_x.json deleted file mode 100644 index 7b4c5e07..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/u_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/u_y.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/u_y.json deleted file mode 100644 index 02033113..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/u_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/u_z.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/u_z.json deleted file mode 100644 index df082bdf..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/u_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ud_x.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ud_x.json deleted file mode 100644 index 63399c32..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ud_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 0.0, - 8.0, - 4.0, - 12.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ud_y.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ud_y.json deleted file mode 100644 index 41c9b119..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ud_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 4.0, - 12.0, - 0.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ud_z.json b/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ud_z.json deleted file mode 100644 index d6c36eba..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_pipe/ud_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 0.0, - 8.0, - 4.0, - 12.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_post.json b/src/generated/resources/assets/tfmg/models/block/aluminum_post.json deleted file mode 100644 index 3205721e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_post.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/post", - "textures": { - "bars": "tfmg:block/bars/aluminum_bars", - "edge": "tfmg:block/bars/aluminum_bars_edge", - "particle": "tfmg:block/bars/aluminum_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_post_ends.json b/src/generated/resources/assets/tfmg/models/block/aluminum_post_ends.json deleted file mode 100644 index 0a78d522..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_post_ends.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/post_ends", - "textures": { - "bars": "tfmg:block/bars/aluminum_bars", - "edge": "tfmg:block/bars/aluminum_bars_edge", - "particle": "tfmg:block/bars/aluminum_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_scaffolding.json b/src/generated/resources/assets/tfmg/models/block/aluminum_scaffolding.json deleted file mode 100644 index 90e89180..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_scaffolding.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/scaffold/block", - "textures": { - "casing": "tfmg:block/aluminum_casing", - "inside": "tfmg:block/scaffold/aluminum_scaffold_inside", - "particle": "tfmg:block/scaffold/aluminum_scaffold", - "side": "tfmg:block/scaffold/aluminum_scaffold", - "top": "tfmg:block/funnel/aluminum_funnel_frame" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_scaffolding_horizontal.json b/src/generated/resources/assets/tfmg/models/block/aluminum_scaffolding_horizontal.json deleted file mode 100644 index 0731b3da..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_scaffolding_horizontal.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/scaffold/block_horizontal", - "textures": { - "casing": "tfmg:block/aluminum_casing", - "inside": "tfmg:block/scaffold/aluminum_scaffold_inside", - "particle": "tfmg:block/scaffold/aluminum_scaffold", - "side": "tfmg:block/scaffold/aluminum_scaffold", - "top": "tfmg:block/funnel/aluminum_funnel_frame" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_side.json b/src/generated/resources/assets/tfmg/models/block/aluminum_side.json deleted file mode 100644 index 5f2887b7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_side.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/side", - "textures": { - "bars": "tfmg:block/bars/aluminum_bars", - "edge": "tfmg:block/bars/aluminum_bars_edge", - "particle": "tfmg:block/bars/aluminum_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/aluminum_side_alt.json b/src/generated/resources/assets/tfmg/models/block/aluminum_side_alt.json deleted file mode 100644 index 1b7fc892..00000000 --- a/src/generated/resources/assets/tfmg/models/block/aluminum_side_alt.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/side_alt", - "textures": { - "bars": "tfmg:block/bars/aluminum_bars", - "edge": "tfmg:block/bars/aluminum_bars_edge", - "particle": "tfmg:block/bars/aluminum_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/asphalt.json b/src/generated/resources/assets/tfmg/models/block/asphalt.json deleted file mode 100644 index bf4febec..00000000 --- a/src/generated/resources/assets/tfmg/models/block/asphalt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/asphalt" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/asphalt_bottom.json b/src/generated/resources/assets/tfmg/models/block/asphalt_bottom.json deleted file mode 100644 index f47859b6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/asphalt_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/asphalt", - "side": "tfmg:block/asphalt", - "top": "tfmg:block/asphalt" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/asphalt_stairs.json b/src/generated/resources/assets/tfmg/models/block/asphalt_stairs.json deleted file mode 100644 index 5e5e419f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/asphalt_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/asphalt", - "side": "tfmg:block/asphalt", - "top": "tfmg:block/asphalt" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/asphalt_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/asphalt_stairs_inner.json deleted file mode 100644 index bdefc157..00000000 --- a/src/generated/resources/assets/tfmg/models/block/asphalt_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/asphalt", - "side": "tfmg:block/asphalt", - "top": "tfmg:block/asphalt" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/asphalt_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/asphalt_stairs_outer.json deleted file mode 100644 index 31043f7c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/asphalt_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/asphalt", - "side": "tfmg:block/asphalt", - "top": "tfmg:block/asphalt" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/asphalt_top.json b/src/generated/resources/assets/tfmg/models/block/asphalt_top.json deleted file mode 100644 index a1780470..00000000 --- a/src/generated/resources/assets/tfmg/models/block/asphalt_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/asphalt", - "side": "tfmg:block/asphalt", - "top": "tfmg:block/asphalt" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/asphalt_wall_post.json b/src/generated/resources/assets/tfmg/models/block/asphalt_wall_post.json deleted file mode 100644 index 1d8d38c7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/asphalt_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/asphalt" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/asphalt_wall_side.json b/src/generated/resources/assets/tfmg/models/block/asphalt_wall_side.json deleted file mode 100644 index bc4448ad..00000000 --- a/src/generated/resources/assets/tfmg/models/block/asphalt_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/asphalt" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/asphalt_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/asphalt_wall_side_tall.json deleted file mode 100644 index 947428e2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/asphalt_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/asphalt" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/bauxite_natural_0.json b/src/generated/resources/assets/tfmg/models/block/bauxite_natural_0.json deleted file mode 100644 index 0240f3ba..00000000 --- a/src/generated/resources/assets/tfmg/models/block/bauxite_natural_0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/natural/bauxite_0" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/bauxite_natural_1.json b/src/generated/resources/assets/tfmg/models/block/bauxite_natural_1.json deleted file mode 100644 index 07fd63cc..00000000 --- a/src/generated/resources/assets/tfmg/models/block/bauxite_natural_1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/natural/bauxite_1" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/bauxite_natural_2.json b/src/generated/resources/assets/tfmg/models/block/bauxite_natural_2.json deleted file mode 100644 index 76fcd3bc..00000000 --- a/src/generated/resources/assets/tfmg/models/block/bauxite_natural_2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/natural/bauxite_2" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/bauxite_natural_3.json b/src/generated/resources/assets/tfmg/models/block/bauxite_natural_3.json deleted file mode 100644 index 71e2953a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/bauxite_natural_3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/natural/bauxite_3" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/bauxite_pillar.json b/src/generated/resources/assets/tfmg/models/block/bauxite_pillar.json deleted file mode 100644 index 603ce302..00000000 --- a/src/generated/resources/assets/tfmg/models/block/bauxite_pillar.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/cube_column", - "textures": { - "end": "tfmg:block/palettes/stone_types/cap/bauxite_cut_cap", - "side": "tfmg:block/palettes/stone_types/pillar/bauxite_cut_pillar" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/bauxite_pillar_horizontal.json b/src/generated/resources/assets/tfmg/models/block/bauxite_pillar_horizontal.json deleted file mode 100644 index 3f474d7e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/bauxite_pillar_horizontal.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/cube_column_horizontal", - "textures": { - "end": "tfmg:block/palettes/stone_types/cap/bauxite_cut_cap", - "side": "tfmg:block/palettes/stone_types/pillar/bauxite_cut_pillar" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/blast_furnace_hatch.json b/src/generated/resources/assets/tfmg/models/block/blast_furnace_hatch.json deleted file mode 100644 index 3a3688b9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/blast_furnace_hatch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/blast_furnace_hatch" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/blast_furnace_reinforcement.json b/src/generated/resources/assets/tfmg/models/block/blast_furnace_reinforcement.json deleted file mode 100644 index 365e1a75..00000000 --- a/src/generated/resources/assets/tfmg/models/block/blast_furnace_reinforcement.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/blast_furnace_reinforcement" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/blue_caution_block.json b/src/generated/resources/assets/tfmg/models/block/blue_caution_block.json deleted file mode 100644 index 655bbdc5..00000000 --- a/src/generated/resources/assets/tfmg/models/block/blue_caution_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/caution_block", - "textures": { - "0": "tfmg:block/caution_block/blue", - "particle": "tfmg:block/caution_block/blue" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/blue_concrete.json b/src/generated/resources/assets/tfmg/models/block/blue_concrete.json deleted file mode 100644 index 547363cf..00000000 --- a/src/generated/resources/assets/tfmg/models/block/blue_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/blue_concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/blue_concrete_bottom.json deleted file mode 100644 index b41ef0cb..00000000 --- a/src/generated/resources/assets/tfmg/models/block/blue_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/blue_concrete", - "side": "tfmg:block/blue_concrete", - "top": "tfmg:block/blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/blue_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/blue_concrete_stairs.json deleted file mode 100644 index d4a6a85b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/blue_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/blue_concrete", - "side": "tfmg:block/blue_concrete", - "top": "tfmg:block/blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/blue_concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/blue_concrete_stairs_inner.json deleted file mode 100644 index 853d47a1..00000000 --- a/src/generated/resources/assets/tfmg/models/block/blue_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/blue_concrete", - "side": "tfmg:block/blue_concrete", - "top": "tfmg:block/blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/blue_concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/blue_concrete_stairs_outer.json deleted file mode 100644 index 5c921ab9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/blue_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/blue_concrete", - "side": "tfmg:block/blue_concrete", - "top": "tfmg:block/blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/blue_concrete_top.json b/src/generated/resources/assets/tfmg/models/block/blue_concrete_top.json deleted file mode 100644 index 13be15e3..00000000 --- a/src/generated/resources/assets/tfmg/models/block/blue_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/blue_concrete", - "side": "tfmg:block/blue_concrete", - "top": "tfmg:block/blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/blue_concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/blue_concrete_wall_post.json deleted file mode 100644 index fd44427d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/blue_concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/blue_concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/blue_concrete_wall_side.json deleted file mode 100644 index f0592285..00000000 --- a/src/generated/resources/assets/tfmg/models/block/blue_concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/blue_concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/blue_concrete_wall_side_tall.json deleted file mode 100644 index 84d31756..00000000 --- a/src/generated/resources/assets/tfmg/models/block/blue_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/blue_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/blue_rebar_concrete.json deleted file mode 100644 index 547363cf..00000000 --- a/src/generated/resources/assets/tfmg/models/block/blue_rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_cable_hub.json b/src/generated/resources/assets/tfmg/models/block/brass_cable_hub.json deleted file mode 100644 index af8c1100..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_cable_hub.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/brass_cable_hub" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/d_x.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/d_x.json deleted file mode 100644 index fab56da6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/d_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 0.0, - 0.0, - 4.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/d_y.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/d_y.json deleted file mode 100644 index 9cdf7e97..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/d_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/d_z.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/d_z.json deleted file mode 100644 index 62eb4716..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/d_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 0.0, - 0.0, - 4.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/l_x.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/l_x.json deleted file mode 100644 index 46aa8f1b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/l_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 8.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/l_y.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/l_y.json deleted file mode 100644 index a7135171..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/l_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/l_z.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/l_z.json deleted file mode 100644 index 30db1e20..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/l_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 8.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ld_x.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/ld_x.json deleted file mode 100644 index 8dc07787..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ld_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 16.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ld_y.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/ld_y.json deleted file mode 100644 index 5a489af6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ld_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ld_z.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/ld_z.json deleted file mode 100644 index 1cba6096..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ld_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 16.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/lr_x.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/lr_x.json deleted file mode 100644 index f0483806..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/lr_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 8.0, - 12.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/lr_y.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/lr_y.json deleted file mode 100644 index 2d41ca46..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/lr_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 8.0, - 12.0, - 4.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/lr_z.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/lr_z.json deleted file mode 100644 index 2cafebb0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/lr_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 8.0, - 12.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/lu_x.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/lu_x.json deleted file mode 100644 index 25f1869d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/lu_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/lu_y.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/lu_y.json deleted file mode 100644 index e2170dda..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/lu_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 16.0, - 8.0, - 12.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/lu_z.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/lu_z.json deleted file mode 100644 index 167138a9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/lu_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/r_x.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/r_x.json deleted file mode 100644 index 75426919..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/r_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/r_y.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/r_y.json deleted file mode 100644 index 96f4a324..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/r_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/r_z.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/r_z.json deleted file mode 100644 index 287f315f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/r_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/rd_x.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/rd_x.json deleted file mode 100644 index c36d37e6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/rd_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 12.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/rd_y.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/rd_y.json deleted file mode 100644 index 6989e894..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/rd_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/rd_z.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/rd_z.json deleted file mode 100644 index ed9d35b9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/rd_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 12.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ru_x.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/ru_x.json deleted file mode 100644 index 2f7ba85e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ru_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ru_y.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/ru_y.json deleted file mode 100644 index 4b2f6f90..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ru_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 12.0, - 8.0, - 8.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ru_z.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/ru_z.json deleted file mode 100644 index 0be4dfe3..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ru_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/u_x.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/u_x.json deleted file mode 100644 index 056f3d8d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/u_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/u_y.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/u_y.json deleted file mode 100644 index 89aa5feb..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/u_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/u_z.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/u_z.json deleted file mode 100644 index 2df158ad..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/u_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ud_x.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/ud_x.json deleted file mode 100644 index 32ff4bc0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ud_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 0.0, - 8.0, - 4.0, - 12.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ud_y.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/ud_y.json deleted file mode 100644 index 078f6fa8..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ud_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 4.0, - 12.0, - 0.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ud_z.json b/src/generated/resources/assets/tfmg/models/block/brass_pipe/ud_z.json deleted file mode 100644 index 8f036034..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brass_pipe/ud_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 0.0, - 8.0, - 4.0, - 12.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brown_caution_block.json b/src/generated/resources/assets/tfmg/models/block/brown_caution_block.json deleted file mode 100644 index 4f0c105d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brown_caution_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/caution_block", - "textures": { - "0": "tfmg:block/caution_block/brown", - "particle": "tfmg:block/caution_block/brown" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brown_concrete.json b/src/generated/resources/assets/tfmg/models/block/brown_concrete.json deleted file mode 100644 index b950b2b2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brown_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/brown_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brown_concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/brown_concrete_bottom.json deleted file mode 100644 index 4e50d23b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brown_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/brown_concrete", - "side": "tfmg:block/brown_concrete", - "top": "tfmg:block/brown_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brown_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/brown_concrete_stairs.json deleted file mode 100644 index c6222c73..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brown_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/brown_concrete", - "side": "tfmg:block/brown_concrete", - "top": "tfmg:block/brown_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brown_concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/brown_concrete_stairs_inner.json deleted file mode 100644 index 7c6ee9a5..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brown_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/brown_concrete", - "side": "tfmg:block/brown_concrete", - "top": "tfmg:block/brown_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brown_concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/brown_concrete_stairs_outer.json deleted file mode 100644 index ac957fc2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brown_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/brown_concrete", - "side": "tfmg:block/brown_concrete", - "top": "tfmg:block/brown_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brown_concrete_top.json b/src/generated/resources/assets/tfmg/models/block/brown_concrete_top.json deleted file mode 100644 index 99042c14..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brown_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/brown_concrete", - "side": "tfmg:block/brown_concrete", - "top": "tfmg:block/brown_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brown_concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/brown_concrete_wall_post.json deleted file mode 100644 index 73b7cd7e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brown_concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/brown_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brown_concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/brown_concrete_wall_side.json deleted file mode 100644 index f6e57d7c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brown_concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/brown_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brown_concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/brown_concrete_wall_side_tall.json deleted file mode 100644 index 0a66fbca..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brown_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/brown_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/brown_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/brown_rebar_concrete.json deleted file mode 100644 index b950b2b2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/brown_rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/brown_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_block.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_block.json deleted file mode 100644 index b76ef3d9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/cast_iron_block" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_cap.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_cap.json deleted file mode 100644 index cd047f95..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_cap.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/cap", - "textures": { - "bars": "tfmg:block/bars/cast_iron_bars", - "edge": "tfmg:block/bars/cast_iron_bars_edge", - "particle": "tfmg:block/bars/cast_iron_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_cap_alt.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_cap_alt.json deleted file mode 100644 index 0afe2bba..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_cap_alt.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/cap_alt", - "textures": { - "bars": "tfmg:block/bars/cast_iron_bars", - "edge": "tfmg:block/bars/cast_iron_bars_edge", - "particle": "tfmg:block/bars/cast_iron_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_ladder.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_ladder.json deleted file mode 100644 index 645ef74a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_ladder.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/ladder", - "textures": { - "0": "tfmg:block/ladder_cast_iron_hoop", - "1": "tfmg:block/ladder_cast_iron", - "particle": "tfmg:block/ladder_cast_iron" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/d_x.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/d_x.json deleted file mode 100644 index f1812b0f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/d_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 0.0, - 0.0, - 4.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/d_y.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/d_y.json deleted file mode 100644 index 6fc6587b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/d_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/d_z.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/d_z.json deleted file mode 100644 index f0c80bc8..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/d_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 0.0, - 0.0, - 4.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/l_x.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/l_x.json deleted file mode 100644 index c2f841e7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/l_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 8.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/l_y.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/l_y.json deleted file mode 100644 index 05e38630..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/l_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/l_z.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/l_z.json deleted file mode 100644 index 41a1dd53..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/l_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 8.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ld_x.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ld_x.json deleted file mode 100644 index cf39fde2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ld_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 16.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ld_y.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ld_y.json deleted file mode 100644 index 9d968c27..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ld_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ld_z.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ld_z.json deleted file mode 100644 index 1c362674..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ld_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 16.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lr_x.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lr_x.json deleted file mode 100644 index fb7e5ebc..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lr_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 8.0, - 12.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lr_y.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lr_y.json deleted file mode 100644 index 09a8b216..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lr_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 8.0, - 12.0, - 4.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lr_z.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lr_z.json deleted file mode 100644 index 105e6095..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lr_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 8.0, - 12.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lu_x.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lu_x.json deleted file mode 100644 index ddf9ab01..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lu_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lu_y.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lu_y.json deleted file mode 100644 index bb592b22..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lu_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 16.0, - 8.0, - 12.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lu_z.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lu_z.json deleted file mode 100644 index 3f43cb48..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/lu_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/r_x.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/r_x.json deleted file mode 100644 index 067f036d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/r_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/r_y.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/r_y.json deleted file mode 100644 index 812e6c27..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/r_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/r_z.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/r_z.json deleted file mode 100644 index b6b212cf..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/r_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/rd_x.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/rd_x.json deleted file mode 100644 index 4b369017..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/rd_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 12.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/rd_y.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/rd_y.json deleted file mode 100644 index dc902342..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/rd_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/rd_z.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/rd_z.json deleted file mode 100644 index ae58368e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/rd_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 12.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ru_x.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ru_x.json deleted file mode 100644 index e23da80f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ru_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ru_y.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ru_y.json deleted file mode 100644 index ca984f14..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ru_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 12.0, - 8.0, - 8.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ru_z.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ru_z.json deleted file mode 100644 index 0c0e11e3..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ru_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/u_x.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/u_x.json deleted file mode 100644 index 012332b0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/u_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/u_y.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/u_y.json deleted file mode 100644 index c7fec32a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/u_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/u_z.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/u_z.json deleted file mode 100644 index e688cf1e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/u_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ud_x.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ud_x.json deleted file mode 100644 index bde56147..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ud_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 0.0, - 8.0, - 4.0, - 12.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ud_y.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ud_y.json deleted file mode 100644 index cdd9b287..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ud_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 4.0, - 12.0, - 0.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ud_z.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ud_z.json deleted file mode 100644 index f2ead13f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_pipe/ud_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 0.0, - 8.0, - 4.0, - 12.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_post.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_post.json deleted file mode 100644 index 4d58fa1b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_post.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/post", - "textures": { - "bars": "tfmg:block/bars/cast_iron_bars", - "edge": "tfmg:block/bars/cast_iron_bars_edge", - "particle": "tfmg:block/bars/cast_iron_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_post_ends.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_post_ends.json deleted file mode 100644 index efb20373..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_post_ends.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/post_ends", - "textures": { - "bars": "tfmg:block/bars/cast_iron_bars", - "edge": "tfmg:block/bars/cast_iron_bars_edge", - "particle": "tfmg:block/bars/cast_iron_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_side.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_side.json deleted file mode 100644 index 81c21dd7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_side.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/side", - "textures": { - "bars": "tfmg:block/bars/cast_iron_bars", - "edge": "tfmg:block/bars/cast_iron_bars_edge", - "particle": "tfmg:block/bars/cast_iron_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cast_iron_side_alt.json b/src/generated/resources/assets/tfmg/models/block/cast_iron_side_alt.json deleted file mode 100644 index b2fc8018..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cast_iron_side_alt.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/side_alt", - "textures": { - "bars": "tfmg:block/bars/cast_iron_bars", - "edge": "tfmg:block/bars/cast_iron_bars_edge", - "particle": "tfmg:block/bars/cast_iron_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/coal_coke_block.json b/src/generated/resources/assets/tfmg/models/block/coal_coke_block.json deleted file mode 100644 index 9ac3c665..00000000 --- a/src/generated/resources/assets/tfmg/models/block/coal_coke_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/coal_coke_block" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/concrete.json b/src/generated/resources/assets/tfmg/models/block/concrete.json deleted file mode 100644 index 031333c6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/concrete_bottom.json deleted file mode 100644 index 25b97432..00000000 --- a/src/generated/resources/assets/tfmg/models/block/concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/concrete", - "side": "tfmg:block/concrete", - "top": "tfmg:block/concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/concrete_stairs.json deleted file mode 100644 index d7390bcc..00000000 --- a/src/generated/resources/assets/tfmg/models/block/concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/concrete", - "side": "tfmg:block/concrete", - "top": "tfmg:block/concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/concrete_stairs_inner.json deleted file mode 100644 index 14717036..00000000 --- a/src/generated/resources/assets/tfmg/models/block/concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/concrete", - "side": "tfmg:block/concrete", - "top": "tfmg:block/concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/concrete_stairs_outer.json deleted file mode 100644 index 1f99d32c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/concrete", - "side": "tfmg:block/concrete", - "top": "tfmg:block/concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/concrete_top.json b/src/generated/resources/assets/tfmg/models/block/concrete_top.json deleted file mode 100644 index 9225802b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/concrete", - "side": "tfmg:block/concrete", - "top": "tfmg:block/concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/concrete_wall_post.json deleted file mode 100644 index 563be8c0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/concrete_wall_side.json deleted file mode 100644 index 6894e172..00000000 --- a/src/generated/resources/assets/tfmg/models/block/concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/concrete_wall_side_tall.json deleted file mode 100644 index 4cba2d4a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/constantan_block.json b/src/generated/resources/assets/tfmg/models/block/constantan_block.json deleted file mode 100644 index bd1e16c4..00000000 --- a/src/generated/resources/assets/tfmg/models/block/constantan_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/constantan_block" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/constantan_ladder.json b/src/generated/resources/assets/tfmg/models/block/constantan_ladder.json deleted file mode 100644 index b9984659..00000000 --- a/src/generated/resources/assets/tfmg/models/block/constantan_ladder.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/ladder", - "textures": { - "0": "tfmg:block/ladder_constantan_hoop", - "1": "tfmg:block/ladder_constantan", - "particle": "tfmg:block/ladder_constantan" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cooling_fluid.json b/src/generated/resources/assets/tfmg/models/block/cooling_fluid.json deleted file mode 100644 index cdf89600..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cooling_fluid.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/cooling_fluid_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/copper_cable_hub.json b/src/generated/resources/assets/tfmg/models/block/copper_cable_hub.json deleted file mode 100644 index 61f5cc6a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/copper_cable_hub.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/copper_cable_hub" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/creative_generator.json b/src/generated/resources/assets/tfmg/models/block/creative_generator.json deleted file mode 100644 index a8223ded..00000000 --- a/src/generated/resources/assets/tfmg/models/block/creative_generator.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/creative_generator" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/creosote.json b/src/generated/resources/assets/tfmg/models/block/creosote.json deleted file mode 100644 index fc8ad824..00000000 --- a/src/generated/resources/assets/tfmg/models/block/creosote.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/creosote_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/crude_oil.json b/src/generated/resources/assets/tfmg/models/block/crude_oil.json deleted file mode 100644 index b3a0336d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/crude_oil.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/crude_oil_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite.json deleted file mode 100644 index f57341a8..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/cut/bauxite_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_brick_slab.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_brick_slab.json deleted file mode 100644 index 9e899211..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_brick_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick", - "side": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick", - "top": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_brick_slab_top.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_brick_slab_top.json deleted file mode 100644 index b07a336b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_brick_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick", - "side": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick", - "top": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_brick_stairs.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_brick_stairs.json deleted file mode 100644 index aed95726..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_brick_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick", - "side": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick", - "top": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_brick_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_brick_stairs_inner.json deleted file mode 100644 index 6d0ee11a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_brick_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick", - "side": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick", - "top": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_brick_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_brick_stairs_outer.json deleted file mode 100644 index f35429d2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_brick_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick", - "side": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick", - "top": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_bricks.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_bricks.json deleted file mode 100644 index 7ec021b7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_bricks_wall_post.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_bricks_wall_post.json deleted file mode 100644 index 0f3c728c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_bricks_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_bricks_wall_side.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_bricks_wall_side.json deleted file mode 100644 index edfbf19b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_bricks_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_bricks_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_bricks_wall_side_tall.json deleted file mode 100644 index 65e6a7b4..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_bricks_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_slab.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_slab.json deleted file mode 100644 index 9f0aa9e4..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/cut/bauxite_cut", - "side": "tfmg:block/palettes/stone_types/cut/bauxite_cut", - "top": "tfmg:block/palettes/stone_types/cut/bauxite_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_slab_top.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_slab_top.json deleted file mode 100644 index bdec8d43..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/cut/bauxite_cut", - "side": "tfmg:block/palettes/stone_types/cut/bauxite_cut", - "top": "tfmg:block/palettes/stone_types/cut/bauxite_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_stairs.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_stairs.json deleted file mode 100644 index 210c56cf..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/cut/bauxite_cut", - "side": "tfmg:block/palettes/stone_types/cut/bauxite_cut", - "top": "tfmg:block/palettes/stone_types/cut/bauxite_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_stairs_inner.json deleted file mode 100644 index d4c24e75..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/cut/bauxite_cut", - "side": "tfmg:block/palettes/stone_types/cut/bauxite_cut", - "top": "tfmg:block/palettes/stone_types/cut/bauxite_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_stairs_outer.json deleted file mode 100644 index 43de1c7d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/cut/bauxite_cut", - "side": "tfmg:block/palettes/stone_types/cut/bauxite_cut", - "top": "tfmg:block/palettes/stone_types/cut/bauxite_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_wall_post.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_wall_post.json deleted file mode 100644 index f868ea51..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/palettes/stone_types/cut/bauxite_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_wall_side.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_wall_side.json deleted file mode 100644 index 052ae943..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/palettes/stone_types/cut/bauxite_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/cut_bauxite_wall_side_tall.json deleted file mode 100644 index 5ffb4a8b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_bauxite_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/palettes/stone_types/cut/bauxite_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena.json b/src/generated/resources/assets/tfmg/models/block/cut_galena.json deleted file mode 100644 index 26624127..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/cut/galena_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_brick_slab.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_brick_slab.json deleted file mode 100644 index c4278703..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_brick_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/brick/galena_cut_brick", - "side": "tfmg:block/palettes/stone_types/brick/galena_cut_brick", - "top": "tfmg:block/palettes/stone_types/brick/galena_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_brick_slab_top.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_brick_slab_top.json deleted file mode 100644 index a5ee5b5d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_brick_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/brick/galena_cut_brick", - "side": "tfmg:block/palettes/stone_types/brick/galena_cut_brick", - "top": "tfmg:block/palettes/stone_types/brick/galena_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_brick_stairs.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_brick_stairs.json deleted file mode 100644 index 90ac2cf1..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_brick_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/brick/galena_cut_brick", - "side": "tfmg:block/palettes/stone_types/brick/galena_cut_brick", - "top": "tfmg:block/palettes/stone_types/brick/galena_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_brick_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_brick_stairs_inner.json deleted file mode 100644 index 0637d30c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_brick_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/brick/galena_cut_brick", - "side": "tfmg:block/palettes/stone_types/brick/galena_cut_brick", - "top": "tfmg:block/palettes/stone_types/brick/galena_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_brick_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_brick_stairs_outer.json deleted file mode 100644 index 4d934755..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_brick_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/brick/galena_cut_brick", - "side": "tfmg:block/palettes/stone_types/brick/galena_cut_brick", - "top": "tfmg:block/palettes/stone_types/brick/galena_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_bricks.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_bricks.json deleted file mode 100644 index 61f0f8e0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/brick/galena_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_bricks_wall_post.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_bricks_wall_post.json deleted file mode 100644 index e97999f8..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_bricks_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/palettes/stone_types/brick/galena_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_bricks_wall_side.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_bricks_wall_side.json deleted file mode 100644 index 19a05796..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_bricks_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/palettes/stone_types/brick/galena_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_bricks_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_bricks_wall_side_tall.json deleted file mode 100644 index 3e009c32..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_bricks_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/palettes/stone_types/brick/galena_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_slab.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_slab.json deleted file mode 100644 index 712831fb..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/cut/galena_cut", - "side": "tfmg:block/palettes/stone_types/cut/galena_cut", - "top": "tfmg:block/palettes/stone_types/cut/galena_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_slab_top.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_slab_top.json deleted file mode 100644 index 926c3112..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/cut/galena_cut", - "side": "tfmg:block/palettes/stone_types/cut/galena_cut", - "top": "tfmg:block/palettes/stone_types/cut/galena_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_stairs.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_stairs.json deleted file mode 100644 index 5edd2dfe..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/cut/galena_cut", - "side": "tfmg:block/palettes/stone_types/cut/galena_cut", - "top": "tfmg:block/palettes/stone_types/cut/galena_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_stairs_inner.json deleted file mode 100644 index e1a67104..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/cut/galena_cut", - "side": "tfmg:block/palettes/stone_types/cut/galena_cut", - "top": "tfmg:block/palettes/stone_types/cut/galena_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_stairs_outer.json deleted file mode 100644 index 627be889..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/cut/galena_cut", - "side": "tfmg:block/palettes/stone_types/cut/galena_cut", - "top": "tfmg:block/palettes/stone_types/cut/galena_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_wall_post.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_wall_post.json deleted file mode 100644 index f7bd3073..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/palettes/stone_types/cut/galena_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_wall_side.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_wall_side.json deleted file mode 100644 index b6d1a533..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/palettes/stone_types/cut/galena_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cut_galena_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/cut_galena_wall_side_tall.json deleted file mode 100644 index 18b207bb..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cut_galena_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/palettes/stone_types/cut/galena_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cyan_caution_block.json b/src/generated/resources/assets/tfmg/models/block/cyan_caution_block.json deleted file mode 100644 index e4a53ab4..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cyan_caution_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/caution_block", - "textures": { - "0": "tfmg:block/caution_block/cyan", - "particle": "tfmg:block/caution_block/cyan" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cyan_concrete.json b/src/generated/resources/assets/tfmg/models/block/cyan_concrete.json deleted file mode 100644 index c54a5e41..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cyan_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/cyan_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/cyan_concrete_bottom.json deleted file mode 100644 index 9871a399..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/cyan_concrete", - "side": "tfmg:block/cyan_concrete", - "top": "tfmg:block/cyan_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/cyan_concrete_stairs.json deleted file mode 100644 index 316247aa..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/cyan_concrete", - "side": "tfmg:block/cyan_concrete", - "top": "tfmg:block/cyan_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/cyan_concrete_stairs_inner.json deleted file mode 100644 index beadad4e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/cyan_concrete", - "side": "tfmg:block/cyan_concrete", - "top": "tfmg:block/cyan_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/cyan_concrete_stairs_outer.json deleted file mode 100644 index dffe0ba3..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/cyan_concrete", - "side": "tfmg:block/cyan_concrete", - "top": "tfmg:block/cyan_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_top.json b/src/generated/resources/assets/tfmg/models/block/cyan_concrete_top.json deleted file mode 100644 index 4d5e09ae..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/cyan_concrete", - "side": "tfmg:block/cyan_concrete", - "top": "tfmg:block/cyan_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/cyan_concrete_wall_post.json deleted file mode 100644 index beeb7d50..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/cyan_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/cyan_concrete_wall_side.json deleted file mode 100644 index 3b4ef751..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/cyan_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/cyan_concrete_wall_side_tall.json deleted file mode 100644 index 8eb333d7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cyan_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/cyan_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/cyan_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/cyan_rebar_concrete.json deleted file mode 100644 index c54a5e41..00000000 --- a/src/generated/resources/assets/tfmg/models/block/cyan_rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/cyan_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/debug_conductor.json b/src/generated/resources/assets/tfmg/models/block/debug_conductor.json deleted file mode 100644 index cec52ab2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/debug_conductor.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/debug_conductor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/debug_electric_block.json b/src/generated/resources/assets/tfmg/models/block/debug_electric_block.json deleted file mode 100644 index b96374ba..00000000 --- a/src/generated/resources/assets/tfmg/models/block/debug_electric_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/debug_electric_block" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/debug_generator_block.json b/src/generated/resources/assets/tfmg/models/block/debug_generator_block.json deleted file mode 100644 index f2aace9b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/debug_generator_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/debug_generator_block" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/deepslate_lead_ore.json b/src/generated/resources/assets/tfmg/models/block/deepslate_lead_ore.json deleted file mode 100644 index 0c1c0de2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/deepslate_lead_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/deepslate_lead_ore" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/deepslate_lithium_ore.json b/src/generated/resources/assets/tfmg/models/block/deepslate_lithium_ore.json deleted file mode 100644 index b49f39dc..00000000 --- a/src/generated/resources/assets/tfmg/models/block/deepslate_lithium_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/deepslate_lithium_ore" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/deepslate_nickel_ore.json b/src/generated/resources/assets/tfmg/models/block/deepslate_nickel_ore.json deleted file mode 100644 index fe6a3da2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/deepslate_nickel_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/deepslate_nickel_ore" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/diesel.json b/src/generated/resources/assets/tfmg/models/block/diesel.json deleted file mode 100644 index c2e81d38..00000000 --- a/src/generated/resources/assets/tfmg/models/block/diesel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/diesel_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/electric_casing.json b/src/generated/resources/assets/tfmg/models/block/electric_casing.json deleted file mode 100644 index 7ddff4c4..00000000 --- a/src/generated/resources/assets/tfmg/models/block/electric_casing.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/electric_casing" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/factory_floor.json b/src/generated/resources/assets/tfmg/models/block/factory_floor.json deleted file mode 100644 index 528b52da..00000000 --- a/src/generated/resources/assets/tfmg/models/block/factory_floor.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/factory_floor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/factory_floor_bottom.json b/src/generated/resources/assets/tfmg/models/block/factory_floor_bottom.json deleted file mode 100644 index 4a0e4593..00000000 --- a/src/generated/resources/assets/tfmg/models/block/factory_floor_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/factory_floor", - "side": "tfmg:block/factory_floor", - "top": "tfmg:block/factory_floor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/factory_floor_stairs.json b/src/generated/resources/assets/tfmg/models/block/factory_floor_stairs.json deleted file mode 100644 index d65617ac..00000000 --- a/src/generated/resources/assets/tfmg/models/block/factory_floor_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/factory_floor", - "side": "tfmg:block/factory_floor", - "top": "tfmg:block/factory_floor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/factory_floor_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/factory_floor_stairs_inner.json deleted file mode 100644 index bdaab6fc..00000000 --- a/src/generated/resources/assets/tfmg/models/block/factory_floor_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/factory_floor", - "side": "tfmg:block/factory_floor", - "top": "tfmg:block/factory_floor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/factory_floor_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/factory_floor_stairs_outer.json deleted file mode 100644 index 8527cae0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/factory_floor_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/factory_floor", - "side": "tfmg:block/factory_floor", - "top": "tfmg:block/factory_floor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/factory_floor_top.json b/src/generated/resources/assets/tfmg/models/block/factory_floor_top.json deleted file mode 100644 index 66bdbd98..00000000 --- a/src/generated/resources/assets/tfmg/models/block/factory_floor_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/factory_floor", - "side": "tfmg:block/factory_floor", - "top": "tfmg:block/factory_floor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/factory_floor_wall_post.json b/src/generated/resources/assets/tfmg/models/block/factory_floor_wall_post.json deleted file mode 100644 index 8b7a5b61..00000000 --- a/src/generated/resources/assets/tfmg/models/block/factory_floor_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/factory_floor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/factory_floor_wall_side.json b/src/generated/resources/assets/tfmg/models/block/factory_floor_wall_side.json deleted file mode 100644 index 042c2e0d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/factory_floor_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/factory_floor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/factory_floor_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/factory_floor_wall_side_tall.json deleted file mode 100644 index 379b31d0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/factory_floor_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/factory_floor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/fireclay.json b/src/generated/resources/assets/tfmg/models/block/fireclay.json deleted file mode 100644 index 2ed33d2d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/fireclay.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/fireclay" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/fireproof_brick_reinforcement_wall_post.json b/src/generated/resources/assets/tfmg/models/block/fireproof_brick_reinforcement_wall_post.json deleted file mode 100644 index 60935256..00000000 --- a/src/generated/resources/assets/tfmg/models/block/fireproof_brick_reinforcement_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/fireproof_brick_reinforcement" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/fireproof_brick_reinforcement_wall_side.json b/src/generated/resources/assets/tfmg/models/block/fireproof_brick_reinforcement_wall_side.json deleted file mode 100644 index 4894a792..00000000 --- a/src/generated/resources/assets/tfmg/models/block/fireproof_brick_reinforcement_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/fireproof_brick_reinforcement" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/fireproof_brick_reinforcement_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/fireproof_brick_reinforcement_wall_side_tall.json deleted file mode 100644 index e4e5b67c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/fireproof_brick_reinforcement_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/fireproof_brick_reinforcement" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/fireproof_bricks.json b/src/generated/resources/assets/tfmg/models/block/fireproof_bricks.json deleted file mode 100644 index 3879b13b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/fireproof_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/fireproof_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/fossilstone.json b/src/generated/resources/assets/tfmg/models/block/fossilstone.json deleted file mode 100644 index 2beeaf59..00000000 --- a/src/generated/resources/assets/tfmg/models/block/fossilstone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/fossilstone" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/galena_natural_0.json b/src/generated/resources/assets/tfmg/models/block/galena_natural_0.json deleted file mode 100644 index f37b6f07..00000000 --- a/src/generated/resources/assets/tfmg/models/block/galena_natural_0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/natural/galena_0" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/galena_natural_1.json b/src/generated/resources/assets/tfmg/models/block/galena_natural_1.json deleted file mode 100644 index 3cfd6c36..00000000 --- a/src/generated/resources/assets/tfmg/models/block/galena_natural_1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/natural/galena_1" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/galena_natural_2.json b/src/generated/resources/assets/tfmg/models/block/galena_natural_2.json deleted file mode 100644 index 95df8846..00000000 --- a/src/generated/resources/assets/tfmg/models/block/galena_natural_2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/natural/galena_2" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/galena_natural_3.json b/src/generated/resources/assets/tfmg/models/block/galena_natural_3.json deleted file mode 100644 index 14bab87b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/galena_natural_3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/natural/galena_3" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/galena_pillar.json b/src/generated/resources/assets/tfmg/models/block/galena_pillar.json deleted file mode 100644 index cac8bde1..00000000 --- a/src/generated/resources/assets/tfmg/models/block/galena_pillar.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/cube_column", - "textures": { - "end": "tfmg:block/palettes/stone_types/cap/galena_cut_cap", - "side": "tfmg:block/palettes/stone_types/pillar/galena_cut_pillar" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/galena_pillar_horizontal.json b/src/generated/resources/assets/tfmg/models/block/galena_pillar_horizontal.json deleted file mode 100644 index 4ec95f6d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/galena_pillar_horizontal.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/cube_column_horizontal", - "textures": { - "end": "tfmg:block/palettes/stone_types/cap/galena_cut_cap", - "side": "tfmg:block/palettes/stone_types/pillar/galena_cut_pillar" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/gasoline.json b/src/generated/resources/assets/tfmg/models/block/gasoline.json deleted file mode 100644 index c532939d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/gasoline.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/gasoline_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/gray_caution_block.json b/src/generated/resources/assets/tfmg/models/block/gray_caution_block.json deleted file mode 100644 index 2f2e5510..00000000 --- a/src/generated/resources/assets/tfmg/models/block/gray_caution_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/caution_block", - "textures": { - "0": "tfmg:block/caution_block/gray", - "particle": "tfmg:block/caution_block/gray" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/gray_concrete.json b/src/generated/resources/assets/tfmg/models/block/gray_concrete.json deleted file mode 100644 index 18afe9b7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/gray_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/gray_concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/gray_concrete_bottom.json deleted file mode 100644 index 4b135627..00000000 --- a/src/generated/resources/assets/tfmg/models/block/gray_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/gray_concrete", - "side": "tfmg:block/gray_concrete", - "top": "tfmg:block/gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/gray_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/gray_concrete_stairs.json deleted file mode 100644 index 38a199fc..00000000 --- a/src/generated/resources/assets/tfmg/models/block/gray_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/gray_concrete", - "side": "tfmg:block/gray_concrete", - "top": "tfmg:block/gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/gray_concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/gray_concrete_stairs_inner.json deleted file mode 100644 index ba0a1b5d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/gray_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/gray_concrete", - "side": "tfmg:block/gray_concrete", - "top": "tfmg:block/gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/gray_concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/gray_concrete_stairs_outer.json deleted file mode 100644 index c6e976cd..00000000 --- a/src/generated/resources/assets/tfmg/models/block/gray_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/gray_concrete", - "side": "tfmg:block/gray_concrete", - "top": "tfmg:block/gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/gray_concrete_top.json b/src/generated/resources/assets/tfmg/models/block/gray_concrete_top.json deleted file mode 100644 index 27bb1d56..00000000 --- a/src/generated/resources/assets/tfmg/models/block/gray_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/gray_concrete", - "side": "tfmg:block/gray_concrete", - "top": "tfmg:block/gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/gray_concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/gray_concrete_wall_post.json deleted file mode 100644 index 5bfde20f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/gray_concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/gray_concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/gray_concrete_wall_side.json deleted file mode 100644 index 901f40ff..00000000 --- a/src/generated/resources/assets/tfmg/models/block/gray_concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/gray_concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/gray_concrete_wall_side_tall.json deleted file mode 100644 index 800a95f9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/gray_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/gray_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/gray_rebar_concrete.json deleted file mode 100644 index 18afe9b7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/gray_rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/green_caution_block.json b/src/generated/resources/assets/tfmg/models/block/green_caution_block.json deleted file mode 100644 index 2bfcd7dc..00000000 --- a/src/generated/resources/assets/tfmg/models/block/green_caution_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/caution_block", - "textures": { - "0": "tfmg:block/caution_block/green", - "particle": "tfmg:block/caution_block/green" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/green_concrete.json b/src/generated/resources/assets/tfmg/models/block/green_concrete.json deleted file mode 100644 index 008c7fd9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/green_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/green_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/green_concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/green_concrete_bottom.json deleted file mode 100644 index de38f35f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/green_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/green_concrete", - "side": "tfmg:block/green_concrete", - "top": "tfmg:block/green_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/green_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/green_concrete_stairs.json deleted file mode 100644 index 7b8da7de..00000000 --- a/src/generated/resources/assets/tfmg/models/block/green_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/green_concrete", - "side": "tfmg:block/green_concrete", - "top": "tfmg:block/green_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/green_concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/green_concrete_stairs_inner.json deleted file mode 100644 index 6fb7fb01..00000000 --- a/src/generated/resources/assets/tfmg/models/block/green_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/green_concrete", - "side": "tfmg:block/green_concrete", - "top": "tfmg:block/green_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/green_concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/green_concrete_stairs_outer.json deleted file mode 100644 index 14b5fec1..00000000 --- a/src/generated/resources/assets/tfmg/models/block/green_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/green_concrete", - "side": "tfmg:block/green_concrete", - "top": "tfmg:block/green_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/green_concrete_top.json b/src/generated/resources/assets/tfmg/models/block/green_concrete_top.json deleted file mode 100644 index 96959025..00000000 --- a/src/generated/resources/assets/tfmg/models/block/green_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/green_concrete", - "side": "tfmg:block/green_concrete", - "top": "tfmg:block/green_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/green_concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/green_concrete_wall_post.json deleted file mode 100644 index 605c13ee..00000000 --- a/src/generated/resources/assets/tfmg/models/block/green_concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/green_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/green_concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/green_concrete_wall_side.json deleted file mode 100644 index 05fd64d1..00000000 --- a/src/generated/resources/assets/tfmg/models/block/green_concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/green_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/green_concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/green_concrete_wall_side_tall.json deleted file mode 100644 index 0dccb25e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/green_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/green_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/green_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/green_rebar_concrete.json deleted file mode 100644 index 008c7fd9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/green_rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/green_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_cable_hub.json b/src/generated/resources/assets/tfmg/models/block/heavy_cable_hub.json deleted file mode 100644 index 595c40fa..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_cable_hub.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/heavy_cable_hub" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel.json deleted file mode 100644 index 1f2f64a6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel_bottom.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel_bottom.json deleted file mode 100644 index 01b360d3..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block_bottom", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel_top.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel_top.json deleted file mode 100644 index 00376bc6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel_top.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block_top", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel_top_bottom.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel_top_bottom.json deleted file mode 100644 index e79718db..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel_top_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block_top_bottom", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel.json deleted file mode 100644 index 925398d2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel_bottom.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel_bottom.json deleted file mode 100644 index ad172e8a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block_bottom", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel_top.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel_top.json deleted file mode 100644 index 672710b2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel_top.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block_top", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel_top_bottom.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel_top_bottom.json deleted file mode 100644 index 635d6dc8..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel_top_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block_top_bottom", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel.json deleted file mode 100644 index 925398d2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel_bottom.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel_bottom.json deleted file mode 100644 index ad172e8a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block_bottom", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel_top.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel_top.json deleted file mode 100644 index 672710b2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel_top.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block_top", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel_top_bottom.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel_top_bottom.json deleted file mode 100644 index 635d6dc8..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_large_steel_cogwheel_top_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block_top_bottom", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel.json deleted file mode 100644 index 1f2f64a6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel_bottom.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel_bottom.json deleted file mode 100644 index 01b360d3..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block_bottom", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel_top.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel_top.json deleted file mode 100644 index 00376bc6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel_top.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block_top", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel_top_bottom.json b/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel_top_bottom.json deleted file mode 100644 index e79718db..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_casing_encased_steel_cogwheel_top_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block_top_bottom", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "4": "tfmg:block/heavy_gearbox", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_machinery_casing.json b/src/generated/resources/assets/tfmg/models/block/heavy_machinery_casing.json deleted file mode 100644 index 10f4f1c2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_machinery_casing.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/heavy_machinery_casing" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/heavy_oil.json b/src/generated/resources/assets/tfmg/models/block/heavy_oil.json deleted file mode 100644 index db864423..00000000 --- a/src/generated/resources/assets/tfmg/models/block/heavy_oil.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/heavy_oil_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/industrial_aluminum_casing.json b/src/generated/resources/assets/tfmg/models/block/industrial_aluminum_casing.json deleted file mode 100644 index 323683fc..00000000 --- a/src/generated/resources/assets/tfmg/models/block/industrial_aluminum_casing.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/industrial_aluminum_casing" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/kerosene.json b/src/generated/resources/assets/tfmg/models/block/kerosene.json deleted file mode 100644 index a96931e7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/kerosene.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/kerosene_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/layered_bauxite.json b/src/generated/resources/assets/tfmg/models/block/layered_bauxite.json deleted file mode 100644 index 576c1a4a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/layered_bauxite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/cube_column", - "textures": { - "end": "tfmg:block/palettes/stone_types/cap/bauxite_cut_cap", - "side": "tfmg:block/palettes/stone_types/layered/bauxite_cut_layered" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/layered_galena.json b/src/generated/resources/assets/tfmg/models/block/layered_galena.json deleted file mode 100644 index 2bf62bf9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/layered_galena.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/cube_column", - "textures": { - "end": "tfmg:block/palettes/stone_types/cap/galena_cut_cap", - "side": "tfmg:block/palettes/stone_types/layered/galena_cut_layered" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lead_block.json b/src/generated/resources/assets/tfmg/models/block/lead_block.json deleted file mode 100644 index f2df53ed..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lead_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/lead_block" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lead_cap.json b/src/generated/resources/assets/tfmg/models/block/lead_cap.json deleted file mode 100644 index 62164813..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lead_cap.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/cap", - "textures": { - "bars": "tfmg:block/bars/lead_bars", - "edge": "tfmg:block/bars/lead_bars_edge", - "particle": "tfmg:block/bars/lead_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lead_cap_alt.json b/src/generated/resources/assets/tfmg/models/block/lead_cap_alt.json deleted file mode 100644 index 08da5a83..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lead_cap_alt.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/cap_alt", - "textures": { - "bars": "tfmg:block/bars/lead_bars", - "edge": "tfmg:block/bars/lead_bars_edge", - "particle": "tfmg:block/bars/lead_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lead_ladder.json b/src/generated/resources/assets/tfmg/models/block/lead_ladder.json deleted file mode 100644 index f35975c3..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lead_ladder.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/ladder", - "textures": { - "0": "tfmg:block/ladder_lead_hoop", - "1": "tfmg:block/ladder_lead", - "particle": "tfmg:block/ladder_lead" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lead_ore.json b/src/generated/resources/assets/tfmg/models/block/lead_ore.json deleted file mode 100644 index 8d3cd02a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lead_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/lead_ore" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lead_post.json b/src/generated/resources/assets/tfmg/models/block/lead_post.json deleted file mode 100644 index a87ec685..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lead_post.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/post", - "textures": { - "bars": "tfmg:block/bars/lead_bars", - "edge": "tfmg:block/bars/lead_bars_edge", - "particle": "tfmg:block/bars/lead_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lead_post_ends.json b/src/generated/resources/assets/tfmg/models/block/lead_post_ends.json deleted file mode 100644 index 9d912885..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lead_post_ends.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/post_ends", - "textures": { - "bars": "tfmg:block/bars/lead_bars", - "edge": "tfmg:block/bars/lead_bars_edge", - "particle": "tfmg:block/bars/lead_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lead_side.json b/src/generated/resources/assets/tfmg/models/block/lead_side.json deleted file mode 100644 index e2cfbfab..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lead_side.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/side", - "textures": { - "bars": "tfmg:block/bars/lead_bars", - "edge": "tfmg:block/bars/lead_bars_edge", - "particle": "tfmg:block/bars/lead_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lead_side_alt.json b/src/generated/resources/assets/tfmg/models/block/lead_side_alt.json deleted file mode 100644 index 85078a0e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lead_side_alt.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/side_alt", - "textures": { - "bars": "tfmg:block/bars/lead_bars", - "edge": "tfmg:block/bars/lead_bars_edge", - "particle": "tfmg:block/bars/lead_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_blue_caution_block.json b/src/generated/resources/assets/tfmg/models/block/light_blue_caution_block.json deleted file mode 100644 index 35c21025..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_blue_caution_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/caution_block", - "textures": { - "0": "tfmg:block/caution_block/light_blue", - "particle": "tfmg:block/caution_block/light_blue" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete.json b/src/generated/resources/assets/tfmg/models/block/light_blue_concrete.json deleted file mode 100644 index 3ca27528..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/light_blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_bottom.json deleted file mode 100644 index e4ae3119..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/light_blue_concrete", - "side": "tfmg:block/light_blue_concrete", - "top": "tfmg:block/light_blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_stairs.json deleted file mode 100644 index dd1152d5..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/light_blue_concrete", - "side": "tfmg:block/light_blue_concrete", - "top": "tfmg:block/light_blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_stairs_inner.json deleted file mode 100644 index e4539ea1..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/light_blue_concrete", - "side": "tfmg:block/light_blue_concrete", - "top": "tfmg:block/light_blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_stairs_outer.json deleted file mode 100644 index a7e92ee5..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/light_blue_concrete", - "side": "tfmg:block/light_blue_concrete", - "top": "tfmg:block/light_blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_top.json b/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_top.json deleted file mode 100644 index ea1ae5e5..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/light_blue_concrete", - "side": "tfmg:block/light_blue_concrete", - "top": "tfmg:block/light_blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_wall_post.json deleted file mode 100644 index 99870de7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/light_blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_wall_side.json deleted file mode 100644 index 3782371b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/light_blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_wall_side_tall.json deleted file mode 100644 index ed9699b1..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_blue_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/light_blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_blue_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/light_blue_rebar_concrete.json deleted file mode 100644 index 3ca27528..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_blue_rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/light_blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_gray_caution_block.json b/src/generated/resources/assets/tfmg/models/block/light_gray_caution_block.json deleted file mode 100644 index ae138fdb..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_gray_caution_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/caution_block", - "textures": { - "0": "tfmg:block/caution_block/light_gray", - "particle": "tfmg:block/caution_block/light_gray" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete.json b/src/generated/resources/assets/tfmg/models/block/light_gray_concrete.json deleted file mode 100644 index bc81b5c6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/light_gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_bottom.json deleted file mode 100644 index 4f8438c2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/light_gray_concrete", - "side": "tfmg:block/light_gray_concrete", - "top": "tfmg:block/light_gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_stairs.json deleted file mode 100644 index d00883ba..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/light_gray_concrete", - "side": "tfmg:block/light_gray_concrete", - "top": "tfmg:block/light_gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_stairs_inner.json deleted file mode 100644 index 4692976c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/light_gray_concrete", - "side": "tfmg:block/light_gray_concrete", - "top": "tfmg:block/light_gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_stairs_outer.json deleted file mode 100644 index 218a5ff0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/light_gray_concrete", - "side": "tfmg:block/light_gray_concrete", - "top": "tfmg:block/light_gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_top.json b/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_top.json deleted file mode 100644 index c1e0d441..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/light_gray_concrete", - "side": "tfmg:block/light_gray_concrete", - "top": "tfmg:block/light_gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_wall_post.json deleted file mode 100644 index aa83a54b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/light_gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_wall_side.json deleted file mode 100644 index 51334060..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/light_gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_wall_side_tall.json deleted file mode 100644 index 3821f730..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_gray_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/light_gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/light_gray_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/light_gray_rebar_concrete.json deleted file mode 100644 index bc81b5c6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/light_gray_rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/light_gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lignite.json b/src/generated/resources/assets/tfmg/models/block/lignite.json deleted file mode 100644 index f755b220..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lignite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/lignite" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lime_caution_block.json b/src/generated/resources/assets/tfmg/models/block/lime_caution_block.json deleted file mode 100644 index 3ffcee42..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lime_caution_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/caution_block", - "textures": { - "0": "tfmg:block/caution_block/lime", - "particle": "tfmg:block/caution_block/lime" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lime_concrete.json b/src/generated/resources/assets/tfmg/models/block/lime_concrete.json deleted file mode 100644 index c9ab73fa..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lime_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/lime_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lime_concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/lime_concrete_bottom.json deleted file mode 100644 index 1c14abae..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lime_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/lime_concrete", - "side": "tfmg:block/lime_concrete", - "top": "tfmg:block/lime_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lime_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/lime_concrete_stairs.json deleted file mode 100644 index 111207ba..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lime_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/lime_concrete", - "side": "tfmg:block/lime_concrete", - "top": "tfmg:block/lime_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lime_concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/lime_concrete_stairs_inner.json deleted file mode 100644 index 6f9940fe..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lime_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/lime_concrete", - "side": "tfmg:block/lime_concrete", - "top": "tfmg:block/lime_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lime_concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/lime_concrete_stairs_outer.json deleted file mode 100644 index 6577754b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lime_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/lime_concrete", - "side": "tfmg:block/lime_concrete", - "top": "tfmg:block/lime_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lime_concrete_top.json b/src/generated/resources/assets/tfmg/models/block/lime_concrete_top.json deleted file mode 100644 index 82957a5d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lime_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/lime_concrete", - "side": "tfmg:block/lime_concrete", - "top": "tfmg:block/lime_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lime_concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/lime_concrete_wall_post.json deleted file mode 100644 index 84e16e70..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lime_concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/lime_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lime_concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/lime_concrete_wall_side.json deleted file mode 100644 index 5ba64fd5..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lime_concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/lime_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lime_concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/lime_concrete_wall_side_tall.json deleted file mode 100644 index 60038ad1..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lime_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/lime_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lime_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/lime_rebar_concrete.json deleted file mode 100644 index c9ab73fa..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lime_rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/lime_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/liquid_asphalt.json b/src/generated/resources/assets/tfmg/models/block/liquid_asphalt.json deleted file mode 100644 index d87b8f91..00000000 --- a/src/generated/resources/assets/tfmg/models/block/liquid_asphalt.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/liquid_asphalt_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/liquid_concrete.json b/src/generated/resources/assets/tfmg/models/block/liquid_concrete.json deleted file mode 100644 index 2c923480..00000000 --- a/src/generated/resources/assets/tfmg/models/block/liquid_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/liquid_concrete_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/liquid_silicon.json b/src/generated/resources/assets/tfmg/models/block/liquid_silicon.json deleted file mode 100644 index 82249cba..00000000 --- a/src/generated/resources/assets/tfmg/models/block/liquid_silicon.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/liquid_silicon_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lithium_block.json b/src/generated/resources/assets/tfmg/models/block/lithium_block.json deleted file mode 100644 index 26bd2bcd..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lithium_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/lithium_block" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lithium_ore.json b/src/generated/resources/assets/tfmg/models/block/lithium_ore.json deleted file mode 100644 index 02f3406f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lithium_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/lithium_ore" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/lubrication_oil.json b/src/generated/resources/assets/tfmg/models/block/lubrication_oil.json deleted file mode 100644 index 57ed031a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/lubrication_oil.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/lubrication_oil_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/magenta_caution_block.json b/src/generated/resources/assets/tfmg/models/block/magenta_caution_block.json deleted file mode 100644 index f133c0bb..00000000 --- a/src/generated/resources/assets/tfmg/models/block/magenta_caution_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/caution_block", - "textures": { - "0": "tfmg:block/caution_block/magenta", - "particle": "tfmg:block/caution_block/magenta" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/magenta_concrete.json b/src/generated/resources/assets/tfmg/models/block/magenta_concrete.json deleted file mode 100644 index e305735c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/magenta_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/magenta_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/magenta_concrete_bottom.json deleted file mode 100644 index 23d9d71c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/magenta_concrete", - "side": "tfmg:block/magenta_concrete", - "top": "tfmg:block/magenta_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/magenta_concrete_stairs.json deleted file mode 100644 index e4ebbc90..00000000 --- a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/magenta_concrete", - "side": "tfmg:block/magenta_concrete", - "top": "tfmg:block/magenta_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/magenta_concrete_stairs_inner.json deleted file mode 100644 index d3942e73..00000000 --- a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/magenta_concrete", - "side": "tfmg:block/magenta_concrete", - "top": "tfmg:block/magenta_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/magenta_concrete_stairs_outer.json deleted file mode 100644 index 2bf07e07..00000000 --- a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/magenta_concrete", - "side": "tfmg:block/magenta_concrete", - "top": "tfmg:block/magenta_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_top.json b/src/generated/resources/assets/tfmg/models/block/magenta_concrete_top.json deleted file mode 100644 index 3e5808ae..00000000 --- a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/magenta_concrete", - "side": "tfmg:block/magenta_concrete", - "top": "tfmg:block/magenta_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/magenta_concrete_wall_post.json deleted file mode 100644 index 7440652d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/magenta_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/magenta_concrete_wall_side.json deleted file mode 100644 index 7a9ad35e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/magenta_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/magenta_concrete_wall_side_tall.json deleted file mode 100644 index c5645390..00000000 --- a/src/generated/resources/assets/tfmg/models/block/magenta_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/magenta_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/magenta_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/magenta_rebar_concrete.json deleted file mode 100644 index e305735c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/magenta_rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/magenta_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/molten_plastic.json b/src/generated/resources/assets/tfmg/models/block/molten_plastic.json deleted file mode 100644 index b409ece2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/molten_plastic.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/molten_plastic_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/molten_slag.json b/src/generated/resources/assets/tfmg/models/block/molten_slag.json deleted file mode 100644 index fdc7a0cb..00000000 --- a/src/generated/resources/assets/tfmg/models/block/molten_slag.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/molten_slag_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/molten_steel.json b/src/generated/resources/assets/tfmg/models/block/molten_steel.json deleted file mode 100644 index e50e8ddd..00000000 --- a/src/generated/resources/assets/tfmg/models/block/molten_steel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/molten_steel_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/napalm.json b/src/generated/resources/assets/tfmg/models/block/napalm.json deleted file mode 100644 index 7bef9534..00000000 --- a/src/generated/resources/assets/tfmg/models/block/napalm.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/napalm_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/naphtha.json b/src/generated/resources/assets/tfmg/models/block/naphtha.json deleted file mode 100644 index 0751af99..00000000 --- a/src/generated/resources/assets/tfmg/models/block/naphtha.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/naphtha_still" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/nickel_block.json b/src/generated/resources/assets/tfmg/models/block/nickel_block.json deleted file mode 100644 index 5973ac30..00000000 --- a/src/generated/resources/assets/tfmg/models/block/nickel_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/nickel_block" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/nickel_cap.json b/src/generated/resources/assets/tfmg/models/block/nickel_cap.json deleted file mode 100644 index d36a64bb..00000000 --- a/src/generated/resources/assets/tfmg/models/block/nickel_cap.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/cap", - "textures": { - "bars": "tfmg:block/bars/nickel_bars", - "edge": "tfmg:block/bars/nickel_bars_edge", - "particle": "tfmg:block/bars/nickel_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/nickel_cap_alt.json b/src/generated/resources/assets/tfmg/models/block/nickel_cap_alt.json deleted file mode 100644 index 609026ef..00000000 --- a/src/generated/resources/assets/tfmg/models/block/nickel_cap_alt.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/cap_alt", - "textures": { - "bars": "tfmg:block/bars/nickel_bars", - "edge": "tfmg:block/bars/nickel_bars_edge", - "particle": "tfmg:block/bars/nickel_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/nickel_ladder.json b/src/generated/resources/assets/tfmg/models/block/nickel_ladder.json deleted file mode 100644 index 468cf1cb..00000000 --- a/src/generated/resources/assets/tfmg/models/block/nickel_ladder.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/ladder", - "textures": { - "0": "tfmg:block/ladder_nickel_hoop", - "1": "tfmg:block/ladder_nickel", - "particle": "tfmg:block/ladder_nickel" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/nickel_ore.json b/src/generated/resources/assets/tfmg/models/block/nickel_ore.json deleted file mode 100644 index 83750bad..00000000 --- a/src/generated/resources/assets/tfmg/models/block/nickel_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/nickel_ore" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/nickel_post.json b/src/generated/resources/assets/tfmg/models/block/nickel_post.json deleted file mode 100644 index b25c45e5..00000000 --- a/src/generated/resources/assets/tfmg/models/block/nickel_post.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/post", - "textures": { - "bars": "tfmg:block/bars/nickel_bars", - "edge": "tfmg:block/bars/nickel_bars_edge", - "particle": "tfmg:block/bars/nickel_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/nickel_post_ends.json b/src/generated/resources/assets/tfmg/models/block/nickel_post_ends.json deleted file mode 100644 index 80c9f907..00000000 --- a/src/generated/resources/assets/tfmg/models/block/nickel_post_ends.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/post_ends", - "textures": { - "bars": "tfmg:block/bars/nickel_bars", - "edge": "tfmg:block/bars/nickel_bars_edge", - "particle": "tfmg:block/bars/nickel_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/nickel_side.json b/src/generated/resources/assets/tfmg/models/block/nickel_side.json deleted file mode 100644 index e1afc23a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/nickel_side.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/side", - "textures": { - "bars": "tfmg:block/bars/nickel_bars", - "edge": "tfmg:block/bars/nickel_bars_edge", - "particle": "tfmg:block/bars/nickel_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/nickel_side_alt.json b/src/generated/resources/assets/tfmg/models/block/nickel_side_alt.json deleted file mode 100644 index 1d440074..00000000 --- a/src/generated/resources/assets/tfmg/models/block/nickel_side_alt.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/side_alt", - "textures": { - "bars": "tfmg:block/bars/nickel_bars", - "edge": "tfmg:block/bars/nickel_bars_edge", - "particle": "tfmg:block/bars/nickel_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/oil_deposit.json b/src/generated/resources/assets/tfmg/models/block/oil_deposit.json deleted file mode 100644 index 445d908e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/oil_deposit.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/oil_deposit" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/orange_caution_block.json b/src/generated/resources/assets/tfmg/models/block/orange_caution_block.json deleted file mode 100644 index 10161a15..00000000 --- a/src/generated/resources/assets/tfmg/models/block/orange_caution_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/caution_block", - "textures": { - "0": "tfmg:block/caution_block/orange", - "particle": "tfmg:block/caution_block/orange" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/orange_concrete.json b/src/generated/resources/assets/tfmg/models/block/orange_concrete.json deleted file mode 100644 index 49db3ef7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/orange_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/orange_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/orange_concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/orange_concrete_bottom.json deleted file mode 100644 index b614659b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/orange_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/orange_concrete", - "side": "tfmg:block/orange_concrete", - "top": "tfmg:block/orange_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/orange_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/orange_concrete_stairs.json deleted file mode 100644 index 98afda2a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/orange_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/orange_concrete", - "side": "tfmg:block/orange_concrete", - "top": "tfmg:block/orange_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/orange_concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/orange_concrete_stairs_inner.json deleted file mode 100644 index 9a98b33a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/orange_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/orange_concrete", - "side": "tfmg:block/orange_concrete", - "top": "tfmg:block/orange_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/orange_concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/orange_concrete_stairs_outer.json deleted file mode 100644 index 059ce8e0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/orange_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/orange_concrete", - "side": "tfmg:block/orange_concrete", - "top": "tfmg:block/orange_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/orange_concrete_top.json b/src/generated/resources/assets/tfmg/models/block/orange_concrete_top.json deleted file mode 100644 index 9d2555a3..00000000 --- a/src/generated/resources/assets/tfmg/models/block/orange_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/orange_concrete", - "side": "tfmg:block/orange_concrete", - "top": "tfmg:block/orange_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/orange_concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/orange_concrete_wall_post.json deleted file mode 100644 index 96db75f6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/orange_concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/orange_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/orange_concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/orange_concrete_wall_side.json deleted file mode 100644 index 8a8f8920..00000000 --- a/src/generated/resources/assets/tfmg/models/block/orange_concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/orange_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/orange_concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/orange_concrete_wall_side_tall.json deleted file mode 100644 index c304d9aa..00000000 --- a/src/generated/resources/assets/tfmg/models/block/orange_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/orange_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/orange_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/orange_rebar_concrete.json deleted file mode 100644 index 49db3ef7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/orange_rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/orange_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/pink_caution_block.json b/src/generated/resources/assets/tfmg/models/block/pink_caution_block.json deleted file mode 100644 index 38a7cf05..00000000 --- a/src/generated/resources/assets/tfmg/models/block/pink_caution_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/caution_block", - "textures": { - "0": "tfmg:block/caution_block/pink", - "particle": "tfmg:block/caution_block/pink" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/pink_concrete.json b/src/generated/resources/assets/tfmg/models/block/pink_concrete.json deleted file mode 100644 index 1de71f57..00000000 --- a/src/generated/resources/assets/tfmg/models/block/pink_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/pink_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/pink_concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/pink_concrete_bottom.json deleted file mode 100644 index aa4921d9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/pink_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/pink_concrete", - "side": "tfmg:block/pink_concrete", - "top": "tfmg:block/pink_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/pink_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/pink_concrete_stairs.json deleted file mode 100644 index a7b8e6b6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/pink_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/pink_concrete", - "side": "tfmg:block/pink_concrete", - "top": "tfmg:block/pink_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/pink_concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/pink_concrete_stairs_inner.json deleted file mode 100644 index 0adbeaa9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/pink_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/pink_concrete", - "side": "tfmg:block/pink_concrete", - "top": "tfmg:block/pink_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/pink_concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/pink_concrete_stairs_outer.json deleted file mode 100644 index 32f32f98..00000000 --- a/src/generated/resources/assets/tfmg/models/block/pink_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/pink_concrete", - "side": "tfmg:block/pink_concrete", - "top": "tfmg:block/pink_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/pink_concrete_top.json b/src/generated/resources/assets/tfmg/models/block/pink_concrete_top.json deleted file mode 100644 index 27b6d02d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/pink_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/pink_concrete", - "side": "tfmg:block/pink_concrete", - "top": "tfmg:block/pink_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/pink_concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/pink_concrete_wall_post.json deleted file mode 100644 index d3ce7978..00000000 --- a/src/generated/resources/assets/tfmg/models/block/pink_concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/pink_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/pink_concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/pink_concrete_wall_side.json deleted file mode 100644 index 90e5d989..00000000 --- a/src/generated/resources/assets/tfmg/models/block/pink_concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/pink_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/pink_concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/pink_concrete_wall_side_tall.json deleted file mode 100644 index 029ab817..00000000 --- a/src/generated/resources/assets/tfmg/models/block/pink_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/pink_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/pink_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/pink_rebar_concrete.json deleted file mode 100644 index 1de71f57..00000000 --- a/src/generated/resources/assets/tfmg/models/block/pink_rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/pink_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_block.json b/src/generated/resources/assets/tfmg/models/block/plastic_block.json deleted file mode 100644 index 6ddcec3e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/plastic_block" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/d_x.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/d_x.json deleted file mode 100644 index 01623c7c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/d_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 0.0, - 0.0, - 4.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/d_y.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/d_y.json deleted file mode 100644 index 659fbb02..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/d_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/d_z.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/d_z.json deleted file mode 100644 index 42057a9d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/d_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 0.0, - 0.0, - 4.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/l_x.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/l_x.json deleted file mode 100644 index e8caff54..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/l_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 8.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/l_y.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/l_y.json deleted file mode 100644 index c9a31701..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/l_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/l_z.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/l_z.json deleted file mode 100644 index 8876320e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/l_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 8.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ld_x.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ld_x.json deleted file mode 100644 index 4142cbbf..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ld_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 16.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ld_y.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ld_y.json deleted file mode 100644 index f1bf0bab..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ld_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ld_z.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ld_z.json deleted file mode 100644 index fc8de8af..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ld_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 16.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lr_x.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lr_x.json deleted file mode 100644 index 9c39c33a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lr_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 8.0, - 12.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lr_y.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lr_y.json deleted file mode 100644 index a2fa7b39..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lr_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 8.0, - 12.0, - 4.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lr_z.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lr_z.json deleted file mode 100644 index 7bfbb064..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lr_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 8.0, - 12.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lu_x.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lu_x.json deleted file mode 100644 index bf5f6d84..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lu_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lu_y.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lu_y.json deleted file mode 100644 index eb650f66..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lu_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 16.0, - 8.0, - 12.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lu_z.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lu_z.json deleted file mode 100644 index efd9c91c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/lu_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/r_x.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/r_x.json deleted file mode 100644 index 0aca92fd..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/r_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/r_y.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/r_y.json deleted file mode 100644 index 278b7639..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/r_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/r_z.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/r_z.json deleted file mode 100644 index c93bd763..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/r_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/rd_x.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/rd_x.json deleted file mode 100644 index e72925d5..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/rd_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 12.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/rd_y.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/rd_y.json deleted file mode 100644 index 37d56a1e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/rd_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/rd_z.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/rd_z.json deleted file mode 100644 index 51dd61c1..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/rd_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 12.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ru_x.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ru_x.json deleted file mode 100644 index f607d1f8..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ru_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ru_y.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ru_y.json deleted file mode 100644 index 9c678a81..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ru_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 12.0, - 8.0, - 8.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ru_z.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ru_z.json deleted file mode 100644 index b3975609..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ru_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/u_x.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/u_x.json deleted file mode 100644 index 26e7413d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/u_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/u_y.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/u_y.json deleted file mode 100644 index 3ac907c6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/u_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/u_z.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/u_z.json deleted file mode 100644 index 4792f198..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/u_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ud_x.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ud_x.json deleted file mode 100644 index 16d6b3d6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ud_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 0.0, - 8.0, - 4.0, - 12.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ud_y.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ud_y.json deleted file mode 100644 index c55f857c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ud_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 4.0, - 12.0, - 0.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ud_z.json b/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ud_z.json deleted file mode 100644 index fa508a7e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/plastic_pipe/ud_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 0.0, - 8.0, - 4.0, - 12.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite.json deleted file mode 100644 index 6675530e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_slab.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_slab.json deleted file mode 100644 index f4a54ec1..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished", - "side": "tfmg:block/palettes/stone_types/slab/bauxite_cut_slab", - "top": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_slab_double.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_slab_double.json deleted file mode 100644 index 698f6e07..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_slab_double.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/cube_column", - "textures": { - "end": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished", - "side": "tfmg:block/palettes/stone_types/slab/bauxite_cut_slab" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_slab_top.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_slab_top.json deleted file mode 100644 index c89b7b16..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished", - "side": "tfmg:block/palettes/stone_types/slab/bauxite_cut_slab", - "top": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_stairs.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_stairs.json deleted file mode 100644 index 617300f9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished", - "side": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished", - "top": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_stairs_inner.json deleted file mode 100644 index 2da04e85..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished", - "side": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished", - "top": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_stairs_outer.json deleted file mode 100644 index 6f505abb..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished", - "side": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished", - "top": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_wall_post.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_wall_post.json deleted file mode 100644 index 51e5183b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_wall_side.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_wall_side.json deleted file mode 100644 index 5d78f343..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_wall_side_tall.json deleted file mode 100644 index aa55e40f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_bauxite_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_galena.json deleted file mode 100644 index a02754a0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/polished/galena_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_slab.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_slab.json deleted file mode 100644 index 3064fac2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/polished/galena_cut_polished", - "side": "tfmg:block/palettes/stone_types/slab/galena_cut_slab", - "top": "tfmg:block/palettes/stone_types/polished/galena_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_slab_double.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_slab_double.json deleted file mode 100644 index 5cdac9ac..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_slab_double.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/cube_column", - "textures": { - "end": "tfmg:block/palettes/stone_types/polished/galena_cut_polished", - "side": "tfmg:block/palettes/stone_types/slab/galena_cut_slab" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_slab_top.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_slab_top.json deleted file mode 100644 index fb776dc4..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/polished/galena_cut_polished", - "side": "tfmg:block/palettes/stone_types/slab/galena_cut_slab", - "top": "tfmg:block/palettes/stone_types/polished/galena_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_stairs.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_stairs.json deleted file mode 100644 index 3943af07..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/polished/galena_cut_polished", - "side": "tfmg:block/palettes/stone_types/polished/galena_cut_polished", - "top": "tfmg:block/palettes/stone_types/polished/galena_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_stairs_inner.json deleted file mode 100644 index ce3cc93c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/polished/galena_cut_polished", - "side": "tfmg:block/palettes/stone_types/polished/galena_cut_polished", - "top": "tfmg:block/palettes/stone_types/polished/galena_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_stairs_outer.json deleted file mode 100644 index 0ac465e5..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/polished/galena_cut_polished", - "side": "tfmg:block/palettes/stone_types/polished/galena_cut_polished", - "top": "tfmg:block/palettes/stone_types/polished/galena_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_wall_post.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_wall_post.json deleted file mode 100644 index e65ad9f0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/palettes/stone_types/polished/galena_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_wall_side.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_wall_side.json deleted file mode 100644 index 98efc57a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/palettes/stone_types/polished/galena_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_wall_side_tall.json deleted file mode 100644 index 1058c981..00000000 --- a/src/generated/resources/assets/tfmg/models/block/polished_cut_galena_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/palettes/stone_types/polished/galena_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/purple_caution_block.json b/src/generated/resources/assets/tfmg/models/block/purple_caution_block.json deleted file mode 100644 index fdb01f27..00000000 --- a/src/generated/resources/assets/tfmg/models/block/purple_caution_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/caution_block", - "textures": { - "0": "tfmg:block/caution_block/purple", - "particle": "tfmg:block/caution_block/purple" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/purple_concrete.json b/src/generated/resources/assets/tfmg/models/block/purple_concrete.json deleted file mode 100644 index 61379c2e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/purple_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/purple_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/purple_concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/purple_concrete_bottom.json deleted file mode 100644 index 78842bb9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/purple_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/purple_concrete", - "side": "tfmg:block/purple_concrete", - "top": "tfmg:block/purple_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/purple_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/purple_concrete_stairs.json deleted file mode 100644 index 2338b852..00000000 --- a/src/generated/resources/assets/tfmg/models/block/purple_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/purple_concrete", - "side": "tfmg:block/purple_concrete", - "top": "tfmg:block/purple_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/purple_concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/purple_concrete_stairs_inner.json deleted file mode 100644 index 9719244b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/purple_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/purple_concrete", - "side": "tfmg:block/purple_concrete", - "top": "tfmg:block/purple_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/purple_concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/purple_concrete_stairs_outer.json deleted file mode 100644 index 9d56ba60..00000000 --- a/src/generated/resources/assets/tfmg/models/block/purple_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/purple_concrete", - "side": "tfmg:block/purple_concrete", - "top": "tfmg:block/purple_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/purple_concrete_top.json b/src/generated/resources/assets/tfmg/models/block/purple_concrete_top.json deleted file mode 100644 index 50012898..00000000 --- a/src/generated/resources/assets/tfmg/models/block/purple_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/purple_concrete", - "side": "tfmg:block/purple_concrete", - "top": "tfmg:block/purple_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/purple_concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/purple_concrete_wall_post.json deleted file mode 100644 index ef2707e7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/purple_concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/purple_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/purple_concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/purple_concrete_wall_side.json deleted file mode 100644 index 891921c2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/purple_concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/purple_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/purple_concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/purple_concrete_wall_side_tall.json deleted file mode 100644 index 19f35e57..00000000 --- a/src/generated/resources/assets/tfmg/models/block/purple_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/purple_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/purple_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/purple_rebar_concrete.json deleted file mode 100644 index 61379c2e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/purple_rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/purple_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/raw_lead_block.json b/src/generated/resources/assets/tfmg/models/block/raw_lead_block.json deleted file mode 100644 index 26789f54..00000000 --- a/src/generated/resources/assets/tfmg/models/block/raw_lead_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/raw_lead_block" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/raw_lithium_block.json b/src/generated/resources/assets/tfmg/models/block/raw_lithium_block.json deleted file mode 100644 index 452c2538..00000000 --- a/src/generated/resources/assets/tfmg/models/block/raw_lithium_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/raw_lithium_block" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/raw_nickel_block.json b/src/generated/resources/assets/tfmg/models/block/raw_nickel_block.json deleted file mode 100644 index 4afc5d1f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/raw_nickel_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/raw_nickel_block" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/rebar_concrete.json deleted file mode 100644 index 031333c6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/red_caution_block.json b/src/generated/resources/assets/tfmg/models/block/red_caution_block.json deleted file mode 100644 index 75c5496e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/red_caution_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/caution_block", - "textures": { - "0": "tfmg:block/caution_block/red", - "particle": "tfmg:block/caution_block/red" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/red_concrete.json b/src/generated/resources/assets/tfmg/models/block/red_concrete.json deleted file mode 100644 index 081ad945..00000000 --- a/src/generated/resources/assets/tfmg/models/block/red_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/red_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/red_concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/red_concrete_bottom.json deleted file mode 100644 index 16dee328..00000000 --- a/src/generated/resources/assets/tfmg/models/block/red_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/red_concrete", - "side": "tfmg:block/red_concrete", - "top": "tfmg:block/red_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/red_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/red_concrete_stairs.json deleted file mode 100644 index 4964ffab..00000000 --- a/src/generated/resources/assets/tfmg/models/block/red_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/red_concrete", - "side": "tfmg:block/red_concrete", - "top": "tfmg:block/red_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/red_concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/red_concrete_stairs_inner.json deleted file mode 100644 index 22adc015..00000000 --- a/src/generated/resources/assets/tfmg/models/block/red_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/red_concrete", - "side": "tfmg:block/red_concrete", - "top": "tfmg:block/red_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/red_concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/red_concrete_stairs_outer.json deleted file mode 100644 index 28a1233f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/red_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/red_concrete", - "side": "tfmg:block/red_concrete", - "top": "tfmg:block/red_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/red_concrete_top.json b/src/generated/resources/assets/tfmg/models/block/red_concrete_top.json deleted file mode 100644 index 543d0fff..00000000 --- a/src/generated/resources/assets/tfmg/models/block/red_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/red_concrete", - "side": "tfmg:block/red_concrete", - "top": "tfmg:block/red_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/red_concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/red_concrete_wall_post.json deleted file mode 100644 index 6965aa4c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/red_concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/red_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/red_concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/red_concrete_wall_side.json deleted file mode 100644 index 7aa08d99..00000000 --- a/src/generated/resources/assets/tfmg/models/block/red_concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/red_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/red_concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/red_concrete_wall_side_tall.json deleted file mode 100644 index f3636ed7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/red_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/red_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/red_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/red_rebar_concrete.json deleted file mode 100644 index 081ad945..00000000 --- a/src/generated/resources/assets/tfmg/models/block/red_rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/red_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/reinforced_fireproof_bricks.json b/src/generated/resources/assets/tfmg/models/block/reinforced_fireproof_bricks.json deleted file mode 100644 index 3879b13b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/reinforced_fireproof_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/fireproof_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/rusted_blast_furnace_reinforcement.json b/src/generated/resources/assets/tfmg/models/block/rusted_blast_furnace_reinforcement.json deleted file mode 100644 index 9ed015be..00000000 --- a/src/generated/resources/assets/tfmg/models/block/rusted_blast_furnace_reinforcement.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/rusted_blast_furnace_reinforcement" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/slag_block.json b/src/generated/resources/assets/tfmg/models/block/slag_block.json deleted file mode 100644 index c6a4af00..00000000 --- a/src/generated/resources/assets/tfmg/models/block/slag_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/slag_block" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/slag_bricks.json b/src/generated/resources/assets/tfmg/models/block/slag_bricks.json deleted file mode 100644 index 9eb6a30f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/slag_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/slag_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/slag_bricks_bottom.json b/src/generated/resources/assets/tfmg/models/block/slag_bricks_bottom.json deleted file mode 100644 index ed1a94b1..00000000 --- a/src/generated/resources/assets/tfmg/models/block/slag_bricks_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/slag_bricks", - "side": "tfmg:block/slag_bricks", - "top": "tfmg:block/slag_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/slag_bricks_stairs.json b/src/generated/resources/assets/tfmg/models/block/slag_bricks_stairs.json deleted file mode 100644 index 3ab47af8..00000000 --- a/src/generated/resources/assets/tfmg/models/block/slag_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/slag_bricks", - "side": "tfmg:block/slag_bricks", - "top": "tfmg:block/slag_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/slag_bricks_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/slag_bricks_stairs_inner.json deleted file mode 100644 index df033ffd..00000000 --- a/src/generated/resources/assets/tfmg/models/block/slag_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/slag_bricks", - "side": "tfmg:block/slag_bricks", - "top": "tfmg:block/slag_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/slag_bricks_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/slag_bricks_stairs_outer.json deleted file mode 100644 index 5c95edc5..00000000 --- a/src/generated/resources/assets/tfmg/models/block/slag_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/slag_bricks", - "side": "tfmg:block/slag_bricks", - "top": "tfmg:block/slag_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/slag_bricks_top.json b/src/generated/resources/assets/tfmg/models/block/slag_bricks_top.json deleted file mode 100644 index f68441c7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/slag_bricks_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/slag_bricks", - "side": "tfmg:block/slag_bricks", - "top": "tfmg:block/slag_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/slag_bricks_wall_post.json b/src/generated/resources/assets/tfmg/models/block/slag_bricks_wall_post.json deleted file mode 100644 index c2e4f117..00000000 --- a/src/generated/resources/assets/tfmg/models/block/slag_bricks_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/slag_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/slag_bricks_wall_side.json b/src/generated/resources/assets/tfmg/models/block/slag_bricks_wall_side.json deleted file mode 100644 index 646853b2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/slag_bricks_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/slag_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/slag_bricks_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/slag_bricks_wall_side_tall.json deleted file mode 100644 index b408aba9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/slag_bricks_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/slag_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_bauxite_brick_slab.json b/src/generated/resources/assets/tfmg/models/block/small_bauxite_brick_slab.json deleted file mode 100644 index ac603c5d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_bauxite_brick_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", - "side": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", - "top": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_bauxite_brick_slab_top.json b/src/generated/resources/assets/tfmg/models/block/small_bauxite_brick_slab_top.json deleted file mode 100644 index 269db9d9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_bauxite_brick_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", - "side": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", - "top": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_bauxite_brick_stairs.json b/src/generated/resources/assets/tfmg/models/block/small_bauxite_brick_stairs.json deleted file mode 100644 index bfe55e74..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_bauxite_brick_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", - "side": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", - "top": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_bauxite_brick_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/small_bauxite_brick_stairs_inner.json deleted file mode 100644 index 60244142..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_bauxite_brick_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", - "side": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", - "top": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_bauxite_brick_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/small_bauxite_brick_stairs_outer.json deleted file mode 100644 index a89d760b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_bauxite_brick_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", - "side": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", - "top": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_bauxite_bricks.json b/src/generated/resources/assets/tfmg/models/block/small_bauxite_bricks.json deleted file mode 100644 index be636731..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_bauxite_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_bauxite_bricks_wall_post.json b/src/generated/resources/assets/tfmg/models/block/small_bauxite_bricks_wall_post.json deleted file mode 100644 index d75c0667..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_bauxite_bricks_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_bauxite_bricks_wall_side.json b/src/generated/resources/assets/tfmg/models/block/small_bauxite_bricks_wall_side.json deleted file mode 100644 index 6f3b6edf..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_bauxite_bricks_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_bauxite_bricks_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/small_bauxite_bricks_wall_side_tall.json deleted file mode 100644 index 936f1958..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_bauxite_bricks_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_galena_brick_slab.json b/src/generated/resources/assets/tfmg/models/block/small_galena_brick_slab.json deleted file mode 100644 index 2f6c2fcb..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_galena_brick_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick", - "side": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick", - "top": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_galena_brick_slab_top.json b/src/generated/resources/assets/tfmg/models/block/small_galena_brick_slab_top.json deleted file mode 100644 index 0e366c44..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_galena_brick_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick", - "side": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick", - "top": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_galena_brick_stairs.json b/src/generated/resources/assets/tfmg/models/block/small_galena_brick_stairs.json deleted file mode 100644 index f6748ee4..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_galena_brick_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick", - "side": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick", - "top": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_galena_brick_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/small_galena_brick_stairs_inner.json deleted file mode 100644 index 66e5eec1..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_galena_brick_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick", - "side": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick", - "top": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_galena_brick_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/small_galena_brick_stairs_outer.json deleted file mode 100644 index 6fb18941..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_galena_brick_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick", - "side": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick", - "top": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_galena_bricks.json b/src/generated/resources/assets/tfmg/models/block/small_galena_bricks.json deleted file mode 100644 index a05cb088..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_galena_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_galena_bricks_wall_post.json b/src/generated/resources/assets/tfmg/models/block/small_galena_bricks_wall_post.json deleted file mode 100644 index 17127420..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_galena_bricks_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_galena_bricks_wall_side.json b/src/generated/resources/assets/tfmg/models/block/small_galena_bricks_wall_side.json deleted file mode 100644 index fe12fb09..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_galena_bricks_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/small_galena_bricks_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/small_galena_bricks_wall_side_tall.json deleted file mode 100644 index a0938428..00000000 --- a/src/generated/resources/assets/tfmg/models/block/small_galena_bricks_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_block.json b/src/generated/resources/assets/tfmg/models/block/steel_block.json deleted file mode 100644 index f6c7c1b3..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/steel_block" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_cable_hub.json b/src/generated/resources/assets/tfmg/models/block/steel_cable_hub.json deleted file mode 100644 index 8eb0e830..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_cable_hub.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/steel_cable_hub" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_cap.json b/src/generated/resources/assets/tfmg/models/block/steel_cap.json deleted file mode 100644 index 0bcbe922..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_cap.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/cap", - "textures": { - "bars": "tfmg:block/bars/steel_bars", - "edge": "tfmg:block/bars/steel_bars_edge", - "particle": "tfmg:block/bars/steel_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_cap_alt.json b/src/generated/resources/assets/tfmg/models/block/steel_cap_alt.json deleted file mode 100644 index c7c3aae5..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_cap_alt.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/cap_alt", - "textures": { - "bars": "tfmg:block/bars/steel_bars", - "edge": "tfmg:block/bars/steel_bars_edge", - "particle": "tfmg:block/bars/steel_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_casing.json b/src/generated/resources/assets/tfmg/models/block/steel_casing.json deleted file mode 100644 index fd90632b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_casing.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/steel_casing" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_casing_cable_hub.json b/src/generated/resources/assets/tfmg/models/block/steel_casing_cable_hub.json deleted file mode 100644 index 1734920a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_casing_cable_hub.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/steel_casing_cable_hub" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_aluminum_cogwheel.json deleted file mode 100644 index bd6c0ad0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_aluminum_cogwheel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_aluminum_cogwheel_bottom.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_aluminum_cogwheel_bottom.json deleted file mode 100644 index 01b81768..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_aluminum_cogwheel_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block_bottom", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_aluminum_cogwheel_top.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_aluminum_cogwheel_top.json deleted file mode 100644 index 69f3723e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_aluminum_cogwheel_top.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block_top", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_aluminum_cogwheel_top_bottom.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_aluminum_cogwheel_top_bottom.json deleted file mode 100644 index d44d1534..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_aluminum_cogwheel_top_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block_top_bottom", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel.json deleted file mode 100644 index fb5f7cb2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel_bottom.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel_bottom.json deleted file mode 100644 index ca56f7a9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block_bottom", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel_top.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel_top.json deleted file mode 100644 index 418f97c7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel_top.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block_top", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel_top_bottom.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel_top_bottom.json deleted file mode 100644 index bd8a3c9f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel_top_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block_top_bottom", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_steel_cogwheel.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_large_steel_cogwheel.json deleted file mode 100644 index fb5f7cb2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_steel_cogwheel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_steel_cogwheel_bottom.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_large_steel_cogwheel_bottom.json deleted file mode 100644 index ca56f7a9..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_steel_cogwheel_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block_bottom", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_steel_cogwheel_top.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_large_steel_cogwheel_top.json deleted file mode 100644 index 418f97c7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_steel_cogwheel_top.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block_top", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_steel_cogwheel_top_bottom.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_large_steel_cogwheel_top_bottom.json deleted file mode 100644 index bd8a3c9f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_large_steel_cogwheel_top_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/block_top_bottom", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_steel_cogwheel.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_steel_cogwheel.json deleted file mode 100644 index bd6c0ad0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_steel_cogwheel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_steel_cogwheel_bottom.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_steel_cogwheel_bottom.json deleted file mode 100644 index 01b81768..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_steel_cogwheel_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block_bottom", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_steel_cogwheel_top.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_steel_cogwheel_top.json deleted file mode 100644 index 69f3723e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_steel_cogwheel_top.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block_top", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_encased_steel_cogwheel_top_bottom.json b/src/generated/resources/assets/tfmg/models/block/steel_encased_steel_cogwheel_top_bottom.json deleted file mode 100644 index d44d1534..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_encased_steel_cogwheel_top_bottom.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/block_top_bottom", - "textures": { - "1": "tfmg:block/steel_casing", - "4": "tfmg:block/steel_gearbox", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_ladder.json b/src/generated/resources/assets/tfmg/models/block/steel_ladder.json deleted file mode 100644 index 68af6e7e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_ladder.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/ladder", - "textures": { - "0": "tfmg:block/ladder_steel_hoop", - "1": "tfmg:block/ladder_steel", - "particle": "tfmg:block/ladder_steel" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/d_x.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/d_x.json deleted file mode 100644 index e70a51de..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/d_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 0.0, - 0.0, - 4.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/d_y.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/d_y.json deleted file mode 100644 index 79254d06..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/d_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/d_z.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/d_z.json deleted file mode 100644 index 7649c962..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/d_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 0.0, - 0.0, - 4.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/l_x.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/l_x.json deleted file mode 100644 index 9ef1acaa..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/l_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 8.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/l_y.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/l_y.json deleted file mode 100644 index 60f9672c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/l_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/l_z.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/l_z.json deleted file mode 100644 index 4209dcd8..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/l_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 8.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ld_x.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/ld_x.json deleted file mode 100644 index 102984af..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ld_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 16.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ld_y.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/ld_y.json deleted file mode 100644 index 8f4a73e8..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ld_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ld_z.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/ld_z.json deleted file mode 100644 index d28fc2e8..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ld_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 16.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/lr_x.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/lr_x.json deleted file mode 100644 index df57ae6b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/lr_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 8.0, - 12.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/lr_y.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/lr_y.json deleted file mode 100644 index 8aa7dadc..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/lr_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 8.0, - 12.0, - 4.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/lr_z.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/lr_z.json deleted file mode 100644 index d5f321ac..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/lr_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 8.0, - 12.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/lu_x.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/lu_x.json deleted file mode 100644 index 5bbe6940..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/lu_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/lu_y.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/lu_y.json deleted file mode 100644 index 0bed187d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/lu_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 16.0, - 8.0, - 12.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/lu_z.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/lu_z.json deleted file mode 100644 index 555177a5..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/lu_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/r_x.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/r_x.json deleted file mode 100644 index c1c2541f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/r_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/r_y.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/r_y.json deleted file mode 100644 index c33f59e2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/r_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/r_z.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/r_z.json deleted file mode 100644 index cd5f123a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/r_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/rd_x.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/rd_x.json deleted file mode 100644 index ec78102c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/rd_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 12.0, - 4.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/rd_y.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/rd_y.json deleted file mode 100644 index 291bf140..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/rd_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 0.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/rd_z.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/rd_z.json deleted file mode 100644 index a23dcc4a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/rd_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 12.0, - 4.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ru_x.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/ru_x.json deleted file mode 100644 index 24260f4a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ru_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ru_y.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/ru_y.json deleted file mode 100644 index b545e76f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ru_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 12.0, - 8.0, - 8.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ru_z.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/ru_z.json deleted file mode 100644 index 9e96bd4d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ru_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/u_x.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/u_x.json deleted file mode 100644 index c6429090..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/u_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/u_y.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/u_y.json deleted file mode 100644 index 202ecacd..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/u_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 4.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/u_z.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/u_z.json deleted file mode 100644 index d6f65cb7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/u_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ud_x.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/ud_x.json deleted file mode 100644 index 1d6b8bad..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ud_x.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_x", - "elements": [ - { - "faces": { - "east": { - "texture": "#0", - "uv": [ - 0.0, - 8.0, - 4.0, - 12.0 - ] - }, - "west": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ud_y.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/ud_y.json deleted file mode 100644 index 531428d6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ud_y.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_y", - "elements": [ - { - "faces": { - "down": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - }, - "up": { - "texture": "#0", - "uv": [ - 4.0, - 12.0, - 0.0, - 8.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ud_z.json b/src/generated/resources/assets/tfmg/models/block/steel_pipe/ud_z.json deleted file mode 100644 index 7d922c4d..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_pipe/ud_z.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/core_z", - "elements": [ - { - "faces": { - "north": { - "texture": "#0", - "uv": [ - 0.0, - 8.0, - 4.0, - 12.0 - ] - }, - "south": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - } - }, - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_post.json b/src/generated/resources/assets/tfmg/models/block/steel_post.json deleted file mode 100644 index d8938b14..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_post.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/post", - "textures": { - "bars": "tfmg:block/bars/steel_bars", - "edge": "tfmg:block/bars/steel_bars_edge", - "particle": "tfmg:block/bars/steel_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_post_ends.json b/src/generated/resources/assets/tfmg/models/block/steel_post_ends.json deleted file mode 100644 index 5fa100c6..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_post_ends.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/post_ends", - "textures": { - "bars": "tfmg:block/bars/steel_bars", - "edge": "tfmg:block/bars/steel_bars_edge", - "particle": "tfmg:block/bars/steel_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_scaffolding.json b/src/generated/resources/assets/tfmg/models/block/steel_scaffolding.json deleted file mode 100644 index 4890ed09..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_scaffolding.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/scaffold/block", - "textures": { - "casing": "tfmg:block/steel_casing", - "inside": "tfmg:block/scaffold/steel_scaffold_inside", - "particle": "tfmg:block/scaffold/steel_scaffold", - "side": "tfmg:block/scaffold/steel_scaffold", - "top": "tfmg:block/funnel/steel_funnel_frame" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_scaffolding_horizontal.json b/src/generated/resources/assets/tfmg/models/block/steel_scaffolding_horizontal.json deleted file mode 100644 index c5096bdd..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_scaffolding_horizontal.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "tfmg:block/scaffold/block_horizontal", - "textures": { - "casing": "tfmg:block/steel_casing", - "inside": "tfmg:block/scaffold/steel_scaffold_inside", - "particle": "tfmg:block/scaffold/steel_scaffold", - "side": "tfmg:block/scaffold/steel_scaffold", - "top": "tfmg:block/funnel/steel_funnel_frame" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_side.json b/src/generated/resources/assets/tfmg/models/block/steel_side.json deleted file mode 100644 index 85947209..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_side.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/side", - "textures": { - "bars": "tfmg:block/bars/steel_bars", - "edge": "tfmg:block/bars/steel_bars_edge", - "particle": "tfmg:block/bars/steel_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/steel_side_alt.json b/src/generated/resources/assets/tfmg/models/block/steel_side_alt.json deleted file mode 100644 index 462b925f..00000000 --- a/src/generated/resources/assets/tfmg/models/block/steel_side_alt.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/bars/side_alt", - "textures": { - "bars": "tfmg:block/bars/steel_bars", - "edge": "tfmg:block/bars/steel_bars_edge", - "particle": "tfmg:block/bars/steel_bars" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/sulfur.json b/src/generated/resources/assets/tfmg/models/block/sulfur.json deleted file mode 100644 index 4434d579..00000000 --- a/src/generated/resources/assets/tfmg/models/block/sulfur.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/sulfur" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/white_caution_block.json b/src/generated/resources/assets/tfmg/models/block/white_caution_block.json deleted file mode 100644 index 05fb00ed..00000000 --- a/src/generated/resources/assets/tfmg/models/block/white_caution_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/caution_block", - "textures": { - "0": "tfmg:block/caution_block/white", - "particle": "tfmg:block/caution_block/white" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/white_concrete.json b/src/generated/resources/assets/tfmg/models/block/white_concrete.json deleted file mode 100644 index ffa7bcf2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/white_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/white_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/white_concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/white_concrete_bottom.json deleted file mode 100644 index fc171ab4..00000000 --- a/src/generated/resources/assets/tfmg/models/block/white_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/white_concrete", - "side": "tfmg:block/white_concrete", - "top": "tfmg:block/white_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/white_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/white_concrete_stairs.json deleted file mode 100644 index bc396763..00000000 --- a/src/generated/resources/assets/tfmg/models/block/white_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/white_concrete", - "side": "tfmg:block/white_concrete", - "top": "tfmg:block/white_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/white_concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/white_concrete_stairs_inner.json deleted file mode 100644 index 2672deb0..00000000 --- a/src/generated/resources/assets/tfmg/models/block/white_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/white_concrete", - "side": "tfmg:block/white_concrete", - "top": "tfmg:block/white_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/white_concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/white_concrete_stairs_outer.json deleted file mode 100644 index b42f3a75..00000000 --- a/src/generated/resources/assets/tfmg/models/block/white_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/white_concrete", - "side": "tfmg:block/white_concrete", - "top": "tfmg:block/white_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/white_concrete_top.json b/src/generated/resources/assets/tfmg/models/block/white_concrete_top.json deleted file mode 100644 index 649a5919..00000000 --- a/src/generated/resources/assets/tfmg/models/block/white_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/white_concrete", - "side": "tfmg:block/white_concrete", - "top": "tfmg:block/white_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/white_concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/white_concrete_wall_post.json deleted file mode 100644 index 97a03b8c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/white_concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/white_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/white_concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/white_concrete_wall_side.json deleted file mode 100644 index b95ce2f7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/white_concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/white_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/white_concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/white_concrete_wall_side_tall.json deleted file mode 100644 index e4890b95..00000000 --- a/src/generated/resources/assets/tfmg/models/block/white_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/white_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/white_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/white_rebar_concrete.json deleted file mode 100644 index ffa7bcf2..00000000 --- a/src/generated/resources/assets/tfmg/models/block/white_rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/white_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/yellow_caution_block.json b/src/generated/resources/assets/tfmg/models/block/yellow_caution_block.json deleted file mode 100644 index d95c623c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/yellow_caution_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/caution_block", - "textures": { - "0": "tfmg:block/caution_block/yellow", - "particle": "tfmg:block/caution_block/yellow" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/yellow_concrete.json b/src/generated/resources/assets/tfmg/models/block/yellow_concrete.json deleted file mode 100644 index 57c26a39..00000000 --- a/src/generated/resources/assets/tfmg/models/block/yellow_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_bottom.json b/src/generated/resources/assets/tfmg/models/block/yellow_concrete_bottom.json deleted file mode 100644 index c5172069..00000000 --- a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/yellow_concrete", - "side": "tfmg:block/yellow_concrete", - "top": "tfmg:block/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/block/yellow_concrete_stairs.json deleted file mode 100644 index c5acde0c..00000000 --- a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "tfmg:block/yellow_concrete", - "side": "tfmg:block/yellow_concrete", - "top": "tfmg:block/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_stairs_inner.json b/src/generated/resources/assets/tfmg/models/block/yellow_concrete_stairs_inner.json deleted file mode 100644 index 38d8d8d7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "tfmg:block/yellow_concrete", - "side": "tfmg:block/yellow_concrete", - "top": "tfmg:block/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_stairs_outer.json b/src/generated/resources/assets/tfmg/models/block/yellow_concrete_stairs_outer.json deleted file mode 100644 index b576b14e..00000000 --- a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "tfmg:block/yellow_concrete", - "side": "tfmg:block/yellow_concrete", - "top": "tfmg:block/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_top.json b/src/generated/resources/assets/tfmg/models/block/yellow_concrete_top.json deleted file mode 100644 index 48df4a3a..00000000 --- a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/yellow_concrete", - "side": "tfmg:block/yellow_concrete", - "top": "tfmg:block/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_wall_post.json b/src/generated/resources/assets/tfmg/models/block/yellow_concrete_wall_post.json deleted file mode 100644 index 987197d7..00000000 --- a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "tfmg:block/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_wall_side.json b/src/generated/resources/assets/tfmg/models/block/yellow_concrete_wall_side.json deleted file mode 100644 index 40e34fca..00000000 --- a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "tfmg:block/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_wall_side_tall.json b/src/generated/resources/assets/tfmg/models/block/yellow_concrete_wall_side_tall.json deleted file mode 100644 index 10e9b02b..00000000 --- a/src/generated/resources/assets/tfmg/models/block/yellow_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/block/yellow_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/block/yellow_rebar_concrete.json deleted file mode 100644 index 57c26a39..00000000 --- a/src/generated/resources/assets/tfmg/models/block/yellow_rebar_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/accumulator.json b/src/generated/resources/assets/tfmg/models/item/accumulator.json deleted file mode 100644 index 17a30b22..00000000 --- a/src/generated/resources/assets/tfmg/models/item/accumulator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/accumulator" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/advanced_potato_cannon.json b/src/generated/resources/assets/tfmg/models/item/advanced_potato_cannon.json deleted file mode 100644 index fcc3d81f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/advanced_potato_cannon.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:item/advanced_potato_cannon/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/air_bucket.json b/src/generated/resources/assets/tfmg/models/item/air_bucket.json deleted file mode 100644 index e67d92e7..00000000 --- a/src/generated/resources/assets/tfmg/models/item/air_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/air_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/air_intake.json b/src/generated/resources/assets/tfmg/models/item/air_intake.json deleted file mode 100644 index 2564c3cf..00000000 --- a/src/generated/resources/assets/tfmg/models/item/air_intake.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/air_intake/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_axe.json b/src/generated/resources/assets/tfmg/models/item/aluminum_axe.json deleted file mode 100644 index 7d2d19e3..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_axe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/aluminum_axe" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_bars.json b/src/generated/resources/assets/tfmg/models/item/aluminum_bars.json deleted file mode 100644 index 8236a710..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_bars.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:item/bars", - "textures": { - "bars": "tfmg:block/bars/aluminum_bars", - "edge": "tfmg:block/bars/aluminum_bars_edge" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_block.json b/src/generated/resources/assets/tfmg/models/item/aluminum_block.json deleted file mode 100644 index 9bb82c17..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_cable_hub.json b/src/generated/resources/assets/tfmg/models/item/aluminum_cable_hub.json deleted file mode 100644 index 06e02234..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_cable_hub.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_cable_hub" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/models/item/aluminum_cogwheel.json deleted file mode 100644 index 0bebbc65..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_cogwheel.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_door.json b/src/generated/resources/assets/tfmg/models/item/aluminum_door.json deleted file mode 100644 index 536430a5..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_door.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/aluminum_door" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_fluid_tank.json b/src/generated/resources/assets/tfmg/models/item/aluminum_fluid_tank.json deleted file mode 100644 index 61135f93..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_fluid_tank.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_fluid_tank/block_single_window" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_fluid_valve.json b/src/generated/resources/assets/tfmg/models/item/aluminum_fluid_valve.json deleted file mode 100644 index 35e5f091..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_fluid_valve.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_fluid_valve/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_flywheel.json b/src/generated/resources/assets/tfmg/models/item/aluminum_flywheel.json deleted file mode 100644 index 4d483989..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_flywheel.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_flywheel/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_frame.json b/src/generated/resources/assets/tfmg/models/item/aluminum_frame.json deleted file mode 100644 index 52501d31..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_frame/block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_hoe.json b/src/generated/resources/assets/tfmg/models/item/aluminum_hoe.json deleted file mode 100644 index bbe45e87..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_hoe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/aluminum_hoe" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_ingot.json b/src/generated/resources/assets/tfmg/models/item/aluminum_ingot.json deleted file mode 100644 index 583c3a64..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/aluminum_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_ladder.json b/src/generated/resources/assets/tfmg/models/item/aluminum_ladder.json deleted file mode 100644 index a3b61cf4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_ladder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:block/ladder_aluminum" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_lamp.json b/src/generated/resources/assets/tfmg/models/item/aluminum_lamp.json deleted file mode 100644 index 61831ff5..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_lamp.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_lamp/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_mechanical_pump.json b/src/generated/resources/assets/tfmg/models/item/aluminum_mechanical_pump.json deleted file mode 100644 index d8633bd0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_mechanical_pump.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_mechanical_pump/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_nugget.json b/src/generated/resources/assets/tfmg/models/item/aluminum_nugget.json deleted file mode 100644 index a77910b6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/aluminum_nugget" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_pickaxe.json b/src/generated/resources/assets/tfmg/models/item/aluminum_pickaxe.json deleted file mode 100644 index 18355649..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_pickaxe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/aluminum_pickaxe" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_pipe.json b/src/generated/resources/assets/tfmg/models/item/aluminum_pipe.json deleted file mode 100644 index fc1258b4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_pipe.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_pipe/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_scaffolding.json b/src/generated/resources/assets/tfmg/models/item/aluminum_scaffolding.json deleted file mode 100644 index f2dce161..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_scaffolding.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_scaffolding" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_sheet.json b/src/generated/resources/assets/tfmg/models/item/aluminum_sheet.json deleted file mode 100644 index 8f7bf606..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_sheet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/aluminum_sheet" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_shovel.json b/src/generated/resources/assets/tfmg/models/item/aluminum_shovel.json deleted file mode 100644 index 7bc634d3..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_shovel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/aluminum_shovel" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_smart_fluid_pipe.json b/src/generated/resources/assets/tfmg/models/item/aluminum_smart_fluid_pipe.json deleted file mode 100644 index 1a90cf15..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_smart_fluid_pipe.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_smart_fluid_pipe/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_spool.json b/src/generated/resources/assets/tfmg/models/item/aluminum_spool.json deleted file mode 100644 index 0055194a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_spool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/aluminum_spool" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_sword.json b/src/generated/resources/assets/tfmg/models/item/aluminum_sword.json deleted file mode 100644 index 9c4f2243..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_sword.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/aluminum_sword" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_truss.json b/src/generated/resources/assets/tfmg/models/item/aluminum_truss.json deleted file mode 100644 index a29eb8dc..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_truss.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/aluminum_truss" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/aluminum_wire.json b/src/generated/resources/assets/tfmg/models/item/aluminum_wire.json deleted file mode 100644 index f295b219..00000000 --- a/src/generated/resources/assets/tfmg/models/item/aluminum_wire.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/aluminum_wire" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/ammeter.json b/src/generated/resources/assets/tfmg/models/item/ammeter.json deleted file mode 100644 index 9b53ad1a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/ammeter.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/ammeter/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/asphalt.json b/src/generated/resources/assets/tfmg/models/item/asphalt.json deleted file mode 100644 index 8b4ea196..00000000 --- a/src/generated/resources/assets/tfmg/models/item/asphalt.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/asphalt" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/asphalt_slab.json b/src/generated/resources/assets/tfmg/models/item/asphalt_slab.json deleted file mode 100644 index b7c37180..00000000 --- a/src/generated/resources/assets/tfmg/models/item/asphalt_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/asphalt_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/asphalt_stairs.json b/src/generated/resources/assets/tfmg/models/item/asphalt_stairs.json deleted file mode 100644 index 27d5aa26..00000000 --- a/src/generated/resources/assets/tfmg/models/item/asphalt_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/asphalt_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/asphalt_wall.json b/src/generated/resources/assets/tfmg/models/item/asphalt_wall.json deleted file mode 100644 index d69ca47c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/asphalt_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/asphalt" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/bauxite.json b/src/generated/resources/assets/tfmg/models/item/bauxite.json deleted file mode 100644 index 07fd63cc..00000000 --- a/src/generated/resources/assets/tfmg/models/item/bauxite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/natural/bauxite_1" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/bauxite_pillar.json b/src/generated/resources/assets/tfmg/models/item/bauxite_pillar.json deleted file mode 100644 index a22119c1..00000000 --- a/src/generated/resources/assets/tfmg/models/item/bauxite_pillar.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/bauxite_pillar" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/bitumen.json b/src/generated/resources/assets/tfmg/models/item/bitumen.json deleted file mode 100644 index 1746fc4e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/bitumen.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/bitumen" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/blast_furnace_hatch.json b/src/generated/resources/assets/tfmg/models/item/blast_furnace_hatch.json deleted file mode 100644 index 1e1bbd05..00000000 --- a/src/generated/resources/assets/tfmg/models/item/blast_furnace_hatch.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/blast_furnace_hatch" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/blast_furnace_output.json b/src/generated/resources/assets/tfmg/models/item/blast_furnace_output.json deleted file mode 100644 index 61c68ab2..00000000 --- a/src/generated/resources/assets/tfmg/models/item/blast_furnace_output.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/blast_furnace_output/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/blast_furnace_reinforcement.json b/src/generated/resources/assets/tfmg/models/item/blast_furnace_reinforcement.json deleted file mode 100644 index ff3ac0fe..00000000 --- a/src/generated/resources/assets/tfmg/models/item/blast_furnace_reinforcement.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/blast_furnace_reinforcement" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/blast_stove.json b/src/generated/resources/assets/tfmg/models/item/blast_stove.json deleted file mode 100644 index 3ddb73c7..00000000 --- a/src/generated/resources/assets/tfmg/models/item/blast_stove.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/blast_stove/block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/blue_caution_block.json b/src/generated/resources/assets/tfmg/models/item/blue_caution_block.json deleted file mode 100644 index ded6c140..00000000 --- a/src/generated/resources/assets/tfmg/models/item/blue_caution_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/blue_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/blue_concrete.json b/src/generated/resources/assets/tfmg/models/item/blue_concrete.json deleted file mode 100644 index 676104d6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/blue_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/blue_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/blue_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/blue_concrete_slab.json deleted file mode 100644 index 432cb70d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/blue_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/blue_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/blue_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/blue_concrete_stairs.json deleted file mode 100644 index cb5cc10c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/blue_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/blue_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/blue_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/blue_concrete_wall.json deleted file mode 100644 index 799e622f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/blue_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/blue_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/blue_rebar_concrete.json deleted file mode 100644 index 88abfb36..00000000 --- a/src/generated/resources/assets/tfmg/models/item/blue_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/blue_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/blue_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/blue_rebar_concrete_slab.json deleted file mode 100644 index 432cb70d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/blue_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/blue_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/blue_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/blue_rebar_concrete_stairs.json deleted file mode 100644 index cb5cc10c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/blue_rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/blue_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/blue_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/blue_rebar_concrete_wall.json deleted file mode 100644 index 799e622f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/blue_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brass_cable_hub.json b/src/generated/resources/assets/tfmg/models/item/brass_cable_hub.json deleted file mode 100644 index 0f2f8c70..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brass_cable_hub.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/brass_cable_hub" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brass_fluid_valve.json b/src/generated/resources/assets/tfmg/models/item/brass_fluid_valve.json deleted file mode 100644 index d2c76816..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brass_fluid_valve.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/brass_fluid_valve/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brass_frame.json b/src/generated/resources/assets/tfmg/models/item/brass_frame.json deleted file mode 100644 index 2d83afed..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brass_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/brass_frame/block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brass_mechanical_pump.json b/src/generated/resources/assets/tfmg/models/item/brass_mechanical_pump.json deleted file mode 100644 index 1e38af40..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brass_mechanical_pump.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/brass_mechanical_pump/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brass_pipe.json b/src/generated/resources/assets/tfmg/models/item/brass_pipe.json deleted file mode 100644 index cd1f7150..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brass_pipe.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/brass_pipe/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brass_smart_fluid_pipe.json b/src/generated/resources/assets/tfmg/models/item/brass_smart_fluid_pipe.json deleted file mode 100644 index 573c5dc9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brass_smart_fluid_pipe.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/brass_smart_fluid_pipe/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brass_truss.json b/src/generated/resources/assets/tfmg/models/item/brass_truss.json deleted file mode 100644 index e1e22eaf..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brass_truss.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/brass_truss" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brick_smokestack.json b/src/generated/resources/assets/tfmg/models/item/brick_smokestack.json deleted file mode 100644 index 84260804..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brick_smokestack.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/brick_smokestack/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brown_caution_block.json b/src/generated/resources/assets/tfmg/models/item/brown_caution_block.json deleted file mode 100644 index 1bc4d4d0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brown_caution_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/brown_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brown_concrete.json b/src/generated/resources/assets/tfmg/models/item/brown_concrete.json deleted file mode 100644 index dfc2c988..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brown_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/brown_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brown_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/brown_concrete_slab.json deleted file mode 100644 index d6c4d75f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brown_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/brown_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brown_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/brown_concrete_stairs.json deleted file mode 100644 index 20074c95..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brown_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/brown_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brown_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/brown_concrete_wall.json deleted file mode 100644 index 7e8f2e14..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brown_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/brown_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brown_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/brown_rebar_concrete.json deleted file mode 100644 index cb0af203..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brown_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/brown_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brown_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/brown_rebar_concrete_slab.json deleted file mode 100644 index d6c4d75f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brown_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/brown_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brown_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/brown_rebar_concrete_stairs.json deleted file mode 100644 index 20074c95..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brown_rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/brown_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/brown_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/brown_rebar_concrete_wall.json deleted file mode 100644 index 7e8f2e14..00000000 --- a/src/generated/resources/assets/tfmg/models/item/brown_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/brown_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/butane_bucket.json b/src/generated/resources/assets/tfmg/models/item/butane_bucket.json deleted file mode 100644 index 56b5add0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/butane_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/butane_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cable_connector.json b/src/generated/resources/assets/tfmg/models/item/cable_connector.json deleted file mode 100644 index cef22b2b..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cable_connector.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cable_connector/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cable_tube.json b/src/generated/resources/assets/tfmg/models/item/cable_tube.json deleted file mode 100644 index 3565f52d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cable_tube.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cable_tube" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/capacitor_item.json b/src/generated/resources/assets/tfmg/models/item/capacitor_item.json deleted file mode 100644 index db78f7f7..00000000 --- a/src/generated/resources/assets/tfmg/models/item/capacitor_item.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/capacitor_item" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/carbon_dioxide_bucket.json b/src/generated/resources/assets/tfmg/models/item/carbon_dioxide_bucket.json deleted file mode 100644 index ac38873a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/carbon_dioxide_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/carbon_dioxide_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cast_iron_bars.json b/src/generated/resources/assets/tfmg/models/item/cast_iron_bars.json deleted file mode 100644 index 925c46a6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cast_iron_bars.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:item/bars", - "textures": { - "bars": "tfmg:block/bars/cast_iron_bars", - "edge": "tfmg:block/bars/cast_iron_bars_edge" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cast_iron_block.json b/src/generated/resources/assets/tfmg/models/item/cast_iron_block.json deleted file mode 100644 index 2c0d95b0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cast_iron_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cast_iron_fluid_tank.json b/src/generated/resources/assets/tfmg/models/item/cast_iron_fluid_tank.json deleted file mode 100644 index 5ac00b96..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cast_iron_fluid_tank.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_fluid_tank/block_single_window" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cast_iron_fluid_valve.json b/src/generated/resources/assets/tfmg/models/item/cast_iron_fluid_valve.json deleted file mode 100644 index a0f799f1..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cast_iron_fluid_valve.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_fluid_valve/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cast_iron_flywheel.json b/src/generated/resources/assets/tfmg/models/item/cast_iron_flywheel.json deleted file mode 100644 index 26fafd1e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cast_iron_flywheel.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_flywheel/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cast_iron_frame.json b/src/generated/resources/assets/tfmg/models/item/cast_iron_frame.json deleted file mode 100644 index 018282cb..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cast_iron_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_frame/block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cast_iron_ingot.json b/src/generated/resources/assets/tfmg/models/item/cast_iron_ingot.json deleted file mode 100644 index 353747f9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cast_iron_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/cast_iron_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cast_iron_ladder.json b/src/generated/resources/assets/tfmg/models/item/cast_iron_ladder.json deleted file mode 100644 index dedf0e87..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cast_iron_ladder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:block/ladder_cast_iron" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cast_iron_mechanical_pump.json b/src/generated/resources/assets/tfmg/models/item/cast_iron_mechanical_pump.json deleted file mode 100644 index 82a5d017..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cast_iron_mechanical_pump.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_mechanical_pump/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cast_iron_nugget.json b/src/generated/resources/assets/tfmg/models/item/cast_iron_nugget.json deleted file mode 100644 index 7d5aadd3..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cast_iron_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/cast_iron_nugget" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cast_iron_pipe.json b/src/generated/resources/assets/tfmg/models/item/cast_iron_pipe.json deleted file mode 100644 index fc4a7e5d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cast_iron_pipe.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_pipe/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cast_iron_sheet.json b/src/generated/resources/assets/tfmg/models/item/cast_iron_sheet.json deleted file mode 100644 index 2b107ce9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cast_iron_sheet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/cast_iron_sheet" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cast_iron_smart_fluid_pipe.json b/src/generated/resources/assets/tfmg/models/item/cast_iron_smart_fluid_pipe.json deleted file mode 100644 index 3db6eada..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cast_iron_smart_fluid_pipe.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_smart_fluid_pipe/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cast_iron_truss.json b/src/generated/resources/assets/tfmg/models/item/cast_iron_truss.json deleted file mode 100644 index 66e1ea45..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cast_iron_truss.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_truss" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/casting_basin.json b/src/generated/resources/assets/tfmg/models/item/casting_basin.json deleted file mode 100644 index dae6e284..00000000 --- a/src/generated/resources/assets/tfmg/models/item/casting_basin.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/casting_basin/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/centrifuge.json b/src/generated/resources/assets/tfmg/models/item/centrifuge.json deleted file mode 100644 index 95f8c530..00000000 --- a/src/generated/resources/assets/tfmg/models/item/centrifuge.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/centrifuge" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cinderblock.json b/src/generated/resources/assets/tfmg/models/item/cinderblock.json deleted file mode 100644 index d61652f2..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cinderblock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/cinderblock" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cinderflourblock.json b/src/generated/resources/assets/tfmg/models/item/cinderflourblock.json deleted file mode 100644 index a3b375e9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cinderflourblock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/cinderflourblock" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/circuit_board.json b/src/generated/resources/assets/tfmg/models/item/circuit_board.json deleted file mode 100644 index 0ac2dd40..00000000 --- a/src/generated/resources/assets/tfmg/models/item/circuit_board.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/circuit_board" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/circular_light.json b/src/generated/resources/assets/tfmg/models/item/circular_light.json deleted file mode 100644 index b609b98d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/circular_light.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/circular_light/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/coal_coke.json b/src/generated/resources/assets/tfmg/models/item/coal_coke.json deleted file mode 100644 index 0f4827ec..00000000 --- a/src/generated/resources/assets/tfmg/models/item/coal_coke.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/coal_coke" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/coal_coke_block.json b/src/generated/resources/assets/tfmg/models/item/coal_coke_block.json deleted file mode 100644 index 332caee7..00000000 --- a/src/generated/resources/assets/tfmg/models/item/coal_coke_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/coal_coke_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/coal_coke_dust.json b/src/generated/resources/assets/tfmg/models/item/coal_coke_dust.json deleted file mode 100644 index 196f269c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/coal_coke_dust.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/coal_coke_dust" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/coated_circuit_board.json b/src/generated/resources/assets/tfmg/models/item/coated_circuit_board.json deleted file mode 100644 index 8f47a805..00000000 --- a/src/generated/resources/assets/tfmg/models/item/coated_circuit_board.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/coated_circuit_board" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/coke_oven.json b/src/generated/resources/assets/tfmg/models/item/coke_oven.json deleted file mode 100644 index 988a1b83..00000000 --- a/src/generated/resources/assets/tfmg/models/item/coke_oven.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/coke_oven/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/concrete.json b/src/generated/resources/assets/tfmg/models/item/concrete.json deleted file mode 100644 index c9f717bd..00000000 --- a/src/generated/resources/assets/tfmg/models/item/concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/concrete_hose.json b/src/generated/resources/assets/tfmg/models/item/concrete_hose.json deleted file mode 100644 index 715731fa..00000000 --- a/src/generated/resources/assets/tfmg/models/item/concrete_hose.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/concrete_hose/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/concrete_mixture.json b/src/generated/resources/assets/tfmg/models/item/concrete_mixture.json deleted file mode 100644 index adf61957..00000000 --- a/src/generated/resources/assets/tfmg/models/item/concrete_mixture.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/concrete_mixture" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/concrete_slab.json deleted file mode 100644 index 52c2712a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/concrete_smokestack.json b/src/generated/resources/assets/tfmg/models/item/concrete_smokestack.json deleted file mode 100644 index 7f1de2ee..00000000 --- a/src/generated/resources/assets/tfmg/models/item/concrete_smokestack.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/concrete_smokestack/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/concrete_stairs.json deleted file mode 100644 index dcef81f4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/concrete_wall.json deleted file mode 100644 index 778708ce..00000000 --- a/src/generated/resources/assets/tfmg/models/item/concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/constantan_block.json b/src/generated/resources/assets/tfmg/models/item/constantan_block.json deleted file mode 100644 index 626ff630..00000000 --- a/src/generated/resources/assets/tfmg/models/item/constantan_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/constantan_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/constantan_frame.json b/src/generated/resources/assets/tfmg/models/item/constantan_frame.json deleted file mode 100644 index 83b70d9b..00000000 --- a/src/generated/resources/assets/tfmg/models/item/constantan_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/constantan_frame/block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/constantan_ingot.json b/src/generated/resources/assets/tfmg/models/item/constantan_ingot.json deleted file mode 100644 index 60fbef10..00000000 --- a/src/generated/resources/assets/tfmg/models/item/constantan_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/constantan_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/constantan_ladder.json b/src/generated/resources/assets/tfmg/models/item/constantan_ladder.json deleted file mode 100644 index 91a21bab..00000000 --- a/src/generated/resources/assets/tfmg/models/item/constantan_ladder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:block/ladder_constantan" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/constantan_nugget.json b/src/generated/resources/assets/tfmg/models/item/constantan_nugget.json deleted file mode 100644 index 2a7a3c02..00000000 --- a/src/generated/resources/assets/tfmg/models/item/constantan_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/constantan_nugget" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/constantan_spool.json b/src/generated/resources/assets/tfmg/models/item/constantan_spool.json deleted file mode 100644 index 6fae986c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/constantan_spool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/constantan_spool" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/constantan_truss.json b/src/generated/resources/assets/tfmg/models/item/constantan_truss.json deleted file mode 100644 index 0488c6d7..00000000 --- a/src/generated/resources/assets/tfmg/models/item/constantan_truss.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/constantan_truss" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/constantan_wire.json b/src/generated/resources/assets/tfmg/models/item/constantan_wire.json deleted file mode 100644 index 51f994fb..00000000 --- a/src/generated/resources/assets/tfmg/models/item/constantan_wire.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/constantan_wire" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/converter.json b/src/generated/resources/assets/tfmg/models/item/converter.json deleted file mode 100644 index f4191d23..00000000 --- a/src/generated/resources/assets/tfmg/models/item/converter.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/converter/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cooling_fluid_bottle.json b/src/generated/resources/assets/tfmg/models/item/cooling_fluid_bottle.json deleted file mode 100644 index 14e94e59..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cooling_fluid_bottle.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/cooling_fluid_bottle" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cooling_fluid_bucket.json b/src/generated/resources/assets/tfmg/models/item/cooling_fluid_bucket.json deleted file mode 100644 index e7e6a59e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cooling_fluid_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/cooling_fluid_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/copper_cable_hub.json b/src/generated/resources/assets/tfmg/models/item/copper_cable_hub.json deleted file mode 100644 index 472ee502..00000000 --- a/src/generated/resources/assets/tfmg/models/item/copper_cable_hub.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/copper_cable_hub" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/copper_electrode.json b/src/generated/resources/assets/tfmg/models/item/copper_electrode.json deleted file mode 100644 index c2595098..00000000 --- a/src/generated/resources/assets/tfmg/models/item/copper_electrode.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:item/copper_electrode_model" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/copper_frame.json b/src/generated/resources/assets/tfmg/models/item/copper_frame.json deleted file mode 100644 index 32f44840..00000000 --- a/src/generated/resources/assets/tfmg/models/item/copper_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/copper_frame/block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/copper_grenade.json b/src/generated/resources/assets/tfmg/models/item/copper_grenade.json deleted file mode 100644 index 56a0a703..00000000 --- a/src/generated/resources/assets/tfmg/models/item/copper_grenade.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/copper_grenade" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/copper_spool.json b/src/generated/resources/assets/tfmg/models/item/copper_spool.json deleted file mode 100644 index 01e9db4f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/copper_spool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/copper_spool" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/copper_sulfate.json b/src/generated/resources/assets/tfmg/models/item/copper_sulfate.json deleted file mode 100644 index 0e5c14ab..00000000 --- a/src/generated/resources/assets/tfmg/models/item/copper_sulfate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/copper_sulfate" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/copper_truss.json b/src/generated/resources/assets/tfmg/models/item/copper_truss.json deleted file mode 100644 index 8f202289..00000000 --- a/src/generated/resources/assets/tfmg/models/item/copper_truss.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/copper_truss" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/copper_wire.json b/src/generated/resources/assets/tfmg/models/item/copper_wire.json deleted file mode 100644 index 0a57d95a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/copper_wire.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/copper_wire" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/copycat_cable_block.json b/src/generated/resources/assets/tfmg/models/item/copycat_cable_block.json deleted file mode 100644 index c6551049..00000000 --- a/src/generated/resources/assets/tfmg/models/item/copycat_cable_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/copycat_cable_block/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/crankshaft.json b/src/generated/resources/assets/tfmg/models/item/crankshaft.json deleted file mode 100644 index 76eb9b30..00000000 --- a/src/generated/resources/assets/tfmg/models/item/crankshaft.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/crankshaft" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/creative_generator.json b/src/generated/resources/assets/tfmg/models/item/creative_generator.json deleted file mode 100644 index 5044bde5..00000000 --- a/src/generated/resources/assets/tfmg/models/item/creative_generator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/creative_generator" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/creosote_bucket.json b/src/generated/resources/assets/tfmg/models/item/creosote_bucket.json deleted file mode 100644 index 2ee4ed9e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/creosote_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/creosote_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/crude_oil_bucket.json b/src/generated/resources/assets/tfmg/models/item/crude_oil_bucket.json deleted file mode 100644 index 6ce9c129..00000000 --- a/src/generated/resources/assets/tfmg/models/item/crude_oil_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/crude_oil_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_bauxite.json b/src/generated/resources/assets/tfmg/models/item/cut_bauxite.json deleted file mode 100644 index 09e97da0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_bauxite.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cut_bauxite" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_bauxite_brick_slab.json b/src/generated/resources/assets/tfmg/models/item/cut_bauxite_brick_slab.json deleted file mode 100644 index ecf67152..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_bauxite_brick_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cut_bauxite_brick_slab" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_bauxite_brick_stairs.json b/src/generated/resources/assets/tfmg/models/item/cut_bauxite_brick_stairs.json deleted file mode 100644 index 6fa4217e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_bauxite_brick_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cut_bauxite_brick_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_bauxite_brick_wall.json b/src/generated/resources/assets/tfmg/models/item/cut_bauxite_brick_wall.json deleted file mode 100644 index 2093a9b7..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_bauxite_brick_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/palettes/stone_types/brick/bauxite_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_bauxite_bricks.json b/src/generated/resources/assets/tfmg/models/item/cut_bauxite_bricks.json deleted file mode 100644 index c30da0af..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_bauxite_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cut_bauxite_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_bauxite_slab.json b/src/generated/resources/assets/tfmg/models/item/cut_bauxite_slab.json deleted file mode 100644 index 5656c3dc..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_bauxite_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cut_bauxite_slab" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_bauxite_stairs.json b/src/generated/resources/assets/tfmg/models/item/cut_bauxite_stairs.json deleted file mode 100644 index 4834a131..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_bauxite_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cut_bauxite_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_bauxite_wall.json b/src/generated/resources/assets/tfmg/models/item/cut_bauxite_wall.json deleted file mode 100644 index c38ccdae..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_bauxite_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/palettes/stone_types/cut/bauxite_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_galena.json b/src/generated/resources/assets/tfmg/models/item/cut_galena.json deleted file mode 100644 index e78fffd3..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_galena.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cut_galena" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_galena_brick_slab.json b/src/generated/resources/assets/tfmg/models/item/cut_galena_brick_slab.json deleted file mode 100644 index 9ea3ca6a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_galena_brick_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cut_galena_brick_slab" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_galena_brick_stairs.json b/src/generated/resources/assets/tfmg/models/item/cut_galena_brick_stairs.json deleted file mode 100644 index cacc9042..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_galena_brick_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cut_galena_brick_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_galena_brick_wall.json b/src/generated/resources/assets/tfmg/models/item/cut_galena_brick_wall.json deleted file mode 100644 index 8c63bdf7..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_galena_brick_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/palettes/stone_types/brick/galena_cut_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_galena_bricks.json b/src/generated/resources/assets/tfmg/models/item/cut_galena_bricks.json deleted file mode 100644 index 5ddd31f4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_galena_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cut_galena_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_galena_slab.json b/src/generated/resources/assets/tfmg/models/item/cut_galena_slab.json deleted file mode 100644 index 7267810b..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_galena_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cut_galena_slab" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_galena_stairs.json b/src/generated/resources/assets/tfmg/models/item/cut_galena_stairs.json deleted file mode 100644 index e381ed15..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_galena_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cut_galena_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cut_galena_wall.json b/src/generated/resources/assets/tfmg/models/item/cut_galena_wall.json deleted file mode 100644 index f19568a1..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cut_galena_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/palettes/stone_types/cut/galena_cut" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cyan_caution_block.json b/src/generated/resources/assets/tfmg/models/item/cyan_caution_block.json deleted file mode 100644 index 1cdb61f5..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cyan_caution_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cyan_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cyan_concrete.json b/src/generated/resources/assets/tfmg/models/item/cyan_concrete.json deleted file mode 100644 index 9da3dd41..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cyan_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cyan_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cyan_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/cyan_concrete_slab.json deleted file mode 100644 index c72b90b4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cyan_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cyan_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cyan_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/cyan_concrete_stairs.json deleted file mode 100644 index f58d9ed8..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cyan_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cyan_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cyan_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/cyan_concrete_wall.json deleted file mode 100644 index af0be36c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cyan_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/cyan_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cyan_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/cyan_rebar_concrete.json deleted file mode 100644 index cc45679b..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cyan_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cyan_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cyan_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/cyan_rebar_concrete_slab.json deleted file mode 100644 index c72b90b4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cyan_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cyan_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cyan_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/cyan_rebar_concrete_stairs.json deleted file mode 100644 index f58d9ed8..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cyan_rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/cyan_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/cyan_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/cyan_rebar_concrete_wall.json deleted file mode 100644 index af0be36c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/cyan_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/cyan_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/debug_cinderblock.json b/src/generated/resources/assets/tfmg/models/item/debug_cinderblock.json deleted file mode 100644 index ab1c6e95..00000000 --- a/src/generated/resources/assets/tfmg/models/item/debug_cinderblock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/debug_cinderblock" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/debug_conductor.json b/src/generated/resources/assets/tfmg/models/item/debug_conductor.json deleted file mode 100644 index 08c57f7b..00000000 --- a/src/generated/resources/assets/tfmg/models/item/debug_conductor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/debug_conductor" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/debug_electric_block.json b/src/generated/resources/assets/tfmg/models/item/debug_electric_block.json deleted file mode 100644 index af2aeb42..00000000 --- a/src/generated/resources/assets/tfmg/models/item/debug_electric_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/debug_electric_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/debug_generator_block.json b/src/generated/resources/assets/tfmg/models/item/debug_generator_block.json deleted file mode 100644 index 4c991574..00000000 --- a/src/generated/resources/assets/tfmg/models/item/debug_generator_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/debug_generator_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/deepslate_lead_ore.json b/src/generated/resources/assets/tfmg/models/item/deepslate_lead_ore.json deleted file mode 100644 index bed40dd0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/deepslate_lead_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/deepslate_lead_ore" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/deepslate_lithium_ore.json b/src/generated/resources/assets/tfmg/models/item/deepslate_lithium_ore.json deleted file mode 100644 index ac3cec3e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/deepslate_lithium_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/deepslate_lithium_ore" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/deepslate_nickel_ore.json b/src/generated/resources/assets/tfmg/models/item/deepslate_nickel_ore.json deleted file mode 100644 index f95b54bc..00000000 --- a/src/generated/resources/assets/tfmg/models/item/deepslate_nickel_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/deepslate_nickel_ore" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/deposit_item.json b/src/generated/resources/assets/tfmg/models/item/deposit_item.json deleted file mode 100644 index 180e3bb6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/deposit_item.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/deposit_item" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/diagonal_cable_block.json b/src/generated/resources/assets/tfmg/models/item/diagonal_cable_block.json deleted file mode 100644 index 946e0766..00000000 --- a/src/generated/resources/assets/tfmg/models/item/diagonal_cable_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/diagonal_cable_block/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/diesel_bucket.json b/src/generated/resources/assets/tfmg/models/item/diesel_bucket.json deleted file mode 100644 index 36334c7a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/diesel_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/diesel_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/electric_casing.json b/src/generated/resources/assets/tfmg/models/item/electric_casing.json deleted file mode 100644 index 6ad54f41..00000000 --- a/src/generated/resources/assets/tfmg/models/item/electric_casing.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/electric_casing" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/electric_diode.json b/src/generated/resources/assets/tfmg/models/item/electric_diode.json deleted file mode 100644 index 9ef05b91..00000000 --- a/src/generated/resources/assets/tfmg/models/item/electric_diode.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/electric_diode/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/electric_motor.json b/src/generated/resources/assets/tfmg/models/item/electric_motor.json deleted file mode 100644 index 67159389..00000000 --- a/src/generated/resources/assets/tfmg/models/item/electric_motor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/electric_motor/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/electric_post.json b/src/generated/resources/assets/tfmg/models/item/electric_post.json deleted file mode 100644 index 6d9ef26e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/electric_post.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/electric_post" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/electric_pump.json b/src/generated/resources/assets/tfmg/models/item/electric_pump.json deleted file mode 100644 index fa9ad6b2..00000000 --- a/src/generated/resources/assets/tfmg/models/item/electric_pump.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/electric_pump/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/electrical_switch.json b/src/generated/resources/assets/tfmg/models/item/electrical_switch.json deleted file mode 100644 index 280cadcc..00000000 --- a/src/generated/resources/assets/tfmg/models/item/electrical_switch.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/electrical_switch/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/electricians_wrench.json b/src/generated/resources/assets/tfmg/models/item/electricians_wrench.json deleted file mode 100644 index 8bf1949c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/electricians_wrench.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/electricians_wrench" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/electrode_holder.json b/src/generated/resources/assets/tfmg/models/item/electrode_holder.json deleted file mode 100644 index f43d9fe9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/electrode_holder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/electrode_holder/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/electromagnetic_coil.json b/src/generated/resources/assets/tfmg/models/item/electromagnetic_coil.json deleted file mode 100644 index 37dd70d0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/electromagnetic_coil.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/electromagnetic_coil" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/empty_circuit_board.json b/src/generated/resources/assets/tfmg/models/item/empty_circuit_board.json deleted file mode 100644 index e50af9b6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/empty_circuit_board.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/empty_circuit_board" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/empty_spool.json b/src/generated/resources/assets/tfmg/models/item/empty_spool.json deleted file mode 100644 index 25637734..00000000 --- a/src/generated/resources/assets/tfmg/models/item/empty_spool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/empty_spool" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/engine_controller.json b/src/generated/resources/assets/tfmg/models/item/engine_controller.json deleted file mode 100644 index b043ad71..00000000 --- a/src/generated/resources/assets/tfmg/models/item/engine_controller.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/engine_controller/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/engine_cylinder.json b/src/generated/resources/assets/tfmg/models/item/engine_cylinder.json deleted file mode 100644 index 63b8c76a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/engine_cylinder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/engine_cylinder" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/engine_gearbox.json b/src/generated/resources/assets/tfmg/models/item/engine_gearbox.json deleted file mode 100644 index 5614379a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/engine_gearbox.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/engine_gearbox/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/etched_circuit_board.json b/src/generated/resources/assets/tfmg/models/item/etched_circuit_board.json deleted file mode 100644 index 85537d6f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/etched_circuit_board.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/etched_circuit_board" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/ethylene_bucket.json b/src/generated/resources/assets/tfmg/models/item/ethylene_bucket.json deleted file mode 100644 index 9d69fc98..00000000 --- a/src/generated/resources/assets/tfmg/models/item/ethylene_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/ethylene_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/exhaust.json b/src/generated/resources/assets/tfmg/models/item/exhaust.json deleted file mode 100644 index 551d4f89..00000000 --- a/src/generated/resources/assets/tfmg/models/item/exhaust.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/exhaust/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/factory_floor.json b/src/generated/resources/assets/tfmg/models/item/factory_floor.json deleted file mode 100644 index e5c2f5cd..00000000 --- a/src/generated/resources/assets/tfmg/models/item/factory_floor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/factory_floor" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/factory_floor_slab.json b/src/generated/resources/assets/tfmg/models/item/factory_floor_slab.json deleted file mode 100644 index 61d3fe6a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/factory_floor_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/factory_floor_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/factory_floor_stairs.json b/src/generated/resources/assets/tfmg/models/item/factory_floor_stairs.json deleted file mode 100644 index a8a0b7ab..00000000 --- a/src/generated/resources/assets/tfmg/models/item/factory_floor_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/factory_floor_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/factory_floor_wall.json b/src/generated/resources/assets/tfmg/models/item/factory_floor_wall.json deleted file mode 100644 index 4b8ffcf0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/factory_floor_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/factory_floor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/firebox.json b/src/generated/resources/assets/tfmg/models/item/firebox.json deleted file mode 100644 index 18d0c3ae..00000000 --- a/src/generated/resources/assets/tfmg/models/item/firebox.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/firebox/block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/fireclay.json b/src/generated/resources/assets/tfmg/models/item/fireclay.json deleted file mode 100644 index c7f4caf9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/fireclay.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/fireclay" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/fireclay_ball.json b/src/generated/resources/assets/tfmg/models/item/fireclay_ball.json deleted file mode 100644 index 6f57d312..00000000 --- a/src/generated/resources/assets/tfmg/models/item/fireclay_ball.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/fireclay_ball" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/fireproof_brick.json b/src/generated/resources/assets/tfmg/models/item/fireproof_brick.json deleted file mode 100644 index c6bbadc6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/fireproof_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/fireproof_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/fireproof_brick_reinforcement.json b/src/generated/resources/assets/tfmg/models/item/fireproof_brick_reinforcement.json deleted file mode 100644 index d5ec67a9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/fireproof_brick_reinforcement.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/fireproof_brick_reinforcement" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/fireproof_bricks.json b/src/generated/resources/assets/tfmg/models/item/fireproof_bricks.json deleted file mode 100644 index 37612526..00000000 --- a/src/generated/resources/assets/tfmg/models/item/fireproof_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/fireproof_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/flamethrower.json b/src/generated/resources/assets/tfmg/models/item/flamethrower.json deleted file mode 100644 index baaf80a4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/flamethrower.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:item/flamethrower/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/flarestack.json b/src/generated/resources/assets/tfmg/models/item/flarestack.json deleted file mode 100644 index 0a488ad9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/flarestack.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/flarestack/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/fossilstone.json b/src/generated/resources/assets/tfmg/models/item/fossilstone.json deleted file mode 100644 index a18c2ef6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/fossilstone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/fossilstone" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/furnace_gas_bucket.json b/src/generated/resources/assets/tfmg/models/item/furnace_gas_bucket.json deleted file mode 100644 index 589d4492..00000000 --- a/src/generated/resources/assets/tfmg/models/item/furnace_gas_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/furnace_gas_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/fuse.json b/src/generated/resources/assets/tfmg/models/item/fuse.json deleted file mode 100644 index 9f1a391e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/fuse.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/fuse" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/fuse_block.json b/src/generated/resources/assets/tfmg/models/item/fuse_block.json deleted file mode 100644 index 50222baa..00000000 --- a/src/generated/resources/assets/tfmg/models/item/fuse_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/fuse_block/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/galena.json b/src/generated/resources/assets/tfmg/models/item/galena.json deleted file mode 100644 index 3cfd6c36..00000000 --- a/src/generated/resources/assets/tfmg/models/item/galena.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/palettes/stone_types/natural/galena_1" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/galena_pillar.json b/src/generated/resources/assets/tfmg/models/item/galena_pillar.json deleted file mode 100644 index 60e105de..00000000 --- a/src/generated/resources/assets/tfmg/models/item/galena_pillar.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/galena_pillar" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/gasoline_bucket.json b/src/generated/resources/assets/tfmg/models/item/gasoline_bucket.json deleted file mode 100644 index a3fc00fe..00000000 --- a/src/generated/resources/assets/tfmg/models/item/gasoline_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/gasoline_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/generator.json b/src/generated/resources/assets/tfmg/models/item/generator.json deleted file mode 100644 index a29815f4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/generator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/generator/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/glass_cable_insulator.json b/src/generated/resources/assets/tfmg/models/item/glass_cable_insulator.json deleted file mode 100644 index b9a6d7cb..00000000 --- a/src/generated/resources/assets/tfmg/models/item/glass_cable_insulator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/glass_cable_insulator/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/glass_insulator_segment.json b/src/generated/resources/assets/tfmg/models/item/glass_insulator_segment.json deleted file mode 100644 index ff08ed2f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/glass_insulator_segment.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:item/glass_insulator_segment_model" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/golden_turbo.json b/src/generated/resources/assets/tfmg/models/item/golden_turbo.json deleted file mode 100644 index c9a82b89..00000000 --- a/src/generated/resources/assets/tfmg/models/item/golden_turbo.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/golden_turbo" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/graphite_electrode.json b/src/generated/resources/assets/tfmg/models/item/graphite_electrode.json deleted file mode 100644 index 88819740..00000000 --- a/src/generated/resources/assets/tfmg/models/item/graphite_electrode.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:item/graphite_electrode_model" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/gray_caution_block.json b/src/generated/resources/assets/tfmg/models/item/gray_caution_block.json deleted file mode 100644 index 2b2c8fb6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/gray_caution_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/gray_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/gray_concrete.json b/src/generated/resources/assets/tfmg/models/item/gray_concrete.json deleted file mode 100644 index 7e2b1bf0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/gray_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/gray_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/gray_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/gray_concrete_slab.json deleted file mode 100644 index 98f876af..00000000 --- a/src/generated/resources/assets/tfmg/models/item/gray_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/gray_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/gray_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/gray_concrete_stairs.json deleted file mode 100644 index cca5c4ed..00000000 --- a/src/generated/resources/assets/tfmg/models/item/gray_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/gray_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/gray_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/gray_concrete_wall.json deleted file mode 100644 index 9bc6393a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/gray_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/gray_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/gray_rebar_concrete.json deleted file mode 100644 index cdbd84e0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/gray_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/gray_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/gray_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/gray_rebar_concrete_slab.json deleted file mode 100644 index 98f876af..00000000 --- a/src/generated/resources/assets/tfmg/models/item/gray_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/gray_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/gray_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/gray_rebar_concrete_stairs.json deleted file mode 100644 index cca5c4ed..00000000 --- a/src/generated/resources/assets/tfmg/models/item/gray_rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/gray_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/gray_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/gray_rebar_concrete_wall.json deleted file mode 100644 index 9bc6393a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/gray_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/green_caution_block.json b/src/generated/resources/assets/tfmg/models/item/green_caution_block.json deleted file mode 100644 index fbe139eb..00000000 --- a/src/generated/resources/assets/tfmg/models/item/green_caution_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/green_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/green_concrete.json b/src/generated/resources/assets/tfmg/models/item/green_concrete.json deleted file mode 100644 index 03015678..00000000 --- a/src/generated/resources/assets/tfmg/models/item/green_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/green_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/green_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/green_concrete_slab.json deleted file mode 100644 index e1b0ccec..00000000 --- a/src/generated/resources/assets/tfmg/models/item/green_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/green_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/green_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/green_concrete_stairs.json deleted file mode 100644 index 84c3bc09..00000000 --- a/src/generated/resources/assets/tfmg/models/item/green_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/green_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/green_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/green_concrete_wall.json deleted file mode 100644 index b43b6fd1..00000000 --- a/src/generated/resources/assets/tfmg/models/item/green_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/green_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/green_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/green_rebar_concrete.json deleted file mode 100644 index ddd1645d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/green_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/green_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/green_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/green_rebar_concrete_slab.json deleted file mode 100644 index e1b0ccec..00000000 --- a/src/generated/resources/assets/tfmg/models/item/green_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/green_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/green_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/green_rebar_concrete_stairs.json deleted file mode 100644 index 84c3bc09..00000000 --- a/src/generated/resources/assets/tfmg/models/item/green_rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/green_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/green_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/green_rebar_concrete_wall.json deleted file mode 100644 index b43b6fd1..00000000 --- a/src/generated/resources/assets/tfmg/models/item/green_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/green_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/heavy_cable_hub.json b/src/generated/resources/assets/tfmg/models/item/heavy_cable_hub.json deleted file mode 100644 index b5facfcf..00000000 --- a/src/generated/resources/assets/tfmg/models/item/heavy_cable_hub.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/heavy_cable_hub" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/heavy_casing_door.json b/src/generated/resources/assets/tfmg/models/item/heavy_casing_door.json deleted file mode 100644 index afd52409..00000000 --- a/src/generated/resources/assets/tfmg/models/item/heavy_casing_door.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/heavy_casing_door" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/heavy_casing_encased_aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/models/item/heavy_casing_encased_aluminum_cogwheel.json deleted file mode 100644 index bc58a910..00000000 --- a/src/generated/resources/assets/tfmg/models/item/heavy_casing_encased_aluminum_cogwheel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/item", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/heavy_casing_encased_large_aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/models/item/heavy_casing_encased_large_aluminum_cogwheel.json deleted file mode 100644 index 09e84f77..00000000 --- a/src/generated/resources/assets/tfmg/models/item/heavy_casing_encased_large_aluminum_cogwheel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/item", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/heavy_casing_encased_large_steel_cogwheel.json b/src/generated/resources/assets/tfmg/models/item/heavy_casing_encased_large_steel_cogwheel.json deleted file mode 100644 index 09e84f77..00000000 --- a/src/generated/resources/assets/tfmg/models/item/heavy_casing_encased_large_steel_cogwheel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/item", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/heavy_casing_encased_shaft.json b/src/generated/resources/assets/tfmg/models/item/heavy_casing_encased_shaft.json deleted file mode 100644 index d22d6586..00000000 --- a/src/generated/resources/assets/tfmg/models/item/heavy_casing_encased_shaft.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/encased_shaft/item_heavy_casing" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/heavy_casing_encased_steel_cogwheel.json b/src/generated/resources/assets/tfmg/models/item/heavy_casing_encased_steel_cogwheel.json deleted file mode 100644 index bc58a910..00000000 --- a/src/generated/resources/assets/tfmg/models/item/heavy_casing_encased_steel_cogwheel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/item", - "textures": { - "1": "tfmg:block/heavy_machinery_casing", - "casing": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/heavy_machinery_casing", - "side": "tfmg:block/heavy_machinery_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/heavy_machinery_casing.json b/src/generated/resources/assets/tfmg/models/item/heavy_machinery_casing.json deleted file mode 100644 index 73b12767..00000000 --- a/src/generated/resources/assets/tfmg/models/item/heavy_machinery_casing.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/heavy_machinery_casing" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/heavy_oil_bucket.json b/src/generated/resources/assets/tfmg/models/item/heavy_oil_bucket.json deleted file mode 100644 index 0cc83af6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/heavy_oil_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/heavy_oil_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/heavy_plate.json b/src/generated/resources/assets/tfmg/models/item/heavy_plate.json deleted file mode 100644 index 14164e6c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/heavy_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/heavy_plate" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/heavy_plated_door.json b/src/generated/resources/assets/tfmg/models/item/heavy_plated_door.json deleted file mode 100644 index f5cae3d7..00000000 --- a/src/generated/resources/assets/tfmg/models/item/heavy_plated_door.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/heavy_plated_door" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/hot_air_bucket.json b/src/generated/resources/assets/tfmg/models/item/hot_air_bucket.json deleted file mode 100644 index a03f3743..00000000 --- a/src/generated/resources/assets/tfmg/models/item/hot_air_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/hot_air_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/industrial_aluminum_casing.json b/src/generated/resources/assets/tfmg/models/item/industrial_aluminum_casing.json deleted file mode 100644 index bebd6114..00000000 --- a/src/generated/resources/assets/tfmg/models/item/industrial_aluminum_casing.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/industrial_aluminum_casing" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/industrial_mixer.json b/src/generated/resources/assets/tfmg/models/item/industrial_mixer.json deleted file mode 100644 index fb1f5a1a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/industrial_mixer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/industrial_mixer/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/industrial_pipe.json b/src/generated/resources/assets/tfmg/models/item/industrial_pipe.json deleted file mode 100644 index fb4e716d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/industrial_pipe.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/industrial_pipe/block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/kerosene_bucket.json b/src/generated/resources/assets/tfmg/models/item/kerosene_bucket.json deleted file mode 100644 index e5c758de..00000000 --- a/src/generated/resources/assets/tfmg/models/item/kerosene_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/kerosene_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/large_aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/models/item/large_aluminum_cogwheel.json deleted file mode 100644 index f9d5173d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/large_aluminum_cogwheel.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/large_aluminum_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/large_pumpjack_hammer_connector.json b/src/generated/resources/assets/tfmg/models/item/large_pumpjack_hammer_connector.json deleted file mode 100644 index f406f44d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/large_pumpjack_hammer_connector.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/large_pumpjack_hammer_connector" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/large_pumpjack_hammer_head.json b/src/generated/resources/assets/tfmg/models/item/large_pumpjack_hammer_head.json deleted file mode 100644 index f5ff863e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/large_pumpjack_hammer_head.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/large_pumpjack_hammer_head" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/large_pumpjack_hammer_part.json b/src/generated/resources/assets/tfmg/models/item/large_pumpjack_hammer_part.json deleted file mode 100644 index 342a30e1..00000000 --- a/src/generated/resources/assets/tfmg/models/item/large_pumpjack_hammer_part.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/large_pumpjack_hammer_part" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/large_steel_cogwheel.json b/src/generated/resources/assets/tfmg/models/item/large_steel_cogwheel.json deleted file mode 100644 index d496d5a1..00000000 --- a/src/generated/resources/assets/tfmg/models/item/large_steel_cogwheel.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/large_steel_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/layered_bauxite.json b/src/generated/resources/assets/tfmg/models/item/layered_bauxite.json deleted file mode 100644 index f318b5d9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/layered_bauxite.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/layered_bauxite" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/layered_galena.json b/src/generated/resources/assets/tfmg/models/item/layered_galena.json deleted file mode 100644 index 19d7d56a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/layered_galena.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/layered_galena" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lead_axe.json b/src/generated/resources/assets/tfmg/models/item/lead_axe.json deleted file mode 100644 index 7595a932..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lead_axe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/lead_axe" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lead_bars.json b/src/generated/resources/assets/tfmg/models/item/lead_bars.json deleted file mode 100644 index df948ca5..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lead_bars.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:item/bars", - "textures": { - "bars": "tfmg:block/bars/lead_bars", - "edge": "tfmg:block/bars/lead_bars_edge" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lead_block.json b/src/generated/resources/assets/tfmg/models/item/lead_block.json deleted file mode 100644 index 5946bfaa..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lead_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lead_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lead_flywheel.json b/src/generated/resources/assets/tfmg/models/item/lead_flywheel.json deleted file mode 100644 index 2c54fb84..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lead_flywheel.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lead_flywheel/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lead_frame.json b/src/generated/resources/assets/tfmg/models/item/lead_frame.json deleted file mode 100644 index 333e46f8..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lead_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lead_frame/block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lead_hoe.json b/src/generated/resources/assets/tfmg/models/item/lead_hoe.json deleted file mode 100644 index 53c9d1bc..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lead_hoe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/lead_hoe" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lead_ingot.json b/src/generated/resources/assets/tfmg/models/item/lead_ingot.json deleted file mode 100644 index 2d95461e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lead_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/lead_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lead_ladder.json b/src/generated/resources/assets/tfmg/models/item/lead_ladder.json deleted file mode 100644 index 525cfcfe..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lead_ladder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:block/ladder_lead" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lead_nugget.json b/src/generated/resources/assets/tfmg/models/item/lead_nugget.json deleted file mode 100644 index b2fc5ef9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lead_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/lead_nugget" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lead_ore.json b/src/generated/resources/assets/tfmg/models/item/lead_ore.json deleted file mode 100644 index 24c0d7b9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lead_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lead_ore" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lead_pickaxe.json b/src/generated/resources/assets/tfmg/models/item/lead_pickaxe.json deleted file mode 100644 index 4d8b8e90..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lead_pickaxe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/lead_pickaxe" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lead_sheet.json b/src/generated/resources/assets/tfmg/models/item/lead_sheet.json deleted file mode 100644 index 07a6177b..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lead_sheet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/lead_sheet" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lead_shovel.json b/src/generated/resources/assets/tfmg/models/item/lead_shovel.json deleted file mode 100644 index 3da1c1b9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lead_shovel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/lead_shovel" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lead_sword.json b/src/generated/resources/assets/tfmg/models/item/lead_sword.json deleted file mode 100644 index 637e7d17..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lead_sword.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/lead_sword" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lead_truss.json b/src/generated/resources/assets/tfmg/models/item/lead_truss.json deleted file mode 100644 index e92b0314..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lead_truss.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lead_truss" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_blue_caution_block.json b/src/generated/resources/assets/tfmg/models/item/light_blue_caution_block.json deleted file mode 100644 index 8831e995..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_blue_caution_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/light_blue_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_blue_concrete.json b/src/generated/resources/assets/tfmg/models/item/light_blue_concrete.json deleted file mode 100644 index ff4bfd3c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_blue_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/light_blue_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_blue_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/light_blue_concrete_slab.json deleted file mode 100644 index 76c8a2c9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_blue_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/light_blue_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_blue_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/light_blue_concrete_stairs.json deleted file mode 100644 index 72c84d5c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_blue_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/light_blue_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_blue_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/light_blue_concrete_wall.json deleted file mode 100644 index af3f96d2..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_blue_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/light_blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_blue_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/light_blue_rebar_concrete.json deleted file mode 100644 index 6913632e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_blue_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/light_blue_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_blue_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/light_blue_rebar_concrete_slab.json deleted file mode 100644 index 76c8a2c9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_blue_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/light_blue_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_blue_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/light_blue_rebar_concrete_stairs.json deleted file mode 100644 index 72c84d5c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_blue_rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/light_blue_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_blue_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/light_blue_rebar_concrete_wall.json deleted file mode 100644 index af3f96d2..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_blue_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/light_blue_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_bulb.json b/src/generated/resources/assets/tfmg/models/item/light_bulb.json deleted file mode 100644 index d1703b96..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_bulb.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/light_bulb/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_gray_caution_block.json b/src/generated/resources/assets/tfmg/models/item/light_gray_caution_block.json deleted file mode 100644 index 8af5b8f7..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_gray_caution_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/light_gray_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_gray_concrete.json b/src/generated/resources/assets/tfmg/models/item/light_gray_concrete.json deleted file mode 100644 index 5a7f2f38..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_gray_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/light_gray_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_gray_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/light_gray_concrete_slab.json deleted file mode 100644 index ca71419a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_gray_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/light_gray_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_gray_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/light_gray_concrete_stairs.json deleted file mode 100644 index f80acb8b..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_gray_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/light_gray_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_gray_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/light_gray_concrete_wall.json deleted file mode 100644 index 2aa00b1d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_gray_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/light_gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_gray_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/light_gray_rebar_concrete.json deleted file mode 100644 index b218466d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_gray_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/light_gray_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_gray_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/light_gray_rebar_concrete_slab.json deleted file mode 100644 index ca71419a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_gray_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/light_gray_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_gray_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/light_gray_rebar_concrete_stairs.json deleted file mode 100644 index f80acb8b..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_gray_rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/light_gray_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/light_gray_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/light_gray_rebar_concrete_wall.json deleted file mode 100644 index 2aa00b1d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/light_gray_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/light_gray_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lignite.json b/src/generated/resources/assets/tfmg/models/item/lignite.json deleted file mode 100644 index e56ce60c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lignite.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lignite" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lime_caution_block.json b/src/generated/resources/assets/tfmg/models/item/lime_caution_block.json deleted file mode 100644 index c2227fc5..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lime_caution_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lime_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lime_concrete.json b/src/generated/resources/assets/tfmg/models/item/lime_concrete.json deleted file mode 100644 index 362f19bf..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lime_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lime_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lime_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/lime_concrete_slab.json deleted file mode 100644 index 89676987..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lime_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lime_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lime_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/lime_concrete_stairs.json deleted file mode 100644 index 36440bc3..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lime_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lime_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lime_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/lime_concrete_wall.json deleted file mode 100644 index c5f73b6a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lime_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/lime_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lime_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/lime_rebar_concrete.json deleted file mode 100644 index 1ceee547..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lime_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lime_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lime_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/lime_rebar_concrete_slab.json deleted file mode 100644 index 89676987..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lime_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lime_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lime_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/lime_rebar_concrete_stairs.json deleted file mode 100644 index 36440bc3..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lime_rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lime_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lime_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/lime_rebar_concrete_wall.json deleted file mode 100644 index c5f73b6a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lime_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/lime_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/limesand.json b/src/generated/resources/assets/tfmg/models/item/limesand.json deleted file mode 100644 index 5ae1114d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/limesand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/limesand" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/liquid_asphalt_bucket.json b/src/generated/resources/assets/tfmg/models/item/liquid_asphalt_bucket.json deleted file mode 100644 index 22b8341d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/liquid_asphalt_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/liquid_asphalt_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/liquid_concrete_bucket.json b/src/generated/resources/assets/tfmg/models/item/liquid_concrete_bucket.json deleted file mode 100644 index 20f4a7f9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/liquid_concrete_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/liquid_concrete_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/liquid_silicon_bucket.json b/src/generated/resources/assets/tfmg/models/item/liquid_silicon_bucket.json deleted file mode 100644 index 0928ef47..00000000 --- a/src/generated/resources/assets/tfmg/models/item/liquid_silicon_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/liquid_silicon_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lit_lithium_blade.json b/src/generated/resources/assets/tfmg/models/item/lit_lithium_blade.json deleted file mode 100644 index 43b05de9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lit_lithium_blade.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/lithium_blade_lit" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lithium_blade.json b/src/generated/resources/assets/tfmg/models/item/lithium_blade.json deleted file mode 100644 index a61a8f46..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lithium_blade.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/lithium_blade" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lithium_block.json b/src/generated/resources/assets/tfmg/models/item/lithium_block.json deleted file mode 100644 index 80b55f65..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lithium_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lithium_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lithium_charge.json b/src/generated/resources/assets/tfmg/models/item/lithium_charge.json deleted file mode 100644 index 5c4ef2d4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lithium_charge.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/lithium_charge" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lithium_ingot.json b/src/generated/resources/assets/tfmg/models/item/lithium_ingot.json deleted file mode 100644 index 16824644..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lithium_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/lithium_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lithium_nugget.json b/src/generated/resources/assets/tfmg/models/item/lithium_nugget.json deleted file mode 100644 index 64c34ca2..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lithium_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/lithium_nugget" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lithium_ore.json b/src/generated/resources/assets/tfmg/models/item/lithium_ore.json deleted file mode 100644 index 576e8169..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lithium_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lithium_ore" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lithium_torch.json b/src/generated/resources/assets/tfmg/models/item/lithium_torch.json deleted file mode 100644 index 771b74dd..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lithium_torch.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/lithium_torch/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lpg_bucket.json b/src/generated/resources/assets/tfmg/models/item/lpg_bucket.json deleted file mode 100644 index 1ed8f047..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lpg_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/lpg_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/lubrication_oil_bucket.json b/src/generated/resources/assets/tfmg/models/item/lubrication_oil_bucket.json deleted file mode 100644 index 2c7ee45d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/lubrication_oil_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/lubrication_oil_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/machine_input.json b/src/generated/resources/assets/tfmg/models/item/machine_input.json deleted file mode 100644 index d4beafbe..00000000 --- a/src/generated/resources/assets/tfmg/models/item/machine_input.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/machine_input" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/magenta_caution_block.json b/src/generated/resources/assets/tfmg/models/item/magenta_caution_block.json deleted file mode 100644 index 76a60359..00000000 --- a/src/generated/resources/assets/tfmg/models/item/magenta_caution_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/magenta_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/magenta_concrete.json b/src/generated/resources/assets/tfmg/models/item/magenta_concrete.json deleted file mode 100644 index a8cd5144..00000000 --- a/src/generated/resources/assets/tfmg/models/item/magenta_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/magenta_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/magenta_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/magenta_concrete_slab.json deleted file mode 100644 index 25a70835..00000000 --- a/src/generated/resources/assets/tfmg/models/item/magenta_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/magenta_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/magenta_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/magenta_concrete_stairs.json deleted file mode 100644 index ccabc51d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/magenta_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/magenta_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/magenta_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/magenta_concrete_wall.json deleted file mode 100644 index 06b98997..00000000 --- a/src/generated/resources/assets/tfmg/models/item/magenta_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/magenta_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/magenta_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/magenta_rebar_concrete.json deleted file mode 100644 index 0fce994b..00000000 --- a/src/generated/resources/assets/tfmg/models/item/magenta_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/magenta_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/magenta_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/magenta_rebar_concrete_slab.json deleted file mode 100644 index 25a70835..00000000 --- a/src/generated/resources/assets/tfmg/models/item/magenta_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/magenta_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/magenta_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/magenta_rebar_concrete_stairs.json deleted file mode 100644 index ccabc51d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/magenta_rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/magenta_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/magenta_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/magenta_rebar_concrete_wall.json deleted file mode 100644 index 06b98997..00000000 --- a/src/generated/resources/assets/tfmg/models/item/magenta_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/magenta_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/magnet.json b/src/generated/resources/assets/tfmg/models/item/magnet.json deleted file mode 100644 index cd489a23..00000000 --- a/src/generated/resources/assets/tfmg/models/item/magnet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/magnet" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/magnetic_alloy_ingot.json b/src/generated/resources/assets/tfmg/models/item/magnetic_alloy_ingot.json deleted file mode 100644 index f3cdccd8..00000000 --- a/src/generated/resources/assets/tfmg/models/item/magnetic_alloy_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/magnetic_alloy_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/metal_smokestack.json b/src/generated/resources/assets/tfmg/models/item/metal_smokestack.json deleted file mode 100644 index 20e23c8c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/metal_smokestack.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/metal_smokestack/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/mixer_blade.json b/src/generated/resources/assets/tfmg/models/item/mixer_blade.json deleted file mode 100644 index 2d94a905..00000000 --- a/src/generated/resources/assets/tfmg/models/item/mixer_blade.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/mixer_blade" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/modern_light.json b/src/generated/resources/assets/tfmg/models/item/modern_light.json deleted file mode 100644 index 2d86ae47..00000000 --- a/src/generated/resources/assets/tfmg/models/item/modern_light.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/modern_light/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/molten_plastic_bucket.json b/src/generated/resources/assets/tfmg/models/item/molten_plastic_bucket.json deleted file mode 100644 index 83f5a754..00000000 --- a/src/generated/resources/assets/tfmg/models/item/molten_plastic_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/molten_plastic_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/molten_slag_bucket.json b/src/generated/resources/assets/tfmg/models/item/molten_slag_bucket.json deleted file mode 100644 index fee6dac4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/molten_slag_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/molten_slag_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/molten_steel_bucket.json b/src/generated/resources/assets/tfmg/models/item/molten_steel_bucket.json deleted file mode 100644 index 6558ee5c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/molten_steel_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/molten_steel_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/multimeter.json b/src/generated/resources/assets/tfmg/models/item/multimeter.json deleted file mode 100644 index f581824d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/multimeter.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/multimeter" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/n_semiconductor.json b/src/generated/resources/assets/tfmg/models/item/n_semiconductor.json deleted file mode 100644 index 8c793a85..00000000 --- a/src/generated/resources/assets/tfmg/models/item/n_semiconductor.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/n_semiconductor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/napalm_bomb.json b/src/generated/resources/assets/tfmg/models/item/napalm_bomb.json deleted file mode 100644 index 5bd89e0e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/napalm_bomb.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/napalm_bomb/block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/napalm_bucket.json b/src/generated/resources/assets/tfmg/models/item/napalm_bucket.json deleted file mode 100644 index c58def53..00000000 --- a/src/generated/resources/assets/tfmg/models/item/napalm_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/napalm_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/napalm_potato.json b/src/generated/resources/assets/tfmg/models/item/napalm_potato.json deleted file mode 100644 index d8c36209..00000000 --- a/src/generated/resources/assets/tfmg/models/item/napalm_potato.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/napalm_potato" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/naphtha_bucket.json b/src/generated/resources/assets/tfmg/models/item/naphtha_bucket.json deleted file mode 100644 index edf859fd..00000000 --- a/src/generated/resources/assets/tfmg/models/item/naphtha_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/naphtha_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/neon_bucket.json b/src/generated/resources/assets/tfmg/models/item/neon_bucket.json deleted file mode 100644 index b6aa7b85..00000000 --- a/src/generated/resources/assets/tfmg/models/item/neon_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/neon_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/neon_tube.json b/src/generated/resources/assets/tfmg/models/item/neon_tube.json deleted file mode 100644 index f95fc78e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/neon_tube.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/neon_tube/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/nickel_bars.json b/src/generated/resources/assets/tfmg/models/item/nickel_bars.json deleted file mode 100644 index 0211ae8d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/nickel_bars.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:item/bars", - "textures": { - "bars": "tfmg:block/bars/nickel_bars", - "edge": "tfmg:block/bars/nickel_bars_edge" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/nickel_block.json b/src/generated/resources/assets/tfmg/models/item/nickel_block.json deleted file mode 100644 index 5990dd99..00000000 --- a/src/generated/resources/assets/tfmg/models/item/nickel_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/nickel_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/nickel_flywheel.json b/src/generated/resources/assets/tfmg/models/item/nickel_flywheel.json deleted file mode 100644 index e930209f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/nickel_flywheel.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/nickel_flywheel/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/nickel_frame.json b/src/generated/resources/assets/tfmg/models/item/nickel_frame.json deleted file mode 100644 index be0cb0a0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/nickel_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/nickel_frame/block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/nickel_ingot.json b/src/generated/resources/assets/tfmg/models/item/nickel_ingot.json deleted file mode 100644 index 23093593..00000000 --- a/src/generated/resources/assets/tfmg/models/item/nickel_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/nickel_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/nickel_ladder.json b/src/generated/resources/assets/tfmg/models/item/nickel_ladder.json deleted file mode 100644 index d9022993..00000000 --- a/src/generated/resources/assets/tfmg/models/item/nickel_ladder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:block/ladder_nickel" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/nickel_nugget.json b/src/generated/resources/assets/tfmg/models/item/nickel_nugget.json deleted file mode 100644 index 9ab0a919..00000000 --- a/src/generated/resources/assets/tfmg/models/item/nickel_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/nickel_nugget" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/nickel_ore.json b/src/generated/resources/assets/tfmg/models/item/nickel_ore.json deleted file mode 100644 index 311ce54a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/nickel_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/nickel_ore" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/nickel_sheet.json b/src/generated/resources/assets/tfmg/models/item/nickel_sheet.json deleted file mode 100644 index 5b6daf49..00000000 --- a/src/generated/resources/assets/tfmg/models/item/nickel_sheet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/nickel_sheet" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/nickel_truss.json b/src/generated/resources/assets/tfmg/models/item/nickel_truss.json deleted file mode 100644 index 31d3e0cb..00000000 --- a/src/generated/resources/assets/tfmg/models/item/nickel_truss.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/nickel_truss" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/nitrate_dust.json b/src/generated/resources/assets/tfmg/models/item/nitrate_dust.json deleted file mode 100644 index d82be54b..00000000 --- a/src/generated/resources/assets/tfmg/models/item/nitrate_dust.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/nitrate_dust" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/oil_can.json b/src/generated/resources/assets/tfmg/models/item/oil_can.json deleted file mode 100644 index f3b734b0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/oil_can.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/oil_can" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/oil_deposit.json b/src/generated/resources/assets/tfmg/models/item/oil_deposit.json deleted file mode 100644 index 6acea743..00000000 --- a/src/generated/resources/assets/tfmg/models/item/oil_deposit.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/oil_deposit" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/orange_caution_block.json b/src/generated/resources/assets/tfmg/models/item/orange_caution_block.json deleted file mode 100644 index 094b5c1d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/orange_caution_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/orange_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/orange_concrete.json b/src/generated/resources/assets/tfmg/models/item/orange_concrete.json deleted file mode 100644 index dbdefe73..00000000 --- a/src/generated/resources/assets/tfmg/models/item/orange_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/orange_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/orange_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/orange_concrete_slab.json deleted file mode 100644 index fa6296b6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/orange_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/orange_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/orange_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/orange_concrete_stairs.json deleted file mode 100644 index d511469f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/orange_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/orange_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/orange_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/orange_concrete_wall.json deleted file mode 100644 index a4663f08..00000000 --- a/src/generated/resources/assets/tfmg/models/item/orange_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/orange_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/orange_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/orange_rebar_concrete.json deleted file mode 100644 index 5f923aa2..00000000 --- a/src/generated/resources/assets/tfmg/models/item/orange_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/orange_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/orange_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/orange_rebar_concrete_slab.json deleted file mode 100644 index fa6296b6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/orange_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/orange_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/orange_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/orange_rebar_concrete_stairs.json deleted file mode 100644 index d511469f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/orange_rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/orange_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/orange_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/orange_rebar_concrete_wall.json deleted file mode 100644 index a4663f08..00000000 --- a/src/generated/resources/assets/tfmg/models/item/orange_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/orange_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/p_semiconductor.json b/src/generated/resources/assets/tfmg/models/item/p_semiconductor.json deleted file mode 100644 index 975671a6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/p_semiconductor.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/p_semiconductor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pink_caution_block.json b/src/generated/resources/assets/tfmg/models/item/pink_caution_block.json deleted file mode 100644 index b38ce26e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pink_caution_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/pink_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pink_concrete.json b/src/generated/resources/assets/tfmg/models/item/pink_concrete.json deleted file mode 100644 index e54a8bd7..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pink_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/pink_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pink_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/pink_concrete_slab.json deleted file mode 100644 index 70dfab34..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pink_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/pink_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pink_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/pink_concrete_stairs.json deleted file mode 100644 index ddb88f29..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pink_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/pink_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pink_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/pink_concrete_wall.json deleted file mode 100644 index 8ec2d50c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pink_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/pink_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pink_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/pink_rebar_concrete.json deleted file mode 100644 index ef8d8ff4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pink_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/pink_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pink_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/pink_rebar_concrete_slab.json deleted file mode 100644 index 70dfab34..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pink_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/pink_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pink_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/pink_rebar_concrete_stairs.json deleted file mode 100644 index ddb88f29..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pink_rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/pink_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pink_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/pink_rebar_concrete_wall.json deleted file mode 100644 index 8ec2d50c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pink_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/pink_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pipe_bomb.json b/src/generated/resources/assets/tfmg/models/item/pipe_bomb.json deleted file mode 100644 index f1a6868e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pipe_bomb.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/pipe_bomb" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/plastic_block.json b/src/generated/resources/assets/tfmg/models/item/plastic_block.json deleted file mode 100644 index 842669a4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/plastic_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/plastic_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/plastic_fluid_valve.json b/src/generated/resources/assets/tfmg/models/item/plastic_fluid_valve.json deleted file mode 100644 index 93782160..00000000 --- a/src/generated/resources/assets/tfmg/models/item/plastic_fluid_valve.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/plastic_fluid_valve/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/plastic_mechanical_pump.json b/src/generated/resources/assets/tfmg/models/item/plastic_mechanical_pump.json deleted file mode 100644 index 099dda6d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/plastic_mechanical_pump.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/plastic_mechanical_pump/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/plastic_pipe.json b/src/generated/resources/assets/tfmg/models/item/plastic_pipe.json deleted file mode 100644 index 6d99e34a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/plastic_pipe.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/plastic_pipe/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/plastic_sheet.json b/src/generated/resources/assets/tfmg/models/item/plastic_sheet.json deleted file mode 100644 index 62dcc738..00000000 --- a/src/generated/resources/assets/tfmg/models/item/plastic_sheet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/plastic_sheet" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/plastic_smart_fluid_pipe.json b/src/generated/resources/assets/tfmg/models/item/plastic_smart_fluid_pipe.json deleted file mode 100644 index fcfde5d0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/plastic_smart_fluid_pipe.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/plastic_smart_fluid_pipe/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/polarizer.json b/src/generated/resources/assets/tfmg/models/item/polarizer.json deleted file mode 100644 index 9f27437f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/polarizer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/polarizer/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/polished_cut_bauxite.json b/src/generated/resources/assets/tfmg/models/item/polished_cut_bauxite.json deleted file mode 100644 index 1e2a976f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/polished_cut_bauxite.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/polished_cut_bauxite" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/polished_cut_bauxite_slab.json b/src/generated/resources/assets/tfmg/models/item/polished_cut_bauxite_slab.json deleted file mode 100644 index 875b5d3c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/polished_cut_bauxite_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/polished_cut_bauxite_slab" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/polished_cut_bauxite_stairs.json b/src/generated/resources/assets/tfmg/models/item/polished_cut_bauxite_stairs.json deleted file mode 100644 index 94807f1f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/polished_cut_bauxite_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/polished_cut_bauxite_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/polished_cut_bauxite_wall.json b/src/generated/resources/assets/tfmg/models/item/polished_cut_bauxite_wall.json deleted file mode 100644 index 627b6752..00000000 --- a/src/generated/resources/assets/tfmg/models/item/polished_cut_bauxite_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/palettes/stone_types/polished/bauxite_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/polished_cut_galena.json b/src/generated/resources/assets/tfmg/models/item/polished_cut_galena.json deleted file mode 100644 index 77e13b13..00000000 --- a/src/generated/resources/assets/tfmg/models/item/polished_cut_galena.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/polished_cut_galena" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/polished_cut_galena_slab.json b/src/generated/resources/assets/tfmg/models/item/polished_cut_galena_slab.json deleted file mode 100644 index 102426e6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/polished_cut_galena_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/polished_cut_galena_slab" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/polished_cut_galena_stairs.json b/src/generated/resources/assets/tfmg/models/item/polished_cut_galena_stairs.json deleted file mode 100644 index 92b9083a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/polished_cut_galena_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/polished_cut_galena_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/polished_cut_galena_wall.json b/src/generated/resources/assets/tfmg/models/item/polished_cut_galena_wall.json deleted file mode 100644 index 38e30653..00000000 --- a/src/generated/resources/assets/tfmg/models/item/polished_cut_galena_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/palettes/stone_types/polished/galena_cut_polished" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/potentiometer.json b/src/generated/resources/assets/tfmg/models/item/potentiometer.json deleted file mode 100644 index 3f6085a7..00000000 --- a/src/generated/resources/assets/tfmg/models/item/potentiometer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/potentiometer/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/propane_bucket.json b/src/generated/resources/assets/tfmg/models/item/propane_bucket.json deleted file mode 100644 index 9f585a91..00000000 --- a/src/generated/resources/assets/tfmg/models/item/propane_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/propane_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/propylene_bucket.json b/src/generated/resources/assets/tfmg/models/item/propylene_bucket.json deleted file mode 100644 index a5fb2a0c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/propylene_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/propylene_bucket" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pumpjack_base.json b/src/generated/resources/assets/tfmg/models/item/pumpjack_base.json deleted file mode 100644 index 1a527608..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pumpjack_base.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/pumpjack_base/block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pumpjack_crank.json b/src/generated/resources/assets/tfmg/models/item/pumpjack_crank.json deleted file mode 100644 index d8221ba0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pumpjack_crank.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/pumpjack_crank" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pumpjack_hammer.json b/src/generated/resources/assets/tfmg/models/item/pumpjack_hammer.json deleted file mode 100644 index df711b4b..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pumpjack_hammer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/pumpjack_hammer/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pumpjack_hammer_connector.json b/src/generated/resources/assets/tfmg/models/item/pumpjack_hammer_connector.json deleted file mode 100644 index ddc0b3f3..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pumpjack_hammer_connector.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/pumpjack_hammer_connector" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pumpjack_hammer_head.json b/src/generated/resources/assets/tfmg/models/item/pumpjack_hammer_head.json deleted file mode 100644 index b24944e2..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pumpjack_hammer_head.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/pumpjack_hammer_head" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/pumpjack_hammer_part.json b/src/generated/resources/assets/tfmg/models/item/pumpjack_hammer_part.json deleted file mode 100644 index 1bf99df2..00000000 --- a/src/generated/resources/assets/tfmg/models/item/pumpjack_hammer_part.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/pumpjack_hammer_part" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/purple_caution_block.json b/src/generated/resources/assets/tfmg/models/item/purple_caution_block.json deleted file mode 100644 index d7cd43fa..00000000 --- a/src/generated/resources/assets/tfmg/models/item/purple_caution_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/purple_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/purple_concrete.json b/src/generated/resources/assets/tfmg/models/item/purple_concrete.json deleted file mode 100644 index 635f4471..00000000 --- a/src/generated/resources/assets/tfmg/models/item/purple_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/purple_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/purple_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/purple_concrete_slab.json deleted file mode 100644 index c6cd8d39..00000000 --- a/src/generated/resources/assets/tfmg/models/item/purple_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/purple_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/purple_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/purple_concrete_stairs.json deleted file mode 100644 index 96d3f159..00000000 --- a/src/generated/resources/assets/tfmg/models/item/purple_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/purple_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/purple_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/purple_concrete_wall.json deleted file mode 100644 index 1f06160e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/purple_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/purple_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/purple_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/purple_rebar_concrete.json deleted file mode 100644 index aba51f67..00000000 --- a/src/generated/resources/assets/tfmg/models/item/purple_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/purple_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/purple_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/purple_rebar_concrete_slab.json deleted file mode 100644 index c6cd8d39..00000000 --- a/src/generated/resources/assets/tfmg/models/item/purple_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/purple_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/purple_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/purple_rebar_concrete_stairs.json deleted file mode 100644 index 96d3f159..00000000 --- a/src/generated/resources/assets/tfmg/models/item/purple_rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/purple_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/purple_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/purple_rebar_concrete_wall.json deleted file mode 100644 index 1f06160e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/purple_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/purple_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/quad_potato_cannon.json b/src/generated/resources/assets/tfmg/models/item/quad_potato_cannon.json deleted file mode 100644 index b3994b33..00000000 --- a/src/generated/resources/assets/tfmg/models/item/quad_potato_cannon.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:item/quad_potato_cannon/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/raw_lead.json b/src/generated/resources/assets/tfmg/models/item/raw_lead.json deleted file mode 100644 index c7cd0eb1..00000000 --- a/src/generated/resources/assets/tfmg/models/item/raw_lead.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/raw_lead" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/raw_lead_block.json b/src/generated/resources/assets/tfmg/models/item/raw_lead_block.json deleted file mode 100644 index dd7dc78d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/raw_lead_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/raw_lead_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/raw_lithium.json b/src/generated/resources/assets/tfmg/models/item/raw_lithium.json deleted file mode 100644 index d05e9d93..00000000 --- a/src/generated/resources/assets/tfmg/models/item/raw_lithium.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/raw_lithium" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/raw_lithium_block.json b/src/generated/resources/assets/tfmg/models/item/raw_lithium_block.json deleted file mode 100644 index 49d5cf92..00000000 --- a/src/generated/resources/assets/tfmg/models/item/raw_lithium_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/raw_lithium_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/raw_nickel.json b/src/generated/resources/assets/tfmg/models/item/raw_nickel.json deleted file mode 100644 index b500ea60..00000000 --- a/src/generated/resources/assets/tfmg/models/item/raw_nickel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/raw_nickel" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/raw_nickel_block.json b/src/generated/resources/assets/tfmg/models/item/raw_nickel_block.json deleted file mode 100644 index 3115dde5..00000000 --- a/src/generated/resources/assets/tfmg/models/item/raw_nickel_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/raw_nickel_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/rebar_block.json b/src/generated/resources/assets/tfmg/models/item/rebar_block.json deleted file mode 100644 index 8683272a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/rebar_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/rebar_block/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/rebar_concrete.json deleted file mode 100644 index 6719be4b..00000000 --- a/src/generated/resources/assets/tfmg/models/item/rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/rebar_concrete_slab.json deleted file mode 100644 index 52c2712a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/rebar_concrete_stairs.json deleted file mode 100644 index dcef81f4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/rebar_concrete_wall.json deleted file mode 100644 index 778708ce..00000000 --- a/src/generated/resources/assets/tfmg/models/item/rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/rebar_floor.json b/src/generated/resources/assets/tfmg/models/item/rebar_floor.json deleted file mode 100644 index a05612ba..00000000 --- a/src/generated/resources/assets/tfmg/models/item/rebar_floor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/rebar_floor/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/rebar_pile.json b/src/generated/resources/assets/tfmg/models/item/rebar_pile.json deleted file mode 100644 index 9fb805f7..00000000 --- a/src/generated/resources/assets/tfmg/models/item/rebar_pile.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/rebar_pile/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/rebar_pillar.json b/src/generated/resources/assets/tfmg/models/item/rebar_pillar.json deleted file mode 100644 index 91924ff9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/rebar_pillar.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/rebar_pillar/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/rebar_stairs.json b/src/generated/resources/assets/tfmg/models/item/rebar_stairs.json deleted file mode 100644 index 8896ba1c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/rebar_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/rebar_stairs/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/rebar_wall.json b/src/generated/resources/assets/tfmg/models/item/rebar_wall.json deleted file mode 100644 index 561bab71..00000000 --- a/src/generated/resources/assets/tfmg/models/item/rebar_wall.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/rebar_wall/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/red_caution_block.json b/src/generated/resources/assets/tfmg/models/item/red_caution_block.json deleted file mode 100644 index 21024859..00000000 --- a/src/generated/resources/assets/tfmg/models/item/red_caution_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/red_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/red_concrete.json b/src/generated/resources/assets/tfmg/models/item/red_concrete.json deleted file mode 100644 index 657d6752..00000000 --- a/src/generated/resources/assets/tfmg/models/item/red_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/red_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/red_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/red_concrete_slab.json deleted file mode 100644 index 32b2cbba..00000000 --- a/src/generated/resources/assets/tfmg/models/item/red_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/red_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/red_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/red_concrete_stairs.json deleted file mode 100644 index 0e1eb0bc..00000000 --- a/src/generated/resources/assets/tfmg/models/item/red_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/red_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/red_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/red_concrete_wall.json deleted file mode 100644 index 83a6814e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/red_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/red_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/red_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/red_rebar_concrete.json deleted file mode 100644 index b73831c9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/red_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/red_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/red_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/red_rebar_concrete_slab.json deleted file mode 100644 index 32b2cbba..00000000 --- a/src/generated/resources/assets/tfmg/models/item/red_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/red_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/red_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/red_rebar_concrete_stairs.json deleted file mode 100644 index 0e1eb0bc..00000000 --- a/src/generated/resources/assets/tfmg/models/item/red_rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/red_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/red_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/red_rebar_concrete_wall.json deleted file mode 100644 index 83a6814e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/red_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/red_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/regular_engine.json b/src/generated/resources/assets/tfmg/models/item/regular_engine.json deleted file mode 100644 index e81cfc18..00000000 --- a/src/generated/resources/assets/tfmg/models/item/regular_engine.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/regular_engine/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/resistor.json b/src/generated/resources/assets/tfmg/models/item/resistor.json deleted file mode 100644 index b99586c2..00000000 --- a/src/generated/resources/assets/tfmg/models/item/resistor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/resistor/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/rotor.json b/src/generated/resources/assets/tfmg/models/item/rotor.json deleted file mode 100644 index fe6bbb13..00000000 --- a/src/generated/resources/assets/tfmg/models/item/rotor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/rotor/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/rubber_sheet.json b/src/generated/resources/assets/tfmg/models/item/rubber_sheet.json deleted file mode 100644 index 0e59e9ab..00000000 --- a/src/generated/resources/assets/tfmg/models/item/rubber_sheet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/rubber_sheet" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/rusted_blast_furnace_reinforcement.json b/src/generated/resources/assets/tfmg/models/item/rusted_blast_furnace_reinforcement.json deleted file mode 100644 index 689e3859..00000000 --- a/src/generated/resources/assets/tfmg/models/item/rusted_blast_furnace_reinforcement.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/rusted_blast_furnace_reinforcement" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/screw.json b/src/generated/resources/assets/tfmg/models/item/screw.json deleted file mode 100644 index 654db24b..00000000 --- a/src/generated/resources/assets/tfmg/models/item/screw.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/screw" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/screwdriver.json b/src/generated/resources/assets/tfmg/models/item/screwdriver.json deleted file mode 100644 index b7ec5704..00000000 --- a/src/generated/resources/assets/tfmg/models/item/screwdriver.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/screwdriver" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/segmented_display.json b/src/generated/resources/assets/tfmg/models/item/segmented_display.json deleted file mode 100644 index f73cd861..00000000 --- a/src/generated/resources/assets/tfmg/models/item/segmented_display.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/segmented_display/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/silicon_ingot.json b/src/generated/resources/assets/tfmg/models/item/silicon_ingot.json deleted file mode 100644 index 6df081a6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/silicon_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/silicon_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/slag.json b/src/generated/resources/assets/tfmg/models/item/slag.json deleted file mode 100644 index aa85a885..00000000 --- a/src/generated/resources/assets/tfmg/models/item/slag.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/slag" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/slag_block.json b/src/generated/resources/assets/tfmg/models/item/slag_block.json deleted file mode 100644 index 975656b3..00000000 --- a/src/generated/resources/assets/tfmg/models/item/slag_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/slag_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/slag_bricks.json b/src/generated/resources/assets/tfmg/models/item/slag_bricks.json deleted file mode 100644 index e7f8085c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/slag_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/slag_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/slag_bricks_slab.json b/src/generated/resources/assets/tfmg/models/item/slag_bricks_slab.json deleted file mode 100644 index 734557a9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/slag_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/slag_bricks_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/slag_bricks_stairs.json b/src/generated/resources/assets/tfmg/models/item/slag_bricks_stairs.json deleted file mode 100644 index 503a9b97..00000000 --- a/src/generated/resources/assets/tfmg/models/item/slag_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/slag_bricks_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/slag_bricks_wall.json b/src/generated/resources/assets/tfmg/models/item/slag_bricks_wall.json deleted file mode 100644 index 7dd73d62..00000000 --- a/src/generated/resources/assets/tfmg/models/item/slag_bricks_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/slag_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/small_bauxite_brick_slab.json b/src/generated/resources/assets/tfmg/models/item/small_bauxite_brick_slab.json deleted file mode 100644 index 53e0492a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/small_bauxite_brick_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/small_bauxite_brick_slab" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/small_bauxite_brick_stairs.json b/src/generated/resources/assets/tfmg/models/item/small_bauxite_brick_stairs.json deleted file mode 100644 index b01f7981..00000000 --- a/src/generated/resources/assets/tfmg/models/item/small_bauxite_brick_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/small_bauxite_brick_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/small_bauxite_brick_wall.json b/src/generated/resources/assets/tfmg/models/item/small_bauxite_brick_wall.json deleted file mode 100644 index 28241ead..00000000 --- a/src/generated/resources/assets/tfmg/models/item/small_bauxite_brick_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/small_bauxite_bricks.json b/src/generated/resources/assets/tfmg/models/item/small_bauxite_bricks.json deleted file mode 100644 index 04d4b668..00000000 --- a/src/generated/resources/assets/tfmg/models/item/small_bauxite_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/small_bauxite_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/small_galena_brick_slab.json b/src/generated/resources/assets/tfmg/models/item/small_galena_brick_slab.json deleted file mode 100644 index 636c4d22..00000000 --- a/src/generated/resources/assets/tfmg/models/item/small_galena_brick_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/small_galena_brick_slab" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/small_galena_brick_stairs.json b/src/generated/resources/assets/tfmg/models/item/small_galena_brick_stairs.json deleted file mode 100644 index fc92daf5..00000000 --- a/src/generated/resources/assets/tfmg/models/item/small_galena_brick_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/small_galena_brick_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/small_galena_brick_wall.json b/src/generated/resources/assets/tfmg/models/item/small_galena_brick_wall.json deleted file mode 100644 index ddcb2c93..00000000 --- a/src/generated/resources/assets/tfmg/models/item/small_galena_brick_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/palettes/stone_types/small_brick/galena_cut_small_brick" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/small_galena_bricks.json b/src/generated/resources/assets/tfmg/models/item/small_galena_bricks.json deleted file mode 100644 index 2bd1b663..00000000 --- a/src/generated/resources/assets/tfmg/models/item/small_galena_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/small_galena_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/spark_plug.json b/src/generated/resources/assets/tfmg/models/item/spark_plug.json deleted file mode 100644 index 0d963d61..00000000 --- a/src/generated/resources/assets/tfmg/models/item/spark_plug.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/spark_plug" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/stator.json b/src/generated/resources/assets/tfmg/models/item/stator.json deleted file mode 100644 index 51741634..00000000 --- a/src/generated/resources/assets/tfmg/models/item/stator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/stator/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_axe.json b/src/generated/resources/assets/tfmg/models/item/steel_axe.json deleted file mode 100644 index 9e4e5ef1..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_axe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/steel_axe" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_bars.json b/src/generated/resources/assets/tfmg/models/item/steel_bars.json deleted file mode 100644 index 31be2e79..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_bars.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:item/bars", - "textures": { - "bars": "tfmg:block/bars/steel_bars", - "edge": "tfmg:block/bars/steel_bars_edge" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_block.json b/src/generated/resources/assets/tfmg/models/item/steel_block.json deleted file mode 100644 index 66066a02..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_boots.json b/src/generated/resources/assets/tfmg/models/item/steel_boots.json deleted file mode 100644 index 8176642c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_boots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/steel_boots" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_cable_hub.json b/src/generated/resources/assets/tfmg/models/item/steel_cable_hub.json deleted file mode 100644 index e484299f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_cable_hub.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_cable_hub" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_casing.json b/src/generated/resources/assets/tfmg/models/item/steel_casing.json deleted file mode 100644 index 2368c472..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_casing.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_casing" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_casing_cable_hub.json b/src/generated/resources/assets/tfmg/models/item/steel_casing_cable_hub.json deleted file mode 100644 index 8a1deafd..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_casing_cable_hub.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_casing_cable_hub" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_chemical_vat.json b/src/generated/resources/assets/tfmg/models/item/steel_chemical_vat.json deleted file mode 100644 index 5c237f57..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_chemical_vat.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_chemical_vat/block_single_window" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_chestplate.json b/src/generated/resources/assets/tfmg/models/item/steel_chestplate.json deleted file mode 100644 index 26a38bd0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_chestplate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/steel_chestplate" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_cogwheel.json b/src/generated/resources/assets/tfmg/models/item/steel_cogwheel.json deleted file mode 100644 index 21570530..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_cogwheel.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_distillation_controller.json b/src/generated/resources/assets/tfmg/models/item/steel_distillation_controller.json deleted file mode 100644 index 95930b56..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_distillation_controller.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_distillation_controller" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_distillation_output.json b/src/generated/resources/assets/tfmg/models/item/steel_distillation_output.json deleted file mode 100644 index 48a28014..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_distillation_output.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_distillation_output/block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_door.json b/src/generated/resources/assets/tfmg/models/item/steel_door.json deleted file mode 100644 index 7c2721eb..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_door.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/steel_door" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_encased_aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/models/item/steel_encased_aluminum_cogwheel.json deleted file mode 100644 index daf71b24..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_encased_aluminum_cogwheel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/item", - "textures": { - "1": "tfmg:block/steel_casing", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_encased_large_aluminum_cogwheel.json b/src/generated/resources/assets/tfmg/models/item/steel_encased_large_aluminum_cogwheel.json deleted file mode 100644 index c2a01eb6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_encased_large_aluminum_cogwheel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/item", - "textures": { - "1": "tfmg:block/steel_casing", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_encased_large_steel_cogwheel.json b/src/generated/resources/assets/tfmg/models/item/steel_encased_large_steel_cogwheel.json deleted file mode 100644 index c2a01eb6..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_encased_large_steel_cogwheel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "tfmg:block/encased_large_cogwheel/item", - "textures": { - "1": "tfmg:block/steel_casing", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side_large" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_encased_shaft.json b/src/generated/resources/assets/tfmg/models/item/steel_encased_shaft.json deleted file mode 100644 index 6c040ed5..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_encased_shaft.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/encased_shaft/item_steel" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_encased_steel_cogwheel.json b/src/generated/resources/assets/tfmg/models/item/steel_encased_steel_cogwheel.json deleted file mode 100644 index daf71b24..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_encased_steel_cogwheel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "tfmg:block/encased_cogwheel/item", - "textures": { - "1": "tfmg:block/steel_casing", - "casing": "tfmg:block/steel_casing", - "particle": "tfmg:block/steel_casing", - "side": "tfmg:block/steel_encased_cogwheel_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_fluid_tank.json b/src/generated/resources/assets/tfmg/models/item/steel_fluid_tank.json deleted file mode 100644 index 06dfc437..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_fluid_tank.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_fluid_tank/block_single_window" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_fluid_valve.json b/src/generated/resources/assets/tfmg/models/item/steel_fluid_valve.json deleted file mode 100644 index 51b9a3b0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_fluid_valve.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_fluid_valve/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_flywheel.json b/src/generated/resources/assets/tfmg/models/item/steel_flywheel.json deleted file mode 100644 index 992247c4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_flywheel.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_flywheel/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_frame.json b/src/generated/resources/assets/tfmg/models/item/steel_frame.json deleted file mode 100644 index b0e141f8..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_frame/block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_gearbox.json b/src/generated/resources/assets/tfmg/models/item/steel_gearbox.json deleted file mode 100644 index 7089a7e4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_gearbox.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_gearbox/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_helmet.json b/src/generated/resources/assets/tfmg/models/item/steel_helmet.json deleted file mode 100644 index bfe116f4..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_helmet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/steel_helmet" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_hoe.json b/src/generated/resources/assets/tfmg/models/item/steel_hoe.json deleted file mode 100644 index da38cf54..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_hoe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/steel_hoe" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_ingot.json b/src/generated/resources/assets/tfmg/models/item/steel_ingot.json deleted file mode 100644 index 4c02092e..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/steel_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_ladder.json b/src/generated/resources/assets/tfmg/models/item/steel_ladder.json deleted file mode 100644 index e73bca6a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_ladder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:block/ladder_steel" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_leggings.json b/src/generated/resources/assets/tfmg/models/item/steel_leggings.json deleted file mode 100644 index c9bfc42b..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_leggings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/steel_leggings" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_mechanical_pump.json b/src/generated/resources/assets/tfmg/models/item/steel_mechanical_pump.json deleted file mode 100644 index 81817e44..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_mechanical_pump.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_mechanical_pump/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_mechanism.json b/src/generated/resources/assets/tfmg/models/item/steel_mechanism.json deleted file mode 100644 index f0d7edac..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_mechanism.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/steel_mechanism" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_nugget.json b/src/generated/resources/assets/tfmg/models/item/steel_nugget.json deleted file mode 100644 index f0a0d582..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/steel_nugget" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_pickaxe.json b/src/generated/resources/assets/tfmg/models/item/steel_pickaxe.json deleted file mode 100644 index 4ca1b71f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_pickaxe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/steel_pickaxe" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_pipe.json b/src/generated/resources/assets/tfmg/models/item/steel_pipe.json deleted file mode 100644 index 2fe21a63..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_pipe.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_pipe/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_scaffolding.json b/src/generated/resources/assets/tfmg/models/item/steel_scaffolding.json deleted file mode 100644 index d70aab75..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_scaffolding.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_scaffolding" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_shovel.json b/src/generated/resources/assets/tfmg/models/item/steel_shovel.json deleted file mode 100644 index a49074d7..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_shovel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/steel_shovel" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_smart_fluid_pipe.json b/src/generated/resources/assets/tfmg/models/item/steel_smart_fluid_pipe.json deleted file mode 100644 index bbd5ad5d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_smart_fluid_pipe.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_smart_fluid_pipe/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_sword.json b/src/generated/resources/assets/tfmg/models/item/steel_sword.json deleted file mode 100644 index 743d06f0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_sword.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "tfmg:item/steel_sword" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_trapdoor.json b/src/generated/resources/assets/tfmg/models/item/steel_trapdoor.json deleted file mode 100644 index acff829d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_trapdoor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_trapdoor" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_truss.json b/src/generated/resources/assets/tfmg/models/item/steel_truss.json deleted file mode 100644 index d1f0da0d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_truss.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_truss" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/steel_vertical_gearbox.json b/src/generated/resources/assets/tfmg/models/item/steel_vertical_gearbox.json deleted file mode 100644 index 65177f01..00000000 --- a/src/generated/resources/assets/tfmg/models/item/steel_vertical_gearbox.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/steel_gearbox/item_vertical" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/sulfur.json b/src/generated/resources/assets/tfmg/models/item/sulfur.json deleted file mode 100644 index f70095c3..00000000 --- a/src/generated/resources/assets/tfmg/models/item/sulfur.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/sulfur" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/sulfur_dust.json b/src/generated/resources/assets/tfmg/models/item/sulfur_dust.json deleted file mode 100644 index 436517cc..00000000 --- a/src/generated/resources/assets/tfmg/models/item/sulfur_dust.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/sulfur_dust" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/surface_scanner.json b/src/generated/resources/assets/tfmg/models/item/surface_scanner.json deleted file mode 100644 index a3096218..00000000 --- a/src/generated/resources/assets/tfmg/models/item/surface_scanner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/surface_scanner/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/synthetic_leather.json b/src/generated/resources/assets/tfmg/models/item/synthetic_leather.json deleted file mode 100644 index b7856a61..00000000 --- a/src/generated/resources/assets/tfmg/models/item/synthetic_leather.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/synthetic_leather" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/synthetic_string.json b/src/generated/resources/assets/tfmg/models/item/synthetic_string.json deleted file mode 100644 index 58ca2037..00000000 --- a/src/generated/resources/assets/tfmg/models/item/synthetic_string.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/synthetic_string" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/thermite_grenade.json b/src/generated/resources/assets/tfmg/models/item/thermite_grenade.json deleted file mode 100644 index b1d03422..00000000 --- a/src/generated/resources/assets/tfmg/models/item/thermite_grenade.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/thermite_grenade" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/thermite_powder.json b/src/generated/resources/assets/tfmg/models/item/thermite_powder.json deleted file mode 100644 index 6f286eaa..00000000 --- a/src/generated/resources/assets/tfmg/models/item/thermite_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/thermite_powder" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/traffic_light.json b/src/generated/resources/assets/tfmg/models/item/traffic_light.json deleted file mode 100644 index cf3a6b11..00000000 --- a/src/generated/resources/assets/tfmg/models/item/traffic_light.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/traffic_light/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/transformer.json b/src/generated/resources/assets/tfmg/models/item/transformer.json deleted file mode 100644 index 7b2403ba..00000000 --- a/src/generated/resources/assets/tfmg/models/item/transformer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/transformer/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/transistor_item.json b/src/generated/resources/assets/tfmg/models/item/transistor_item.json deleted file mode 100644 index 8792a456..00000000 --- a/src/generated/resources/assets/tfmg/models/item/transistor_item.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/transistor_item" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/transmission.json b/src/generated/resources/assets/tfmg/models/item/transmission.json deleted file mode 100644 index 43e9a0f5..00000000 --- a/src/generated/resources/assets/tfmg/models/item/transmission.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/transmission" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/turbine_blade.json b/src/generated/resources/assets/tfmg/models/item/turbine_blade.json deleted file mode 100644 index 82ced20d..00000000 --- a/src/generated/resources/assets/tfmg/models/item/turbine_blade.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/turbine_blade" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/turbo.json b/src/generated/resources/assets/tfmg/models/item/turbo.json deleted file mode 100644 index 92f0a9a0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/turbo.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/turbo" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/unfinished_capacitor.json b/src/generated/resources/assets/tfmg/models/item/unfinished_capacitor.json deleted file mode 100644 index fcb8af29..00000000 --- a/src/generated/resources/assets/tfmg/models/item/unfinished_capacitor.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/unfinished_capacitor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/unfinished_electric_motor.json b/src/generated/resources/assets/tfmg/models/item/unfinished_electric_motor.json deleted file mode 100644 index 7e6ddade..00000000 --- a/src/generated/resources/assets/tfmg/models/item/unfinished_electric_motor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/electric_motor/unfinished" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/unfinished_generator.json b/src/generated/resources/assets/tfmg/models/item/unfinished_generator.json deleted file mode 100644 index 6d018204..00000000 --- a/src/generated/resources/assets/tfmg/models/item/unfinished_generator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:item/unfinished_generator_model" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/unfinished_insulator.json b/src/generated/resources/assets/tfmg/models/item/unfinished_insulator.json deleted file mode 100644 index 0dab0b56..00000000 --- a/src/generated/resources/assets/tfmg/models/item/unfinished_insulator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:item/unfinished_insulator_model" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/unfinished_potentiometer.json b/src/generated/resources/assets/tfmg/models/item/unfinished_potentiometer.json deleted file mode 100644 index e2301077..00000000 --- a/src/generated/resources/assets/tfmg/models/item/unfinished_potentiometer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/potentiometer/unfinished" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/unfinished_resistor.json b/src/generated/resources/assets/tfmg/models/item/unfinished_resistor.json deleted file mode 100644 index fdd2b076..00000000 --- a/src/generated/resources/assets/tfmg/models/item/unfinished_resistor.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/unfinished_resistor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/unfinished_steel_mechanism.json b/src/generated/resources/assets/tfmg/models/item/unfinished_steel_mechanism.json deleted file mode 100644 index e24f8d7b..00000000 --- a/src/generated/resources/assets/tfmg/models/item/unfinished_steel_mechanism.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/unfinished_steel_mechanism" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/unfinished_transistor.json b/src/generated/resources/assets/tfmg/models/item/unfinished_transistor.json deleted file mode 100644 index 41b4aea2..00000000 --- a/src/generated/resources/assets/tfmg/models/item/unfinished_transistor.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/unfinished_transistor" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/unfired_insulator.json b/src/generated/resources/assets/tfmg/models/item/unfired_insulator.json deleted file mode 100644 index 2aaf702f..00000000 --- a/src/generated/resources/assets/tfmg/models/item/unfired_insulator.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:item/unfired_insulator_model" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/unprocessed_heavy_plate.json b/src/generated/resources/assets/tfmg/models/item/unprocessed_heavy_plate.json deleted file mode 100644 index 752534ee..00000000 --- a/src/generated/resources/assets/tfmg/models/item/unprocessed_heavy_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/unprocessed_heavy_plate" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/voltage_observer.json b/src/generated/resources/assets/tfmg/models/item/voltage_observer.json deleted file mode 100644 index 3afb3291..00000000 --- a/src/generated/resources/assets/tfmg/models/item/voltage_observer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/voltage_observer/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/voltmeter.json b/src/generated/resources/assets/tfmg/models/item/voltmeter.json deleted file mode 100644 index 9c3ba015..00000000 --- a/src/generated/resources/assets/tfmg/models/item/voltmeter.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/voltmeter/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/white_caution_block.json b/src/generated/resources/assets/tfmg/models/item/white_caution_block.json deleted file mode 100644 index c60b8579..00000000 --- a/src/generated/resources/assets/tfmg/models/item/white_caution_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/white_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/white_concrete.json b/src/generated/resources/assets/tfmg/models/item/white_concrete.json deleted file mode 100644 index 0540b9d9..00000000 --- a/src/generated/resources/assets/tfmg/models/item/white_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/white_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/white_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/white_concrete_slab.json deleted file mode 100644 index 4ad65670..00000000 --- a/src/generated/resources/assets/tfmg/models/item/white_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/white_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/white_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/white_concrete_stairs.json deleted file mode 100644 index b41709a2..00000000 --- a/src/generated/resources/assets/tfmg/models/item/white_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/white_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/white_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/white_concrete_wall.json deleted file mode 100644 index 53100f34..00000000 --- a/src/generated/resources/assets/tfmg/models/item/white_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/white_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/white_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/white_rebar_concrete.json deleted file mode 100644 index 72c728ea..00000000 --- a/src/generated/resources/assets/tfmg/models/item/white_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/white_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/white_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/white_rebar_concrete_slab.json deleted file mode 100644 index 4ad65670..00000000 --- a/src/generated/resources/assets/tfmg/models/item/white_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/white_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/white_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/white_rebar_concrete_stairs.json deleted file mode 100644 index b41709a2..00000000 --- a/src/generated/resources/assets/tfmg/models/item/white_rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/white_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/white_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/white_rebar_concrete_wall.json deleted file mode 100644 index 53100f34..00000000 --- a/src/generated/resources/assets/tfmg/models/item/white_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/white_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/winding_machine.json b/src/generated/resources/assets/tfmg/models/item/winding_machine.json deleted file mode 100644 index a2a472c3..00000000 --- a/src/generated/resources/assets/tfmg/models/item/winding_machine.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/winding_machine/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/yellow_caution_block.json b/src/generated/resources/assets/tfmg/models/item/yellow_caution_block.json deleted file mode 100644 index f2f54bd0..00000000 --- a/src/generated/resources/assets/tfmg/models/item/yellow_caution_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/yellow_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/yellow_concrete.json b/src/generated/resources/assets/tfmg/models/item/yellow_concrete.json deleted file mode 100644 index 58d4b828..00000000 --- a/src/generated/resources/assets/tfmg/models/item/yellow_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/yellow_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/yellow_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/yellow_concrete_slab.json deleted file mode 100644 index 330134fa..00000000 --- a/src/generated/resources/assets/tfmg/models/item/yellow_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/yellow_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/yellow_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/yellow_concrete_stairs.json deleted file mode 100644 index 44f43393..00000000 --- a/src/generated/resources/assets/tfmg/models/item/yellow_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/yellow_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/yellow_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/yellow_concrete_wall.json deleted file mode 100644 index 01962c00..00000000 --- a/src/generated/resources/assets/tfmg/models/item/yellow_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/yellow_rebar_concrete.json b/src/generated/resources/assets/tfmg/models/item/yellow_rebar_concrete.json deleted file mode 100644 index b9c2f813..00000000 --- a/src/generated/resources/assets/tfmg/models/item/yellow_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/yellow_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/yellow_rebar_concrete_slab.json b/src/generated/resources/assets/tfmg/models/item/yellow_rebar_concrete_slab.json deleted file mode 100644 index 330134fa..00000000 --- a/src/generated/resources/assets/tfmg/models/item/yellow_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/yellow_concrete_bottom" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/yellow_rebar_concrete_stairs.json b/src/generated/resources/assets/tfmg/models/item/yellow_rebar_concrete_stairs.json deleted file mode 100644 index 44f43393..00000000 --- a/src/generated/resources/assets/tfmg/models/item/yellow_rebar_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/yellow_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/yellow_rebar_concrete_wall.json b/src/generated/resources/assets/tfmg/models/item/yellow_rebar_concrete_wall.json deleted file mode 100644 index 01962c00..00000000 --- a/src/generated/resources/assets/tfmg/models/item/yellow_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/zinc_electrode.json b/src/generated/resources/assets/tfmg/models/item/zinc_electrode.json deleted file mode 100644 index 325ec756..00000000 --- a/src/generated/resources/assets/tfmg/models/item/zinc_electrode.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:item/zinc_electrode_model" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/zinc_frame.json b/src/generated/resources/assets/tfmg/models/item/zinc_frame.json deleted file mode 100644 index 16996c6c..00000000 --- a/src/generated/resources/assets/tfmg/models/item/zinc_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/zinc_frame/block" -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/zinc_grenade.json b/src/generated/resources/assets/tfmg/models/item/zinc_grenade.json deleted file mode 100644 index 2b57c349..00000000 --- a/src/generated/resources/assets/tfmg/models/item/zinc_grenade.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/zinc_grenade" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/zinc_sulfate.json b/src/generated/resources/assets/tfmg/models/item/zinc_sulfate.json deleted file mode 100644 index ab5bacd1..00000000 --- a/src/generated/resources/assets/tfmg/models/item/zinc_sulfate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/zinc_sulfate" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/tfmg/models/item/zinc_truss.json b/src/generated/resources/assets/tfmg/models/item/zinc_truss.json deleted file mode 100644 index 810efe2a..00000000 --- a/src/generated/resources/assets/tfmg/models/item/zinc_truss.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/zinc_truss" -} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/cut_bauxite_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/cut_bauxite_brick_slab_recycling.json deleted file mode 100644 index 0ca34d4e..00000000 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/cut_bauxite_brick_slab_recycling.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_bauxite_brick_slab": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_bauxite_brick_slab" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "create:cut_bauxite_brick_slab_recycling" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_bauxite_brick_slab", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "create:cut_bauxite_brick_slab_recycling" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/cut_bauxite_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/cut_bauxite_slab_recycling.json deleted file mode 100644 index 63f55f75..00000000 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/cut_bauxite_slab_recycling.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_bauxite_slab": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_bauxite_slab" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "create:cut_bauxite_slab_recycling" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_bauxite_slab", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "create:cut_bauxite_slab_recycling" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/cut_galena_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/cut_galena_brick_slab_recycling.json deleted file mode 100644 index f62a372a..00000000 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/cut_galena_brick_slab_recycling.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_galena_brick_slab": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_galena_brick_slab" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "create:cut_galena_brick_slab_recycling" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_galena_brick_slab", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "create:cut_galena_brick_slab_recycling" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/cut_galena_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/cut_galena_slab_recycling.json deleted file mode 100644 index c5410d64..00000000 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/cut_galena_slab_recycling.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_galena_slab": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_galena_slab" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "create:cut_galena_slab_recycling" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_galena_slab", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "create:cut_galena_slab_recycling" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/polished_cut_bauxite_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/polished_cut_bauxite_slab_recycling.json deleted file mode 100644 index 041c50e9..00000000 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/polished_cut_bauxite_slab_recycling.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_polished_cut_bauxite_slab": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:polished_cut_bauxite_slab" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "create:polished_cut_bauxite_slab_recycling" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_polished_cut_bauxite_slab", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "create:polished_cut_bauxite_slab_recycling" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/polished_cut_galena_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/polished_cut_galena_slab_recycling.json deleted file mode 100644 index 5d084970..00000000 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/polished_cut_galena_slab_recycling.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_polished_cut_galena_slab": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:polished_cut_galena_slab" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "create:polished_cut_galena_slab_recycling" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_polished_cut_galena_slab", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "create:polished_cut_galena_slab_recycling" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/small_bauxite_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/small_bauxite_brick_slab_recycling.json deleted file mode 100644 index 4efcf1cb..00000000 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/small_bauxite_brick_slab_recycling.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_small_bauxite_brick_slab": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:small_bauxite_brick_slab" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "create:small_bauxite_brick_slab_recycling" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_small_bauxite_brick_slab", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "create:small_bauxite_brick_slab_recycling" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/small_galena_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/small_galena_brick_slab_recycling.json deleted file mode 100644 index c657aa07..00000000 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/small_galena_brick_slab_recycling.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_small_galena_brick_slab": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:small_galena_brick_slab" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "create:small_galena_brick_slab_recycling" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_small_galena_brick_slab", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "create:small_galena_brick_slab_recycling" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_bauxite_brick_slab_recycling.json b/src/generated/resources/data/create/recipes/cut_bauxite_brick_slab_recycling.json deleted file mode 100644 index 57924d96..00000000 --- a/src/generated/resources/data/create/recipes/cut_bauxite_brick_slab_recycling.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "tfmg:cut_bauxite_brick_slab" - }, - { - "item": "tfmg:cut_bauxite_brick_slab" - } - ], - "result": { - "item": "tfmg:cut_bauxite_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_bauxite_slab_recycling.json b/src/generated/resources/data/create/recipes/cut_bauxite_slab_recycling.json deleted file mode 100644 index 9d3139f7..00000000 --- a/src/generated/resources/data/create/recipes/cut_bauxite_slab_recycling.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "tfmg:cut_bauxite_slab" - }, - { - "item": "tfmg:cut_bauxite_slab" - } - ], - "result": { - "item": "tfmg:cut_bauxite" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_galena_brick_slab_recycling.json b/src/generated/resources/data/create/recipes/cut_galena_brick_slab_recycling.json deleted file mode 100644 index 4f6ec98e..00000000 --- a/src/generated/resources/data/create/recipes/cut_galena_brick_slab_recycling.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "tfmg:cut_galena_brick_slab" - }, - { - "item": "tfmg:cut_galena_brick_slab" - } - ], - "result": { - "item": "tfmg:cut_galena_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_galena_slab_recycling.json b/src/generated/resources/data/create/recipes/cut_galena_slab_recycling.json deleted file mode 100644 index 8da2974a..00000000 --- a/src/generated/resources/data/create/recipes/cut_galena_slab_recycling.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "tfmg:cut_galena_slab" - }, - { - "item": "tfmg:cut_galena_slab" - } - ], - "result": { - "item": "tfmg:cut_galena" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_bauxite_slab_recycling.json b/src/generated/resources/data/create/recipes/polished_cut_bauxite_slab_recycling.json deleted file mode 100644 index ca89fe1c..00000000 --- a/src/generated/resources/data/create/recipes/polished_cut_bauxite_slab_recycling.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "tfmg:polished_cut_bauxite_slab" - }, - { - "item": "tfmg:polished_cut_bauxite_slab" - } - ], - "result": { - "item": "tfmg:polished_cut_bauxite" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_galena_slab_recycling.json b/src/generated/resources/data/create/recipes/polished_cut_galena_slab_recycling.json deleted file mode 100644 index 146fbc0a..00000000 --- a/src/generated/resources/data/create/recipes/polished_cut_galena_slab_recycling.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "tfmg:polished_cut_galena_slab" - }, - { - "item": "tfmg:polished_cut_galena_slab" - } - ], - "result": { - "item": "tfmg:polished_cut_galena" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_bauxite_brick_slab_recycling.json b/src/generated/resources/data/create/recipes/small_bauxite_brick_slab_recycling.json deleted file mode 100644 index fdb98089..00000000 --- a/src/generated/resources/data/create/recipes/small_bauxite_brick_slab_recycling.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "tfmg:small_bauxite_brick_slab" - }, - { - "item": "tfmg:small_bauxite_brick_slab" - } - ], - "result": { - "item": "tfmg:small_bauxite_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_galena_brick_slab_recycling.json b/src/generated/resources/data/create/recipes/small_galena_brick_slab_recycling.json deleted file mode 100644 index f550bcb0..00000000 --- a/src/generated/resources/data/create/recipes/small_galena_brick_slab_recycling.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "tfmg:small_galena_brick_slab" - }, - { - "item": "tfmg:small_galena_brick_slab" - } - ], - "result": { - "item": "tfmg:small_galena_bricks" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/blocks/casing.json b/src/generated/resources/data/create/tags/blocks/casing.json deleted file mode 100644 index e5c43edc..00000000 --- a/src/generated/resources/data/create/tags/blocks/casing.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "values": [ - "tfmg:steel_casing", - "tfmg:heavy_machinery_casing", - "tfmg:electric_casing", - "tfmg:industrial_aluminum_casing" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/blocks/fan_transparent.json b/src/generated/resources/data/create/tags/blocks/fan_transparent.json deleted file mode 100644 index d80575ae..00000000 --- a/src/generated/resources/data/create/tags/blocks/fan_transparent.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "values": [ - "tfmg:copycat_cable_base", - "tfmg:steel_bars", - "tfmg:aluminum_bars", - "tfmg:cast_iron_bars", - "tfmg:lead_bars", - "tfmg:nickel_bars" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/blocks/non_movable.json b/src/generated/resources/data/create/tags/blocks/non_movable.json deleted file mode 100644 index b01ff787..00000000 --- a/src/generated/resources/data/create/tags/blocks/non_movable.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:oil_deposit" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/blocks/safe_nbt.json b/src/generated/resources/data/create/tags/blocks/safe_nbt.json deleted file mode 100644 index 97f121bc..00000000 --- a/src/generated/resources/data/create/tags/blocks/safe_nbt.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:pumpjack_hammer" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/blocks/wrench_pickup.json b/src/generated/resources/data/create/tags/blocks/wrench_pickup.json deleted file mode 100644 index c72282b9..00000000 --- a/src/generated/resources/data/create/tags/blocks/wrench_pickup.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "values": [ - "tfmg:steel_bars", - "tfmg:aluminum_bars", - "tfmg:cast_iron_bars", - "tfmg:lead_bars", - "tfmg:nickel_bars" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/items/casing.json b/src/generated/resources/data/create/tags/items/casing.json deleted file mode 100644 index e5c43edc..00000000 --- a/src/generated/resources/data/create/tags/items/casing.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "values": [ - "tfmg:steel_casing", - "tfmg:heavy_machinery_casing", - "tfmg:electric_casing", - "tfmg:industrial_aluminum_casing" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/items/contraption_controlled.json b/src/generated/resources/data/create/tags/items/contraption_controlled.json deleted file mode 100644 index 73c4858a..00000000 --- a/src/generated/resources/data/create/tags/items/contraption_controlled.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "values": [ - "tfmg:heavy_casing_door", - "tfmg:steel_door", - "tfmg:aluminum_door", - "tfmg:heavy_plated_door" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/items/create_ingots.json b/src/generated/resources/data/create/tags/items/create_ingots.json deleted file mode 100644 index 56c764e0..00000000 --- a/src/generated/resources/data/create/tags/items/create_ingots.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "values": [ - "tfmg:steel_ingot", - "tfmg:cast_iron_ingot", - "tfmg:aluminum_ingot", - "tfmg:plastic_sheet", - "tfmg:lead_ingot", - "tfmg:nickel_ingot", - "tfmg:constantan_ingot", - "tfmg:lithium_ingot" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/concrete.json b/src/generated/resources/data/forge/tags/blocks/concrete.json deleted file mode 100644 index 4fa61502..00000000 --- a/src/generated/resources/data/forge/tags/blocks/concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:concrete", - "tfmg:rebar_concrete" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/ores.json b/src/generated/resources/data/forge/tags/blocks/ores.json deleted file mode 100644 index 20d648fe..00000000 --- a/src/generated/resources/data/forge/tags/blocks/ores.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "values": [ - "tfmg:lead_ore", - "tfmg:deepslate_lead_ore", - "tfmg:nickel_ore", - "tfmg:deepslate_nickel_ore", - "tfmg:lithium_ore", - "tfmg:deepslate_lithium_ore" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/ores/lead.json b/src/generated/resources/data/forge/tags/blocks/ores/lead.json deleted file mode 100644 index 264048ac..00000000 --- a/src/generated/resources/data/forge/tags/blocks/ores/lead.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:lead_ore", - "tfmg:deepslate_lead_ore" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/ores/lithium.json b/src/generated/resources/data/forge/tags/blocks/ores/lithium.json deleted file mode 100644 index 396a2d05..00000000 --- a/src/generated/resources/data/forge/tags/blocks/ores/lithium.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:lithium_ore", - "tfmg:deepslate_lithium_ore" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/ores/nickel.json b/src/generated/resources/data/forge/tags/blocks/ores/nickel.json deleted file mode 100644 index ddc59df5..00000000 --- a/src/generated/resources/data/forge/tags/blocks/ores/nickel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:nickel_ore", - "tfmg:deepslate_nickel_ore" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/ores_in_ground/deepslate.json b/src/generated/resources/data/forge/tags/blocks/ores_in_ground/deepslate.json deleted file mode 100644 index 3931b56e..00000000 --- a/src/generated/resources/data/forge/tags/blocks/ores_in_ground/deepslate.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "values": [ - "tfmg:deepslate_lead_ore", - "tfmg:deepslate_nickel_ore", - "tfmg:deepslate_lithium_ore" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/ores_in_ground/stone.json b/src/generated/resources/data/forge/tags/blocks/ores_in_ground/stone.json deleted file mode 100644 index bc683351..00000000 --- a/src/generated/resources/data/forge/tags/blocks/ores_in_ground/stone.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "values": [ - "tfmg:lead_ore", - "tfmg:nickel_ore", - "tfmg:lithium_ore" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks.json deleted file mode 100644 index 1499a549..00000000 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "values": [ - "tfmg:raw_nickel_block", - "tfmg:raw_lead_block", - "tfmg:raw_lithium_block", - "tfmg:steel_block", - "tfmg:cast_iron_block", - "tfmg:aluminum_block", - "tfmg:plastic_block", - "tfmg:lead_block", - "tfmg:constantan_block", - "tfmg:nickel_block", - "tfmg:lithium_block", - "tfmg:coal_coke_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/aluminum.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/aluminum.json deleted file mode 100644 index a88e7648..00000000 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/aluminum.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:aluminum_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/cast_iron.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/cast_iron.json deleted file mode 100644 index 498da03a..00000000 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/cast_iron.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:cast_iron_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/constantan.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/constantan.json deleted file mode 100644 index 625838b4..00000000 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/constantan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:constantan_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/lead.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/lead.json deleted file mode 100644 index aac1dd9c..00000000 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/lead.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:lead_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/lithium.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/lithium.json deleted file mode 100644 index bc9a4fd3..00000000 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/lithium.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:lithium_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/nickel.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/nickel.json deleted file mode 100644 index ec57e0a0..00000000 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/nickel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:nickel_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/plastic.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/plastic.json deleted file mode 100644 index 108f3f95..00000000 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/plastic.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:plastic_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/raw_lead.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/raw_lead.json deleted file mode 100644 index 41c1cbc2..00000000 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/raw_lead.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:raw_lead_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/raw_lithium.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/raw_lithium.json deleted file mode 100644 index af200fbd..00000000 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/raw_lithium.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:raw_lithium_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/raw_nickel.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/raw_nickel.json deleted file mode 100644 index 4e01dbfe..00000000 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/raw_nickel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:raw_nickel_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/steel.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/steel.json deleted file mode 100644 index 72a5c238..00000000 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/steel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:steel_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/fluids/creosote.json b/src/generated/resources/data/forge/tags/fluids/creosote.json deleted file mode 100644 index 3fd3f79f..00000000 --- a/src/generated/resources/data/forge/tags/fluids/creosote.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:flowing_creosote", - "tfmg:creosote" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/fluids/crude_oil.json b/src/generated/resources/data/forge/tags/fluids/crude_oil.json deleted file mode 100644 index 2da118ca..00000000 --- a/src/generated/resources/data/forge/tags/fluids/crude_oil.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:flowing_crude_oil", - "tfmg:crude_oil" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/fluids/diesel.json b/src/generated/resources/data/forge/tags/fluids/diesel.json deleted file mode 100644 index c5d97f81..00000000 --- a/src/generated/resources/data/forge/tags/fluids/diesel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:flowing_diesel", - "tfmg:diesel" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/fluids/fuel.json b/src/generated/resources/data/forge/tags/fluids/fuel.json deleted file mode 100644 index 8647287a..00000000 --- a/src/generated/resources/data/forge/tags/fluids/fuel.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "values": [ - "tfmg:flowing_lpg", - "tfmg:lpg", - "tfmg:flowing_butane", - "tfmg:butane", - "tfmg:flowing_propane", - "tfmg:propane", - "tfmg:flowing_furnace_gas", - "tfmg:furnace_gas", - "tfmg:flowing_gasoline", - "tfmg:gasoline", - "tfmg:flowing_diesel", - "tfmg:diesel", - "tfmg:flowing_naphtha", - "tfmg:naphtha", - "tfmg:flowing_kerosene", - "tfmg:kerosene", - "tfmg:flowing_creosote", - "tfmg:creosote" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/fluids/furnace_gas.json b/src/generated/resources/data/forge/tags/fluids/furnace_gas.json deleted file mode 100644 index 0a368e9b..00000000 --- a/src/generated/resources/data/forge/tags/fluids/furnace_gas.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:flowing_furnace_gas", - "tfmg:furnace_gas" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/fluids/gasoline.json b/src/generated/resources/data/forge/tags/fluids/gasoline.json deleted file mode 100644 index ff85d4f5..00000000 --- a/src/generated/resources/data/forge/tags/fluids/gasoline.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:flowing_gasoline", - "tfmg:gasoline" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/fluids/heavy_oil.json b/src/generated/resources/data/forge/tags/fluids/heavy_oil.json deleted file mode 100644 index 646fe1c7..00000000 --- a/src/generated/resources/data/forge/tags/fluids/heavy_oil.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:flowing_heavy_oil", - "tfmg:heavy_oil" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/fluids/kerosene.json b/src/generated/resources/data/forge/tags/fluids/kerosene.json deleted file mode 100644 index fe47fba0..00000000 --- a/src/generated/resources/data/forge/tags/fluids/kerosene.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:flowing_kerosene", - "tfmg:kerosene" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/fluids/lpg.json b/src/generated/resources/data/forge/tags/fluids/lpg.json deleted file mode 100644 index 2507b47b..00000000 --- a/src/generated/resources/data/forge/tags/fluids/lpg.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:flowing_lpg", - "tfmg:lpg" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/fluids/lubrication_oil.json b/src/generated/resources/data/forge/tags/fluids/lubrication_oil.json deleted file mode 100644 index 396bffd0..00000000 --- a/src/generated/resources/data/forge/tags/fluids/lubrication_oil.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:flowing_lubrication_oil", - "tfmg:lubrication_oil" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/fluids/molten_steel.json b/src/generated/resources/data/forge/tags/fluids/molten_steel.json deleted file mode 100644 index 6e519e9b..00000000 --- a/src/generated/resources/data/forge/tags/fluids/molten_steel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:flowing_molten_steel", - "tfmg:molten_steel" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/fluids/naphtha.json b/src/generated/resources/data/forge/tags/fluids/naphtha.json deleted file mode 100644 index 6b5d7461..00000000 --- a/src/generated/resources/data/forge/tags/fluids/naphtha.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:flowing_naphtha", - "tfmg:naphtha" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/air.json b/src/generated/resources/data/forge/tags/items/buckets/air.json deleted file mode 100644 index 0aa9532c..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/air.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:air_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/butane.json b/src/generated/resources/data/forge/tags/items/buckets/butane.json deleted file mode 100644 index 8e001916..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/butane.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:butane_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/carbon_dioxide.json b/src/generated/resources/data/forge/tags/items/buckets/carbon_dioxide.json deleted file mode 100644 index 4cdf0c7e..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/carbon_dioxide.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:carbon_dioxide_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/cooling_fluid.json b/src/generated/resources/data/forge/tags/items/buckets/cooling_fluid.json deleted file mode 100644 index 7dc01b5c..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/cooling_fluid.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:cooling_fluid_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/creosote.json b/src/generated/resources/data/forge/tags/items/buckets/creosote.json deleted file mode 100644 index b2875f8a..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/creosote.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:creosote_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/crude_oil.json b/src/generated/resources/data/forge/tags/items/buckets/crude_oil.json deleted file mode 100644 index e36bc724..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/crude_oil.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:crude_oil_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/diesel.json b/src/generated/resources/data/forge/tags/items/buckets/diesel.json deleted file mode 100644 index 6d2f67b8..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/diesel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:diesel_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/ethylene.json b/src/generated/resources/data/forge/tags/items/buckets/ethylene.json deleted file mode 100644 index c32a8357..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/ethylene.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:ethylene_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/furnace_gas.json b/src/generated/resources/data/forge/tags/items/buckets/furnace_gas.json deleted file mode 100644 index 951285bb..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/furnace_gas.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:furnace_gas_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/gasoline.json b/src/generated/resources/data/forge/tags/items/buckets/gasoline.json deleted file mode 100644 index 15e9bfd3..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/gasoline.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:gasoline_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/heavy_oil.json b/src/generated/resources/data/forge/tags/items/buckets/heavy_oil.json deleted file mode 100644 index 06f52293..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/heavy_oil.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:heavy_oil_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/hot_air.json b/src/generated/resources/data/forge/tags/items/buckets/hot_air.json deleted file mode 100644 index daf1be82..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/hot_air.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:hot_air_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/kerosene.json b/src/generated/resources/data/forge/tags/items/buckets/kerosene.json deleted file mode 100644 index f495b371..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/kerosene.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:kerosene_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/liquid_asphalt.json b/src/generated/resources/data/forge/tags/items/buckets/liquid_asphalt.json deleted file mode 100644 index 6547ded6..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/liquid_asphalt.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:liquid_asphalt_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/liquid_concrete.json b/src/generated/resources/data/forge/tags/items/buckets/liquid_concrete.json deleted file mode 100644 index ba85f543..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/liquid_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:liquid_concrete_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/liquid_silicon.json b/src/generated/resources/data/forge/tags/items/buckets/liquid_silicon.json deleted file mode 100644 index ba6f2b50..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/liquid_silicon.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:liquid_silicon_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/lpg.json b/src/generated/resources/data/forge/tags/items/buckets/lpg.json deleted file mode 100644 index 4dc74a2c..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/lpg.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:lpg_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/lubrication_oil.json b/src/generated/resources/data/forge/tags/items/buckets/lubrication_oil.json deleted file mode 100644 index b60bdf02..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/lubrication_oil.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:lubrication_oil_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/molten_plastic.json b/src/generated/resources/data/forge/tags/items/buckets/molten_plastic.json deleted file mode 100644 index 154b9f06..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/molten_plastic.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:molten_plastic_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/molten_slag.json b/src/generated/resources/data/forge/tags/items/buckets/molten_slag.json deleted file mode 100644 index dd3b6a03..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/molten_slag.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:molten_slag_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/molten_steel.json b/src/generated/resources/data/forge/tags/items/buckets/molten_steel.json deleted file mode 100644 index 126698d0..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/molten_steel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:molten_steel_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/napalm.json b/src/generated/resources/data/forge/tags/items/buckets/napalm.json deleted file mode 100644 index 3a83f8d2..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/napalm.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:napalm_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/naphtha.json b/src/generated/resources/data/forge/tags/items/buckets/naphtha.json deleted file mode 100644 index 0e1377dd..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/naphtha.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:naphtha_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/neon.json b/src/generated/resources/data/forge/tags/items/buckets/neon.json deleted file mode 100644 index c783dcbe..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/neon.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:neon_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/propane.json b/src/generated/resources/data/forge/tags/items/buckets/propane.json deleted file mode 100644 index 9afa176a..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/propane.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:propane_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/propylene.json b/src/generated/resources/data/forge/tags/items/buckets/propylene.json deleted file mode 100644 index d0539bb5..00000000 --- a/src/generated/resources/data/forge/tags/items/buckets/propylene.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:propylene_bucket" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/concrete.json b/src/generated/resources/data/forge/tags/items/concrete.json deleted file mode 100644 index 4fa61502..00000000 --- a/src/generated/resources/data/forge/tags/items/concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:concrete", - "tfmg:rebar_concrete" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/dusts/coal_coke.json b/src/generated/resources/data/forge/tags/items/dusts/coal_coke.json deleted file mode 100644 index dddd0b09..00000000 --- a/src/generated/resources/data/forge/tags/items/dusts/coal_coke.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:coal_coke_dust" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/dusts/sulfur.json b/src/generated/resources/data/forge/tags/items/dusts/sulfur.json deleted file mode 100644 index 27bba09c..00000000 --- a/src/generated/resources/data/forge/tags/items/dusts/sulfur.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:sulfur_dust" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ingots/aluminum.json b/src/generated/resources/data/forge/tags/items/ingots/aluminum.json deleted file mode 100644 index 3afcf4a8..00000000 --- a/src/generated/resources/data/forge/tags/items/ingots/aluminum.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:aluminum_ingot" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ingots/cast_iron.json b/src/generated/resources/data/forge/tags/items/ingots/cast_iron.json deleted file mode 100644 index 92e52e31..00000000 --- a/src/generated/resources/data/forge/tags/items/ingots/cast_iron.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:cast_iron_ingot" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ingots/constantan.json b/src/generated/resources/data/forge/tags/items/ingots/constantan.json deleted file mode 100644 index 00174cc1..00000000 --- a/src/generated/resources/data/forge/tags/items/ingots/constantan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:constantan_ingot" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ingots/lead.json b/src/generated/resources/data/forge/tags/items/ingots/lead.json deleted file mode 100644 index 5b822dc6..00000000 --- a/src/generated/resources/data/forge/tags/items/ingots/lead.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:lead_ingot" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ingots/lithium.json b/src/generated/resources/data/forge/tags/items/ingots/lithium.json deleted file mode 100644 index dd1a0897..00000000 --- a/src/generated/resources/data/forge/tags/items/ingots/lithium.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:lithium_ingot" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ingots/nickel.json b/src/generated/resources/data/forge/tags/items/ingots/nickel.json deleted file mode 100644 index 50327213..00000000 --- a/src/generated/resources/data/forge/tags/items/ingots/nickel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:nickel_ingot" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ingots/plastic.json b/src/generated/resources/data/forge/tags/items/ingots/plastic.json deleted file mode 100644 index a6a9089a..00000000 --- a/src/generated/resources/data/forge/tags/items/ingots/plastic.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:plastic_sheet" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ingots/rubber.json b/src/generated/resources/data/forge/tags/items/ingots/rubber.json deleted file mode 100644 index 4edded48..00000000 --- a/src/generated/resources/data/forge/tags/items/ingots/rubber.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:rubber_sheet" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ingots/silicon.json b/src/generated/resources/data/forge/tags/items/ingots/silicon.json deleted file mode 100644 index 9c36530a..00000000 --- a/src/generated/resources/data/forge/tags/items/ingots/silicon.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:silicon_ingot" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ingots/steel.json b/src/generated/resources/data/forge/tags/items/ingots/steel.json deleted file mode 100644 index be70e8ef..00000000 --- a/src/generated/resources/data/forge/tags/items/ingots/steel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:steel_ingot" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/leather.json b/src/generated/resources/data/forge/tags/items/leather.json deleted file mode 100644 index 8325db53..00000000 --- a/src/generated/resources/data/forge/tags/items/leather.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:synthetic_leather" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/nuggets/aluminum.json b/src/generated/resources/data/forge/tags/items/nuggets/aluminum.json deleted file mode 100644 index 99c7e5ff..00000000 --- a/src/generated/resources/data/forge/tags/items/nuggets/aluminum.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:aluminum_nugget" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/nuggets/cast_iron.json b/src/generated/resources/data/forge/tags/items/nuggets/cast_iron.json deleted file mode 100644 index 685d68cc..00000000 --- a/src/generated/resources/data/forge/tags/items/nuggets/cast_iron.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:cast_iron_nugget" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/nuggets/constantan.json b/src/generated/resources/data/forge/tags/items/nuggets/constantan.json deleted file mode 100644 index 9bc0860a..00000000 --- a/src/generated/resources/data/forge/tags/items/nuggets/constantan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:constantan_nugget" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/nuggets/lead.json b/src/generated/resources/data/forge/tags/items/nuggets/lead.json deleted file mode 100644 index b9ebbfef..00000000 --- a/src/generated/resources/data/forge/tags/items/nuggets/lead.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:lead_nugget" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/nuggets/lithium.json b/src/generated/resources/data/forge/tags/items/nuggets/lithium.json deleted file mode 100644 index 37e82f8a..00000000 --- a/src/generated/resources/data/forge/tags/items/nuggets/lithium.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:lithium_nugget" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/nuggets/nickel.json b/src/generated/resources/data/forge/tags/items/nuggets/nickel.json deleted file mode 100644 index b39f524d..00000000 --- a/src/generated/resources/data/forge/tags/items/nuggets/nickel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:nickel_nugget" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/nuggets/steel.json b/src/generated/resources/data/forge/tags/items/nuggets/steel.json deleted file mode 100644 index 9d5ca9e6..00000000 --- a/src/generated/resources/data/forge/tags/items/nuggets/steel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:steel_nugget" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ores.json b/src/generated/resources/data/forge/tags/items/ores.json deleted file mode 100644 index 20d648fe..00000000 --- a/src/generated/resources/data/forge/tags/items/ores.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "values": [ - "tfmg:lead_ore", - "tfmg:deepslate_lead_ore", - "tfmg:nickel_ore", - "tfmg:deepslate_nickel_ore", - "tfmg:lithium_ore", - "tfmg:deepslate_lithium_ore" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ores/lead.json b/src/generated/resources/data/forge/tags/items/ores/lead.json deleted file mode 100644 index 264048ac..00000000 --- a/src/generated/resources/data/forge/tags/items/ores/lead.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:lead_ore", - "tfmg:deepslate_lead_ore" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ores/lithium.json b/src/generated/resources/data/forge/tags/items/ores/lithium.json deleted file mode 100644 index 396a2d05..00000000 --- a/src/generated/resources/data/forge/tags/items/ores/lithium.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:lithium_ore", - "tfmg:deepslate_lithium_ore" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ores/nickel.json b/src/generated/resources/data/forge/tags/items/ores/nickel.json deleted file mode 100644 index ddc59df5..00000000 --- a/src/generated/resources/data/forge/tags/items/ores/nickel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:nickel_ore", - "tfmg:deepslate_nickel_ore" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ores_in_ground/deepslate.json b/src/generated/resources/data/forge/tags/items/ores_in_ground/deepslate.json deleted file mode 100644 index 3931b56e..00000000 --- a/src/generated/resources/data/forge/tags/items/ores_in_ground/deepslate.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "values": [ - "tfmg:deepslate_lead_ore", - "tfmg:deepslate_nickel_ore", - "tfmg:deepslate_lithium_ore" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ores_in_ground/stone.json b/src/generated/resources/data/forge/tags/items/ores_in_ground/stone.json deleted file mode 100644 index bc683351..00000000 --- a/src/generated/resources/data/forge/tags/items/ores_in_ground/stone.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "values": [ - "tfmg:lead_ore", - "tfmg:nickel_ore", - "tfmg:lithium_ore" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/plates/aluminum.json b/src/generated/resources/data/forge/tags/items/plates/aluminum.json deleted file mode 100644 index 7f70c219..00000000 --- a/src/generated/resources/data/forge/tags/items/plates/aluminum.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:aluminum_sheet" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/plates/cast_iron.json b/src/generated/resources/data/forge/tags/items/plates/cast_iron.json deleted file mode 100644 index 6aacf2fd..00000000 --- a/src/generated/resources/data/forge/tags/items/plates/cast_iron.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:cast_iron_sheet" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/plates/lead.json b/src/generated/resources/data/forge/tags/items/plates/lead.json deleted file mode 100644 index 98b26132..00000000 --- a/src/generated/resources/data/forge/tags/items/plates/lead.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:lead_sheet" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/plates/nickel.json b/src/generated/resources/data/forge/tags/items/plates/nickel.json deleted file mode 100644 index ebc698c1..00000000 --- a/src/generated/resources/data/forge/tags/items/plates/nickel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:nickel_sheet" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/plates/steel.json b/src/generated/resources/data/forge/tags/items/plates/steel.json deleted file mode 100644 index 24cacec7..00000000 --- a/src/generated/resources/data/forge/tags/items/plates/steel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:heavy_plate" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/raw_materials.json b/src/generated/resources/data/forge/tags/items/raw_materials.json deleted file mode 100644 index 49ddde9a..00000000 --- a/src/generated/resources/data/forge/tags/items/raw_materials.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "values": [ - "tfmg:raw_lead", - "tfmg:raw_nickel", - "tfmg:raw_lithium" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/raw_materials/lead.json b/src/generated/resources/data/forge/tags/items/raw_materials/lead.json deleted file mode 100644 index 1f66e76c..00000000 --- a/src/generated/resources/data/forge/tags/items/raw_materials/lead.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:raw_lead" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/raw_materials/lithium.json b/src/generated/resources/data/forge/tags/items/raw_materials/lithium.json deleted file mode 100644 index 99f0b99c..00000000 --- a/src/generated/resources/data/forge/tags/items/raw_materials/lithium.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:raw_lithium" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/raw_materials/nickel.json b/src/generated/resources/data/forge/tags/items/raw_materials/nickel.json deleted file mode 100644 index 6a19db93..00000000 --- a/src/generated/resources/data/forge/tags/items/raw_materials/nickel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:raw_nickel" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks.json b/src/generated/resources/data/forge/tags/items/storage_blocks.json deleted file mode 100644 index 1499a549..00000000 --- a/src/generated/resources/data/forge/tags/items/storage_blocks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "values": [ - "tfmg:raw_nickel_block", - "tfmg:raw_lead_block", - "tfmg:raw_lithium_block", - "tfmg:steel_block", - "tfmg:cast_iron_block", - "tfmg:aluminum_block", - "tfmg:plastic_block", - "tfmg:lead_block", - "tfmg:constantan_block", - "tfmg:nickel_block", - "tfmg:lithium_block", - "tfmg:coal_coke_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/aluminum.json b/src/generated/resources/data/forge/tags/items/storage_blocks/aluminum.json deleted file mode 100644 index a88e7648..00000000 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/aluminum.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:aluminum_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/cast_iron.json b/src/generated/resources/data/forge/tags/items/storage_blocks/cast_iron.json deleted file mode 100644 index 498da03a..00000000 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/cast_iron.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:cast_iron_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/constantan.json b/src/generated/resources/data/forge/tags/items/storage_blocks/constantan.json deleted file mode 100644 index 625838b4..00000000 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/constantan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:constantan_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/lead.json b/src/generated/resources/data/forge/tags/items/storage_blocks/lead.json deleted file mode 100644 index aac1dd9c..00000000 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/lead.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:lead_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/lithium.json b/src/generated/resources/data/forge/tags/items/storage_blocks/lithium.json deleted file mode 100644 index bc9a4fd3..00000000 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/lithium.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:lithium_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/nickel.json b/src/generated/resources/data/forge/tags/items/storage_blocks/nickel.json deleted file mode 100644 index ec57e0a0..00000000 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/nickel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:nickel_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/plastic.json b/src/generated/resources/data/forge/tags/items/storage_blocks/plastic.json deleted file mode 100644 index 108f3f95..00000000 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/plastic.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:plastic_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/raw_lead.json b/src/generated/resources/data/forge/tags/items/storage_blocks/raw_lead.json deleted file mode 100644 index 41c1cbc2..00000000 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/raw_lead.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:raw_lead_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/raw_lithium.json b/src/generated/resources/data/forge/tags/items/storage_blocks/raw_lithium.json deleted file mode 100644 index af200fbd..00000000 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/raw_lithium.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:raw_lithium_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/raw_nickel.json b/src/generated/resources/data/forge/tags/items/storage_blocks/raw_nickel.json deleted file mode 100644 index 4e01dbfe..00000000 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/raw_nickel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:raw_nickel_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/steel.json b/src/generated/resources/data/forge/tags/items/storage_blocks/steel.json deleted file mode 100644 index 72a5c238..00000000 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/steel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:steel_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/string.json b/src/generated/resources/data/forge/tags/items/string.json deleted file mode 100644 index 193758e6..00000000 --- a/src/generated/resources/data/forge/tags/items/string.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:synthetic_string" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/wires/aluminum.json b/src/generated/resources/data/forge/tags/items/wires/aluminum.json deleted file mode 100644 index a3e83fe6..00000000 --- a/src/generated/resources/data/forge/tags/items/wires/aluminum.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:aluminum_wire" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/wires/constantan.json b/src/generated/resources/data/forge/tags/items/wires/constantan.json deleted file mode 100644 index 54951139..00000000 --- a/src/generated/resources/data/forge/tags/items/wires/constantan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:constantan_wire" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/wires/copper.json b/src/generated/resources/data/forge/tags/items/wires/copper.json deleted file mode 100644 index 67457773..00000000 --- a/src/generated/resources/data/forge/tags/items/wires/copper.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:copper_wire" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/azalea_root_replaceable.json b/src/generated/resources/data/minecraft/tags/blocks/azalea_root_replaceable.json deleted file mode 100644 index 258d635d..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/azalea_root_replaceable.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:bauxite", - "tfmg:galena" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/beacon_base_blocks.json b/src/generated/resources/data/minecraft/tags/blocks/beacon_base_blocks.json deleted file mode 100644 index c2febb4a..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/beacon_base_blocks.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "values": [ - "tfmg:steel_block", - "tfmg:cast_iron_block", - "tfmg:aluminum_block", - "tfmg:lead_block", - "tfmg:constantan_block", - "tfmg:nickel_block", - "tfmg:lithium_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/climbable.json b/src/generated/resources/data/minecraft/tags/blocks/climbable.json deleted file mode 100644 index fa6c6601..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/climbable.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "values": [ - "tfmg:steel_ladder", - "tfmg:aluminum_ladder", - "tfmg:cast_iron_ladder", - "tfmg:lead_ladder", - "tfmg:nickel_ladder", - "tfmg:constantan_ladder", - "tfmg:steel_scaffolding", - "tfmg:aluminum_scaffolding" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/doors.json b/src/generated/resources/data/minecraft/tags/blocks/doors.json deleted file mode 100644 index 73c4858a..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/doors.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "values": [ - "tfmg:heavy_casing_door", - "tfmg:steel_door", - "tfmg:aluminum_door", - "tfmg:heavy_plated_door" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/dragon_immune.json b/src/generated/resources/data/minecraft/tags/blocks/dragon_immune.json deleted file mode 100644 index b01ff787..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/dragon_immune.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:oil_deposit" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/dripstone_replaceable_blocks.json b/src/generated/resources/data/minecraft/tags/blocks/dripstone_replaceable_blocks.json deleted file mode 100644 index 258d635d..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/dripstone_replaceable_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:bauxite", - "tfmg:galena" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/features_cannot_replace.json b/src/generated/resources/data/minecraft/tags/blocks/features_cannot_replace.json deleted file mode 100644 index b01ff787..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/features_cannot_replace.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:oil_deposit" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/infiniburn_overworld.json b/src/generated/resources/data/minecraft/tags/blocks/infiniburn_overworld.json deleted file mode 100644 index b01ff787..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/infiniburn_overworld.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:oil_deposit" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/lush_ground_replaceable.json b/src/generated/resources/data/minecraft/tags/blocks/lush_ground_replaceable.json deleted file mode 100644 index 258d635d..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/lush_ground_replaceable.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:bauxite", - "tfmg:galena" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/mineable/axe.json b/src/generated/resources/data/minecraft/tags/blocks/mineable/axe.json deleted file mode 100644 index 4e0ba87f..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/mineable/axe.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "values": [ - "tfmg:machine_input", - "tfmg:copycat_cable_block", - "tfmg:steel_cogwheel", - "tfmg:large_steel_cogwheel", - "tfmg:aluminum_cogwheel", - "tfmg:large_aluminum_cogwheel", - "tfmg:steel_casing", - "tfmg:heavy_machinery_casing", - "tfmg:electric_casing", - "tfmg:industrial_aluminum_casing", - "tfmg:steel_gearbox", - "tfmg:steel_flywheel", - "tfmg:lead_flywheel", - "tfmg:cast_iron_flywheel", - "tfmg:aluminum_flywheel", - "tfmg:nickel_flywheel", - "tfmg:steel_encased_shaft", - "tfmg:heavy_casing_encased_shaft", - "tfmg:steel_encased_steel_cogwheel", - "tfmg:heavy_casing_encased_steel_cogwheel", - "tfmg:steel_encased_large_steel_cogwheel", - "tfmg:heavy_casing_encased_large_steel_cogwheel", - "tfmg:steel_encased_aluminum_cogwheel", - "tfmg:heavy_casing_encased_aluminum_cogwheel", - "tfmg:steel_encased_large_aluminum_cogwheel", - "tfmg:heavy_casing_encased_large_aluminum_cogwheel", - "tfmg:copper_encased_brass_pipe", - "tfmg:copper_encased_steel_pipe", - "tfmg:copper_encased_aluminum_pipe", - "tfmg:copper_encased_cast_iron_pipe", - "tfmg:copper_encased_plastic_pipe" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json deleted file mode 100644 index b5e24d79..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json +++ /dev/null @@ -1,396 +0,0 @@ -{ - "values": [ - "tfmg:aluminum_fluid_tank", - "tfmg:cast_iron_fluid_tank", - "tfmg:steel_fluid_tank", - "tfmg:steel_distillation_output", - "tfmg:steel_distillation_controller", - "tfmg:industrial_pipe", - "tfmg:concrete_encased_industrial_pipe", - "tfmg:pumpjack_hammer", - "tfmg:pumpjack_crank", - "tfmg:pumpjack_hammer_part", - "tfmg:pumpjack_hammer_head", - "tfmg:pumpjack_hammer_connector", - "tfmg:large_pumpjack_hammer_part", - "tfmg:large_pumpjack_hammer_head", - "tfmg:large_pumpjack_hammer_connector", - "tfmg:pumpjack_base", - "tfmg:oil_deposit", - "tfmg:steel_chemical_vat", - "tfmg:industrial_mixer", - "tfmg:electrode_holder", - "tfmg:lead_ore", - "tfmg:deepslate_lead_ore", - "tfmg:nickel_ore", - "tfmg:deepslate_nickel_ore", - "tfmg:lithium_ore", - "tfmg:deepslate_lithium_ore", - "tfmg:sulfur", - "tfmg:lignite", - "tfmg:fossilstone", - "tfmg:slag_block", - "tfmg:raw_nickel_block", - "tfmg:raw_lead_block", - "tfmg:raw_lithium_block", - "tfmg:air_intake", - "tfmg:firebox", - "tfmg:winding_machine", - "tfmg:surface_scanner", - "tfmg:machine_input", - "tfmg:concrete_hose", - "tfmg:blast_furnace_output", - "tfmg:blast_furnace_hatch", - "tfmg:fireproof_bricks", - "tfmg:reinforced_fireproof_bricks", - "tfmg:blast_furnace_reinforcement", - "tfmg:blast_furnace_reinforcement_wall", - "tfmg:rusted_blast_furnace_reinforcement", - "tfmg:rusted_blast_furnace_reinforcement_wall", - "tfmg:fireproof_brick_reinforcement", - "tfmg:coke_oven", - "tfmg:blast_stove", - "tfmg:casting_basin", - "tfmg:napalm_bomb", - "tfmg:generator", - "tfmg:cable_connector", - "tfmg:glass_cable_insulator", - "tfmg:resistor", - "tfmg:copycat_cable_block", - "tfmg:copycat_cable_base", - "tfmg:brass_cable_hub", - "tfmg:copper_cable_hub", - "tfmg:steel_cable_hub", - "tfmg:aluminum_cable_hub", - "tfmg:steel_casing_cable_hub", - "tfmg:heavy_cable_hub", - "tfmg:cable_tube", - "tfmg:concrete_encased_cable_tube", - "tfmg:electric_post", - "tfmg:concrete_encased_electric_post", - "tfmg:diagonal_cable_block", - "tfmg:electric_motor", - "tfmg:creative_generator", - "tfmg:accumulator", - "tfmg:light_bulb", - "tfmg:circular_light", - "tfmg:modern_light", - "tfmg:aluminum_lamp", - "tfmg:neon_tube", - "tfmg:electric_diode", - "tfmg:encased_diode", - "tfmg:potentiometer", - "tfmg:electrical_switch", - "tfmg:encased_potentiometer", - "tfmg:debug_conductor", - "tfmg:electric_pump", - "tfmg:voltage_observer", - "tfmg:voltmeter", - "tfmg:ammeter", - "tfmg:polarizer", - "tfmg:rotor", - "tfmg:stator", - "tfmg:traffic_light", - "tfmg:segmented_display", - "tfmg:transformer", - "tfmg:converter", - "tfmg:fuse_block", - "tfmg:brick_smokestack", - "tfmg:metal_smokestack", - "tfmg:concrete_smokestack", - "tfmg:exhaust", - "tfmg:flarestack", - "tfmg:steel_cogwheel", - "tfmg:large_steel_cogwheel", - "tfmg:aluminum_cogwheel", - "tfmg:large_aluminum_cogwheel", - "tfmg:steel_casing", - "tfmg:heavy_machinery_casing", - "tfmg:electric_casing", - "tfmg:industrial_aluminum_casing", - "tfmg:steel_block", - "tfmg:cast_iron_block", - "tfmg:aluminum_block", - "tfmg:plastic_block", - "tfmg:lead_block", - "tfmg:constantan_block", - "tfmg:nickel_block", - "tfmg:lithium_block", - "tfmg:coal_coke_block", - "tfmg:heavy_casing_door", - "tfmg:steel_door", - "tfmg:aluminum_door", - "tfmg:heavy_plated_door", - "tfmg:steel_gearbox", - "tfmg:steel_bars", - "tfmg:aluminum_bars", - "tfmg:cast_iron_bars", - "tfmg:lead_bars", - "tfmg:nickel_bars", - "tfmg:steel_ladder", - "tfmg:aluminum_ladder", - "tfmg:cast_iron_ladder", - "tfmg:lead_ladder", - "tfmg:nickel_ladder", - "tfmg:constantan_ladder", - "tfmg:steel_scaffolding", - "tfmg:aluminum_scaffolding", - "tfmg:slag_bricks", - "tfmg:slag_bricks_wall", - "tfmg:slag_bricks_slab", - "tfmg:slag_bricks_stairs", - "tfmg:factory_floor", - "tfmg:factory_floor_wall", - "tfmg:factory_floor_slab", - "tfmg:factory_floor_stairs", - "tfmg:steel_trapdoor", - "tfmg:steel_flywheel", - "tfmg:lead_flywheel", - "tfmg:cast_iron_flywheel", - "tfmg:aluminum_flywheel", - "tfmg:nickel_flywheel", - "tfmg:steel_truss", - "tfmg:steel_frame", - "tfmg:aluminum_truss", - "tfmg:aluminum_frame", - "tfmg:cast_iron_truss", - "tfmg:cast_iron_frame", - "tfmg:lead_truss", - "tfmg:lead_frame", - "tfmg:nickel_truss", - "tfmg:nickel_frame", - "tfmg:constantan_truss", - "tfmg:constantan_frame", - "tfmg:copper_truss", - "tfmg:copper_frame", - "tfmg:zinc_truss", - "tfmg:zinc_frame", - "tfmg:brass_truss", - "tfmg:brass_frame", - "tfmg:white_caution_block", - "tfmg:blue_caution_block", - "tfmg:light_blue_caution_block", - "tfmg:red_caution_block", - "tfmg:green_caution_block", - "tfmg:lime_caution_block", - "tfmg:pink_caution_block", - "tfmg:magenta_caution_block", - "tfmg:yellow_caution_block", - "tfmg:gray_caution_block", - "tfmg:light_gray_caution_block", - "tfmg:brown_caution_block", - "tfmg:cyan_caution_block", - "tfmg:purple_caution_block", - "tfmg:orange_caution_block", - "tfmg:white_concrete", - "tfmg:white_concrete_wall", - "tfmg:white_concrete_stairs", - "tfmg:white_concrete_slab", - "tfmg:blue_concrete", - "tfmg:blue_concrete_wall", - "tfmg:blue_concrete_stairs", - "tfmg:blue_concrete_slab", - "tfmg:light_blue_concrete", - "tfmg:light_blue_concrete_wall", - "tfmg:light_blue_concrete_stairs", - "tfmg:light_blue_concrete_slab", - "tfmg:red_concrete", - "tfmg:red_concrete_wall", - "tfmg:red_concrete_stairs", - "tfmg:red_concrete_slab", - "tfmg:green_concrete", - "tfmg:green_concrete_wall", - "tfmg:green_concrete_stairs", - "tfmg:green_concrete_slab", - "tfmg:lime_concrete", - "tfmg:lime_concrete_wall", - "tfmg:lime_concrete_stairs", - "tfmg:lime_concrete_slab", - "tfmg:pink_concrete", - "tfmg:pink_concrete_wall", - "tfmg:pink_concrete_stairs", - "tfmg:pink_concrete_slab", - "tfmg:magenta_concrete", - "tfmg:magenta_concrete_wall", - "tfmg:magenta_concrete_stairs", - "tfmg:magenta_concrete_slab", - "tfmg:yellow_concrete", - "tfmg:yellow_concrete_wall", - "tfmg:yellow_concrete_stairs", - "tfmg:yellow_concrete_slab", - "tfmg:gray_concrete", - "tfmg:gray_concrete_wall", - "tfmg:gray_concrete_stairs", - "tfmg:gray_concrete_slab", - "tfmg:light_gray_concrete", - "tfmg:light_gray_concrete_wall", - "tfmg:light_gray_concrete_stairs", - "tfmg:light_gray_concrete_slab", - "tfmg:brown_concrete", - "tfmg:brown_concrete_wall", - "tfmg:brown_concrete_stairs", - "tfmg:brown_concrete_slab", - "tfmg:cyan_concrete", - "tfmg:cyan_concrete_wall", - "tfmg:cyan_concrete_stairs", - "tfmg:cyan_concrete_slab", - "tfmg:purple_concrete", - "tfmg:purple_concrete_wall", - "tfmg:purple_concrete_stairs", - "tfmg:purple_concrete_slab", - "tfmg:orange_concrete", - "tfmg:orange_concrete_wall", - "tfmg:orange_concrete_stairs", - "tfmg:orange_concrete_slab", - "tfmg:concrete_wall", - "tfmg:concrete_stairs", - "tfmg:concrete", - "tfmg:concrete_slab", - "tfmg:white_rebar_concrete", - "tfmg:white_rebar_concrete_wall", - "tfmg:white_rebar_concrete_stairs", - "tfmg:white_rebar_concrete_slab", - "tfmg:blue_rebar_concrete", - "tfmg:blue_rebar_concrete_wall", - "tfmg:blue_rebar_concrete_stairs", - "tfmg:blue_rebar_concrete_slab", - "tfmg:light_blue_rebar_concrete", - "tfmg:light_blue_rebar_concrete_wall", - "tfmg:light_blue_rebar_concrete_stairs", - "tfmg:light_blue_rebar_concrete_slab", - "tfmg:red_rebar_concrete", - "tfmg:red_rebar_concrete_wall", - "tfmg:red_rebar_concrete_stairs", - "tfmg:red_rebar_concrete_slab", - "tfmg:green_rebar_concrete", - "tfmg:green_rebar_concrete_wall", - "tfmg:green_rebar_concrete_stairs", - "tfmg:green_rebar_concrete_slab", - "tfmg:lime_rebar_concrete", - "tfmg:lime_rebar_concrete_wall", - "tfmg:lime_rebar_concrete_stairs", - "tfmg:lime_rebar_concrete_slab", - "tfmg:pink_rebar_concrete", - "tfmg:pink_rebar_concrete_wall", - "tfmg:pink_rebar_concrete_stairs", - "tfmg:pink_rebar_concrete_slab", - "tfmg:magenta_rebar_concrete", - "tfmg:magenta_rebar_concrete_wall", - "tfmg:magenta_rebar_concrete_stairs", - "tfmg:magenta_rebar_concrete_slab", - "tfmg:yellow_rebar_concrete", - "tfmg:yellow_rebar_concrete_wall", - "tfmg:yellow_rebar_concrete_stairs", - "tfmg:yellow_rebar_concrete_slab", - "tfmg:gray_rebar_concrete", - "tfmg:gray_rebar_concrete_wall", - "tfmg:gray_rebar_concrete_stairs", - "tfmg:gray_rebar_concrete_slab", - "tfmg:light_gray_rebar_concrete", - "tfmg:light_gray_rebar_concrete_wall", - "tfmg:light_gray_rebar_concrete_stairs", - "tfmg:light_gray_rebar_concrete_slab", - "tfmg:brown_rebar_concrete", - "tfmg:brown_rebar_concrete_wall", - "tfmg:brown_rebar_concrete_stairs", - "tfmg:brown_rebar_concrete_slab", - "tfmg:cyan_rebar_concrete", - "tfmg:cyan_rebar_concrete_wall", - "tfmg:cyan_rebar_concrete_stairs", - "tfmg:cyan_rebar_concrete_slab", - "tfmg:purple_rebar_concrete", - "tfmg:purple_rebar_concrete_wall", - "tfmg:purple_rebar_concrete_stairs", - "tfmg:purple_rebar_concrete_slab", - "tfmg:orange_rebar_concrete", - "tfmg:orange_rebar_concrete_wall", - "tfmg:orange_rebar_concrete_stairs", - "tfmg:orange_rebar_concrete_slab", - "tfmg:rebar_concrete_wall", - "tfmg:rebar_concrete_stairs", - "tfmg:rebar_concrete", - "tfmg:rebar_concrete_slab", - "tfmg:asphalt", - "tfmg:asphalt_wall", - "tfmg:asphalt_slab", - "tfmg:asphalt_stairs", - "tfmg:steel_encased_shaft", - "tfmg:heavy_casing_encased_shaft", - "tfmg:steel_encased_steel_cogwheel", - "tfmg:heavy_casing_encased_steel_cogwheel", - "tfmg:steel_encased_large_steel_cogwheel", - "tfmg:heavy_casing_encased_large_steel_cogwheel", - "tfmg:steel_encased_aluminum_cogwheel", - "tfmg:heavy_casing_encased_aluminum_cogwheel", - "tfmg:steel_encased_large_aluminum_cogwheel", - "tfmg:heavy_casing_encased_large_aluminum_cogwheel", - "tfmg:brass_pipe", - "tfmg:copper_encased_brass_pipe", - "tfmg:glass_brass_pipe", - "tfmg:brass_mechanical_pump", - "tfmg:brass_smart_fluid_pipe", - "tfmg:brass_fluid_valve", - "tfmg:steel_pipe", - "tfmg:copper_encased_steel_pipe", - "tfmg:glass_steel_pipe", - "tfmg:steel_mechanical_pump", - "tfmg:steel_smart_fluid_pipe", - "tfmg:steel_fluid_valve", - "tfmg:aluminum_pipe", - "tfmg:copper_encased_aluminum_pipe", - "tfmg:glass_aluminum_pipe", - "tfmg:aluminum_mechanical_pump", - "tfmg:aluminum_smart_fluid_pipe", - "tfmg:aluminum_fluid_valve", - "tfmg:cast_iron_pipe", - "tfmg:copper_encased_cast_iron_pipe", - "tfmg:glass_cast_iron_pipe", - "tfmg:cast_iron_mechanical_pump", - "tfmg:cast_iron_smart_fluid_pipe", - "tfmg:cast_iron_fluid_valve", - "tfmg:plastic_pipe", - "tfmg:copper_encased_plastic_pipe", - "tfmg:glass_plastic_pipe", - "tfmg:plastic_mechanical_pump", - "tfmg:plastic_smart_fluid_pipe", - "tfmg:plastic_fluid_valve", - "tfmg:bauxite", - "tfmg:cut_bauxite", - "tfmg:cut_bauxite_stairs", - "tfmg:cut_bauxite_slab", - "tfmg:cut_bauxite_wall", - "tfmg:polished_cut_bauxite", - "tfmg:polished_cut_bauxite_stairs", - "tfmg:polished_cut_bauxite_slab", - "tfmg:polished_cut_bauxite_wall", - "tfmg:cut_bauxite_bricks", - "tfmg:cut_bauxite_brick_stairs", - "tfmg:cut_bauxite_brick_slab", - "tfmg:cut_bauxite_brick_wall", - "tfmg:small_bauxite_bricks", - "tfmg:small_bauxite_brick_stairs", - "tfmg:small_bauxite_brick_slab", - "tfmg:small_bauxite_brick_wall", - "tfmg:layered_bauxite", - "tfmg:bauxite_pillar", - "tfmg:galena", - "tfmg:cut_galena", - "tfmg:cut_galena_stairs", - "tfmg:cut_galena_slab", - "tfmg:cut_galena_wall", - "tfmg:polished_cut_galena", - "tfmg:polished_cut_galena_stairs", - "tfmg:polished_cut_galena_slab", - "tfmg:polished_cut_galena_wall", - "tfmg:cut_galena_bricks", - "tfmg:cut_galena_brick_stairs", - "tfmg:cut_galena_brick_slab", - "tfmg:cut_galena_brick_wall", - "tfmg:small_galena_bricks", - "tfmg:small_galena_brick_stairs", - "tfmg:small_galena_brick_slab", - "tfmg:small_galena_brick_wall", - "tfmg:layered_galena", - "tfmg:galena_pillar" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/mineable/shovel.json b/src/generated/resources/data/minecraft/tags/blocks/mineable/shovel.json deleted file mode 100644 index 72dbae08..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/mineable/shovel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:fireclay" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/moss_replaceable.json b/src/generated/resources/data/minecraft/tags/blocks/moss_replaceable.json deleted file mode 100644 index 258d635d..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/moss_replaceable.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:bauxite", - "tfmg:galena" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json b/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json deleted file mode 100644 index 8dd016f0..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "values": [ - "tfmg:raw_nickel_block", - "tfmg:raw_lead_block", - "tfmg:raw_lithium_block", - "tfmg:steel_block", - "tfmg:cast_iron_block", - "tfmg:aluminum_block", - "tfmg:lead_block", - "tfmg:constantan_block", - "tfmg:nickel_block", - "tfmg:lithium_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json b/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json deleted file mode 100644 index 75e95817..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json +++ /dev/null @@ -1,173 +0,0 @@ -{ - "values": [ - "tfmg:lead_ore", - "tfmg:deepslate_lead_ore", - "tfmg:nickel_ore", - "tfmg:deepslate_nickel_ore", - "tfmg:lithium_ore", - "tfmg:deepslate_lithium_ore", - "tfmg:blast_furnace_output", - "tfmg:blast_furnace_hatch", - "tfmg:fireproof_bricks", - "tfmg:reinforced_fireproof_bricks", - "tfmg:blast_furnace_reinforcement", - "tfmg:blast_furnace_reinforcement_wall", - "tfmg:rusted_blast_furnace_reinforcement", - "tfmg:rusted_blast_furnace_reinforcement_wall", - "tfmg:plastic_block", - "tfmg:coal_coke_block", - "tfmg:slag_bricks_wall", - "tfmg:slag_bricks_slab", - "tfmg:slag_bricks_stairs", - "tfmg:factory_floor_wall", - "tfmg:factory_floor_slab", - "tfmg:factory_floor_stairs", - "tfmg:white_caution_block", - "tfmg:blue_caution_block", - "tfmg:light_blue_caution_block", - "tfmg:red_caution_block", - "tfmg:green_caution_block", - "tfmg:lime_caution_block", - "tfmg:pink_caution_block", - "tfmg:magenta_caution_block", - "tfmg:yellow_caution_block", - "tfmg:gray_caution_block", - "tfmg:light_gray_caution_block", - "tfmg:brown_caution_block", - "tfmg:cyan_caution_block", - "tfmg:purple_caution_block", - "tfmg:orange_caution_block", - "tfmg:white_concrete", - "tfmg:white_concrete_wall", - "tfmg:white_concrete_stairs", - "tfmg:white_concrete_slab", - "tfmg:blue_concrete", - "tfmg:blue_concrete_wall", - "tfmg:blue_concrete_stairs", - "tfmg:blue_concrete_slab", - "tfmg:light_blue_concrete", - "tfmg:light_blue_concrete_wall", - "tfmg:light_blue_concrete_stairs", - "tfmg:light_blue_concrete_slab", - "tfmg:red_concrete", - "tfmg:red_concrete_wall", - "tfmg:red_concrete_stairs", - "tfmg:red_concrete_slab", - "tfmg:green_concrete", - "tfmg:green_concrete_wall", - "tfmg:green_concrete_stairs", - "tfmg:green_concrete_slab", - "tfmg:lime_concrete", - "tfmg:lime_concrete_wall", - "tfmg:lime_concrete_stairs", - "tfmg:lime_concrete_slab", - "tfmg:pink_concrete", - "tfmg:pink_concrete_wall", - "tfmg:pink_concrete_stairs", - "tfmg:pink_concrete_slab", - "tfmg:magenta_concrete", - "tfmg:magenta_concrete_wall", - "tfmg:magenta_concrete_stairs", - "tfmg:magenta_concrete_slab", - "tfmg:yellow_concrete", - "tfmg:yellow_concrete_wall", - "tfmg:yellow_concrete_stairs", - "tfmg:yellow_concrete_slab", - "tfmg:gray_concrete", - "tfmg:gray_concrete_wall", - "tfmg:gray_concrete_stairs", - "tfmg:gray_concrete_slab", - "tfmg:light_gray_concrete", - "tfmg:light_gray_concrete_wall", - "tfmg:light_gray_concrete_stairs", - "tfmg:light_gray_concrete_slab", - "tfmg:brown_concrete", - "tfmg:brown_concrete_wall", - "tfmg:brown_concrete_stairs", - "tfmg:brown_concrete_slab", - "tfmg:cyan_concrete", - "tfmg:cyan_concrete_wall", - "tfmg:cyan_concrete_stairs", - "tfmg:cyan_concrete_slab", - "tfmg:purple_concrete", - "tfmg:purple_concrete_wall", - "tfmg:purple_concrete_stairs", - "tfmg:purple_concrete_slab", - "tfmg:orange_concrete", - "tfmg:orange_concrete_wall", - "tfmg:orange_concrete_stairs", - "tfmg:orange_concrete_slab", - "tfmg:concrete_wall", - "tfmg:concrete_stairs", - "tfmg:concrete", - "tfmg:concrete_slab", - "tfmg:white_rebar_concrete", - "tfmg:white_rebar_concrete_wall", - "tfmg:white_rebar_concrete_stairs", - "tfmg:white_rebar_concrete_slab", - "tfmg:blue_rebar_concrete", - "tfmg:blue_rebar_concrete_wall", - "tfmg:blue_rebar_concrete_stairs", - "tfmg:blue_rebar_concrete_slab", - "tfmg:light_blue_rebar_concrete", - "tfmg:light_blue_rebar_concrete_wall", - "tfmg:light_blue_rebar_concrete_stairs", - "tfmg:light_blue_rebar_concrete_slab", - "tfmg:red_rebar_concrete", - "tfmg:red_rebar_concrete_wall", - "tfmg:red_rebar_concrete_stairs", - "tfmg:red_rebar_concrete_slab", - "tfmg:green_rebar_concrete", - "tfmg:green_rebar_concrete_wall", - "tfmg:green_rebar_concrete_stairs", - "tfmg:green_rebar_concrete_slab", - "tfmg:lime_rebar_concrete", - "tfmg:lime_rebar_concrete_wall", - "tfmg:lime_rebar_concrete_stairs", - "tfmg:lime_rebar_concrete_slab", - "tfmg:pink_rebar_concrete", - "tfmg:pink_rebar_concrete_wall", - "tfmg:pink_rebar_concrete_stairs", - "tfmg:pink_rebar_concrete_slab", - "tfmg:magenta_rebar_concrete", - "tfmg:magenta_rebar_concrete_wall", - "tfmg:magenta_rebar_concrete_stairs", - "tfmg:magenta_rebar_concrete_slab", - "tfmg:yellow_rebar_concrete", - "tfmg:yellow_rebar_concrete_wall", - "tfmg:yellow_rebar_concrete_stairs", - "tfmg:yellow_rebar_concrete_slab", - "tfmg:gray_rebar_concrete", - "tfmg:gray_rebar_concrete_wall", - "tfmg:gray_rebar_concrete_stairs", - "tfmg:gray_rebar_concrete_slab", - "tfmg:light_gray_rebar_concrete", - "tfmg:light_gray_rebar_concrete_wall", - "tfmg:light_gray_rebar_concrete_stairs", - "tfmg:light_gray_rebar_concrete_slab", - "tfmg:brown_rebar_concrete", - "tfmg:brown_rebar_concrete_wall", - "tfmg:brown_rebar_concrete_stairs", - "tfmg:brown_rebar_concrete_slab", - "tfmg:cyan_rebar_concrete", - "tfmg:cyan_rebar_concrete_wall", - "tfmg:cyan_rebar_concrete_stairs", - "tfmg:cyan_rebar_concrete_slab", - "tfmg:purple_rebar_concrete", - "tfmg:purple_rebar_concrete_wall", - "tfmg:purple_rebar_concrete_stairs", - "tfmg:purple_rebar_concrete_slab", - "tfmg:orange_rebar_concrete", - "tfmg:orange_rebar_concrete_wall", - "tfmg:orange_rebar_concrete_stairs", - "tfmg:orange_rebar_concrete_slab", - "tfmg:rebar_concrete_wall", - "tfmg:rebar_concrete_stairs", - "tfmg:rebar_concrete", - "tfmg:rebar_concrete_slab", - "tfmg:asphalt", - "tfmg:asphalt_wall", - "tfmg:asphalt_slab", - "tfmg:asphalt_stairs" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/slabs.json b/src/generated/resources/data/minecraft/tags/blocks/slabs.json deleted file mode 100644 index f2c46e30..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/slabs.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "values": [ - "tfmg:slag_bricks_slab", - "tfmg:factory_floor_slab", - "tfmg:white_concrete_slab", - "tfmg:blue_concrete_slab", - "tfmg:light_blue_concrete_slab", - "tfmg:red_concrete_slab", - "tfmg:green_concrete_slab", - "tfmg:lime_concrete_slab", - "tfmg:pink_concrete_slab", - "tfmg:magenta_concrete_slab", - "tfmg:yellow_concrete_slab", - "tfmg:gray_concrete_slab", - "tfmg:light_gray_concrete_slab", - "tfmg:brown_concrete_slab", - "tfmg:cyan_concrete_slab", - "tfmg:purple_concrete_slab", - "tfmg:orange_concrete_slab", - "tfmg:concrete_slab", - "tfmg:white_rebar_concrete_slab", - "tfmg:blue_rebar_concrete_slab", - "tfmg:light_blue_rebar_concrete_slab", - "tfmg:red_rebar_concrete_slab", - "tfmg:green_rebar_concrete_slab", - "tfmg:lime_rebar_concrete_slab", - "tfmg:pink_rebar_concrete_slab", - "tfmg:magenta_rebar_concrete_slab", - "tfmg:yellow_rebar_concrete_slab", - "tfmg:gray_rebar_concrete_slab", - "tfmg:light_gray_rebar_concrete_slab", - "tfmg:brown_rebar_concrete_slab", - "tfmg:cyan_rebar_concrete_slab", - "tfmg:purple_rebar_concrete_slab", - "tfmg:orange_rebar_concrete_slab", - "tfmg:rebar_concrete_slab", - "tfmg:asphalt_slab", - "tfmg:cut_bauxite_slab", - "tfmg:polished_cut_bauxite_slab", - "tfmg:cut_bauxite_brick_slab", - "tfmg:small_bauxite_brick_slab", - "tfmg:cut_galena_slab", - "tfmg:polished_cut_galena_slab", - "tfmg:cut_galena_brick_slab", - "tfmg:small_galena_brick_slab" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/stairs.json b/src/generated/resources/data/minecraft/tags/blocks/stairs.json deleted file mode 100644 index f8ce8d31..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/stairs.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "values": [ - "tfmg:slag_bricks_stairs", - "tfmg:factory_floor_stairs", - "tfmg:white_concrete_stairs", - "tfmg:blue_concrete_stairs", - "tfmg:light_blue_concrete_stairs", - "tfmg:red_concrete_stairs", - "tfmg:green_concrete_stairs", - "tfmg:lime_concrete_stairs", - "tfmg:pink_concrete_stairs", - "tfmg:magenta_concrete_stairs", - "tfmg:yellow_concrete_stairs", - "tfmg:gray_concrete_stairs", - "tfmg:light_gray_concrete_stairs", - "tfmg:brown_concrete_stairs", - "tfmg:cyan_concrete_stairs", - "tfmg:purple_concrete_stairs", - "tfmg:orange_concrete_stairs", - "tfmg:concrete_stairs", - "tfmg:white_rebar_concrete_stairs", - "tfmg:blue_rebar_concrete_stairs", - "tfmg:light_blue_rebar_concrete_stairs", - "tfmg:red_rebar_concrete_stairs", - "tfmg:green_rebar_concrete_stairs", - "tfmg:lime_rebar_concrete_stairs", - "tfmg:pink_rebar_concrete_stairs", - "tfmg:magenta_rebar_concrete_stairs", - "tfmg:yellow_rebar_concrete_stairs", - "tfmg:gray_rebar_concrete_stairs", - "tfmg:light_gray_rebar_concrete_stairs", - "tfmg:brown_rebar_concrete_stairs", - "tfmg:cyan_rebar_concrete_stairs", - "tfmg:purple_rebar_concrete_stairs", - "tfmg:orange_rebar_concrete_stairs", - "tfmg:rebar_concrete_stairs", - "tfmg:asphalt_stairs", - "tfmg:cut_bauxite_stairs", - "tfmg:polished_cut_bauxite_stairs", - "tfmg:cut_bauxite_brick_stairs", - "tfmg:small_bauxite_brick_stairs", - "tfmg:cut_galena_stairs", - "tfmg:polished_cut_galena_stairs", - "tfmg:cut_galena_brick_stairs", - "tfmg:small_galena_brick_stairs" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/trapdoors.json b/src/generated/resources/data/minecraft/tags/blocks/trapdoors.json deleted file mode 100644 index 73d5d7eb..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/trapdoors.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:steel_trapdoor" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/walls.json b/src/generated/resources/data/minecraft/tags/blocks/walls.json deleted file mode 100644 index ec9dc7e0..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/walls.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "values": [ - "tfmg:fireproof_brick_reinforcement", - "tfmg:slag_bricks_wall", - "tfmg:factory_floor_wall", - "tfmg:white_concrete_wall", - "tfmg:blue_concrete_wall", - "tfmg:light_blue_concrete_wall", - "tfmg:red_concrete_wall", - "tfmg:green_concrete_wall", - "tfmg:lime_concrete_wall", - "tfmg:pink_concrete_wall", - "tfmg:magenta_concrete_wall", - "tfmg:yellow_concrete_wall", - "tfmg:gray_concrete_wall", - "tfmg:light_gray_concrete_wall", - "tfmg:brown_concrete_wall", - "tfmg:cyan_concrete_wall", - "tfmg:purple_concrete_wall", - "tfmg:orange_concrete_wall", - "tfmg:concrete_wall", - "tfmg:white_rebar_concrete_wall", - "tfmg:blue_rebar_concrete_wall", - "tfmg:light_blue_rebar_concrete_wall", - "tfmg:red_rebar_concrete_wall", - "tfmg:green_rebar_concrete_wall", - "tfmg:lime_rebar_concrete_wall", - "tfmg:pink_rebar_concrete_wall", - "tfmg:magenta_rebar_concrete_wall", - "tfmg:yellow_rebar_concrete_wall", - "tfmg:gray_rebar_concrete_wall", - "tfmg:light_gray_rebar_concrete_wall", - "tfmg:brown_rebar_concrete_wall", - "tfmg:cyan_rebar_concrete_wall", - "tfmg:purple_rebar_concrete_wall", - "tfmg:orange_rebar_concrete_wall", - "tfmg:rebar_concrete_wall", - "tfmg:asphalt_wall", - "tfmg:cut_bauxite_wall", - "tfmg:polished_cut_bauxite_wall", - "tfmg:cut_bauxite_brick_wall", - "tfmg:small_bauxite_brick_wall", - "tfmg:cut_galena_wall", - "tfmg:polished_cut_galena_wall", - "tfmg:cut_galena_brick_wall", - "tfmg:small_galena_brick_wall" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/wither_immune.json b/src/generated/resources/data/minecraft/tags/blocks/wither_immune.json deleted file mode 100644 index b01ff787..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/wither_immune.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:oil_deposit" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/wooden_doors.json b/src/generated/resources/data/minecraft/tags/blocks/wooden_doors.json deleted file mode 100644 index 73c4858a..00000000 --- a/src/generated/resources/data/minecraft/tags/blocks/wooden_doors.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "values": [ - "tfmg:heavy_casing_door", - "tfmg:steel_door", - "tfmg:aluminum_door", - "tfmg:heavy_plated_door" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/items/doors.json b/src/generated/resources/data/minecraft/tags/items/doors.json deleted file mode 100644 index 73c4858a..00000000 --- a/src/generated/resources/data/minecraft/tags/items/doors.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "values": [ - "tfmg:heavy_casing_door", - "tfmg:steel_door", - "tfmg:aluminum_door", - "tfmg:heavy_plated_door" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/items/slabs.json b/src/generated/resources/data/minecraft/tags/items/slabs.json deleted file mode 100644 index e0d67508..00000000 --- a/src/generated/resources/data/minecraft/tags/items/slabs.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "values": [ - "tfmg:cut_bauxite_slab", - "tfmg:polished_cut_bauxite_slab", - "tfmg:cut_bauxite_brick_slab", - "tfmg:small_bauxite_brick_slab", - "tfmg:cut_galena_slab", - "tfmg:polished_cut_galena_slab", - "tfmg:cut_galena_brick_slab", - "tfmg:small_galena_brick_slab" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/items/stairs.json b/src/generated/resources/data/minecraft/tags/items/stairs.json deleted file mode 100644 index 15b37f20..00000000 --- a/src/generated/resources/data/minecraft/tags/items/stairs.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "values": [ - "tfmg:cut_bauxite_stairs", - "tfmg:polished_cut_bauxite_stairs", - "tfmg:cut_bauxite_brick_stairs", - "tfmg:small_bauxite_brick_stairs", - "tfmg:cut_galena_stairs", - "tfmg:polished_cut_galena_stairs", - "tfmg:cut_galena_brick_stairs", - "tfmg:small_galena_brick_stairs" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/items/trapdoors.json b/src/generated/resources/data/minecraft/tags/items/trapdoors.json deleted file mode 100644 index 73d5d7eb..00000000 --- a/src/generated/resources/data/minecraft/tags/items/trapdoors.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:steel_trapdoor" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/items/walls.json b/src/generated/resources/data/minecraft/tags/items/walls.json deleted file mode 100644 index ca55f61d..00000000 --- a/src/generated/resources/data/minecraft/tags/items/walls.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "values": [ - "tfmg:cut_bauxite_wall", - "tfmg:polished_cut_bauxite_wall", - "tfmg:cut_bauxite_brick_wall", - "tfmg:small_bauxite_brick_wall", - "tfmg:cut_galena_wall", - "tfmg:polished_cut_galena_wall", - "tfmg:cut_galena_brick_wall", - "tfmg:small_galena_brick_wall" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/quark/tags/blocks/non_double_door.json b/src/generated/resources/data/quark/tags/blocks/non_double_door.json deleted file mode 100644 index 73c4858a..00000000 --- a/src/generated/resources/data/quark/tags/blocks/non_double_door.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "values": [ - "tfmg:heavy_casing_door", - "tfmg:steel_door", - "tfmg:aluminum_door", - "tfmg:heavy_plated_door" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/bauxite_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/bauxite_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 74285cf3..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/bauxite_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:bauxite_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:bauxite_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/bauxite_pillar_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/bauxite_pillar_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index f2a8073c..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/bauxite_pillar_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:bauxite_pillar_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:bauxite_pillar_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/concrete_slab_from_concrete_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/concrete_slab_from_concrete_stonecutting.json deleted file mode 100644 index eaf7a1c2..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/concrete_slab_from_concrete_stonecutting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_concrete": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:concrete" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:concrete_slab_from_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_concrete", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:concrete_slab_from_concrete_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/concrete_stairs_from_concrete_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/concrete_stairs_from_concrete_stonecutting.json deleted file mode 100644 index 60fce580..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/concrete_stairs_from_concrete_stonecutting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_concrete": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:concrete" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:concrete_stairs_from_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_concrete", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:concrete_stairs_from_concrete_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/concrete_wall_from_concrete_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/concrete_wall_from_concrete_stonecutting.json deleted file mode 100644 index 4bdbc257..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/concrete_wall_from_concrete_stonecutting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_concrete": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:concrete" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:concrete_wall_from_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_concrete", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:concrete_wall_from_concrete_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_slab.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_slab.json deleted file mode 100644 index e1d6235b..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_bauxite_bricks": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_bauxite_bricks" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_bauxite_brick_slab" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_bauxite_bricks", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_brick_slab" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 8d7e1a5f..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_stairs.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_stairs.json deleted file mode 100644 index 0e06d24b..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_stairs.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_bauxite_bricks": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_bauxite_bricks" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_bauxite_brick_stairs" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_bauxite_bricks", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_brick_stairs" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index ea7e49f3..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_wall.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_wall.json deleted file mode 100644 index b13b3c27..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_wall.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_bauxite_bricks": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_bauxite_bricks" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_bauxite_brick_wall" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_bauxite_bricks", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_brick_wall" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 931bd1d3..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index b26b2edd..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_bauxite_bricks_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_bricks_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index f312f09a..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_bauxite_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_slab.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_slab.json deleted file mode 100644 index a2414939..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_bauxite": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_bauxite" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_bauxite_slab" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_slab" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 99775273..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_bauxite_slab_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_slab_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_stairs.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_stairs.json deleted file mode 100644 index 7cd97996..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_stairs.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_bauxite": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_bauxite" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_bauxite_stairs" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_stairs" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index eeb78665..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_bauxite_stairs_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_stairs_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_wall.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_wall.json deleted file mode 100644 index 83bfc9a7..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_wall.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_bauxite": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_bauxite" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_bauxite_wall" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_wall" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 2a2dc0d1..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_bauxite_wall_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_wall_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_slab.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_slab.json deleted file mode 100644 index 8e2fca72..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_galena_bricks": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_galena_bricks" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_galena_brick_slab" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_galena_bricks", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_brick_slab" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_slab_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_slab_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 8e3b2932..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_slab_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_galena_brick_slab_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_brick_slab_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_stairs.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_stairs.json deleted file mode 100644 index 6deeae07..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_stairs.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_galena_bricks": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_galena_bricks" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_galena_brick_stairs" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_galena_bricks", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_brick_stairs" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_stairs_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_stairs_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 373e795c..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_stairs_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_galena_brick_stairs_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_brick_stairs_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_wall.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_wall.json deleted file mode 100644 index b858296f..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_wall.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_galena_bricks": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_galena_bricks" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_galena_brick_wall" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_galena_bricks", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_brick_wall" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_wall_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_wall_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 5d19f7d7..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_brick_wall_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_galena_brick_wall_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_brick_wall_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_bricks_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_bricks_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 16dc9ee8..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_bricks_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_galena_bricks_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_bricks_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 476ae65e..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_galena_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_slab.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_slab.json deleted file mode 100644 index f0ed0330..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_galena": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_galena" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_galena_slab" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_slab" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_slab_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_slab_from_stone_types_galena_stonecutting.json deleted file mode 100644 index e67d9f59..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_slab_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_galena_slab_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_slab_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_stairs.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_stairs.json deleted file mode 100644 index 19c17325..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_stairs.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_galena": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_galena" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_galena_stairs" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_stairs" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_stairs_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_stairs_from_stone_types_galena_stonecutting.json deleted file mode 100644 index f15971ee..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_stairs_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_galena_stairs_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_stairs_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_wall.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_wall.json deleted file mode 100644 index a295c703..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_wall.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cut_galena": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cut_galena" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_galena_wall" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cut_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_wall" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_wall_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_wall_from_stone_types_galena_stonecutting.json deleted file mode 100644 index aa26cad4..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/cut_galena_wall_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cut_galena_wall_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_wall_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/galena_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/galena_from_stone_types_galena_stonecutting.json deleted file mode 100644 index b7e6d3ef..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/galena_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:galena_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:galena_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/galena_pillar_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/galena_pillar_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 062deed5..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/galena_pillar_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:galena_pillar_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:galena_pillar_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/layered_bauxite_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/layered_bauxite_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 309198ea..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/layered_bauxite_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:layered_bauxite_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:layered_bauxite_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/layered_galena_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/layered_galena_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 520c3c6c..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/layered_galena_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:layered_galena_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:layered_galena_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 84680f34..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:polished_cut_bauxite_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_bauxite_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_slab.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_slab.json deleted file mode 100644 index 86028619..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_polished_cut_bauxite": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:polished_cut_bauxite" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:polished_cut_bauxite_slab" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_polished_cut_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_bauxite_slab" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index ab0fd4b1..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:polished_cut_bauxite_slab_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_bauxite_slab_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_stairs.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_stairs.json deleted file mode 100644 index e1bd782b..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_stairs.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_polished_cut_bauxite": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:polished_cut_bauxite" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:polished_cut_bauxite_stairs" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_polished_cut_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_bauxite_stairs" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 2f155bf2..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_wall.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_wall.json deleted file mode 100644 index 33a67a71..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_wall.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_polished_cut_bauxite": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:polished_cut_bauxite" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:polished_cut_bauxite_wall" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_polished_cut_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_bauxite_wall" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 0ca07da7..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 79f36dee..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:polished_cut_galena_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_galena_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_slab.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_slab.json deleted file mode 100644 index be70f7f7..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_polished_cut_galena": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:polished_cut_galena" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:polished_cut_galena_slab" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_polished_cut_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_galena_slab" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_slab_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_slab_from_stone_types_galena_stonecutting.json deleted file mode 100644 index dd096d7a..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_slab_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:polished_cut_galena_slab_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_galena_slab_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_stairs.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_stairs.json deleted file mode 100644 index ee6007ec..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_stairs.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_polished_cut_galena": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:polished_cut_galena" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:polished_cut_galena_stairs" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_polished_cut_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_galena_stairs" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_stairs_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_stairs_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 6109d664..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_stairs_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:polished_cut_galena_stairs_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_galena_stairs_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_wall.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_wall.json deleted file mode 100644 index 5e94a9f8..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_wall.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_polished_cut_galena": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:polished_cut_galena" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:polished_cut_galena_wall" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_polished_cut_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_galena_wall" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_wall_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_wall_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 65da4cdb..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/polished_cut_galena_wall_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:polished_cut_galena_wall_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_galena_wall_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/rebar_concrete_slab_from_rebar_concrete_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/rebar_concrete_slab_from_rebar_concrete_stonecutting.json deleted file mode 100644 index 743c5e82..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/rebar_concrete_slab_from_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_rebar_concrete": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:rebar_concrete" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:rebar_concrete_slab_from_rebar_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_rebar_concrete", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:rebar_concrete_slab_from_rebar_concrete_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/rebar_concrete_stairs_from_rebar_concrete_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/rebar_concrete_stairs_from_rebar_concrete_stonecutting.json deleted file mode 100644 index 1e904335..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/rebar_concrete_stairs_from_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_rebar_concrete": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:rebar_concrete" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:rebar_concrete_stairs_from_rebar_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_rebar_concrete", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:rebar_concrete_stairs_from_rebar_concrete_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/rebar_concrete_wall_from_rebar_concrete_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/rebar_concrete_wall_from_rebar_concrete_stonecutting.json deleted file mode 100644 index 3dc0a7d5..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/rebar_concrete_wall_from_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_rebar_concrete": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:rebar_concrete" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:rebar_concrete_wall_from_rebar_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_rebar_concrete", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:rebar_concrete_wall_from_rebar_concrete_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_slab.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_slab.json deleted file mode 100644 index f607a5d0..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_small_bauxite_bricks": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:small_bauxite_bricks" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:small_bauxite_brick_slab" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_small_bauxite_bricks", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_bauxite_brick_slab" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 0fc69009..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_stairs.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_stairs.json deleted file mode 100644 index c6176202..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_stairs.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_small_bauxite_bricks": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:small_bauxite_bricks" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:small_bauxite_brick_stairs" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_small_bauxite_bricks", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_bauxite_brick_stairs" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 1e72e516..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:small_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_wall.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_wall.json deleted file mode 100644 index 3e97d644..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_wall.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_small_bauxite_bricks": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:small_bauxite_bricks" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:small_bauxite_brick_wall" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_small_bauxite_bricks", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_bauxite_brick_wall" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 86c1524e..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_bricks_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_bricks_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index c50e32da..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_bauxite_bricks_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/bauxite" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:small_bauxite_bricks_from_stone_types_bauxite_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_bauxite", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_bauxite_bricks_from_stone_types_bauxite_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_slab.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_slab.json deleted file mode 100644 index a70cd9cc..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_small_galena_bricks": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:small_galena_bricks" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:small_galena_brick_slab" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_small_galena_bricks", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_galena_brick_slab" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_slab_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_slab_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 42f29579..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_slab_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:small_galena_brick_slab_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_galena_brick_slab_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_stairs.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_stairs.json deleted file mode 100644 index ae84d7d9..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_stairs.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_small_galena_bricks": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:small_galena_bricks" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:small_galena_brick_stairs" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_small_galena_bricks", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_galena_brick_stairs" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_stairs_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_stairs_from_stone_types_galena_stonecutting.json deleted file mode 100644 index eccf23dc..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_stairs_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:small_galena_brick_stairs_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_galena_brick_stairs_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_wall.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_wall.json deleted file mode 100644 index 24c76425..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_wall.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_small_galena_bricks": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:small_galena_bricks" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:small_galena_brick_wall" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_small_galena_bricks", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_galena_brick_wall" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_wall_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_wall_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 31861bec..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_brick_wall_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:small_galena_brick_wall_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_galena_brick_wall_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_bricks_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_bricks_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 3f4217fb..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/building_blocks/small_galena_bricks_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "tag": "tfmg:stone_types/galena" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:small_galena_bricks_from_stone_types_galena_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_stone_types_galena", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_galena_bricks_from_stone_types_galena_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/decorations/aluminum_bars_from_ingots_aluminum_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/decorations/aluminum_bars_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index 9985db30..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/decorations/aluminum_bars_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_aluminum": { - "conditions": { - "items": [ - { - "tag": "forge:ingots/aluminum" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:aluminum_bars_from_ingots_aluminum_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_ingots_aluminum", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:aluminum_bars_from_ingots_aluminum_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/decorations/aluminum_ladder_from_ingots_aluminum_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/decorations/aluminum_ladder_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index 99ba4fd4..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/decorations/aluminum_ladder_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_aluminum": { - "conditions": { - "items": [ - { - "tag": "forge:ingots/aluminum" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:aluminum_ladder_from_ingots_aluminum_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_ingots_aluminum", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:aluminum_ladder_from_ingots_aluminum_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/decorations/aluminum_scaffolding_from_ingots_aluminum_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/decorations/aluminum_scaffolding_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index 753969ea..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/decorations/aluminum_scaffolding_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_aluminum": { - "conditions": { - "items": [ - { - "tag": "forge:ingots/aluminum" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:aluminum_scaffolding_from_ingots_aluminum_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_ingots_aluminum", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:aluminum_scaffolding_from_ingots_aluminum_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/decorations/cast_iron_bars_from_ingots_cast_iron_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/decorations/cast_iron_bars_from_ingots_cast_iron_stonecutting.json deleted file mode 100644 index a039e6a2..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/decorations/cast_iron_bars_from_ingots_cast_iron_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_cast_iron": { - "conditions": { - "items": [ - { - "tag": "forge:ingots/cast_iron" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cast_iron_bars_from_ingots_cast_iron_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_ingots_cast_iron", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cast_iron_bars_from_ingots_cast_iron_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/decorations/cast_iron_ladder_from_ingots_cast_iron_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/decorations/cast_iron_ladder_from_ingots_cast_iron_stonecutting.json deleted file mode 100644 index c3fb7447..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/decorations/cast_iron_ladder_from_ingots_cast_iron_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_cast_iron": { - "conditions": { - "items": [ - { - "tag": "forge:ingots/cast_iron" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cast_iron_ladder_from_ingots_cast_iron_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_ingots_cast_iron", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cast_iron_ladder_from_ingots_cast_iron_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/decorations/constantan_ladder_from_ingots_constantan_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/decorations/constantan_ladder_from_ingots_constantan_stonecutting.json deleted file mode 100644 index aab01be5..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/decorations/constantan_ladder_from_ingots_constantan_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_constantan": { - "conditions": { - "items": [ - { - "tag": "forge:ingots/constantan" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:constantan_ladder_from_ingots_constantan_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_ingots_constantan", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:constantan_ladder_from_ingots_constantan_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/decorations/lead_bars_from_ingots_lead_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/decorations/lead_bars_from_ingots_lead_stonecutting.json deleted file mode 100644 index d79c9356..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/decorations/lead_bars_from_ingots_lead_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_lead": { - "conditions": { - "items": [ - { - "tag": "forge:ingots/lead" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:lead_bars_from_ingots_lead_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_ingots_lead", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:lead_bars_from_ingots_lead_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/decorations/lead_ladder_from_ingots_lead_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/decorations/lead_ladder_from_ingots_lead_stonecutting.json deleted file mode 100644 index ee86d62c..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/decorations/lead_ladder_from_ingots_lead_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_lead": { - "conditions": { - "items": [ - { - "tag": "forge:ingots/lead" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:lead_ladder_from_ingots_lead_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_ingots_lead", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:lead_ladder_from_ingots_lead_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/decorations/nickel_bars_from_ingots_nickel_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/decorations/nickel_bars_from_ingots_nickel_stonecutting.json deleted file mode 100644 index efbb3947..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/decorations/nickel_bars_from_ingots_nickel_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_nickel": { - "conditions": { - "items": [ - { - "tag": "forge:ingots/nickel" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:nickel_bars_from_ingots_nickel_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_ingots_nickel", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:nickel_bars_from_ingots_nickel_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/decorations/nickel_ladder_from_ingots_nickel_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/decorations/nickel_ladder_from_ingots_nickel_stonecutting.json deleted file mode 100644 index 7212a604..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/decorations/nickel_ladder_from_ingots_nickel_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_nickel": { - "conditions": { - "items": [ - { - "tag": "forge:ingots/nickel" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:nickel_ladder_from_ingots_nickel_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_ingots_nickel", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:nickel_ladder_from_ingots_nickel_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/decorations/steel_bars_from_ingots_steel_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/decorations/steel_bars_from_ingots_steel_stonecutting.json deleted file mode 100644 index ddec3464..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/decorations/steel_bars_from_ingots_steel_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_steel": { - "conditions": { - "items": [ - { - "tag": "forge:ingots/steel" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:steel_bars_from_ingots_steel_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_ingots_steel", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:steel_bars_from_ingots_steel_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/decorations/steel_ladder_from_ingots_steel_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/decorations/steel_ladder_from_ingots_steel_stonecutting.json deleted file mode 100644 index a04a0ac4..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/decorations/steel_ladder_from_ingots_steel_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_steel": { - "conditions": { - "items": [ - { - "tag": "forge:ingots/steel" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:steel_ladder_from_ingots_steel_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_ingots_steel", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:steel_ladder_from_ingots_steel_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/decorations/steel_scaffolding_from_ingots_steel_stonecutting.json b/src/generated/resources/data/tfmg/advancements/recipes/decorations/steel_scaffolding_from_ingots_steel_stonecutting.json deleted file mode 100644 index 0dd54796..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/decorations/steel_scaffolding_from_ingots_steel_stonecutting.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_steel": { - "conditions": { - "items": [ - { - "tag": "forge:ingots/steel" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:steel_scaffolding_from_ingots_steel_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_ingots_steel", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:steel_scaffolding_from_ingots_steel_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/air_intake.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/air_intake.json deleted file mode 100644 index 8240be5e..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/air_intake.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "create:propeller" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/air_intake" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/air_intake" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_block_from_compacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_block_from_compacting.json deleted file mode 100644 index efab5b9e..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_block_from_compacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:aluminum_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/aluminum_block_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/aluminum_block_from_compacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_cogwheel.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_cogwheel.json deleted file mode 100644 index b777ad06..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_cogwheel.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:aluminum_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/aluminum_cogwheel" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/aluminum_cogwheel" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_door.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_door.json deleted file mode 100644 index 26081422..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_door.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:aluminum_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/aluminum_door" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/aluminum_door" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_flywheel.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_flywheel.json deleted file mode 100644 index b643c195..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_flywheel.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:aluminum_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/aluminum_flywheel" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/aluminum_flywheel" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_ingot_from_compacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_ingot_from_compacting.json deleted file mode 100644 index 8c5131a4..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_ingot_from_compacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:aluminum_nugget" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/aluminum_ingot_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/aluminum_ingot_from_compacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_ingot_from_decompacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_ingot_from_decompacting.json deleted file mode 100644 index 09457c9f..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_ingot_from_decompacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:aluminum_block" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/aluminum_ingot_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/aluminum_ingot_from_decompacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_nugget_from_decompacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_nugget_from_decompacting.json deleted file mode 100644 index b4a6e01b..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/aluminum_nugget_from_decompacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:aluminum_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/aluminum_nugget_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/aluminum_nugget_from_decompacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/blast_furnace_output.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/blast_furnace_output.json deleted file mode 100644 index ff7bc677..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/blast_furnace_output.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:fireclay_ball" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/blast_furnace_output" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/blast_furnace_output" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/brick_smokestack.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/brick_smokestack.json deleted file mode 100644 index 8cc551e2..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/brick_smokestack.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:industrial_pipe" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/brick_smokestack" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/brick_smokestack" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_block_from_compacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_block_from_compacting.json deleted file mode 100644 index 51ebefda..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_block_from_compacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cast_iron_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/cast_iron_block_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/cast_iron_block_from_compacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_flywheel.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_flywheel.json deleted file mode 100644 index 2102f066..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_flywheel.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cast_iron_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/cast_iron_flywheel" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/cast_iron_flywheel" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_ingot_from_compacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_ingot_from_compacting.json deleted file mode 100644 index e8676abc..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_ingot_from_compacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cast_iron_nugget" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/cast_iron_ingot_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/cast_iron_ingot_from_compacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_ingot_from_decompacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_ingot_from_decompacting.json deleted file mode 100644 index 045dd279..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_ingot_from_decompacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cast_iron_block" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/cast_iron_ingot_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/cast_iron_ingot_from_decompacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_nugget_from_decompacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_nugget_from_decompacting.json deleted file mode 100644 index 9e645d39..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/cast_iron_nugget_from_decompacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cast_iron_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/cast_iron_nugget_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/cast_iron_nugget_from_decompacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/concrete_smokestack.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/concrete_smokestack.json deleted file mode 100644 index 2ca58b58..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/concrete_smokestack.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:industrial_pipe" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/concrete_smokestack" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/concrete_smokestack" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_block_from_compacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_block_from_compacting.json deleted file mode 100644 index cf87fe3c..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_block_from_compacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:constantan_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/constantan_block_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/constantan_block_from_compacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_ingot_from_compacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_ingot_from_compacting.json deleted file mode 100644 index 4e8074bc..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_ingot_from_compacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:constantan_nugget" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/constantan_ingot_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/constantan_ingot_from_compacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_ingot_from_decompacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_ingot_from_decompacting.json deleted file mode 100644 index 6c77f3b6..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_ingot_from_decompacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:constantan_block" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/constantan_ingot_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/constantan_ingot_from_decompacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_nugget_from_decompacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_nugget_from_decompacting.json deleted file mode 100644 index c8c06dc8..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/constantan_nugget_from_decompacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:constantan_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/constantan_nugget_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/constantan_nugget_from_decompacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/exhaust.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/exhaust.json deleted file mode 100644 index cb30e514..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/exhaust.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:cast_iron_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/exhaust" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/exhaust" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/fireclay.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/fireclay.json deleted file mode 100644 index 64773d64..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/fireclay.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:fireclay_ball" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/fireclay" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/fireclay" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/fireproof_bricks.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/fireproof_bricks.json deleted file mode 100644 index a27d770a..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/fireproof_bricks.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:fireclay_ball" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/fireproof_bricks" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/fireproof_bricks" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/flarestack.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/flarestack.json deleted file mode 100644 index 3c36e9a0..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/flarestack.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:steel_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/flarestack" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/flarestack" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/heavy_casing_door.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/heavy_casing_door.json deleted file mode 100644 index 07a058f9..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/heavy_casing_door.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:steel_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/heavy_casing_door" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/heavy_casing_door" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/heavy_plated_door.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/heavy_plated_door.json deleted file mode 100644 index 822f31e3..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/heavy_plated_door.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:steel_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/heavy_plated_door" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/heavy_plated_door" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/industrial_mixer.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/industrial_mixer.json deleted file mode 100644 index e7924870..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/industrial_mixer.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:heavy_machinery_casing" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/industrial_mixer" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/industrial_mixer" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/large_aluminum_cogwheel.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/large_aluminum_cogwheel.json deleted file mode 100644 index 2d1c2fa0..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/large_aluminum_cogwheel.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:aluminum_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/large_aluminum_cogwheel" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/large_aluminum_cogwheel" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/large_steel_cogwheel.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/large_steel_cogwheel.json deleted file mode 100644 index 2b64aebf..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/large_steel_cogwheel.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:steel_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/large_steel_cogwheel" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/large_steel_cogwheel" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_block_from_compacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_block_from_compacting.json deleted file mode 100644 index 000b4d22..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_block_from_compacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:lead_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/lead_block_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/lead_block_from_compacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_flywheel.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_flywheel.json deleted file mode 100644 index dfae54d0..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_flywheel.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:lead_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/lead_flywheel" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/lead_flywheel" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_ingot_from_compacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_ingot_from_compacting.json deleted file mode 100644 index cd4a41ea..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_ingot_from_compacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:lead_nugget" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/lead_ingot_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/lead_ingot_from_compacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_ingot_from_decompacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_ingot_from_decompacting.json deleted file mode 100644 index 75e29213..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_ingot_from_decompacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:lead_block" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/lead_ingot_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/lead_ingot_from_decompacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_nugget_from_decompacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_nugget_from_decompacting.json deleted file mode 100644 index aa362d52..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lead_nugget_from_decompacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:lead_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/lead_nugget_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/lead_nugget_from_decompacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_block_from_compacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_block_from_compacting.json deleted file mode 100644 index 5b88d8f8..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_block_from_compacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:lithium_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/lithium_block_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/lithium_block_from_compacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_ingot_from_compacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_ingot_from_compacting.json deleted file mode 100644 index 7f89c3a6..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_ingot_from_compacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:lithium_nugget" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/lithium_ingot_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/lithium_ingot_from_compacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_ingot_from_decompacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_ingot_from_decompacting.json deleted file mode 100644 index 78e0104b..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_ingot_from_decompacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:lithium_block" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/lithium_ingot_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/lithium_ingot_from_decompacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_nugget_from_decompacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_nugget_from_decompacting.json deleted file mode 100644 index 66497be9..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_nugget_from_decompacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:lithium_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/lithium_nugget_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/lithium_nugget_from_decompacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_torch.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_torch.json deleted file mode 100644 index e5e7d5af..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/lithium_torch.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:lithium_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/lithium_torch" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/lithium_torch" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/metal_smokestack.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/metal_smokestack.json deleted file mode 100644 index 74b0fb9e..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/metal_smokestack.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:industrial_pipe" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/metal_smokestack" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/metal_smokestack" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_block_from_compacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_block_from_compacting.json deleted file mode 100644 index dc002c57..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_block_from_compacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:nickel_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/nickel_block_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/nickel_block_from_compacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_flywheel.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_flywheel.json deleted file mode 100644 index fab33850..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_flywheel.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:nickel_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/nickel_flywheel" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/nickel_flywheel" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_ingot_from_compacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_ingot_from_compacting.json deleted file mode 100644 index dd12cf18..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_ingot_from_compacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:nickel_nugget" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/nickel_ingot_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/nickel_ingot_from_compacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_ingot_from_decompacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_ingot_from_decompacting.json deleted file mode 100644 index 3be657d4..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_ingot_from_decompacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:nickel_block" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/nickel_ingot_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/nickel_ingot_from_decompacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_nugget_from_decompacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_nugget_from_decompacting.json deleted file mode 100644 index 63f02d34..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/nickel_nugget_from_decompacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:nickel_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/nickel_nugget_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/nickel_nugget_from_decompacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_block_from_compacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_block_from_compacting.json deleted file mode 100644 index 3d3fda19..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_block_from_compacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:steel_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/steel_block_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/steel_block_from_compacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_cogwheel.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_cogwheel.json deleted file mode 100644 index 6e2265bb..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_cogwheel.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:steel_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/steel_cogwheel" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/steel_cogwheel" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_door.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_door.json deleted file mode 100644 index 660f4886..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_door.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:steel_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/steel_door" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/steel_door" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_fluid_tank.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_fluid_tank.json deleted file mode 100644 index 3122998c..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_fluid_tank.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:steel_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/steel_fluid_tank" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/steel_fluid_tank" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_flywheel.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_flywheel.json deleted file mode 100644 index 95544e37..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_flywheel.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:steel_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/steel_flywheel" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/steel_flywheel" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_gearbox.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_gearbox.json deleted file mode 100644 index 7be2f004..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_gearbox.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:heavy_machinery_casing" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/steel_gearbox" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/steel_gearbox" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_ingot_from_compacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_ingot_from_compacting.json deleted file mode 100644 index dbc6af77..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_ingot_from_compacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:steel_nugget" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/steel_ingot_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/steel_ingot_from_compacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_ingot_from_decompacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_ingot_from_decompacting.json deleted file mode 100644 index 57ceb42c..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_ingot_from_decompacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:steel_block" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/steel_ingot_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/steel_ingot_from_decompacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_nugget_from_decompacting.json b/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_nugget_from_decompacting.json deleted file mode 100644 index 5a4da413..00000000 --- a/src/generated/resources/data/tfmg/advancements/recipes/misc/crafting/kinetics/steel_nugget_from_decompacting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": [ - "tfmg:steel_ingot" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/kinetics/steel_nugget_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_item", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/kinetics/steel_nugget_from_decompacting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/damage_type/acid.json b/src/generated/resources/data/tfmg/damage_type/acid.json deleted file mode 100644 index a5c2e866..00000000 --- a/src/generated/resources/data/tfmg/damage_type/acid.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "exhaustion": 0.0, - "message_id": "tfmg.acid", - "scaling": "when_caused_by_living_non_player" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/damage_type/blast_furnace.json b/src/generated/resources/data/tfmg/damage_type/blast_furnace.json deleted file mode 100644 index 0da12a12..00000000 --- a/src/generated/resources/data/tfmg/damage_type/blast_furnace.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "exhaustion": 0.0, - "message_id": "tfmg.blast_furnace", - "scaling": "when_caused_by_living_non_player" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/damage_type/concrete.json b/src/generated/resources/data/tfmg/damage_type/concrete.json deleted file mode 100644 index e28a0dc2..00000000 --- a/src/generated/resources/data/tfmg/damage_type/concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "exhaustion": 0.0, - "message_id": "tfmg.concrete", - "scaling": "when_caused_by_living_non_player" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/forge/biome_modifier/lead_ore.json b/src/generated/resources/data/tfmg/forge/biome_modifier/lead_ore.json deleted file mode 100644 index 83b52290..00000000 --- a/src/generated/resources/data/tfmg/forge/biome_modifier/lead_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "type": "forge:add_features", - "biomes": "#minecraft:is_overworld", - "features": "tfmg:lead_ore", - "step": "underground_ores" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/forge/biome_modifier/lithium_ore.json b/src/generated/resources/data/tfmg/forge/biome_modifier/lithium_ore.json deleted file mode 100644 index 5371ecdf..00000000 --- a/src/generated/resources/data/tfmg/forge/biome_modifier/lithium_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "type": "forge:add_features", - "biomes": "#minecraft:is_overworld", - "features": "tfmg:lithium_ore", - "step": "underground_ores" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/forge/biome_modifier/nickel_ore.json b/src/generated/resources/data/tfmg/forge/biome_modifier/nickel_ore.json deleted file mode 100644 index 1d85aa6e..00000000 --- a/src/generated/resources/data/tfmg/forge/biome_modifier/nickel_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "type": "forge:add_features", - "biomes": "#minecraft:is_overworld", - "features": "tfmg:nickel_ore", - "step": "underground_ores" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/forge/biome_modifier/tfmg_striated_ores_nether.json b/src/generated/resources/data/tfmg/forge/biome_modifier/tfmg_striated_ores_nether.json deleted file mode 100644 index bebb197f..00000000 --- a/src/generated/resources/data/tfmg/forge/biome_modifier/tfmg_striated_ores_nether.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "type": "forge:add_features", - "biomes": "#minecraft:is_nether", - "features": "tfmg:tfmg_striated_ores_nether", - "step": "underground_ores" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/forge/biome_modifier/tfmg_striated_ores_overworld.json b/src/generated/resources/data/tfmg/forge/biome_modifier/tfmg_striated_ores_overworld.json deleted file mode 100644 index f2e5cde7..00000000 --- a/src/generated/resources/data/tfmg/forge/biome_modifier/tfmg_striated_ores_overworld.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "type": "forge:add_features", - "biomes": "#minecraft:is_overworld", - "features": "tfmg:tfmg_striated_ores_overworld", - "step": "underground_ores" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/accumulator.json b/src/generated/resources/data/tfmg/loot_tables/blocks/accumulator.json deleted file mode 100644 index b3f2ed9a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/accumulator.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:accumulator" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/accumulator" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/air_intake.json b/src/generated/resources/data/tfmg/loot_tables/blocks/air_intake.json deleted file mode 100644 index c8ced00e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/air_intake.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:air_intake" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/air_intake" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_bars.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_bars.json deleted file mode 100644 index e47d3d61..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_bars.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_bars" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_bars" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_block.json deleted file mode 100644 index 5f4a9dca..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_cable_hub.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_cable_hub.json deleted file mode 100644 index d570a2eb..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_cable_hub.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_cable_hub" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_cable_hub" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_cogwheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_cogwheel.json deleted file mode 100644 index a11944b1..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_cogwheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_cogwheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_door.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_door.json deleted file mode 100644 index 288e7384..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_door.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "conditions": [ - { - "block": "tfmg:aluminum_door", - "condition": "minecraft:block_state_property", - "properties": { - "half": "lower" - } - } - ], - "name": "tfmg:aluminum_door" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_door" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_fluid_tank.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_fluid_tank.json deleted file mode 100644 index 790facc7..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_fluid_tank.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_fluid_tank" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_fluid_tank" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_fluid_valve.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_fluid_valve.json deleted file mode 100644 index d3d04150..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_fluid_valve.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_fluid_valve" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_fluid_valve" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_flywheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_flywheel.json deleted file mode 100644 index ccb99b0d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_flywheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_flywheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_flywheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_frame.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_frame.json deleted file mode 100644 index c33081fc..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_frame.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_frame" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_frame" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_ladder.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_ladder.json deleted file mode 100644 index b7dcbe9d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_ladder.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_ladder" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_ladder" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_lamp.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_lamp.json deleted file mode 100644 index 950652a3..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_lamp.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_lamp" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_lamp" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_mechanical_pump.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_mechanical_pump.json deleted file mode 100644 index a740317e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_mechanical_pump.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_mechanical_pump" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_mechanical_pump" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_pipe.json deleted file mode 100644 index 40d4d75d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_scaffolding.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_scaffolding.json deleted file mode 100644 index 53737e15..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_scaffolding.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_scaffolding" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_scaffolding" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_smart_fluid_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_smart_fluid_pipe.json deleted file mode 100644 index 85eb93ae..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_smart_fluid_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_smart_fluid_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_smart_fluid_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_truss.json b/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_truss.json deleted file mode 100644 index f53fbfac..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/aluminum_truss.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_truss" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/aluminum_truss" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/ammeter.json b/src/generated/resources/data/tfmg/loot_tables/blocks/ammeter.json deleted file mode 100644 index 16ce743f..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/ammeter.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:ammeter" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/ammeter" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/asphalt.json b/src/generated/resources/data/tfmg/loot_tables/blocks/asphalt.json deleted file mode 100644 index 5dbcaf8a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/asphalt.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:asphalt" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/asphalt" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/asphalt_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/asphalt_slab.json deleted file mode 100644 index fe0a5248..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/asphalt_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:asphalt_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/asphalt_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/asphalt_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/asphalt_stairs.json deleted file mode 100644 index f4e518b7..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/asphalt_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:asphalt_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/asphalt_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/asphalt_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/asphalt_wall.json deleted file mode 100644 index d3f00c18..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/asphalt_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:asphalt_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/asphalt_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/bauxite.json b/src/generated/resources/data/tfmg/loot_tables/blocks/bauxite.json deleted file mode 100644 index f34cef38..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/bauxite.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:bauxite" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/bauxite" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/bauxite_pillar.json b/src/generated/resources/data/tfmg/loot_tables/blocks/bauxite_pillar.json deleted file mode 100644 index 1c5e342c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/bauxite_pillar.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:bauxite_pillar" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/bauxite_pillar" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/blast_furnace_hatch.json b/src/generated/resources/data/tfmg/loot_tables/blocks/blast_furnace_hatch.json deleted file mode 100644 index 5f03a6c2..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/blast_furnace_hatch.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:blast_furnace_hatch" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/blast_furnace_hatch" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/blast_furnace_output.json b/src/generated/resources/data/tfmg/loot_tables/blocks/blast_furnace_output.json deleted file mode 100644 index 4004b64b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/blast_furnace_output.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:blast_furnace_output" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/blast_furnace_output" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/blast_furnace_reinforcement.json b/src/generated/resources/data/tfmg/loot_tables/blocks/blast_furnace_reinforcement.json deleted file mode 100644 index 7de741ab..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/blast_furnace_reinforcement.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:blast_furnace_reinforcement" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/blast_furnace_reinforcement" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/blast_furnace_reinforcement_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/blast_furnace_reinforcement_wall.json deleted file mode 100644 index 0ccb97c8..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/blast_furnace_reinforcement_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:blast_furnace_reinforcement" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/blast_furnace_reinforcement_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/blast_stove.json b/src/generated/resources/data/tfmg/loot_tables/blocks/blast_stove.json deleted file mode 100644 index a70fc1ea..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/blast_stove.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:blast_stove" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/blast_stove" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_caution_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/blue_caution_block.json deleted file mode 100644 index 43c7b98b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_caution_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:blue_caution_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/blue_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/blue_concrete.json deleted file mode 100644 index bd71be1b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:blue_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/blue_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/blue_concrete_slab.json deleted file mode 100644 index 909f4116..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:blue_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/blue_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/blue_concrete_stairs.json deleted file mode 100644 index f057fd15..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:blue_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/blue_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/blue_concrete_wall.json deleted file mode 100644 index 4c68e0e9..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:blue_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/blue_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/blue_rebar_concrete.json deleted file mode 100644 index 7e9ace8e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:blue_rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/blue_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/blue_rebar_concrete_slab.json deleted file mode 100644 index 1e77d2a2..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:blue_rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/blue_rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/blue_rebar_concrete_stairs.json deleted file mode 100644 index 53a080b6..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:blue_rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/blue_rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/blue_rebar_concrete_wall.json deleted file mode 100644 index 2af57c14..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/blue_rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:blue_rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/blue_rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brass_cable_hub.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brass_cable_hub.json deleted file mode 100644 index 5a857834..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brass_cable_hub.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brass_cable_hub" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brass_cable_hub" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brass_fluid_valve.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brass_fluid_valve.json deleted file mode 100644 index 40ab3d60..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brass_fluid_valve.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brass_fluid_valve" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brass_fluid_valve" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brass_frame.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brass_frame.json deleted file mode 100644 index b78e2f98..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brass_frame.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brass_frame" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brass_frame" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brass_mechanical_pump.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brass_mechanical_pump.json deleted file mode 100644 index c814ba28..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brass_mechanical_pump.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brass_mechanical_pump" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brass_mechanical_pump" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brass_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brass_pipe.json deleted file mode 100644 index ea34d142..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brass_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brass_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brass_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brass_smart_fluid_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brass_smart_fluid_pipe.json deleted file mode 100644 index c8581c49..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brass_smart_fluid_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brass_smart_fluid_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brass_smart_fluid_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brass_truss.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brass_truss.json deleted file mode 100644 index f7a58d29..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brass_truss.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brass_truss" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brass_truss" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brick_smokestack.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brick_smokestack.json deleted file mode 100644 index 0ccd9c65..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brick_smokestack.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brick_smokestack" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brick_smokestack" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_caution_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brown_caution_block.json deleted file mode 100644 index 78abcc6a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_caution_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brown_caution_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brown_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brown_concrete.json deleted file mode 100644 index 87fc23a1..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brown_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brown_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brown_concrete_slab.json deleted file mode 100644 index a95a2b3c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brown_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brown_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brown_concrete_stairs.json deleted file mode 100644 index 3b50f279..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brown_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brown_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brown_concrete_wall.json deleted file mode 100644 index 38b43e4e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brown_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brown_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brown_rebar_concrete.json deleted file mode 100644 index 1de9a4f3..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brown_rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brown_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brown_rebar_concrete_slab.json deleted file mode 100644 index 2ebe1e69..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brown_rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brown_rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brown_rebar_concrete_stairs.json deleted file mode 100644 index 57bfbb21..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brown_rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brown_rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/brown_rebar_concrete_wall.json deleted file mode 100644 index a61996fc..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/brown_rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brown_rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/brown_rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cable_connector.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cable_connector.json deleted file mode 100644 index 81175ac0..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cable_connector.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cable_connector" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cable_connector" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cable_tube.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cable_tube.json deleted file mode 100644 index 15d7b06a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cable_tube.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cable_tube" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cable_tube" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_bars.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_bars.json deleted file mode 100644 index f2a8459f..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_bars.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cast_iron_bars" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cast_iron_bars" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_block.json deleted file mode 100644 index 22c8946c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cast_iron_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cast_iron_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_fluid_tank.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_fluid_tank.json deleted file mode 100644 index ded7af34..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_fluid_tank.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cast_iron_fluid_tank" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cast_iron_fluid_tank" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_fluid_valve.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_fluid_valve.json deleted file mode 100644 index d326c271..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_fluid_valve.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cast_iron_fluid_valve" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cast_iron_fluid_valve" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_flywheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_flywheel.json deleted file mode 100644 index ba043bd5..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_flywheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cast_iron_flywheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cast_iron_flywheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_frame.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_frame.json deleted file mode 100644 index 5b707206..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_frame.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cast_iron_frame" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cast_iron_frame" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_ladder.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_ladder.json deleted file mode 100644 index 2011140f..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_ladder.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cast_iron_ladder" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cast_iron_ladder" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_mechanical_pump.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_mechanical_pump.json deleted file mode 100644 index df9ed330..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_mechanical_pump.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cast_iron_mechanical_pump" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cast_iron_mechanical_pump" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_pipe.json deleted file mode 100644 index b0a86f24..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cast_iron_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cast_iron_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_smart_fluid_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_smart_fluid_pipe.json deleted file mode 100644 index 32c79d21..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_smart_fluid_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cast_iron_smart_fluid_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cast_iron_smart_fluid_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_truss.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_truss.json deleted file mode 100644 index 3341a527..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cast_iron_truss.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cast_iron_truss" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cast_iron_truss" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/casting_basin.json b/src/generated/resources/data/tfmg/loot_tables/blocks/casting_basin.json deleted file mode 100644 index a94510f1..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/casting_basin.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:casting_basin" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/casting_basin" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/circular_light.json b/src/generated/resources/data/tfmg/loot_tables/blocks/circular_light.json deleted file mode 100644 index 346d0cc8..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/circular_light.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:circular_light" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/circular_light" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/coal_coke_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/coal_coke_block.json deleted file mode 100644 index 8d76d5f7..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/coal_coke_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:coal_coke_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/coal_coke_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/coke_oven.json b/src/generated/resources/data/tfmg/loot_tables/blocks/coke_oven.json deleted file mode 100644 index 87a95817..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/coke_oven.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:coke_oven" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/coke_oven" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/concrete.json deleted file mode 100644 index fad213b0..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_encased_cable_tube.json b/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_encased_cable_tube.json deleted file mode 100644 index 4d594066..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_encased_cable_tube.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cable_tube" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/concrete_encased_cable_tube" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_encased_electric_post.json b/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_encased_electric_post.json deleted file mode 100644 index 09245064..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_encased_electric_post.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:electric_post" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/concrete_encased_electric_post" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_encased_industrial_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_encased_industrial_pipe.json deleted file mode 100644 index b84c04d0..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_encased_industrial_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:industrial_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/concrete_encased_industrial_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_hose.json b/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_hose.json deleted file mode 100644 index 125ba7ab..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_hose.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:concrete_hose" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/concrete_hose" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_slab.json deleted file mode 100644 index 08441c92..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_smokestack.json b/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_smokestack.json deleted file mode 100644 index 93cd6ef4..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_smokestack.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:concrete_smokestack" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/concrete_smokestack" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_stairs.json deleted file mode 100644 index 645e68b4..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_wall.json deleted file mode 100644 index 0f9671cc..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/constantan_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/constantan_block.json deleted file mode 100644 index d927924a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/constantan_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:constantan_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/constantan_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/constantan_frame.json b/src/generated/resources/data/tfmg/loot_tables/blocks/constantan_frame.json deleted file mode 100644 index 32f90e4c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/constantan_frame.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:constantan_frame" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/constantan_frame" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/constantan_ladder.json b/src/generated/resources/data/tfmg/loot_tables/blocks/constantan_ladder.json deleted file mode 100644 index 3fa12321..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/constantan_ladder.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:constantan_ladder" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/constantan_ladder" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/constantan_truss.json b/src/generated/resources/data/tfmg/loot_tables/blocks/constantan_truss.json deleted file mode 100644 index f4858f01..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/constantan_truss.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:constantan_truss" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/constantan_truss" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/converter.json b/src/generated/resources/data/tfmg/loot_tables/blocks/converter.json deleted file mode 100644 index 74bcf215..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/converter.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:converter" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/converter" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_cable_hub.json b/src/generated/resources/data/tfmg/loot_tables/blocks/copper_cable_hub.json deleted file mode 100644 index 58b18209..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_cable_hub.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:copper_cable_hub" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/copper_cable_hub" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_encased_aluminum_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/copper_encased_aluminum_pipe.json deleted file mode 100644 index b4694a00..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_encased_aluminum_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/copper_encased_aluminum_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_encased_brass_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/copper_encased_brass_pipe.json deleted file mode 100644 index f26e8ba8..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_encased_brass_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brass_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/copper_encased_brass_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_encased_cast_iron_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/copper_encased_cast_iron_pipe.json deleted file mode 100644 index 00f432ad..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_encased_cast_iron_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cast_iron_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/copper_encased_cast_iron_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_encased_plastic_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/copper_encased_plastic_pipe.json deleted file mode 100644 index a37de870..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_encased_plastic_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:plastic_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/copper_encased_plastic_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_encased_steel_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/copper_encased_steel_pipe.json deleted file mode 100644 index c890c261..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_encased_steel_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/copper_encased_steel_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_frame.json b/src/generated/resources/data/tfmg/loot_tables/blocks/copper_frame.json deleted file mode 100644 index 81f9729a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_frame.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:copper_frame" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/copper_frame" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_truss.json b/src/generated/resources/data/tfmg/loot_tables/blocks/copper_truss.json deleted file mode 100644 index f598085e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/copper_truss.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:copper_truss" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/copper_truss" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/copycat_cable_base.json b/src/generated/resources/data/tfmg/loot_tables/blocks/copycat_cable_base.json deleted file mode 100644 index c4592e6a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/copycat_cable_base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:air" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/copycat_cable_base" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/copycat_cable_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/copycat_cable_block.json deleted file mode 100644 index 375865c8..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/copycat_cable_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:copycat_cable_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/copycat_cable_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/creative_generator.json b/src/generated/resources/data/tfmg/loot_tables/blocks/creative_generator.json deleted file mode 100644 index d6679790..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/creative_generator.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:creative_generator" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/creative_generator" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite.json deleted file mode 100644 index 12e2aeb7..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cut_bauxite" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_bauxite" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_brick_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_brick_slab.json deleted file mode 100644 index c335305c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_brick_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "conditions": [ - { - "block": "tfmg:cut_bauxite_brick_slab", - "condition": "minecraft:block_state_property", - "properties": { - "type": "double" - } - } - ], - "count": 2.0, - "function": "minecraft:set_count" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "tfmg:cut_bauxite_brick_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_bauxite_brick_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_brick_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_brick_stairs.json deleted file mode 100644 index 6356393d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_brick_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cut_bauxite_brick_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_bauxite_brick_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_brick_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_brick_wall.json deleted file mode 100644 index 22457d7c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_brick_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cut_bauxite_brick_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_bauxite_brick_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_bricks.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_bricks.json deleted file mode 100644 index f056df02..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_bricks.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cut_bauxite_bricks" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_bauxite_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_slab.json deleted file mode 100644 index 08e80cb1..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "conditions": [ - { - "block": "tfmg:cut_bauxite_slab", - "condition": "minecraft:block_state_property", - "properties": { - "type": "double" - } - } - ], - "count": 2.0, - "function": "minecraft:set_count" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "tfmg:cut_bauxite_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_bauxite_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_stairs.json deleted file mode 100644 index 21ac230c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cut_bauxite_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_bauxite_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_wall.json deleted file mode 100644 index 5dc916c0..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_bauxite_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cut_bauxite_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_bauxite_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena.json deleted file mode 100644 index b753e353..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cut_galena" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_galena" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_brick_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_brick_slab.json deleted file mode 100644 index 581ebcf8..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_brick_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "conditions": [ - { - "block": "tfmg:cut_galena_brick_slab", - "condition": "minecraft:block_state_property", - "properties": { - "type": "double" - } - } - ], - "count": 2.0, - "function": "minecraft:set_count" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "tfmg:cut_galena_brick_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_galena_brick_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_brick_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_brick_stairs.json deleted file mode 100644 index 30f1c67b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_brick_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cut_galena_brick_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_galena_brick_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_brick_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_brick_wall.json deleted file mode 100644 index be7be4da..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_brick_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cut_galena_brick_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_galena_brick_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_bricks.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_bricks.json deleted file mode 100644 index 8862be75..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_bricks.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cut_galena_bricks" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_galena_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_slab.json deleted file mode 100644 index 6df60fb4..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "conditions": [ - { - "block": "tfmg:cut_galena_slab", - "condition": "minecraft:block_state_property", - "properties": { - "type": "double" - } - } - ], - "count": 2.0, - "function": "minecraft:set_count" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "tfmg:cut_galena_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_galena_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_stairs.json deleted file mode 100644 index d9a1f575..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cut_galena_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_galena_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_wall.json deleted file mode 100644 index 708c9336..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cut_galena_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cut_galena_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cut_galena_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_caution_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_caution_block.json deleted file mode 100644 index dd148ad2..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_caution_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cyan_caution_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cyan_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_concrete.json deleted file mode 100644 index 5aa25c3d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cyan_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cyan_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_concrete_slab.json deleted file mode 100644 index 20cfcc8b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cyan_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cyan_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_concrete_stairs.json deleted file mode 100644 index 1c7274e7..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cyan_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cyan_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_concrete_wall.json deleted file mode 100644 index 69c8915d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cyan_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cyan_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_rebar_concrete.json deleted file mode 100644 index c1836561..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cyan_rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cyan_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_rebar_concrete_slab.json deleted file mode 100644 index 08bacc84..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cyan_rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cyan_rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_rebar_concrete_stairs.json deleted file mode 100644 index 21f3f4cc..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cyan_rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cyan_rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_rebar_concrete_wall.json deleted file mode 100644 index 2f1000bd..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/cyan_rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cyan_rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cyan_rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/debug_conductor.json b/src/generated/resources/data/tfmg/loot_tables/blocks/debug_conductor.json deleted file mode 100644 index 5ec30b52..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/debug_conductor.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:debug_conductor" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/debug_conductor" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/debug_electric_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/debug_electric_block.json deleted file mode 100644 index f64ae305..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/debug_electric_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:debug_electric_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/debug_electric_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/debug_generator_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/debug_generator_block.json deleted file mode 100644 index 2cd53c17..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/debug_generator_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:debug_generator_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/debug_generator_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/deepslate_lead_ore.json b/src/generated/resources/data/tfmg/loot_tables/blocks/deepslate_lead_ore.json deleted file mode 100644 index ec814ff8..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/deepslate_lead_ore.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "tfmg:deepslate_lead_ore" - }, - { - "type": "minecraft:item", - "functions": [ - { - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops", - "function": "minecraft:apply_bonus" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "tfmg:raw_lead" - } - ] - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/deepslate_lead_ore" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/deepslate_lithium_ore.json b/src/generated/resources/data/tfmg/loot_tables/blocks/deepslate_lithium_ore.json deleted file mode 100644 index 4811fa02..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/deepslate_lithium_ore.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "tfmg:deepslate_lithium_ore" - }, - { - "type": "minecraft:item", - "functions": [ - { - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops", - "function": "minecraft:apply_bonus" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "tfmg:raw_lithium" - } - ] - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/deepslate_lithium_ore" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/deepslate_nickel_ore.json b/src/generated/resources/data/tfmg/loot_tables/blocks/deepslate_nickel_ore.json deleted file mode 100644 index b1492f8d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/deepslate_nickel_ore.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "tfmg:deepslate_nickel_ore" - }, - { - "type": "minecraft:item", - "functions": [ - { - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops", - "function": "minecraft:apply_bonus" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "tfmg:raw_nickel" - } - ] - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/deepslate_nickel_ore" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/diagonal_cable_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/diagonal_cable_block.json deleted file mode 100644 index 69a2d7c2..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/diagonal_cable_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:diagonal_cable_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/diagonal_cable_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/electric_casing.json b/src/generated/resources/data/tfmg/loot_tables/blocks/electric_casing.json deleted file mode 100644 index f6660145..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/electric_casing.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:electric_casing" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/electric_casing" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/electric_diode.json b/src/generated/resources/data/tfmg/loot_tables/blocks/electric_diode.json deleted file mode 100644 index e4f7b4f0..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/electric_diode.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:electric_diode" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/electric_diode" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/electric_motor.json b/src/generated/resources/data/tfmg/loot_tables/blocks/electric_motor.json deleted file mode 100644 index 007b27b0..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/electric_motor.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:electric_motor" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/electric_motor" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/electric_post.json b/src/generated/resources/data/tfmg/loot_tables/blocks/electric_post.json deleted file mode 100644 index 1203eeb9..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/electric_post.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:electric_post" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/electric_post" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/electric_pump.json b/src/generated/resources/data/tfmg/loot_tables/blocks/electric_pump.json deleted file mode 100644 index 21f40f38..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/electric_pump.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:electric_pump" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/electric_pump" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/electrical_switch.json b/src/generated/resources/data/tfmg/loot_tables/blocks/electrical_switch.json deleted file mode 100644 index abe8812a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/electrical_switch.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:electrical_switch" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/electrical_switch" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/electrode_holder.json b/src/generated/resources/data/tfmg/loot_tables/blocks/electrode_holder.json deleted file mode 100644 index ba1b9a25..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/electrode_holder.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:electrode_holder" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/electrode_holder" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/encased_diode.json b/src/generated/resources/data/tfmg/loot_tables/blocks/encased_diode.json deleted file mode 100644 index fe5f888b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/encased_diode.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:air" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/encased_diode" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/encased_potentiometer.json b/src/generated/resources/data/tfmg/loot_tables/blocks/encased_potentiometer.json deleted file mode 100644 index 1f1f65a5..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/encased_potentiometer.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:air" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/encased_potentiometer" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/engine_controller.json b/src/generated/resources/data/tfmg/loot_tables/blocks/engine_controller.json deleted file mode 100644 index 2e3d1e48..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/engine_controller.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:engine_controller" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/engine_controller" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/engine_gearbox.json b/src/generated/resources/data/tfmg/loot_tables/blocks/engine_gearbox.json deleted file mode 100644 index 615a4c75..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/engine_gearbox.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:engine_gearbox" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/engine_gearbox" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/exhaust.json b/src/generated/resources/data/tfmg/loot_tables/blocks/exhaust.json deleted file mode 100644 index d1f00910..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/exhaust.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:exhaust" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/exhaust" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/factory_floor.json b/src/generated/resources/data/tfmg/loot_tables/blocks/factory_floor.json deleted file mode 100644 index 65ebfa7d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/factory_floor.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:factory_floor" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/factory_floor" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/factory_floor_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/factory_floor_slab.json deleted file mode 100644 index 767e0d57..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/factory_floor_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:factory_floor_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/factory_floor_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/factory_floor_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/factory_floor_stairs.json deleted file mode 100644 index f4ebcbae..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/factory_floor_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:factory_floor_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/factory_floor_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/factory_floor_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/factory_floor_wall.json deleted file mode 100644 index ab91a24c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/factory_floor_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:factory_floor_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/factory_floor_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/firebox.json b/src/generated/resources/data/tfmg/loot_tables/blocks/firebox.json deleted file mode 100644 index a1afc257..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/firebox.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:firebox" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/firebox" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/fireclay.json b/src/generated/resources/data/tfmg/loot_tables/blocks/fireclay.json deleted file mode 100644 index 5bbb7614..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/fireclay.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:fireclay_ball" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/fireclay" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/fireproof_brick_reinforcement.json b/src/generated/resources/data/tfmg/loot_tables/blocks/fireproof_brick_reinforcement.json deleted file mode 100644 index 9fb43496..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/fireproof_brick_reinforcement.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:fireproof_brick_reinforcement" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/fireproof_brick_reinforcement" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/fireproof_bricks.json b/src/generated/resources/data/tfmg/loot_tables/blocks/fireproof_bricks.json deleted file mode 100644 index be8e145f..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/fireproof_bricks.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:fireproof_bricks" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/fireproof_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/flarestack.json b/src/generated/resources/data/tfmg/loot_tables/blocks/flarestack.json deleted file mode 100644 index 4dbae3f4..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/flarestack.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:flarestack" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/flarestack" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/fossilstone.json b/src/generated/resources/data/tfmg/loot_tables/blocks/fossilstone.json deleted file mode 100644 index 3c9fd916..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/fossilstone.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:fossilstone" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/fossilstone" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/fuse_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/fuse_block.json deleted file mode 100644 index a0a7546b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/fuse_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:fuse_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/fuse_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/galena.json b/src/generated/resources/data/tfmg/loot_tables/blocks/galena.json deleted file mode 100644 index b580b39b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/galena.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:galena" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/galena" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/galena_pillar.json b/src/generated/resources/data/tfmg/loot_tables/blocks/galena_pillar.json deleted file mode 100644 index eab7a92a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/galena_pillar.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:galena_pillar" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/galena_pillar" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/generator.json b/src/generated/resources/data/tfmg/loot_tables/blocks/generator.json deleted file mode 100644 index 0228d2e7..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/generator.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:generator" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/generator" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/glass_aluminum_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/glass_aluminum_pipe.json deleted file mode 100644 index 6611c3ad..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/glass_aluminum_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:aluminum_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/glass_aluminum_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/glass_brass_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/glass_brass_pipe.json deleted file mode 100644 index c0db7fc5..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/glass_brass_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:brass_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/glass_brass_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/glass_cable_insulator.json b/src/generated/resources/data/tfmg/loot_tables/blocks/glass_cable_insulator.json deleted file mode 100644 index 6cdbeae6..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/glass_cable_insulator.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:glass_cable_insulator" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/glass_cable_insulator" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/glass_cast_iron_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/glass_cast_iron_pipe.json deleted file mode 100644 index d4deb9a9..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/glass_cast_iron_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cast_iron_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/glass_cast_iron_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/glass_plastic_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/glass_plastic_pipe.json deleted file mode 100644 index 0d088265..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/glass_plastic_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:plastic_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/glass_plastic_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/glass_steel_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/glass_steel_pipe.json deleted file mode 100644 index 47ba8ff5..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/glass_steel_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/glass_steel_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_caution_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/gray_caution_block.json deleted file mode 100644 index b07d54fb..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_caution_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:gray_caution_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/gray_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/gray_concrete.json deleted file mode 100644 index 149d3f2e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:gray_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/gray_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/gray_concrete_slab.json deleted file mode 100644 index dcf45765..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:gray_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/gray_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/gray_concrete_stairs.json deleted file mode 100644 index 61fea03d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:gray_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/gray_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/gray_concrete_wall.json deleted file mode 100644 index 10cc7fe6..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:gray_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/gray_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/gray_rebar_concrete.json deleted file mode 100644 index 1f4a8cc1..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:gray_rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/gray_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/gray_rebar_concrete_slab.json deleted file mode 100644 index fccc5525..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:gray_rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/gray_rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/gray_rebar_concrete_stairs.json deleted file mode 100644 index d6db0d68..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:gray_rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/gray_rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/gray_rebar_concrete_wall.json deleted file mode 100644 index 7b834310..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/gray_rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:gray_rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/gray_rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/green_caution_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/green_caution_block.json deleted file mode 100644 index b179f077..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/green_caution_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:green_caution_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/green_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/green_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/green_concrete.json deleted file mode 100644 index 61913b8b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/green_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:green_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/green_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/green_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/green_concrete_slab.json deleted file mode 100644 index 341d4049..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/green_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:green_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/green_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/green_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/green_concrete_stairs.json deleted file mode 100644 index 7d0d836a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/green_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:green_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/green_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/green_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/green_concrete_wall.json deleted file mode 100644 index e1d8f054..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/green_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:green_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/green_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/green_rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/green_rebar_concrete.json deleted file mode 100644 index 96abe15d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/green_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:green_rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/green_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/green_rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/green_rebar_concrete_slab.json deleted file mode 100644 index ba08277f..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/green_rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:green_rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/green_rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/green_rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/green_rebar_concrete_stairs.json deleted file mode 100644 index 0a09cb34..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/green_rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:green_rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/green_rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/green_rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/green_rebar_concrete_wall.json deleted file mode 100644 index 1471c5e8..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/green_rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:green_rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/green_rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_cable_hub.json b/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_cable_hub.json deleted file mode 100644 index cedc35bb..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_cable_hub.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:heavy_cable_hub" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/heavy_cable_hub" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_door.json b/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_door.json deleted file mode 100644 index 9c5c43dc..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_door.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "conditions": [ - { - "block": "tfmg:heavy_casing_door", - "condition": "minecraft:block_state_property", - "properties": { - "half": "lower" - } - } - ], - "name": "tfmg:heavy_casing_door" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/heavy_casing_door" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_encased_aluminum_cogwheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_encased_aluminum_cogwheel.json deleted file mode 100644 index 4cd123fb..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_encased_aluminum_cogwheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "create:cogwheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/heavy_casing_encased_aluminum_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_encased_large_aluminum_cogwheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_encased_large_aluminum_cogwheel.json deleted file mode 100644 index 8bf8839d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_encased_large_aluminum_cogwheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "create:large_cogwheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/heavy_casing_encased_large_aluminum_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_encased_large_steel_cogwheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_encased_large_steel_cogwheel.json deleted file mode 100644 index 5f289063..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_encased_large_steel_cogwheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "create:large_cogwheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/heavy_casing_encased_large_steel_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_encased_shaft.json b/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_encased_shaft.json deleted file mode 100644 index 7dbb6953..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_encased_shaft.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "create:shaft" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/heavy_casing_encased_shaft" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_encased_steel_cogwheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_encased_steel_cogwheel.json deleted file mode 100644 index 3e74fe66..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_casing_encased_steel_cogwheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "create:cogwheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/heavy_casing_encased_steel_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_machinery_casing.json b/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_machinery_casing.json deleted file mode 100644 index cb9bd340..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_machinery_casing.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:heavy_machinery_casing" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/heavy_machinery_casing" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_plated_door.json b/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_plated_door.json deleted file mode 100644 index 82a0bea7..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/heavy_plated_door.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "conditions": [ - { - "block": "tfmg:heavy_plated_door", - "condition": "minecraft:block_state_property", - "properties": { - "half": "lower" - } - } - ], - "name": "tfmg:heavy_plated_door" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/heavy_plated_door" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/industrial_aluminum_casing.json b/src/generated/resources/data/tfmg/loot_tables/blocks/industrial_aluminum_casing.json deleted file mode 100644 index 77bb5b65..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/industrial_aluminum_casing.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:industrial_aluminum_casing" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/industrial_aluminum_casing" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/industrial_mixer.json b/src/generated/resources/data/tfmg/loot_tables/blocks/industrial_mixer.json deleted file mode 100644 index 70fb5d7b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/industrial_mixer.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:industrial_mixer" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/industrial_mixer" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/industrial_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/industrial_pipe.json deleted file mode 100644 index 105eba02..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/industrial_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:industrial_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/industrial_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/large_aluminum_cogwheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/large_aluminum_cogwheel.json deleted file mode 100644 index e2ef7a82..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/large_aluminum_cogwheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:large_aluminum_cogwheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/large_aluminum_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/large_pumpjack_hammer_connector.json b/src/generated/resources/data/tfmg/loot_tables/blocks/large_pumpjack_hammer_connector.json deleted file mode 100644 index 80d52159..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/large_pumpjack_hammer_connector.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:large_pumpjack_hammer_connector" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/large_pumpjack_hammer_connector" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/large_pumpjack_hammer_head.json b/src/generated/resources/data/tfmg/loot_tables/blocks/large_pumpjack_hammer_head.json deleted file mode 100644 index ba1a5391..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/large_pumpjack_hammer_head.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:large_pumpjack_hammer_head" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/large_pumpjack_hammer_head" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/large_pumpjack_hammer_part.json b/src/generated/resources/data/tfmg/loot_tables/blocks/large_pumpjack_hammer_part.json deleted file mode 100644 index b05ba1b2..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/large_pumpjack_hammer_part.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:large_pumpjack_hammer_part" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/large_pumpjack_hammer_part" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/large_steel_cogwheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/large_steel_cogwheel.json deleted file mode 100644 index 3cb78c62..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/large_steel_cogwheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:large_steel_cogwheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/large_steel_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/layered_bauxite.json b/src/generated/resources/data/tfmg/loot_tables/blocks/layered_bauxite.json deleted file mode 100644 index 6b43d918..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/layered_bauxite.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:layered_bauxite" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/layered_bauxite" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/layered_galena.json b/src/generated/resources/data/tfmg/loot_tables/blocks/layered_galena.json deleted file mode 100644 index 255e47c9..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/layered_galena.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:layered_galena" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/layered_galena" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lead_bars.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lead_bars.json deleted file mode 100644 index 8d6b7350..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lead_bars.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lead_bars" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lead_bars" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lead_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lead_block.json deleted file mode 100644 index 7a070859..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lead_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lead_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lead_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lead_flywheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lead_flywheel.json deleted file mode 100644 index 7559eaca..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lead_flywheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lead_flywheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lead_flywheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lead_frame.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lead_frame.json deleted file mode 100644 index 625c909b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lead_frame.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lead_frame" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lead_frame" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lead_ladder.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lead_ladder.json deleted file mode 100644 index 9e591ba8..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lead_ladder.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lead_ladder" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lead_ladder" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lead_ore.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lead_ore.json deleted file mode 100644 index b25459c7..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lead_ore.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "tfmg:lead_ore" - }, - { - "type": "minecraft:item", - "functions": [ - { - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops", - "function": "minecraft:apply_bonus" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "tfmg:raw_lead" - } - ] - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lead_ore" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lead_truss.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lead_truss.json deleted file mode 100644 index 515b076c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lead_truss.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lead_truss" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lead_truss" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_caution_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_caution_block.json deleted file mode 100644 index 334eec07..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_caution_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_blue_caution_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_blue_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_concrete.json deleted file mode 100644 index eb28d15c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_blue_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_blue_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_concrete_slab.json deleted file mode 100644 index 2ecbe84e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_blue_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_blue_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_concrete_stairs.json deleted file mode 100644 index c1d5da19..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_blue_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_blue_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_concrete_wall.json deleted file mode 100644 index 642990b5..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_blue_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_blue_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_rebar_concrete.json deleted file mode 100644 index cc04b6aa..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_blue_rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_blue_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_rebar_concrete_slab.json deleted file mode 100644 index 71371b2b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_blue_rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_blue_rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_rebar_concrete_stairs.json deleted file mode 100644 index 6172d035..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_blue_rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_blue_rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_rebar_concrete_wall.json deleted file mode 100644 index 9eea7268..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_blue_rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_blue_rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_blue_rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_bulb.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_bulb.json deleted file mode 100644 index ddf57b33..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_bulb.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_bulb" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_bulb" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_caution_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_caution_block.json deleted file mode 100644 index afe4de6a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_caution_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_gray_caution_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_gray_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_concrete.json deleted file mode 100644 index b8a687da..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_gray_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_gray_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_concrete_slab.json deleted file mode 100644 index 7def96b4..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_gray_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_gray_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_concrete_stairs.json deleted file mode 100644 index 007bd51b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_gray_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_gray_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_concrete_wall.json deleted file mode 100644 index 8cbc6e7a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_gray_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_gray_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_rebar_concrete.json deleted file mode 100644 index 4d8d457a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_gray_rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_gray_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_rebar_concrete_slab.json deleted file mode 100644 index 75bf577d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_gray_rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_gray_rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_rebar_concrete_stairs.json deleted file mode 100644 index c8ba472d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_gray_rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_gray_rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_rebar_concrete_wall.json deleted file mode 100644 index 906ac36d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/light_gray_rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:light_gray_rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/light_gray_rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lignite.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lignite.json deleted file mode 100644 index 9413f367..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lignite.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lignite" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lignite" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_caution_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lime_caution_block.json deleted file mode 100644 index 3a91ffb9..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_caution_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lime_caution_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lime_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lime_concrete.json deleted file mode 100644 index 81ad489a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lime_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lime_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lime_concrete_slab.json deleted file mode 100644 index 8044fef4..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lime_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lime_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lime_concrete_stairs.json deleted file mode 100644 index caae2398..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lime_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lime_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lime_concrete_wall.json deleted file mode 100644 index bbfbf290..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lime_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lime_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lime_rebar_concrete.json deleted file mode 100644 index f22e9faf..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lime_rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lime_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lime_rebar_concrete_slab.json deleted file mode 100644 index 76dd8ac1..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lime_rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lime_rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lime_rebar_concrete_stairs.json deleted file mode 100644 index 3f576551..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lime_rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lime_rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lime_rebar_concrete_wall.json deleted file mode 100644 index 6a24e43d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lime_rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lime_rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lime_rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lithium_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lithium_block.json deleted file mode 100644 index 95e119ed..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lithium_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lithium_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lithium_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lithium_ore.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lithium_ore.json deleted file mode 100644 index 21676493..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lithium_ore.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "tfmg:lithium_ore" - }, - { - "type": "minecraft:item", - "functions": [ - { - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops", - "function": "minecraft:apply_bonus" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "tfmg:raw_lithium" - } - ] - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lithium_ore" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/lithium_torch.json b/src/generated/resources/data/tfmg/loot_tables/blocks/lithium_torch.json deleted file mode 100644 index 7900da36..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/lithium_torch.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:lithium_torch" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/lithium_torch" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/machine_input.json b/src/generated/resources/data/tfmg/loot_tables/blocks/machine_input.json deleted file mode 100644 index 5018704b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/machine_input.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:machine_input" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/machine_input" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_caution_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_caution_block.json deleted file mode 100644 index 7dba53cb..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_caution_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:magenta_caution_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/magenta_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_concrete.json deleted file mode 100644 index 716ae7cd..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:magenta_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/magenta_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_concrete_slab.json deleted file mode 100644 index 6ac66fd3..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:magenta_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/magenta_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_concrete_stairs.json deleted file mode 100644 index 66cc4a06..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:magenta_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/magenta_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_concrete_wall.json deleted file mode 100644 index eb938281..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:magenta_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/magenta_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_rebar_concrete.json deleted file mode 100644 index 80795f9f..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:magenta_rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/magenta_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_rebar_concrete_slab.json deleted file mode 100644 index 356844d8..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:magenta_rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/magenta_rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_rebar_concrete_stairs.json deleted file mode 100644 index 07fe6c86..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:magenta_rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/magenta_rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_rebar_concrete_wall.json deleted file mode 100644 index e432d0fe..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/magenta_rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:magenta_rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/magenta_rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/metal_smokestack.json b/src/generated/resources/data/tfmg/loot_tables/blocks/metal_smokestack.json deleted file mode 100644 index 110eb37e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/metal_smokestack.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:metal_smokestack" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/metal_smokestack" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/modern_light.json b/src/generated/resources/data/tfmg/loot_tables/blocks/modern_light.json deleted file mode 100644 index df091889..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/modern_light.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:modern_light" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/modern_light" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/napalm_bomb.json b/src/generated/resources/data/tfmg/loot_tables/blocks/napalm_bomb.json deleted file mode 100644 index 3f85c602..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/napalm_bomb.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:napalm_bomb" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/napalm_bomb" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/neon_tube.json b/src/generated/resources/data/tfmg/loot_tables/blocks/neon_tube.json deleted file mode 100644 index bcfd5e20..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/neon_tube.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:neon_tube" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/neon_tube" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_bars.json b/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_bars.json deleted file mode 100644 index 0c3e9a2a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_bars.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:nickel_bars" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/nickel_bars" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_block.json deleted file mode 100644 index 4a0a0cf7..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:nickel_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/nickel_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_flywheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_flywheel.json deleted file mode 100644 index 9473d431..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_flywheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:nickel_flywheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/nickel_flywheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_frame.json b/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_frame.json deleted file mode 100644 index 4f2d3053..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_frame.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:nickel_frame" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/nickel_frame" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_ladder.json b/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_ladder.json deleted file mode 100644 index 496ab604..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_ladder.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:nickel_ladder" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/nickel_ladder" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_ore.json b/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_ore.json deleted file mode 100644 index f92fceb7..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_ore.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "tfmg:nickel_ore" - }, - { - "type": "minecraft:item", - "functions": [ - { - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops", - "function": "minecraft:apply_bonus" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "tfmg:raw_nickel" - } - ] - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/nickel_ore" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_truss.json b/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_truss.json deleted file mode 100644 index 172397b2..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/nickel_truss.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:nickel_truss" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/nickel_truss" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/oil_deposit.json b/src/generated/resources/data/tfmg/loot_tables/blocks/oil_deposit.json deleted file mode 100644 index 4f59977e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/oil_deposit.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:oil_deposit" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/oil_deposit" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_caution_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/orange_caution_block.json deleted file mode 100644 index 002b66de..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_caution_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:orange_caution_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/orange_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/orange_concrete.json deleted file mode 100644 index a0b52483..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:orange_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/orange_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/orange_concrete_slab.json deleted file mode 100644 index 1ebc5401..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:orange_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/orange_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/orange_concrete_stairs.json deleted file mode 100644 index bc26b7e4..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:orange_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/orange_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/orange_concrete_wall.json deleted file mode 100644 index 2f8f79cf..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:orange_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/orange_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/orange_rebar_concrete.json deleted file mode 100644 index 138fed89..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:orange_rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/orange_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/orange_rebar_concrete_slab.json deleted file mode 100644 index 593206b8..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:orange_rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/orange_rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/orange_rebar_concrete_stairs.json deleted file mode 100644 index 6b56004e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:orange_rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/orange_rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/orange_rebar_concrete_wall.json deleted file mode 100644 index fbd8e1c5..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/orange_rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:orange_rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/orange_rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_caution_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/pink_caution_block.json deleted file mode 100644 index 4fc4e454..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_caution_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:pink_caution_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/pink_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/pink_concrete.json deleted file mode 100644 index 35ed075c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:pink_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/pink_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/pink_concrete_slab.json deleted file mode 100644 index 719fb16c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:pink_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/pink_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/pink_concrete_stairs.json deleted file mode 100644 index f1de2e80..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:pink_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/pink_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/pink_concrete_wall.json deleted file mode 100644 index c9a92b95..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:pink_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/pink_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/pink_rebar_concrete.json deleted file mode 100644 index 37a13e27..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:pink_rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/pink_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/pink_rebar_concrete_slab.json deleted file mode 100644 index 2de99ff5..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:pink_rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/pink_rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/pink_rebar_concrete_stairs.json deleted file mode 100644 index 88d2ed63..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:pink_rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/pink_rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/pink_rebar_concrete_wall.json deleted file mode 100644 index 3511bf6d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/pink_rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:pink_rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/pink_rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/plastic_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/plastic_block.json deleted file mode 100644 index 9529f33a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/plastic_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:plastic_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/plastic_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/plastic_fluid_valve.json b/src/generated/resources/data/tfmg/loot_tables/blocks/plastic_fluid_valve.json deleted file mode 100644 index e5a95630..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/plastic_fluid_valve.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:plastic_fluid_valve" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/plastic_fluid_valve" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/plastic_mechanical_pump.json b/src/generated/resources/data/tfmg/loot_tables/blocks/plastic_mechanical_pump.json deleted file mode 100644 index f334881d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/plastic_mechanical_pump.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:plastic_mechanical_pump" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/plastic_mechanical_pump" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/plastic_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/plastic_pipe.json deleted file mode 100644 index 680b0889..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/plastic_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:plastic_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/plastic_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/plastic_smart_fluid_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/plastic_smart_fluid_pipe.json deleted file mode 100644 index 6a59865a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/plastic_smart_fluid_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:plastic_smart_fluid_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/plastic_smart_fluid_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/polarizer.json b/src/generated/resources/data/tfmg/loot_tables/blocks/polarizer.json deleted file mode 100644 index e8d5ba07..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/polarizer.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:polarizer" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/polarizer" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_bauxite.json b/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_bauxite.json deleted file mode 100644 index a1edacc9..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_bauxite.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:polished_cut_bauxite" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/polished_cut_bauxite" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_bauxite_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_bauxite_slab.json deleted file mode 100644 index f191d410..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_bauxite_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "conditions": [ - { - "block": "tfmg:polished_cut_bauxite_slab", - "condition": "minecraft:block_state_property", - "properties": { - "type": "double" - } - } - ], - "count": 2.0, - "function": "minecraft:set_count" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "tfmg:polished_cut_bauxite_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/polished_cut_bauxite_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_bauxite_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_bauxite_stairs.json deleted file mode 100644 index af9c2152..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_bauxite_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:polished_cut_bauxite_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/polished_cut_bauxite_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_bauxite_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_bauxite_wall.json deleted file mode 100644 index 56cd730f..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_bauxite_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:polished_cut_bauxite_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/polished_cut_bauxite_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_galena.json b/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_galena.json deleted file mode 100644 index 87aa8a1e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_galena.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:polished_cut_galena" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/polished_cut_galena" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_galena_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_galena_slab.json deleted file mode 100644 index c599bbaf..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_galena_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "conditions": [ - { - "block": "tfmg:polished_cut_galena_slab", - "condition": "minecraft:block_state_property", - "properties": { - "type": "double" - } - } - ], - "count": 2.0, - "function": "minecraft:set_count" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "tfmg:polished_cut_galena_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/polished_cut_galena_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_galena_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_galena_stairs.json deleted file mode 100644 index 081c99cc..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_galena_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:polished_cut_galena_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/polished_cut_galena_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_galena_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_galena_wall.json deleted file mode 100644 index cae045cb..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/polished_cut_galena_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:polished_cut_galena_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/polished_cut_galena_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/potentiometer.json b/src/generated/resources/data/tfmg/loot_tables/blocks/potentiometer.json deleted file mode 100644 index 55d49d07..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/potentiometer.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:potentiometer" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/potentiometer" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_base.json b/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_base.json deleted file mode 100644 index 26482138..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:pumpjack_base" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/pumpjack_base" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_crank.json b/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_crank.json deleted file mode 100644 index fae4cad0..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_crank.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:pumpjack_crank" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/pumpjack_crank" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_hammer.json b/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_hammer.json deleted file mode 100644 index f442cba6..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_hammer.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:pumpjack_hammer" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/pumpjack_hammer" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_hammer_connector.json b/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_hammer_connector.json deleted file mode 100644 index 1fdd9e4e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_hammer_connector.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:pumpjack_hammer_connector" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/pumpjack_hammer_connector" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_hammer_head.json b/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_hammer_head.json deleted file mode 100644 index a4164519..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_hammer_head.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:pumpjack_hammer_head" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/pumpjack_hammer_head" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_hammer_part.json b/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_hammer_part.json deleted file mode 100644 index 3edc532e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/pumpjack_hammer_part.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:pumpjack_hammer_part" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/pumpjack_hammer_part" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_caution_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/purple_caution_block.json deleted file mode 100644 index b4b1c5c7..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_caution_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:purple_caution_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/purple_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/purple_concrete.json deleted file mode 100644 index 31b1207a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:purple_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/purple_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/purple_concrete_slab.json deleted file mode 100644 index abd80de4..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:purple_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/purple_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/purple_concrete_stairs.json deleted file mode 100644 index ac2f0a03..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:purple_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/purple_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/purple_concrete_wall.json deleted file mode 100644 index f8c39fab..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:purple_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/purple_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/purple_rebar_concrete.json deleted file mode 100644 index 0362c7d2..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:purple_rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/purple_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/purple_rebar_concrete_slab.json deleted file mode 100644 index a779a4d1..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:purple_rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/purple_rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/purple_rebar_concrete_stairs.json deleted file mode 100644 index 41c4dff0..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:purple_rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/purple_rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/purple_rebar_concrete_wall.json deleted file mode 100644 index f1614d51..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/purple_rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:purple_rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/purple_rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/raw_lead_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/raw_lead_block.json deleted file mode 100644 index f776f89a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/raw_lead_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:raw_lead_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/raw_lead_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/raw_lithium_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/raw_lithium_block.json deleted file mode 100644 index 3790b355..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/raw_lithium_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:raw_lithium_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/raw_lithium_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/raw_nickel_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/raw_nickel_block.json deleted file mode 100644 index 5d906a6d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/raw_nickel_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:raw_nickel_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/raw_nickel_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_block.json deleted file mode 100644 index f79c5a45..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:rebar_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/rebar_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_concrete.json deleted file mode 100644 index 2b4110b3..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_concrete_slab.json deleted file mode 100644 index 62280371..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_concrete_stairs.json deleted file mode 100644 index 09070f79..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_concrete_wall.json deleted file mode 100644 index ebd6eeb4..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_floor.json b/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_floor.json deleted file mode 100644 index 901377a6..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_floor.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:rebar_floor" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/rebar_floor" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_pile.json b/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_pile.json deleted file mode 100644 index 236f58b5..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_pile.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:rebar_pile" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/rebar_pile" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_pillar.json b/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_pillar.json deleted file mode 100644 index adf7a40e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_pillar.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:rebar_pillar" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/rebar_pillar" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_stairs.json deleted file mode 100644 index f89d2582..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:rebar_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/rebar_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_wall.json deleted file mode 100644 index c9314823..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/rebar_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:rebar_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/rebar_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/red_caution_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/red_caution_block.json deleted file mode 100644 index e24c584a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/red_caution_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:red_caution_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/red_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/red_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/red_concrete.json deleted file mode 100644 index 582a0d17..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/red_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:red_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/red_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/red_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/red_concrete_slab.json deleted file mode 100644 index 576c0ddb..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/red_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:red_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/red_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/red_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/red_concrete_stairs.json deleted file mode 100644 index e3713891..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/red_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:red_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/red_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/red_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/red_concrete_wall.json deleted file mode 100644 index 779d4c9f..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/red_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:red_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/red_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/red_rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/red_rebar_concrete.json deleted file mode 100644 index 07de7f5d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/red_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:red_rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/red_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/red_rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/red_rebar_concrete_slab.json deleted file mode 100644 index 0227946c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/red_rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:red_rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/red_rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/red_rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/red_rebar_concrete_stairs.json deleted file mode 100644 index d4c45cc5..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/red_rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:red_rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/red_rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/red_rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/red_rebar_concrete_wall.json deleted file mode 100644 index ff837110..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/red_rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:red_rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/red_rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/regular_engine.json b/src/generated/resources/data/tfmg/loot_tables/blocks/regular_engine.json deleted file mode 100644 index d3203e32..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/regular_engine.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:regular_engine" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/regular_engine" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/reinforced_fireproof_bricks.json b/src/generated/resources/data/tfmg/loot_tables/blocks/reinforced_fireproof_bricks.json deleted file mode 100644 index 54ab8ad8..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/reinforced_fireproof_bricks.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:fireproof_bricks" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/reinforced_fireproof_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/resistor.json b/src/generated/resources/data/tfmg/loot_tables/blocks/resistor.json deleted file mode 100644 index dbbbb81a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/resistor.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:resistor" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/resistor" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/rotor.json b/src/generated/resources/data/tfmg/loot_tables/blocks/rotor.json deleted file mode 100644 index df354ff6..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/rotor.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:rotor" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/rotor" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/rusted_blast_furnace_reinforcement.json b/src/generated/resources/data/tfmg/loot_tables/blocks/rusted_blast_furnace_reinforcement.json deleted file mode 100644 index 7caa0aea..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/rusted_blast_furnace_reinforcement.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:rusted_blast_furnace_reinforcement" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/rusted_blast_furnace_reinforcement" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/rusted_blast_furnace_reinforcement_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/rusted_blast_furnace_reinforcement_wall.json deleted file mode 100644 index faabb86d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/rusted_blast_furnace_reinforcement_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:rusted_blast_furnace_reinforcement" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/rusted_blast_furnace_reinforcement_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/segmented_display.json b/src/generated/resources/data/tfmg/loot_tables/blocks/segmented_display.json deleted file mode 100644 index 811b14c0..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/segmented_display.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:segmented_display" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/segmented_display" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/slag_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/slag_block.json deleted file mode 100644 index 42c66fe3..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/slag_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:slag_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/slag_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/slag_bricks.json b/src/generated/resources/data/tfmg/loot_tables/blocks/slag_bricks.json deleted file mode 100644 index d04da7bd..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/slag_bricks.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:slag_bricks" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/slag_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/slag_bricks_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/slag_bricks_slab.json deleted file mode 100644 index 49155006..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/slag_bricks_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:slag_bricks_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/slag_bricks_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/slag_bricks_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/slag_bricks_stairs.json deleted file mode 100644 index 80b33b2b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/slag_bricks_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:slag_bricks_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/slag_bricks_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/slag_bricks_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/slag_bricks_wall.json deleted file mode 100644 index c9012315..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/slag_bricks_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:slag_bricks_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/slag_bricks_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/small_bauxite_brick_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/small_bauxite_brick_slab.json deleted file mode 100644 index f617190e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/small_bauxite_brick_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "conditions": [ - { - "block": "tfmg:small_bauxite_brick_slab", - "condition": "minecraft:block_state_property", - "properties": { - "type": "double" - } - } - ], - "count": 2.0, - "function": "minecraft:set_count" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "tfmg:small_bauxite_brick_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/small_bauxite_brick_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/small_bauxite_brick_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/small_bauxite_brick_stairs.json deleted file mode 100644 index e5bf9897..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/small_bauxite_brick_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:small_bauxite_brick_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/small_bauxite_brick_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/small_bauxite_brick_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/small_bauxite_brick_wall.json deleted file mode 100644 index f5f5dd81..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/small_bauxite_brick_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:small_bauxite_brick_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/small_bauxite_brick_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/small_bauxite_bricks.json b/src/generated/resources/data/tfmg/loot_tables/blocks/small_bauxite_bricks.json deleted file mode 100644 index 00bc662d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/small_bauxite_bricks.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:small_bauxite_bricks" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/small_bauxite_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/small_galena_brick_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/small_galena_brick_slab.json deleted file mode 100644 index 1820b0ee..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/small_galena_brick_slab.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "conditions": [ - { - "block": "tfmg:small_galena_brick_slab", - "condition": "minecraft:block_state_property", - "properties": { - "type": "double" - } - } - ], - "count": 2.0, - "function": "minecraft:set_count" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "tfmg:small_galena_brick_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/small_galena_brick_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/small_galena_brick_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/small_galena_brick_stairs.json deleted file mode 100644 index d8d2a2fb..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/small_galena_brick_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:small_galena_brick_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/small_galena_brick_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/small_galena_brick_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/small_galena_brick_wall.json deleted file mode 100644 index d59e61ce..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/small_galena_brick_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:small_galena_brick_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/small_galena_brick_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/small_galena_bricks.json b/src/generated/resources/data/tfmg/loot_tables/blocks/small_galena_bricks.json deleted file mode 100644 index d7b915dd..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/small_galena_bricks.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:small_galena_bricks" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/small_galena_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/stator.json b/src/generated/resources/data/tfmg/loot_tables/blocks/stator.json deleted file mode 100644 index 78b2b80a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/stator.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:stator" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/stator" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_bars.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_bars.json deleted file mode 100644 index 4fb619e7..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_bars.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_bars" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_bars" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_block.json deleted file mode 100644 index 0a12d7df..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_cable_hub.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_cable_hub.json deleted file mode 100644 index fe45b57a..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_cable_hub.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_cable_hub" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_cable_hub" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_casing.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_casing.json deleted file mode 100644 index 38a11e75..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_casing.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_casing" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_casing" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_casing_cable_hub.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_casing_cable_hub.json deleted file mode 100644 index 7d06ea86..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_casing_cable_hub.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_casing_cable_hub" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_casing_cable_hub" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_chemical_vat.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_chemical_vat.json deleted file mode 100644 index f37c41b5..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_chemical_vat.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_chemical_vat" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_chemical_vat" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_cogwheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_cogwheel.json deleted file mode 100644 index 2a70619c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_cogwheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_cogwheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_distillation_controller.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_distillation_controller.json deleted file mode 100644 index 318eccec..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_distillation_controller.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_distillation_controller" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_distillation_controller" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_distillation_output.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_distillation_output.json deleted file mode 100644 index 2d36a81e..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_distillation_output.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_distillation_output" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_distillation_output" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_door.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_door.json deleted file mode 100644 index cb030af1..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_door.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "conditions": [ - { - "block": "tfmg:steel_door", - "condition": "minecraft:block_state_property", - "properties": { - "half": "lower" - } - } - ], - "name": "tfmg:steel_door" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_door" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_encased_aluminum_cogwheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_encased_aluminum_cogwheel.json deleted file mode 100644 index 74a48587..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_encased_aluminum_cogwheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "create:cogwheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_encased_aluminum_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_encased_large_aluminum_cogwheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_encased_large_aluminum_cogwheel.json deleted file mode 100644 index 1b56fe79..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_encased_large_aluminum_cogwheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "create:large_cogwheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_encased_large_aluminum_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_encased_large_steel_cogwheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_encased_large_steel_cogwheel.json deleted file mode 100644 index 94e9a46f..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_encased_large_steel_cogwheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "create:large_cogwheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_encased_large_steel_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_encased_shaft.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_encased_shaft.json deleted file mode 100644 index 35452c8b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_encased_shaft.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "create:shaft" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_encased_shaft" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_encased_steel_cogwheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_encased_steel_cogwheel.json deleted file mode 100644 index 15223058..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_encased_steel_cogwheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "create:cogwheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_encased_steel_cogwheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_fluid_tank.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_fluid_tank.json deleted file mode 100644 index f90b7abe..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_fluid_tank.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_fluid_tank" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_fluid_tank" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_fluid_valve.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_fluid_valve.json deleted file mode 100644 index adbb1059..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_fluid_valve.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_fluid_valve" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_fluid_valve" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_flywheel.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_flywheel.json deleted file mode 100644 index 2476b64b..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_flywheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_flywheel" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_flywheel" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_frame.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_frame.json deleted file mode 100644 index 90c92587..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_frame.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_frame" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_frame" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_gearbox.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_gearbox.json deleted file mode 100644 index 10bbdd27..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_gearbox.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_gearbox" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_gearbox" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_ladder.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_ladder.json deleted file mode 100644 index d8c373d8..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_ladder.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_ladder" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_ladder" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_mechanical_pump.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_mechanical_pump.json deleted file mode 100644 index 4fd34fb6..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_mechanical_pump.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_mechanical_pump" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_mechanical_pump" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_pipe.json deleted file mode 100644 index a413db66..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_scaffolding.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_scaffolding.json deleted file mode 100644 index 13295491..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_scaffolding.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_scaffolding" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_scaffolding" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_smart_fluid_pipe.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_smart_fluid_pipe.json deleted file mode 100644 index c644fc75..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_smart_fluid_pipe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_smart_fluid_pipe" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_smart_fluid_pipe" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_trapdoor.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_trapdoor.json deleted file mode 100644 index 1f911a76..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_trapdoor.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_trapdoor" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_trapdoor" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_truss.json b/src/generated/resources/data/tfmg/loot_tables/blocks/steel_truss.json deleted file mode 100644 index ad80cee7..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/steel_truss.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:steel_truss" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/steel_truss" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/sulfur.json b/src/generated/resources/data/tfmg/loot_tables/blocks/sulfur.json deleted file mode 100644 index c2a714eb..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/sulfur.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:sulfur" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/sulfur" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/surface_scanner.json b/src/generated/resources/data/tfmg/loot_tables/blocks/surface_scanner.json deleted file mode 100644 index 8a822aa3..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/surface_scanner.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:surface_scanner" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/surface_scanner" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/traffic_light.json b/src/generated/resources/data/tfmg/loot_tables/blocks/traffic_light.json deleted file mode 100644 index 01731c0f..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/traffic_light.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:traffic_light" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/traffic_light" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/transformer.json b/src/generated/resources/data/tfmg/loot_tables/blocks/transformer.json deleted file mode 100644 index 0300acdc..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/transformer.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:transformer" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/transformer" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/voltage_observer.json b/src/generated/resources/data/tfmg/loot_tables/blocks/voltage_observer.json deleted file mode 100644 index bab9ec0c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/voltage_observer.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:voltage_observer" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/voltage_observer" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/voltmeter.json b/src/generated/resources/data/tfmg/loot_tables/blocks/voltmeter.json deleted file mode 100644 index 0220f596..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/voltmeter.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:voltmeter" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/voltmeter" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/white_caution_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/white_caution_block.json deleted file mode 100644 index 7119ead0..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/white_caution_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:white_caution_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/white_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/white_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/white_concrete.json deleted file mode 100644 index 52792fd5..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/white_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:white_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/white_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/white_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/white_concrete_slab.json deleted file mode 100644 index 766cb293..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/white_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:white_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/white_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/white_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/white_concrete_stairs.json deleted file mode 100644 index a11d658d..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/white_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:white_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/white_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/white_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/white_concrete_wall.json deleted file mode 100644 index 5dd89d89..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/white_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:white_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/white_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/white_rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/white_rebar_concrete.json deleted file mode 100644 index ef12e0e6..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/white_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:white_rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/white_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/white_rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/white_rebar_concrete_slab.json deleted file mode 100644 index c7a02a8c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/white_rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:white_rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/white_rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/white_rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/white_rebar_concrete_stairs.json deleted file mode 100644 index 12732cf4..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/white_rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:white_rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/white_rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/white_rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/white_rebar_concrete_wall.json deleted file mode 100644 index f5d25dc4..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/white_rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:white_rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/white_rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/winding_machine.json b/src/generated/resources/data/tfmg/loot_tables/blocks/winding_machine.json deleted file mode 100644 index 07c7db86..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/winding_machine.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:winding_machine" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/winding_machine" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_caution_block.json b/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_caution_block.json deleted file mode 100644 index 33706986..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_caution_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:yellow_caution_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/yellow_caution_block" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_concrete.json deleted file mode 100644 index 93aff6e9..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:yellow_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/yellow_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_concrete_slab.json deleted file mode 100644 index 47fdcbc8..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:yellow_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/yellow_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_concrete_stairs.json deleted file mode 100644 index 12fadbb1..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:yellow_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/yellow_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_concrete_wall.json deleted file mode 100644 index 141c0a3c..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:yellow_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/yellow_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_rebar_concrete.json b/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_rebar_concrete.json deleted file mode 100644 index 31eb8eef..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:yellow_rebar_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/yellow_rebar_concrete" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_rebar_concrete_slab.json b/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_rebar_concrete_slab.json deleted file mode 100644 index 2696fcf7..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_rebar_concrete_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:yellow_rebar_concrete_slab" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/yellow_rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_rebar_concrete_stairs.json b/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_rebar_concrete_stairs.json deleted file mode 100644 index c27465f2..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_rebar_concrete_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:yellow_rebar_concrete_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/yellow_rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_rebar_concrete_wall.json b/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_rebar_concrete_wall.json deleted file mode 100644 index a7673099..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/yellow_rebar_concrete_wall.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:yellow_rebar_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/yellow_rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/zinc_frame.json b/src/generated/resources/data/tfmg/loot_tables/blocks/zinc_frame.json deleted file mode 100644 index d3a7c594..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/zinc_frame.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:zinc_frame" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/zinc_frame" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/loot_tables/blocks/zinc_truss.json b/src/generated/resources/data/tfmg/loot_tables/blocks/zinc_truss.json deleted file mode 100644 index 8aa672d9..00000000 --- a/src/generated/resources/data/tfmg/loot_tables/blocks/zinc_truss.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:zinc_truss" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/zinc_truss" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/aluminum_bars_from_ingots_aluminum_stonecutting.json b/src/generated/resources/data/tfmg/recipes/aluminum_bars_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index b8eff38d..00000000 --- a/src/generated/resources/data/tfmg/recipes/aluminum_bars_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 4, - "ingredient": { - "tag": "forge:ingots/aluminum" - }, - "result": "tfmg:aluminum_bars" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/aluminum_ladder_from_ingots_aluminum_stonecutting.json b/src/generated/resources/data/tfmg/recipes/aluminum_ladder_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index 645a947c..00000000 --- a/src/generated/resources/data/tfmg/recipes/aluminum_ladder_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "forge:ingots/aluminum" - }, - "result": "tfmg:aluminum_ladder" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/aluminum_scaffolding_from_ingots_aluminum_stonecutting.json b/src/generated/resources/data/tfmg/recipes/aluminum_scaffolding_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index fd9359ef..00000000 --- a/src/generated/resources/data/tfmg/recipes/aluminum_scaffolding_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "forge:ingots/aluminum" - }, - "result": "tfmg:aluminum_scaffolding" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/bauxite_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/bauxite_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index d7408f0f..00000000 --- a/src/generated/resources/data/tfmg/recipes/bauxite_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:bauxite" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/bauxite_pillar_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/bauxite_pillar_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index dbab2729..00000000 --- a/src/generated/resources/data/tfmg/recipes/bauxite_pillar_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:bauxite_pillar" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cast_iron_bars_from_ingots_cast_iron_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cast_iron_bars_from_ingots_cast_iron_stonecutting.json deleted file mode 100644 index d1f97a6e..00000000 --- a/src/generated/resources/data/tfmg/recipes/cast_iron_bars_from_ingots_cast_iron_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 4, - "ingredient": { - "tag": "forge:ingots/cast_iron" - }, - "result": "tfmg:cast_iron_bars" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cast_iron_ladder_from_ingots_cast_iron_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cast_iron_ladder_from_ingots_cast_iron_stonecutting.json deleted file mode 100644 index ecd686bc..00000000 --- a/src/generated/resources/data/tfmg/recipes/cast_iron_ladder_from_ingots_cast_iron_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "forge:ingots/cast_iron" - }, - "result": "tfmg:cast_iron_ladder" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/casting/steel.json b/src/generated/resources/data/tfmg/recipes/casting/steel.json deleted file mode 100644 index 79ddbc84..00000000 --- a/src/generated/resources/data/tfmg/recipes/casting/steel.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "tfmg:casting", - "ingredients": [ - { - "amount": 144, - "fluid": "tfmg:molten_steel", - "nbt": {} - } - ], - "processingTime": 60, - "results": [ - { - "item": "tfmg:steel_ingot" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/coking/charcoal.json b/src/generated/resources/data/tfmg/recipes/coking/charcoal.json deleted file mode 100644 index 77176e0d..00000000 --- a/src/generated/resources/data/tfmg/recipes/coking/charcoal.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "tfmg:coking", - "ingredients": [ - { - "tag": "minecraft:logs_that_burn" - } - ], - "processingTime": 600, - "results": [ - { - "item": "minecraft:charcoal" - }, - { - "amount": 2, - "fluid": "tfmg:creosote" - }, - { - "amount": 20, - "fluid": "tfmg:carbon_dioxide" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/coking/coal.json b/src/generated/resources/data/tfmg/recipes/coking/coal.json deleted file mode 100644 index d9b41b3f..00000000 --- a/src/generated/resources/data/tfmg/recipes/coking/coal.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "tfmg:coking", - "ingredients": [ - { - "item": "minecraft:coal" - } - ], - "processingTime": 1200, - "results": [ - { - "item": "tfmg:coal_coke" - }, - { - "amount": 1, - "fluid": "tfmg:creosote" - }, - { - "amount": 30, - "fluid": "tfmg:carbon_dioxide" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/concrete_slab_from_concrete_stonecutting.json b/src/generated/resources/data/tfmg/recipes/concrete_slab_from_concrete_stonecutting.json deleted file mode 100644 index bab79088..00000000 --- a/src/generated/resources/data/tfmg/recipes/concrete_slab_from_concrete_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "item": "tfmg:concrete" - }, - "result": "tfmg:concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/concrete_stairs_from_concrete_stonecutting.json b/src/generated/resources/data/tfmg/recipes/concrete_stairs_from_concrete_stonecutting.json deleted file mode 100644 index 98b78cf4..00000000 --- a/src/generated/resources/data/tfmg/recipes/concrete_stairs_from_concrete_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "item": "tfmg:concrete" - }, - "result": "tfmg:concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/concrete_wall_from_concrete_stonecutting.json b/src/generated/resources/data/tfmg/recipes/concrete_wall_from_concrete_stonecutting.json deleted file mode 100644 index 15ec7a39..00000000 --- a/src/generated/resources/data/tfmg/recipes/concrete_wall_from_concrete_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "item": "tfmg:concrete" - }, - "result": "tfmg:concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/constantan_ladder_from_ingots_constantan_stonecutting.json b/src/generated/resources/data/tfmg/recipes/constantan_ladder_from_ingots_constantan_stonecutting.json deleted file mode 100644 index ed01258e..00000000 --- a/src/generated/resources/data/tfmg/recipes/constantan_ladder_from_ingots_constantan_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "forge:ingots/constantan" - }, - "result": "tfmg:constantan_ladder" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/air_intake.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/air_intake.json deleted file mode 100644 index 50d4d648..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/air_intake.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "item": "create:andesite_bars" - }, - "C": { - "item": "create:industrial_iron_block" - }, - "G": { - "item": "create:cogwheel" - }, - "P": { - "item": "create:propeller" - }, - "S": { - "item": "create:shaft" - }, - "T": { - "item": "tfmg:cast_iron_pipe" - } - }, - "pattern": [ - "SPT", - "GCG", - " B " - ], - "result": { - "item": "tfmg:air_intake" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_block_from_compacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_block_from_compacting.json deleted file mode 100644 index 99db5580..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_block_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "forge:ingots/aluminum" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "item": "tfmg:aluminum_block" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_cogwheel.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_cogwheel.json deleted file mode 100644 index d4fa1c27..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_cogwheel.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:ingots/aluminum" - }, - { - "item": "create:shaft" - } - ], - "result": { - "count": 4, - "item": "tfmg:aluminum_cogwheel" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_door.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_door.json deleted file mode 100644 index 29e64976..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_door.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "I": { - "tag": "forge:ingots/aluminum" - } - }, - "pattern": [ - "II ", - "II ", - "II " - ], - "result": { - "count": 3, - "item": "tfmg:aluminum_door" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_flywheel.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_flywheel.json deleted file mode 100644 index e95042b5..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_flywheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "forge:ingots/aluminum" - }, - "S": { - "item": "create:shaft" - } - }, - "pattern": [ - "CCC", - "CSC", - "CCC" - ], - "result": { - "item": "tfmg:aluminum_flywheel" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_ingot_from_compacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_ingot_from_compacting.json deleted file mode 100644 index 6b8f319b..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_ingot_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "forge:nuggets/aluminum" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "item": "tfmg:aluminum_ingot" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_ingot_from_decompacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_ingot_from_decompacting.json deleted file mode 100644 index 38e64d81..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_ingot_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:storage_blocks/aluminum" - } - ], - "result": { - "count": 9, - "item": "tfmg:aluminum_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_nugget_from_decompacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_nugget_from_decompacting.json deleted file mode 100644 index 0d71dfb9..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/aluminum_nugget_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:ingots/aluminum" - } - ], - "result": { - "count": 9, - "item": "tfmg:aluminum_nugget" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/blast_furnace_output.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/blast_furnace_output.json deleted file mode 100644 index 140a5b7a..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/blast_furnace_output.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "item": "tfmg:fireclay_ball" - }, - "C": { - "item": "tfmg:cast_iron_pipe" - } - }, - "pattern": [ - "BCB", - "CCC", - "BCB" - ], - "result": { - "item": "tfmg:blast_furnace_output" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/brick_smokestack.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/brick_smokestack.json deleted file mode 100644 index 14a011e2..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/brick_smokestack.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "item": "minecraft:bricks" - }, - "P": { - "item": "tfmg:industrial_pipe" - } - }, - "pattern": [ - "BPB", - "BPB", - "BPB" - ], - "result": { - "count": 4, - "item": "tfmg:brick_smokestack" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/cast_iron_block_from_compacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/cast_iron_block_from_compacting.json deleted file mode 100644 index 8d1bb6bc..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/cast_iron_block_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "forge:ingots/cast_iron" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "item": "tfmg:cast_iron_block" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/cast_iron_flywheel.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/cast_iron_flywheel.json deleted file mode 100644 index 29317e4b..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/cast_iron_flywheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "forge:ingots/lead" - }, - "S": { - "item": "create:shaft" - } - }, - "pattern": [ - "CCC", - "CSC", - "CCC" - ], - "result": { - "item": "tfmg:cast_iron_flywheel" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/cast_iron_ingot_from_compacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/cast_iron_ingot_from_compacting.json deleted file mode 100644 index b11fc5c8..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/cast_iron_ingot_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "forge:nuggets/cast_iron" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "item": "tfmg:cast_iron_ingot" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/cast_iron_ingot_from_decompacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/cast_iron_ingot_from_decompacting.json deleted file mode 100644 index cc581397..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/cast_iron_ingot_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:storage_blocks/cast_iron" - } - ], - "result": { - "count": 9, - "item": "tfmg:cast_iron_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/cast_iron_nugget_from_decompacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/cast_iron_nugget_from_decompacting.json deleted file mode 100644 index ff820cf8..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/cast_iron_nugget_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:ingots/cast_iron" - } - ], - "result": { - "count": 9, - "item": "tfmg:cast_iron_nugget" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/concrete_smokestack.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/concrete_smokestack.json deleted file mode 100644 index 4c18909f..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/concrete_smokestack.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "item": "tfmg:concrete" - }, - "P": { - "item": "tfmg:industrial_pipe" - } - }, - "pattern": [ - "BPB", - "BPB", - "BPB" - ], - "result": { - "count": 4, - "item": "tfmg:concrete_smokestack" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/constantan_block_from_compacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/constantan_block_from_compacting.json deleted file mode 100644 index 94522070..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/constantan_block_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "forge:ingots/constantan" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "item": "tfmg:constantan_block" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/constantan_ingot_from_compacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/constantan_ingot_from_compacting.json deleted file mode 100644 index 079ba3cc..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/constantan_ingot_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "forge:nuggets/constantan" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "item": "tfmg:constantan_ingot" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/constantan_ingot_from_decompacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/constantan_ingot_from_decompacting.json deleted file mode 100644 index e7a473ad..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/constantan_ingot_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:storage_blocks/constantan" - } - ], - "result": { - "count": 9, - "item": "tfmg:constantan_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/constantan_nugget_from_decompacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/constantan_nugget_from_decompacting.json deleted file mode 100644 index 5732e1c7..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/constantan_nugget_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:ingots/constantan" - } - ], - "result": { - "count": 9, - "item": "tfmg:constantan_nugget" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/exhaust.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/exhaust.json deleted file mode 100644 index 75d29008..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/exhaust.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "item": "minecraft:iron_bars" - }, - "C": { - "tag": "forge:ingots/cast_iron" - }, - "P": { - "item": "tfmg:cast_iron_pipe" - } - }, - "pattern": [ - "BPB", - "BPB", - "CPC" - ], - "result": { - "item": "tfmg:exhaust" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/fireclay.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/fireclay.json deleted file mode 100644 index d8a63cc3..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/fireclay.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "item": "tfmg:fireclay_ball" - } - }, - "pattern": [ - "BB ", - "BB ", - " " - ], - "result": { - "item": "tfmg:fireclay" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/fireproof_bricks.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/fireproof_bricks.json deleted file mode 100644 index 3ac1e555..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/fireproof_bricks.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "item": "tfmg:fireproof_brick" - } - }, - "pattern": [ - "BB ", - "BB ", - " " - ], - "result": { - "item": "tfmg:fireproof_bricks" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/flarestack.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/flarestack.json deleted file mode 100644 index b62d0315..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/flarestack.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "item": "minecraft:iron_bars" - }, - "C": { - "tag": "forge:ingots/steel" - }, - "P": { - "item": "tfmg:cast_iron_pipe" - }, - "S": { - "item": "tfmg:spark_plug" - } - }, - "pattern": [ - "SPS", - "BPB", - "CPC" - ], - "result": { - "item": "tfmg:flarestack" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/heavy_casing_door.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/heavy_casing_door.json deleted file mode 100644 index eb8b8532..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/heavy_casing_door.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "tfmg:heavy_machinery_casing" - }, - { - "tag": "minecraft:wooden_doors" - } - ], - "result": { - "item": "tfmg:heavy_casing_door" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/heavy_plated_door.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/heavy_plated_door.json deleted file mode 100644 index 80a51e79..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/heavy_plated_door.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "I": { - "tag": "forge:ingots/steel" - } - }, - "pattern": [ - "II ", - "II ", - "II " - ], - "result": { - "count": 3, - "item": "tfmg:heavy_plated_door" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/industrial_mixer.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/industrial_mixer.json deleted file mode 100644 index daf711f4..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/industrial_mixer.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:heavy_machinery_casing" - }, - "K": { - "item": "tfmg:steel_cogwheel" - }, - "M": { - "item": "tfmg:steel_mechanism" - }, - "S": { - "item": "create:shaft" - } - }, - "pattern": [ - " S ", - "KCM", - " S " - ], - "result": { - "item": "tfmg:industrial_mixer" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/large_aluminum_cogwheel.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/large_aluminum_cogwheel.json deleted file mode 100644 index 898bd16a..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/large_aluminum_cogwheel.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:ingots/aluminum" - }, - { - "tag": "forge:ingots/aluminum" - }, - { - "item": "create:shaft" - } - ], - "result": { - "count": 2, - "item": "tfmg:large_aluminum_cogwheel" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/large_steel_cogwheel.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/large_steel_cogwheel.json deleted file mode 100644 index f41a73ba..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/large_steel_cogwheel.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "tfmg:steel_ingot" - }, - { - "item": "tfmg:steel_ingot" - }, - { - "item": "create:shaft" - } - ], - "result": { - "count": 2, - "item": "tfmg:large_steel_cogwheel" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lead_block_from_compacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lead_block_from_compacting.json deleted file mode 100644 index 22fc46ce..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lead_block_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "forge:ingots/lead" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "item": "tfmg:lead_block" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lead_flywheel.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lead_flywheel.json deleted file mode 100644 index c47552af..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lead_flywheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "forge:ingots/lead" - }, - "S": { - "item": "create:shaft" - } - }, - "pattern": [ - "CCC", - "CSC", - "CCC" - ], - "result": { - "item": "tfmg:lead_flywheel" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lead_ingot_from_compacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lead_ingot_from_compacting.json deleted file mode 100644 index 5f8a6aa4..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lead_ingot_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "forge:nuggets/lead" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "item": "tfmg:lead_ingot" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lead_ingot_from_decompacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lead_ingot_from_decompacting.json deleted file mode 100644 index c043ffaa..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lead_ingot_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:storage_blocks/lead" - } - ], - "result": { - "count": 9, - "item": "tfmg:lead_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lead_nugget_from_decompacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lead_nugget_from_decompacting.json deleted file mode 100644 index 6ccfb105..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lead_nugget_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:ingots/lead" - } - ], - "result": { - "count": 9, - "item": "tfmg:lead_nugget" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lithium_block_from_compacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lithium_block_from_compacting.json deleted file mode 100644 index 80824a8c..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lithium_block_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "forge:ingots/lithium" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "item": "tfmg:lithium_block" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lithium_ingot_from_compacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lithium_ingot_from_compacting.json deleted file mode 100644 index 2bed6363..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lithium_ingot_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "forge:nuggets/lithium" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "item": "tfmg:lithium_ingot" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lithium_ingot_from_decompacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lithium_ingot_from_decompacting.json deleted file mode 100644 index 490247fa..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lithium_ingot_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:storage_blocks/lithium" - } - ], - "result": { - "count": 9, - "item": "tfmg:lithium_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lithium_nugget_from_decompacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lithium_nugget_from_decompacting.json deleted file mode 100644 index 49c78db2..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lithium_nugget_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:ingots/lithium" - } - ], - "result": { - "count": 9, - "item": "tfmg:lithium_nugget" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lithium_torch.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lithium_torch.json deleted file mode 100644 index 23a76534..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/lithium_torch.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "A": { - "tag": "forge:ingots/aluminum" - }, - "L": { - "tag": "forge:ingots/lithium" - } - }, - "pattern": [ - " L ", - " A ", - " " - ], - "result": { - "count": 4, - "item": "tfmg:lithium_torch" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/metal_smokestack.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/metal_smokestack.json deleted file mode 100644 index 93fe0b3e..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/metal_smokestack.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "tag": "forge:nuggets/steel" - }, - "P": { - "item": "tfmg:industrial_pipe" - } - }, - "pattern": [ - "BPB", - "BPB", - "BPB" - ], - "result": { - "count": 4, - "item": "tfmg:metal_smokestack" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/nickel_block_from_compacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/nickel_block_from_compacting.json deleted file mode 100644 index 5182f70a..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/nickel_block_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "forge:ingots/nickel" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "item": "tfmg:nickel_block" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/nickel_flywheel.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/nickel_flywheel.json deleted file mode 100644 index 1cd30796..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/nickel_flywheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "forge:ingots/nickel" - }, - "S": { - "item": "create:shaft" - } - }, - "pattern": [ - "CCC", - "CSC", - "CCC" - ], - "result": { - "item": "tfmg:nickel_flywheel" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/nickel_ingot_from_compacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/nickel_ingot_from_compacting.json deleted file mode 100644 index 53d3d667..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/nickel_ingot_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "forge:nuggets/nickel" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "item": "tfmg:nickel_ingot" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/nickel_ingot_from_decompacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/nickel_ingot_from_decompacting.json deleted file mode 100644 index 8a67a2b8..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/nickel_ingot_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:storage_blocks/nickel" - } - ], - "result": { - "count": 9, - "item": "tfmg:nickel_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/nickel_nugget_from_decompacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/nickel_nugget_from_decompacting.json deleted file mode 100644 index bfc8b645..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/nickel_nugget_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:ingots/nickel" - } - ], - "result": { - "count": 9, - "item": "tfmg:nickel_nugget" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_block_from_compacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_block_from_compacting.json deleted file mode 100644 index 8738dba1..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_block_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "forge:ingots/steel" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "item": "tfmg:steel_block" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_cogwheel.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_cogwheel.json deleted file mode 100644 index 74308cb9..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_cogwheel.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "tfmg:steel_ingot" - }, - { - "item": "create:shaft" - } - ], - "result": { - "count": 4, - "item": "tfmg:steel_cogwheel" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_door.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_door.json deleted file mode 100644 index 521d3989..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_door.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "tfmg:steel_casing" - }, - { - "tag": "minecraft:wooden_doors" - } - ], - "result": { - "item": "tfmg:steel_door" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_fluid_tank.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_fluid_tank.json deleted file mode 100644 index 07666d4a..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_fluid_tank.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "item": "minecraft:barrel" - }, - "P": { - "item": "tfmg:heavy_plate" - } - }, - "pattern": [ - " P ", - " B ", - " P " - ], - "result": { - "count": 2, - "item": "tfmg:steel_fluid_tank" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_flywheel.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_flywheel.json deleted file mode 100644 index fcd75134..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_flywheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:steel_ingot" - }, - "S": { - "item": "create:shaft" - } - }, - "pattern": [ - "CCC", - "CSC", - "CCC" - ], - "result": { - "item": "tfmg:steel_flywheel" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_gearbox.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_gearbox.json deleted file mode 100644 index b5d9478a..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_gearbox.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:heavy_machinery_casing" - }, - "S": { - "item": "create:shaft" - } - }, - "pattern": [ - " S ", - "SCS", - " S " - ], - "result": { - "item": "tfmg:steel_gearbox" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_ingot_from_compacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_ingot_from_compacting.json deleted file mode 100644 index f883fbff..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_ingot_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "forge:nuggets/steel" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "item": "tfmg:steel_ingot" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_ingot_from_decompacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_ingot_from_decompacting.json deleted file mode 100644 index cd54ef8e..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_ingot_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:storage_blocks/steel" - } - ], - "result": { - "count": 9, - "item": "tfmg:steel_ingot" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_nugget_from_decompacting.json b/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_nugget_from_decompacting.json deleted file mode 100644 index 8f17fbae..00000000 --- a/src/generated/resources/data/tfmg/recipes/crafting/kinetics/steel_nugget_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "forge:ingots/steel" - } - ], - "result": { - "count": 9, - "item": "tfmg:steel_nugget" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_slab.json b/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_slab.json deleted file mode 100644 index 8e326ddd..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_slab.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "cut_bauxite_brick_slab", - "key": { - "X": { - "item": "tfmg:cut_bauxite_bricks" - } - }, - "pattern": [ - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:cut_bauxite_brick_slab" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 82519606..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:cut_bauxite_brick_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_stairs.json b/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_stairs.json deleted file mode 100644 index 99cb98d1..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "cut_bauxite_brick_stairs", - "key": { - "X": { - "item": "tfmg:cut_bauxite_bricks" - } - }, - "pattern": [ - "X ", - "XX ", - "XXX" - ], - "result": { - "count": 4, - "item": "tfmg:cut_bauxite_brick_stairs" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index fd25aaa1..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:cut_bauxite_brick_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_wall.json b/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_wall.json deleted file mode 100644 index d001c152..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "X": { - "item": "tfmg:cut_bauxite_bricks" - } - }, - "pattern": [ - "XXX", - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:cut_bauxite_brick_wall" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index cbbba670..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:cut_bauxite_brick_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 2b915ab5..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:cut_bauxite_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_bauxite_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_bauxite_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 8fc25b0f..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_bauxite_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:cut_bauxite" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_bauxite_slab.json b/src/generated/resources/data/tfmg/recipes/cut_bauxite_slab.json deleted file mode 100644 index 3acf8d28..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_bauxite_slab.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "cut_bauxite_slab", - "key": { - "X": { - "item": "tfmg:cut_bauxite" - } - }, - "pattern": [ - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:cut_bauxite_slab" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index f7319fa1..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:cut_bauxite_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_bauxite_stairs.json b/src/generated/resources/data/tfmg/recipes/cut_bauxite_stairs.json deleted file mode 100644 index f3001bd3..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_bauxite_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "cut_bauxite_stairs", - "key": { - "X": { - "item": "tfmg:cut_bauxite" - } - }, - "pattern": [ - "X ", - "XX ", - "XXX" - ], - "result": { - "count": 4, - "item": "tfmg:cut_bauxite_stairs" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 7eba9d75..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:cut_bauxite_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_bauxite_wall.json b/src/generated/resources/data/tfmg/recipes/cut_bauxite_wall.json deleted file mode 100644 index e8788c2b..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_bauxite_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "X": { - "item": "tfmg:cut_bauxite" - } - }, - "pattern": [ - "XXX", - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:cut_bauxite_wall" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index cb930e93..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:cut_bauxite_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_galena_brick_slab.json b/src/generated/resources/data/tfmg/recipes/cut_galena_brick_slab.json deleted file mode 100644 index 9434941d..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_galena_brick_slab.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "cut_galena_brick_slab", - "key": { - "X": { - "item": "tfmg:cut_galena_bricks" - } - }, - "pattern": [ - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:cut_galena_brick_slab" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_galena_brick_slab_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_galena_brick_slab_from_stone_types_galena_stonecutting.json deleted file mode 100644 index b4adfedf..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_galena_brick_slab_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:cut_galena_brick_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_galena_brick_stairs.json b/src/generated/resources/data/tfmg/recipes/cut_galena_brick_stairs.json deleted file mode 100644 index eda0639f..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_galena_brick_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "cut_galena_brick_stairs", - "key": { - "X": { - "item": "tfmg:cut_galena_bricks" - } - }, - "pattern": [ - "X ", - "XX ", - "XXX" - ], - "result": { - "count": 4, - "item": "tfmg:cut_galena_brick_stairs" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_galena_brick_stairs_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_galena_brick_stairs_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 65f60256..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_galena_brick_stairs_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:cut_galena_brick_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_galena_brick_wall.json b/src/generated/resources/data/tfmg/recipes/cut_galena_brick_wall.json deleted file mode 100644 index c50d643a..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_galena_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "X": { - "item": "tfmg:cut_galena_bricks" - } - }, - "pattern": [ - "XXX", - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:cut_galena_brick_wall" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_galena_brick_wall_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_galena_brick_wall_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 95ad28c8..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_galena_brick_wall_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:cut_galena_brick_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_galena_bricks_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_galena_bricks_from_stone_types_galena_stonecutting.json deleted file mode 100644 index c5bc3aeb..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_galena_bricks_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:cut_galena_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_galena_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_galena_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 3576dc7f..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_galena_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:cut_galena" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_galena_slab.json b/src/generated/resources/data/tfmg/recipes/cut_galena_slab.json deleted file mode 100644 index c4387c69..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_galena_slab.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "cut_galena_slab", - "key": { - "X": { - "item": "tfmg:cut_galena" - } - }, - "pattern": [ - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:cut_galena_slab" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_galena_slab_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_galena_slab_from_stone_types_galena_stonecutting.json deleted file mode 100644 index c1cafc5c..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_galena_slab_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:cut_galena_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_galena_stairs.json b/src/generated/resources/data/tfmg/recipes/cut_galena_stairs.json deleted file mode 100644 index 109e4273..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_galena_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "cut_galena_stairs", - "key": { - "X": { - "item": "tfmg:cut_galena" - } - }, - "pattern": [ - "X ", - "XX ", - "XXX" - ], - "result": { - "count": 4, - "item": "tfmg:cut_galena_stairs" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_galena_stairs_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_galena_stairs_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 6bf1252a..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_galena_stairs_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:cut_galena_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_galena_wall.json b/src/generated/resources/data/tfmg/recipes/cut_galena_wall.json deleted file mode 100644 index cdb2be0c..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_galena_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "X": { - "item": "tfmg:cut_galena" - } - }, - "pattern": [ - "XXX", - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:cut_galena_wall" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/cut_galena_wall_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/cut_galena_wall_from_stone_types_galena_stonecutting.json deleted file mode 100644 index ed5690e4..00000000 --- a/src/generated/resources/data/tfmg/recipes/cut_galena_wall_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:cut_galena_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/distillation/crude_oil.json b/src/generated/resources/data/tfmg/recipes/distillation/crude_oil.json deleted file mode 100644 index d9e6dce2..00000000 --- a/src/generated/resources/data/tfmg/recipes/distillation/crude_oil.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "type": "tfmg:distillation", - "ingredients": [ - { - "amount": 340, - "fluid": "tfmg:crude_oil", - "nbt": {} - } - ], - "results": [ - { - "amount": 120, - "fluid": "tfmg:heavy_oil" - }, - { - "amount": 60, - "fluid": "tfmg:diesel" - }, - { - "amount": 30, - "fluid": "tfmg:kerosene" - }, - { - "amount": 10, - "fluid": "tfmg:naphtha" - }, - { - "amount": 60, - "fluid": "tfmg:gasoline" - }, - { - "amount": 60, - "fluid": "tfmg:lpg" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/distillation/crude_oil_light_distillation.json b/src/generated/resources/data/tfmg/recipes/distillation/crude_oil_light_distillation.json deleted file mode 100644 index 79ef98c1..00000000 --- a/src/generated/resources/data/tfmg/recipes/distillation/crude_oil_light_distillation.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "tfmg:distillation", - "ingredients": [ - { - "amount": 200, - "fluid": "tfmg:crude_oil", - "nbt": {} - } - ], - "results": [ - { - "amount": 150, - "fluid": "tfmg:heavy_oil" - }, - { - "amount": 45, - "fluid": "tfmg:diesel" - }, - { - "amount": 5, - "fluid": "tfmg:gasoline" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/distillation/crude_oil_no_naphtha.json b/src/generated/resources/data/tfmg/recipes/distillation/crude_oil_no_naphtha.json deleted file mode 100644 index b9ba9078..00000000 --- a/src/generated/resources/data/tfmg/recipes/distillation/crude_oil_no_naphtha.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "tfmg:distillation", - "ingredients": [ - { - "amount": 330, - "fluid": "tfmg:crude_oil", - "nbt": {} - } - ], - "results": [ - { - "amount": 120, - "fluid": "tfmg:heavy_oil" - }, - { - "amount": 60, - "fluid": "tfmg:diesel" - }, - { - "amount": 30, - "fluid": "tfmg:kerosene" - }, - { - "amount": 60, - "fluid": "tfmg:gasoline" - }, - { - "amount": 60, - "fluid": "tfmg:lpg" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/distillation/heavy_oil.json b/src/generated/resources/data/tfmg/recipes/distillation/heavy_oil.json deleted file mode 100644 index 6c4ce801..00000000 --- a/src/generated/resources/data/tfmg/recipes/distillation/heavy_oil.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "tfmg:distillation", - "ingredients": [ - { - "amount": 200, - "fluid": "tfmg:heavy_oil", - "nbt": {} - } - ], - "results": [ - { - "amount": 100, - "fluid": "tfmg:heavy_oil" - }, - { - "amount": 50, - "fluid": "tfmg:diesel" - }, - { - "amount": 20, - "fluid": "tfmg:kerosene" - }, - { - "amount": 5, - "fluid": "tfmg:naphtha" - }, - { - "amount": 25, - "fluid": "tfmg:lubrication_oil" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/distillation/heavy_oil_light_distillation.json b/src/generated/resources/data/tfmg/recipes/distillation/heavy_oil_light_distillation.json deleted file mode 100644 index 0f061d5c..00000000 --- a/src/generated/resources/data/tfmg/recipes/distillation/heavy_oil_light_distillation.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "tfmg:distillation", - "ingredients": [ - { - "amount": 200, - "fluid": "tfmg:heavy_oil", - "nbt": {} - } - ], - "results": [ - { - "amount": 100, - "fluid": "tfmg:heavy_oil" - }, - { - "amount": 50, - "fluid": "tfmg:diesel" - }, - { - "amount": 50, - "fluid": "tfmg:lubrication_oil" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/distillation/heavy_oil_no_naphtha.json b/src/generated/resources/data/tfmg/recipes/distillation/heavy_oil_no_naphtha.json deleted file mode 100644 index 351d7004..00000000 --- a/src/generated/resources/data/tfmg/recipes/distillation/heavy_oil_no_naphtha.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "type": "tfmg:distillation", - "ingredients": [ - { - "amount": 200, - "fluid": "tfmg:heavy_oil", - "nbt": {} - } - ], - "results": [ - { - "amount": 100, - "fluid": "tfmg:heavy_oil" - }, - { - "amount": 50, - "fluid": "tfmg:diesel" - }, - { - "amount": 20, - "fluid": "tfmg:kerosene" - }, - { - "amount": 30, - "fluid": "tfmg:lubrication_oil" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/galena_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/galena_from_stone_types_galena_stonecutting.json deleted file mode 100644 index d112ebd9..00000000 --- a/src/generated/resources/data/tfmg/recipes/galena_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:galena" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/galena_pillar_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/galena_pillar_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 321de1f9..00000000 --- a/src/generated/resources/data/tfmg/recipes/galena_pillar_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:galena_pillar" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/hot_blast/hot_air.json b/src/generated/resources/data/tfmg/recipes/hot_blast/hot_air.json deleted file mode 100644 index f0978ef3..00000000 --- a/src/generated/resources/data/tfmg/recipes/hot_blast/hot_air.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "tfmg:hot_blast", - "ingredients": [ - { - "amount": 5, - "fluid": "tfmg:air", - "nbt": {} - }, - { - "amount": 5, - "fluidTag": "tfmg:blast_stove_fuel" - } - ], - "processingTime": 200, - "results": [ - { - "amount": 5, - "fluid": "tfmg:hot_air" - }, - { - "amount": 5, - "fluid": "tfmg:carbon_dioxide" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/industrial_blasting/steel.json b/src/generated/resources/data/tfmg/recipes/industrial_blasting/steel.json deleted file mode 100644 index 50f06934..00000000 --- a/src/generated/resources/data/tfmg/recipes/industrial_blasting/steel.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "tfmg:industrial_blasting", - "hotAirUsage": 20, - "ingredients": [ - { - "item": "create:crushed_raw_iron" - }, - { - "tag": "tfmg:flux" - } - ], - "processingTime": 60, - "results": [ - { - "amount": 144, - "fluid": "tfmg:molten_steel" - }, - { - "amount": 144, - "fluid": "tfmg:molten_slag" - }, - { - "amount": 20, - "fluid": "tfmg:furnace_gas" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/industrial_blasting/steel_from_dust.json b/src/generated/resources/data/tfmg/recipes/industrial_blasting/steel_from_dust.json deleted file mode 100644 index 5fd4f3e8..00000000 --- a/src/generated/resources/data/tfmg/recipes/industrial_blasting/steel_from_dust.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "tfmg:industrial_blasting", - "hotAirUsage": 20, - "ingredients": [ - { - "tag": "forge:dusts/iron" - }, - { - "tag": "tfmg:flux" - } - ], - "processingTime": 50, - "results": [ - { - "amount": 144, - "fluid": "tfmg:molten_steel" - }, - { - "amount": 144, - "fluid": "tfmg:molten_slag" - }, - { - "amount": 20, - "fluid": "tfmg:furnace_gas" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/industrial_blasting/steel_from_raw_iron.json b/src/generated/resources/data/tfmg/recipes/industrial_blasting/steel_from_raw_iron.json deleted file mode 100644 index 9651904b..00000000 --- a/src/generated/resources/data/tfmg/recipes/industrial_blasting/steel_from_raw_iron.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "tfmg:industrial_blasting", - "hotAirUsage": 30, - "ingredients": [ - { - "item": "minecraft:raw_iron" - }, - { - "tag": "tfmg:flux" - }, - { - "tag": "tfmg:flux" - } - ], - "processingTime": 120, - "results": [ - { - "amount": 288, - "fluid": "tfmg:molten_steel" - }, - { - "amount": 288, - "fluid": "tfmg:molten_slag" - }, - { - "amount": 20, - "fluid": "tfmg:furnace_gas" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/layered_bauxite_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/layered_bauxite_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 4a325a71..00000000 --- a/src/generated/resources/data/tfmg/recipes/layered_bauxite_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:layered_bauxite" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/layered_galena_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/layered_galena_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 6012d4f9..00000000 --- a/src/generated/resources/data/tfmg/recipes/layered_galena_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:layered_galena" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/lead_bars_from_ingots_lead_stonecutting.json b/src/generated/resources/data/tfmg/recipes/lead_bars_from_ingots_lead_stonecutting.json deleted file mode 100644 index 9f2040b4..00000000 --- a/src/generated/resources/data/tfmg/recipes/lead_bars_from_ingots_lead_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 4, - "ingredient": { - "tag": "forge:ingots/lead" - }, - "result": "tfmg:lead_bars" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/lead_ladder_from_ingots_lead_stonecutting.json b/src/generated/resources/data/tfmg/recipes/lead_ladder_from_ingots_lead_stonecutting.json deleted file mode 100644 index 16c06403..00000000 --- a/src/generated/resources/data/tfmg/recipes/lead_ladder_from_ingots_lead_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "forge:ingots/lead" - }, - "result": "tfmg:lead_ladder" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/nickel_bars_from_ingots_nickel_stonecutting.json b/src/generated/resources/data/tfmg/recipes/nickel_bars_from_ingots_nickel_stonecutting.json deleted file mode 100644 index 4a564c8d..00000000 --- a/src/generated/resources/data/tfmg/recipes/nickel_bars_from_ingots_nickel_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 4, - "ingredient": { - "tag": "forge:ingots/nickel" - }, - "result": "tfmg:nickel_bars" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/nickel_ladder_from_ingots_nickel_stonecutting.json b/src/generated/resources/data/tfmg/recipes/nickel_ladder_from_ingots_nickel_stonecutting.json deleted file mode 100644 index 1278298a..00000000 --- a/src/generated/resources/data/tfmg/recipes/nickel_ladder_from_ingots_nickel_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "forge:ingots/nickel" - }, - "result": "tfmg:nickel_ladder" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/polarizing/magnet.json b/src/generated/resources/data/tfmg/recipes/polarizing/magnet.json deleted file mode 100644 index 8d99bf3b..00000000 --- a/src/generated/resources/data/tfmg/recipes/polarizing/magnet.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "tfmg:polarizing", - "ingredients": [ - { - "item": "tfmg:magnetic_alloy_ingot" - } - ], - "results": [ - { - "item": "tfmg:magnet" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 0a7ee73b..00000000 --- a/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:polished_cut_bauxite" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_slab.json b/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_slab.json deleted file mode 100644 index a7106498..00000000 --- a/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_slab.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "polished_cut_bauxite_slab", - "key": { - "X": { - "item": "tfmg:polished_cut_bauxite" - } - }, - "pattern": [ - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:polished_cut_bauxite_slab" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index c9d0e8aa..00000000 --- a/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:polished_cut_bauxite_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_stairs.json b/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_stairs.json deleted file mode 100644 index c1e5387e..00000000 --- a/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "polished_cut_bauxite_stairs", - "key": { - "X": { - "item": "tfmg:polished_cut_bauxite" - } - }, - "pattern": [ - "X ", - "XX ", - "XXX" - ], - "result": { - "count": 4, - "item": "tfmg:polished_cut_bauxite_stairs" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 1f960e94..00000000 --- a/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:polished_cut_bauxite_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_wall.json b/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_wall.json deleted file mode 100644 index 6621dcfb..00000000 --- a/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "X": { - "item": "tfmg:polished_cut_bauxite" - } - }, - "pattern": [ - "XXX", - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:polished_cut_bauxite_wall" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 9615f1e0..00000000 --- a/src/generated/resources/data/tfmg/recipes/polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:polished_cut_bauxite_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/polished_cut_galena_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/polished_cut_galena_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 58f2e3e7..00000000 --- a/src/generated/resources/data/tfmg/recipes/polished_cut_galena_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:polished_cut_galena" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/polished_cut_galena_slab.json b/src/generated/resources/data/tfmg/recipes/polished_cut_galena_slab.json deleted file mode 100644 index 7a931261..00000000 --- a/src/generated/resources/data/tfmg/recipes/polished_cut_galena_slab.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "polished_cut_galena_slab", - "key": { - "X": { - "item": "tfmg:polished_cut_galena" - } - }, - "pattern": [ - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:polished_cut_galena_slab" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/polished_cut_galena_slab_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/polished_cut_galena_slab_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 1f94ca53..00000000 --- a/src/generated/resources/data/tfmg/recipes/polished_cut_galena_slab_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:polished_cut_galena_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/polished_cut_galena_stairs.json b/src/generated/resources/data/tfmg/recipes/polished_cut_galena_stairs.json deleted file mode 100644 index 93464508..00000000 --- a/src/generated/resources/data/tfmg/recipes/polished_cut_galena_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "polished_cut_galena_stairs", - "key": { - "X": { - "item": "tfmg:polished_cut_galena" - } - }, - "pattern": [ - "X ", - "XX ", - "XXX" - ], - "result": { - "count": 4, - "item": "tfmg:polished_cut_galena_stairs" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/polished_cut_galena_stairs_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/polished_cut_galena_stairs_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 0d0aa4be..00000000 --- a/src/generated/resources/data/tfmg/recipes/polished_cut_galena_stairs_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:polished_cut_galena_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/polished_cut_galena_wall.json b/src/generated/resources/data/tfmg/recipes/polished_cut_galena_wall.json deleted file mode 100644 index 01bbd829..00000000 --- a/src/generated/resources/data/tfmg/recipes/polished_cut_galena_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "X": { - "item": "tfmg:polished_cut_galena" - } - }, - "pattern": [ - "XXX", - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:polished_cut_galena_wall" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/polished_cut_galena_wall_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/polished_cut_galena_wall_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 8d38e3c4..00000000 --- a/src/generated/resources/data/tfmg/recipes/polished_cut_galena_wall_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:polished_cut_galena_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/rebar_concrete_slab_from_rebar_concrete_stonecutting.json b/src/generated/resources/data/tfmg/recipes/rebar_concrete_slab_from_rebar_concrete_stonecutting.json deleted file mode 100644 index 29d9e9d9..00000000 --- a/src/generated/resources/data/tfmg/recipes/rebar_concrete_slab_from_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "item": "tfmg:rebar_concrete" - }, - "result": "tfmg:rebar_concrete_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/rebar_concrete_stairs_from_rebar_concrete_stonecutting.json b/src/generated/resources/data/tfmg/recipes/rebar_concrete_stairs_from_rebar_concrete_stonecutting.json deleted file mode 100644 index feb87a3c..00000000 --- a/src/generated/resources/data/tfmg/recipes/rebar_concrete_stairs_from_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "item": "tfmg:rebar_concrete" - }, - "result": "tfmg:rebar_concrete_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/rebar_concrete_wall_from_rebar_concrete_stonecutting.json b/src/generated/resources/data/tfmg/recipes/rebar_concrete_wall_from_rebar_concrete_stonecutting.json deleted file mode 100644 index 6f216cb4..00000000 --- a/src/generated/resources/data/tfmg/recipes/rebar_concrete_wall_from_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "item": "tfmg:rebar_concrete" - }, - "result": "tfmg:rebar_concrete_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/sequenced_assembly/capacitor.json b/src/generated/resources/data/tfmg/recipes/sequenced_assembly/capacitor.json deleted file mode 100644 index 84b935ba..00000000 --- a/src/generated/resources/data/tfmg/recipes/sequenced_assembly/capacitor.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "type": "create:sequenced_assembly", - "ingredient": { - "tag": "forge:plates/steel" - }, - "loops": 1, - "results": [ - { - "count": 4, - "item": "tfmg:capacitor_item" - } - ], - "sequence": [ - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_capacitor" - }, - { - "tag": "forge:plates/copper" - } - ], - "results": [ - { - "item": "tfmg:unfinished_capacitor" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_capacitor" - }, - { - "item": "minecraft:paper" - } - ], - "results": [ - { - "item": "tfmg:unfinished_capacitor" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_capacitor" - }, - { - "tag": "forge:plates/copper" - } - ], - "results": [ - { - "item": "tfmg:unfinished_capacitor" - } - ] - } - ], - "transitionalItem": { - "item": "tfmg:unfinished_capacitor" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/sequenced_assembly/generator.json b/src/generated/resources/data/tfmg/recipes/sequenced_assembly/generator.json deleted file mode 100644 index cfc780d7..00000000 --- a/src/generated/resources/data/tfmg/recipes/sequenced_assembly/generator.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "type": "create:sequenced_assembly", - "ingredient": { - "item": "create:shaft" - }, - "loops": 5, - "results": [ - { - "chance": 120.0, - "item": "tfmg:generator" - }, - { - "chance": 8.0, - "item": "tfmg:steel_casing" - }, - { - "chance": 8.0, - "item": "tfmg:steel_cogwheel" - }, - { - "chance": 8.0, - "item": "tfmg:capacitor_item" - } - ], - "sequence": [ - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_generator" - }, - { - "item": "tfmg:capacitor_item" - } - ], - "results": [ - { - "item": "tfmg:unfinished_generator" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_generator" - }, - { - "tag": "forge:plates/steel" - } - ], - "results": [ - { - "item": "tfmg:unfinished_generator" - } - ] - }, - { - "type": "tfmg:winding", - "ingredients": [ - { - "item": "tfmg:unfinished_generator" - }, - { - "item": "tfmg:copper_spool" - } - ], - "processingTime": 75, - "results": [ - { - "item": "tfmg:unfinished_generator" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_generator" - }, - { - "item": "tfmg:magnet" - } - ], - "results": [ - { - "item": "tfmg:unfinished_generator" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_generator" - }, - { - "item": "tfmg:steel_mechanism" - } - ], - "results": [ - { - "item": "tfmg:unfinished_generator" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_generator" - }, - { - "item": "tfmg:screwdriver" - } - ], - "results": [ - { - "item": "tfmg:unfinished_generator" - } - ] - } - ], - "transitionalItem": { - "item": "tfmg:unfinished_generator" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/sequenced_assembly/motor.json b/src/generated/resources/data/tfmg/recipes/sequenced_assembly/motor.json deleted file mode 100644 index d4afaa91..00000000 --- a/src/generated/resources/data/tfmg/recipes/sequenced_assembly/motor.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "type": "create:sequenced_assembly", - "ingredient": { - "item": "create:shaft" - }, - "loops": 5, - "results": [ - { - "chance": 120.0, - "item": "tfmg:electric_motor" - }, - { - "chance": 8.0, - "item": "tfmg:steel_casing" - }, - { - "chance": 8.0, - "item": "tfmg:nickel_sheet" - } - ], - "sequence": [ - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_generator" - }, - { - "tag": "forge:plates/nickel" - } - ], - "results": [ - { - "item": "tfmg:unfinished_generator" - } - ] - }, - { - "type": "tfmg:winding", - "ingredients": [ - { - "item": "tfmg:unfinished_generator" - }, - { - "item": "tfmg:copper_spool" - } - ], - "processingTime": 75, - "results": [ - { - "item": "tfmg:unfinished_generator" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_generator" - }, - { - "item": "tfmg:magnet" - } - ], - "results": [ - { - "item": "tfmg:unfinished_generator" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_generator" - }, - { - "tag": "forge:plates/steel" - } - ], - "results": [ - { - "item": "tfmg:unfinished_generator" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_generator" - }, - { - "item": "tfmg:steel_mechanism" - } - ], - "results": [ - { - "item": "tfmg:unfinished_generator" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_generator" - }, - { - "item": "tfmg:screwdriver" - } - ], - "results": [ - { - "item": "tfmg:unfinished_generator" - } - ] - } - ], - "transitionalItem": { - "item": "tfmg:unfinished_generator" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/sequenced_assembly/potentiometer.json b/src/generated/resources/data/tfmg/recipes/sequenced_assembly/potentiometer.json deleted file mode 100644 index 790ef8e0..00000000 --- a/src/generated/resources/data/tfmg/recipes/sequenced_assembly/potentiometer.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "type": "create:sequenced_assembly", - "ingredient": { - "item": "tfmg:heavy_machinery_casing" - }, - "loops": 3, - "results": [ - { - "chance": 120.0, - "item": "tfmg:potentiometer" - }, - { - "chance": 8.0, - "item": "tfmg:steel_casing" - }, - { - "chance": 8.0, - "item": "tfmg:steel_cogwheel" - }, - { - "chance": 8.0, - "item": "tfmg:electric_post" - } - ], - "sequence": [ - { - "type": "tfmg:winding", - "ingredients": [ - { - "item": "tfmg:unfinished_potentiometer" - }, - { - "item": "tfmg:constantan_spool" - } - ], - "processingTime": 100, - "results": [ - { - "item": "tfmg:unfinished_potentiometer" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_potentiometer" - }, - { - "item": "tfmg:steel_cogwheel" - } - ], - "results": [ - { - "item": "tfmg:unfinished_potentiometer" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_potentiometer" - }, - { - "item": "tfmg:copper_wire" - } - ], - "results": [ - { - "item": "tfmg:unfinished_potentiometer" - } - ] - }, - { - "type": "create:filling", - "ingredients": [ - { - "item": "tfmg:unfinished_potentiometer" - }, - { - "amount": 50, - "fluid": "tfmg:lubrication_oil", - "nbt": {} - } - ], - "results": [ - { - "item": "tfmg:unfinished_potentiometer" - } - ] - } - ], - "transitionalItem": { - "item": "tfmg:unfinished_potentiometer" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/sequenced_assembly/transistor.json b/src/generated/resources/data/tfmg/recipes/sequenced_assembly/transistor.json deleted file mode 100644 index 5082b86a..00000000 --- a/src/generated/resources/data/tfmg/recipes/sequenced_assembly/transistor.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "type": "create:sequenced_assembly", - "ingredient": { - "item": "tfmg:plastic_sheet" - }, - "loops": 1, - "results": [ - { - "chance": 120.0, - "count": 4, - "item": "tfmg:transistor_item" - }, - { - "chance": 8.0, - "item": "tfmg:silicon_ingot" - }, - { - "chance": 8.0, - "item": "tfmg:p_semiconductor" - }, - { - "chance": 8.0, - "item": "tfmg:n_semiconductor" - } - ], - "sequence": [ - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_transistor" - }, - { - "tag": "forge:wires/copper" - } - ], - "results": [ - { - "item": "tfmg:unfinished_transistor" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_transistor" - }, - { - "item": "tfmg:n_semiconductor" - } - ], - "results": [ - { - "item": "tfmg:unfinished_transistor" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_transistor" - }, - { - "item": "tfmg:p_semiconductor" - } - ], - "results": [ - { - "item": "tfmg:unfinished_transistor" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_transistor" - }, - { - "item": "tfmg:n_semiconductor" - } - ], - "results": [ - { - "item": "tfmg:unfinished_transistor" - } - ] - } - ], - "transitionalItem": { - "item": "tfmg:unfinished_transistor" - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_slab.json b/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_slab.json deleted file mode 100644 index 7e0e8efc..00000000 --- a/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_slab.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "small_bauxite_brick_slab", - "key": { - "X": { - "item": "tfmg:small_bauxite_bricks" - } - }, - "pattern": [ - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:small_bauxite_brick_slab" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 71c122e2..00000000 --- a/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:small_bauxite_brick_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_stairs.json b/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_stairs.json deleted file mode 100644 index fc405a7d..00000000 --- a/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "small_bauxite_brick_stairs", - "key": { - "X": { - "item": "tfmg:small_bauxite_bricks" - } - }, - "pattern": [ - "X ", - "XX ", - "XXX" - ], - "result": { - "count": 4, - "item": "tfmg:small_bauxite_brick_stairs" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index ce303468..00000000 --- a/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:small_bauxite_brick_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_wall.json b/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_wall.json deleted file mode 100644 index 84c97262..00000000 --- a/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "X": { - "item": "tfmg:small_bauxite_bricks" - } - }, - "pattern": [ - "XXX", - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:small_bauxite_brick_wall" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 7d1f84b6..00000000 --- a/src/generated/resources/data/tfmg/recipes/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:small_bauxite_brick_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/small_bauxite_bricks_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/tfmg/recipes/small_bauxite_bricks_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 9c614555..00000000 --- a/src/generated/resources/data/tfmg/recipes/small_bauxite_bricks_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": "tfmg:small_bauxite_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/small_galena_brick_slab.json b/src/generated/resources/data/tfmg/recipes/small_galena_brick_slab.json deleted file mode 100644 index 920fdd54..00000000 --- a/src/generated/resources/data/tfmg/recipes/small_galena_brick_slab.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "small_galena_brick_slab", - "key": { - "X": { - "item": "tfmg:small_galena_bricks" - } - }, - "pattern": [ - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:small_galena_brick_slab" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/small_galena_brick_slab_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/small_galena_brick_slab_from_stone_types_galena_stonecutting.json deleted file mode 100644 index e6d9e11e..00000000 --- a/src/generated/resources/data/tfmg/recipes/small_galena_brick_slab_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:small_galena_brick_slab" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/small_galena_brick_stairs.json b/src/generated/resources/data/tfmg/recipes/small_galena_brick_stairs.json deleted file mode 100644 index 23ca0a25..00000000 --- a/src/generated/resources/data/tfmg/recipes/small_galena_brick_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "group": "small_galena_brick_stairs", - "key": { - "X": { - "item": "tfmg:small_galena_bricks" - } - }, - "pattern": [ - "X ", - "XX ", - "XXX" - ], - "result": { - "count": 4, - "item": "tfmg:small_galena_brick_stairs" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/small_galena_brick_stairs_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/small_galena_brick_stairs_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 5ca8f378..00000000 --- a/src/generated/resources/data/tfmg/recipes/small_galena_brick_stairs_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:small_galena_brick_stairs" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/small_galena_brick_wall.json b/src/generated/resources/data/tfmg/recipes/small_galena_brick_wall.json deleted file mode 100644 index f1fa722c..00000000 --- a/src/generated/resources/data/tfmg/recipes/small_galena_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "X": { - "item": "tfmg:small_galena_bricks" - } - }, - "pattern": [ - "XXX", - "XXX" - ], - "result": { - "count": 6, - "item": "tfmg:small_galena_brick_wall" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/small_galena_brick_wall_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/small_galena_brick_wall_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 1c2c00a2..00000000 --- a/src/generated/resources/data/tfmg/recipes/small_galena_brick_wall_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:small_galena_brick_wall" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/small_galena_bricks_from_stone_types_galena_stonecutting.json b/src/generated/resources/data/tfmg/recipes/small_galena_bricks_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 02a1e812..00000000 --- a/src/generated/resources/data/tfmg/recipes/small_galena_bricks_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": "tfmg:small_galena_bricks" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/steel_bars_from_ingots_steel_stonecutting.json b/src/generated/resources/data/tfmg/recipes/steel_bars_from_ingots_steel_stonecutting.json deleted file mode 100644 index ea392d65..00000000 --- a/src/generated/resources/data/tfmg/recipes/steel_bars_from_ingots_steel_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 4, - "ingredient": { - "tag": "forge:ingots/steel" - }, - "result": "tfmg:steel_bars" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/steel_ladder_from_ingots_steel_stonecutting.json b/src/generated/resources/data/tfmg/recipes/steel_ladder_from_ingots_steel_stonecutting.json deleted file mode 100644 index 77e65acd..00000000 --- a/src/generated/resources/data/tfmg/recipes/steel_ladder_from_ingots_steel_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "forge:ingots/steel" - }, - "result": "tfmg:steel_ladder" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/steel_scaffolding_from_ingots_steel_stonecutting.json b/src/generated/resources/data/tfmg/recipes/steel_scaffolding_from_ingots_steel_stonecutting.json deleted file mode 100644 index 7d1fd379..00000000 --- a/src/generated/resources/data/tfmg/recipes/steel_scaffolding_from_ingots_steel_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "tag": "forge:ingots/steel" - }, - "result": "tfmg:steel_scaffolding" -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/vat_machine_recipe/concrete.json b/src/generated/resources/data/tfmg/recipes/vat_machine_recipe/concrete.json deleted file mode 100644 index 68982c78..00000000 --- a/src/generated/resources/data/tfmg/recipes/vat_machine_recipe/concrete.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "type": "tfmg:vat_machine_recipe", - "allowedVatTypes": [ - "tfmg:steel_vat", - "tfmg:cast_iron_vat", - "tfmg:firebrick_lined_vat" - ], - "ingredients": [ - { - "item": "minecraft:sand" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "tfmg:limesand" - }, - { - "amount": 250, - "fluid": "minecraft:water", - "nbt": {} - } - ], - "machines": [ - "tfmg:mixing" - ], - "minSize": 1, - "results": [ - { - "amount": 1000, - "fluid": "tfmg:liquid_concrete" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/vat_machine_recipe/debug.json b/src/generated/resources/data/tfmg/recipes/vat_machine_recipe/debug.json deleted file mode 100644 index fcb8aa15..00000000 --- a/src/generated/resources/data/tfmg/recipes/vat_machine_recipe/debug.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "tfmg:vat_machine_recipe", - "allowedVatTypes": [ - "tfmg:steel_vat", - "tfmg:cast_iron_vat", - "tfmg:firebrick_lined_vat" - ], - "ingredients": [ - { - "item": "minecraft:gold_block" - }, - { - "item": "tfmg:cinderblock" - } - ], - "machines": [ - "tfmg:mixing" - ], - "minSize": 1, - "results": [ - { - "count": 2, - "item": "tfmg:aluminum_ingot" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/vat_machine_recipe/debug_2.json b/src/generated/resources/data/tfmg/recipes/vat_machine_recipe/debug_2.json deleted file mode 100644 index 1f2942a2..00000000 --- a/src/generated/resources/data/tfmg/recipes/vat_machine_recipe/debug_2.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "tfmg:vat_machine_recipe", - "allowedVatTypes": [ - "tfmg:steel_vat", - "tfmg:cast_iron_vat", - "tfmg:firebrick_lined_vat" - ], - "ingredients": [ - { - "item": "tfmg:aluminum_ingot" - }, - { - "item": "tfmg:cinderflourblock" - } - ], - "machines": [ - "tfmg:mixing" - ], - "minSize": 1, - "results": [ - { - "count": 2, - "item": "tfmg:bitumen" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/vat_machine_recipe/etched_circuit_board.json b/src/generated/resources/data/tfmg/recipes/vat_machine_recipe/etched_circuit_board.json deleted file mode 100644 index c0f417be..00000000 --- a/src/generated/resources/data/tfmg/recipes/vat_machine_recipe/etched_circuit_board.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "tfmg:vat_machine_recipe", - "allowedVatTypes": [ - "tfmg:steel_vat", - "tfmg:cast_iron_vat", - "tfmg:firebrick_lined_vat" - ], - "ingredients": [ - { - "item": "tfmg:coated_circuit_board" - }, - { - "amount": 100, - "fluid": "minecraft:water", - "nbt": {} - } - ], - "machines": [], - "minSize": 1, - "processingTime": 100, - "results": [ - { - "item": "tfmg:etched_circuit_board" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/recipes/winding/copper_coil.json b/src/generated/resources/data/tfmg/recipes/winding/copper_coil.json deleted file mode 100644 index 54f3220d..00000000 --- a/src/generated/resources/data/tfmg/recipes/winding/copper_coil.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "tfmg:winding", - "ingredients": [ - { - "item": "minecraft:gold_block" - }, - { - "item": "tfmg:copper_spool" - } - ], - "processingTime": 200, - "results": [ - { - "item": "tfmg:coal_coke" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/blocks/blast_furnace_support.json b/src/generated/resources/data/tfmg/tags/blocks/blast_furnace_support.json deleted file mode 100644 index 5fd7e38a..00000000 --- a/src/generated/resources/data/tfmg/tags/blocks/blast_furnace_support.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:fireproof_brick_reinforcement" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/blocks/blast_furnace_wall.json b/src/generated/resources/data/tfmg/tags/blocks/blast_furnace_wall.json deleted file mode 100644 index a989ac25..00000000 --- a/src/generated/resources/data/tfmg/tags/blocks/blast_furnace_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:blast_furnace_hatch", - "tfmg:fireproof_bricks" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/blocks/industrial_pipe.json b/src/generated/resources/data/tfmg/tags/blocks/industrial_pipe.json deleted file mode 100644 index 9c16a80a..00000000 --- a/src/generated/resources/data/tfmg/tags/blocks/industrial_pipe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:industrial_pipe", - "tfmg:concrete_encased_industrial_pipe" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/blocks/pumpjack_connector.json b/src/generated/resources/data/tfmg/tags/blocks/pumpjack_connector.json deleted file mode 100644 index 6c9720a8..00000000 --- a/src/generated/resources/data/tfmg/tags/blocks/pumpjack_connector.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:pumpjack_hammer_connector", - "tfmg:large_pumpjack_hammer_connector" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/blocks/pumpjack_head.json b/src/generated/resources/data/tfmg/tags/blocks/pumpjack_head.json deleted file mode 100644 index 48fdf33a..00000000 --- a/src/generated/resources/data/tfmg/tags/blocks/pumpjack_head.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "values": [ - "tfmg:pumpjack_hammer_head", - "tfmg:large_pumpjack_hammer_head", - "minecraft:iron_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/blocks/pumpjack_part.json b/src/generated/resources/data/tfmg/tags/blocks/pumpjack_part.json deleted file mode 100644 index a3607049..00000000 --- a/src/generated/resources/data/tfmg/tags/blocks/pumpjack_part.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:large_pumpjack_hammer_part", - "#tfmg:pumpjack_small_part" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/blocks/pumpjack_small_part.json b/src/generated/resources/data/tfmg/tags/blocks/pumpjack_small_part.json deleted file mode 100644 index 936bd081..00000000 --- a/src/generated/resources/data/tfmg/tags/blocks/pumpjack_small_part.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:pumpjack_hammer_part" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/blocks/reinforced_blast_furnace_support.json b/src/generated/resources/data/tfmg/tags/blocks/reinforced_blast_furnace_support.json deleted file mode 100644 index af307d92..00000000 --- a/src/generated/resources/data/tfmg/tags/blocks/reinforced_blast_furnace_support.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "values": [ - "tfmg:blast_furnace_reinforcement", - "tfmg:rusted_blast_furnace_reinforcement", - "tfmg:steel_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/blocks/reinforced_blast_furnace_wall.json b/src/generated/resources/data/tfmg/tags/blocks/reinforced_blast_furnace_wall.json deleted file mode 100644 index 7ef490f9..00000000 --- a/src/generated/resources/data/tfmg/tags/blocks/reinforced_blast_furnace_wall.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "values": [ - "tfmg:blast_furnace_hatch", - "tfmg:reinforced_fireproof_bricks", - "tfmg:steel_block" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/blocks/surface_scanner_findable.json b/src/generated/resources/data/tfmg/tags/blocks/surface_scanner_findable.json deleted file mode 100644 index 9a903fb1..00000000 --- a/src/generated/resources/data/tfmg/tags/blocks/surface_scanner_findable.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:oil_deposit", - "tfmg:heavy_machinery_casing" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/fluids/blast_stove_fuel.json b/src/generated/resources/data/tfmg/tags/fluids/blast_stove_fuel.json deleted file mode 100644 index afd2e07f..00000000 --- a/src/generated/resources/data/tfmg/tags/fluids/blast_stove_fuel.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "values": [ - "tfmg:flowing_furnace_gas", - "tfmg:furnace_gas", - "tfmg:flowing_creosote", - "tfmg:creosote" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/fluids/firebox_fuel.json b/src/generated/resources/data/tfmg/tags/fluids/firebox_fuel.json deleted file mode 100644 index 19abcf1f..00000000 --- a/src/generated/resources/data/tfmg/tags/fluids/firebox_fuel.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "values": [ - "tfmg:flowing_lpg", - "tfmg:lpg", - "tfmg:flowing_butane", - "tfmg:butane", - "tfmg:flowing_propane", - "tfmg:propane", - "tfmg:flowing_diesel", - "tfmg:diesel", - "tfmg:flowing_naphtha", - "tfmg:naphtha", - "tfmg:flowing_kerosene", - "tfmg:kerosene" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/fluids/flammable.json b/src/generated/resources/data/tfmg/tags/fluids/flammable.json deleted file mode 100644 index d2e27a14..00000000 --- a/src/generated/resources/data/tfmg/tags/fluids/flammable.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "values": [ - "tfmg:flowing_lpg", - "tfmg:lpg", - "tfmg:flowing_butane", - "tfmg:butane", - "tfmg:flowing_propane", - "tfmg:propane", - "tfmg:flowing_furnace_gas", - "tfmg:furnace_gas", - "tfmg:flowing_crude_oil", - "tfmg:crude_oil", - "tfmg:flowing_heavy_oil", - "tfmg:heavy_oil", - "tfmg:flowing_gasoline", - "tfmg:gasoline", - "tfmg:flowing_diesel", - "tfmg:diesel", - "tfmg:flowing_naphtha", - "tfmg:naphtha", - "tfmg:flowing_kerosene", - "tfmg:kerosene", - "tfmg:flowing_creosote", - "tfmg:creosote", - "tfmg:flowing_lubrication_oil", - "tfmg:lubrication_oil" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/fluids/gas.json b/src/generated/resources/data/tfmg/tags/fluids/gas.json deleted file mode 100644 index 2911ff23..00000000 --- a/src/generated/resources/data/tfmg/tags/fluids/gas.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "values": [ - "tfmg:flowing_lpg", - "tfmg:lpg", - "tfmg:flowing_butane", - "tfmg:butane", - "tfmg:flowing_propane", - "tfmg:propane", - "tfmg:flowing_furnace_gas", - "tfmg:furnace_gas", - "tfmg:flowing_ethylene", - "tfmg:ethylene", - "tfmg:flowing_propylene", - "tfmg:propylene", - "tfmg:flowing_neon", - "tfmg:neon", - "tfmg:flowing_carbon_dioxide", - "tfmg:carbon_dioxide", - "tfmg:flowing_air", - "tfmg:air", - "tfmg:flowing_hot_air", - "tfmg:hot_air" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/items/blast_furnace_fuel.json b/src/generated/resources/data/tfmg/tags/items/blast_furnace_fuel.json deleted file mode 100644 index dddd0b09..00000000 --- a/src/generated/resources/data/tfmg/tags/items/blast_furnace_fuel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:coal_coke_dust" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/items/flux.json b/src/generated/resources/data/tfmg/tags/items/flux.json deleted file mode 100644 index d9519b06..00000000 --- a/src/generated/resources/data/tfmg/tags/items/flux.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:limesand" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/items/rods.json b/src/generated/resources/data/tfmg/tags/items/rods.json deleted file mode 100644 index 019b63dd..00000000 --- a/src/generated/resources/data/tfmg/tags/items/rods.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "minecraft:stick" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/items/spools.json b/src/generated/resources/data/tfmg/tags/items/spools.json deleted file mode 100644 index 6dff5019..00000000 --- a/src/generated/resources/data/tfmg/tags/items/spools.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "values": [ - "tfmg:empty_spool", - "tfmg:copper_spool", - "tfmg:aluminum_spool", - "tfmg:constantan_spool" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/items/stone_types/bauxite.json b/src/generated/resources/data/tfmg/tags/items/stone_types/bauxite.json deleted file mode 100644 index 349b1b27..00000000 --- a/src/generated/resources/data/tfmg/tags/items/stone_types/bauxite.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "values": [ - "tfmg:cut_bauxite", - "tfmg:cut_bauxite_stairs", - "tfmg:cut_bauxite_wall", - "tfmg:polished_cut_bauxite", - "tfmg:polished_cut_bauxite_stairs", - "tfmg:polished_cut_bauxite_wall", - "tfmg:cut_bauxite_bricks", - "tfmg:cut_bauxite_brick_stairs", - "tfmg:cut_bauxite_brick_wall", - "tfmg:small_bauxite_bricks", - "tfmg:small_bauxite_brick_stairs", - "tfmg:small_bauxite_brick_wall", - "tfmg:layered_bauxite", - "tfmg:bauxite_pillar", - "tfmg:bauxite" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/tags/items/stone_types/galena.json b/src/generated/resources/data/tfmg/tags/items/stone_types/galena.json deleted file mode 100644 index 0e19de08..00000000 --- a/src/generated/resources/data/tfmg/tags/items/stone_types/galena.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "values": [ - "tfmg:cut_galena", - "tfmg:cut_galena_stairs", - "tfmg:cut_galena_wall", - "tfmg:polished_cut_galena", - "tfmg:polished_cut_galena_stairs", - "tfmg:polished_cut_galena_wall", - "tfmg:cut_galena_bricks", - "tfmg:cut_galena_brick_stairs", - "tfmg:cut_galena_brick_wall", - "tfmg:small_galena_bricks", - "tfmg:small_galena_brick_stairs", - "tfmg:small_galena_brick_wall", - "tfmg:layered_galena", - "tfmg:galena_pillar", - "tfmg:galena" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/worldgen/configured_feature/lead_ore.json b/src/generated/resources/data/tfmg/worldgen/configured_feature/lead_ore.json deleted file mode 100644 index 7b1a4e3f..00000000 --- a/src/generated/resources/data/tfmg/worldgen/configured_feature/lead_ore.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "minecraft:ore", - "config": { - "discard_chance_on_air_exposure": 0.0, - "size": 12, - "targets": [ - { - "state": { - "Name": "tfmg:lead_ore" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "tfmg:deepslate_lead_ore" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/worldgen/configured_feature/lithium_ore.json b/src/generated/resources/data/tfmg/worldgen/configured_feature/lithium_ore.json deleted file mode 100644 index cf9edf8e..00000000 --- a/src/generated/resources/data/tfmg/worldgen/configured_feature/lithium_ore.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "minecraft:ore", - "config": { - "discard_chance_on_air_exposure": 0.0, - "size": 7, - "targets": [ - { - "state": { - "Name": "tfmg:lithium_ore" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "tfmg:deepslate_lithium_ore" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/worldgen/configured_feature/nickel_ore.json b/src/generated/resources/data/tfmg/worldgen/configured_feature/nickel_ore.json deleted file mode 100644 index 0e02657a..00000000 --- a/src/generated/resources/data/tfmg/worldgen/configured_feature/nickel_ore.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "minecraft:ore", - "config": { - "discard_chance_on_air_exposure": 0.0, - "size": 10, - "targets": [ - { - "state": { - "Name": "tfmg:nickel_ore" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "tfmg:deepslate_nickel_ore" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/worldgen/configured_feature/tfmg_striated_ores_nether.json b/src/generated/resources/data/tfmg/worldgen/configured_feature/tfmg_striated_ores_nether.json deleted file mode 100644 index 9f82531b..00000000 --- a/src/generated/resources/data/tfmg/worldgen/configured_feature/tfmg_striated_ores_nether.json +++ /dev/null @@ -1,264 +0,0 @@ -{ - "type": "create:layered_ore", - "config": { - "discard_chance_on_air_exposure": 0.0, - "layer_patterns": [ - [ - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:stone" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:deepslate", - "Properties": { - "axis": "y" - } - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 2 - }, - { - "max_size": 2, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "tfmg:sulfur" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:base_stone_nether" - } - } - ] - ], - "weight": 2 - }, - { - "max_size": 3, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "create:scorchia" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:base_stone_nether" - } - } - ], - [ - { - "state": { - "Name": "minecraft:blackstone" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:base_stone_nether" - } - } - ] - ], - "weight": 3 - }, - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:magma_block" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:base_stone_nether" - } - } - ] - ], - "weight": 1 - }, - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:basalt", - "Properties": { - "axis": "y" - } - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:base_stone_nether" - } - } - ], - [ - { - "state": { - "Name": "minecraft:smooth_basalt" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:base_stone_nether" - } - } - ] - ], - "weight": 2 - } - ], - [ - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:stone" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:deepslate", - "Properties": { - "axis": "y" - } - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 2 - }, - { - "max_size": 2, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "tfmg:fireclay" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:base_stone_nether" - } - } - ] - ], - "weight": 2 - }, - { - "max_size": 3, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "create:scorchia" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:base_stone_nether" - } - } - ], - [ - { - "state": { - "Name": "minecraft:gravel" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:base_stone_nether" - } - } - ] - ], - "weight": 3 - }, - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:magma_block" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:base_stone_nether" - } - } - ] - ], - "weight": 1 - }, - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:soul_soil" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:base_stone_nether" - } - } - ], - [ - { - "state": { - "Name": "minecraft:soul_sand" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:base_stone_nether" - } - } - ] - ], - "weight": 2 - } - ] - ], - "size": 32 - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/worldgen/configured_feature/tfmg_striated_ores_overworld.json b/src/generated/resources/data/tfmg/worldgen/configured_feature/tfmg_striated_ores_overworld.json deleted file mode 100644 index d4a00dd1..00000000 --- a/src/generated/resources/data/tfmg/worldgen/configured_feature/tfmg_striated_ores_overworld.json +++ /dev/null @@ -1,637 +0,0 @@ -{ - "type": "create:layered_ore", - "config": { - "discard_chance_on_air_exposure": 0.0, - "layer_patterns": [ - [ - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:stone" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:deepslate", - "Properties": { - "axis": "y" - } - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 1 - }, - { - "max_size": 3, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "tfmg:bauxite" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "tfmg:bauxite" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 2 - }, - { - "max_size": 2, - "min_size": 2, - "targets": [ - [ - { - "state": { - "Name": "minecraft:smooth_basalt" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:smooth_basalt" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ], - [ - { - "state": { - "Name": "minecraft:granite" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:granite" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 1 - }, - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:granite" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:smooth_basalt" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 1 - }, - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:andesite" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:andesite" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 1 - } - ], - [ - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:stone" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:deepslate", - "Properties": { - "axis": "y" - } - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 1 - }, - { - "max_size": 3, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "tfmg:galena" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "tfmg:galena" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 2 - }, - { - "max_size": 2, - "min_size": 2, - "targets": [ - [ - { - "state": { - "Name": "minecraft:smooth_basalt" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:smooth_basalt" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ], - [ - { - "state": { - "Name": "minecraft:dripstone_block" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:dripstone_block" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 1 - }, - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:dripstone_block" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:smooth_basalt" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 1 - }, - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:deepslate", - "Properties": { - "axis": "y" - } - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:deepslate", - "Properties": { - "axis": "y" - } - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 1 - } - ], - [ - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:stone" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:deepslate", - "Properties": { - "axis": "y" - } - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 1 - }, - { - "max_size": 3, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "tfmg:lignite" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "tfmg:lignite" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 2 - }, - { - "max_size": 2, - "min_size": 2, - "targets": [ - [ - { - "state": { - "Name": "minecraft:tuff" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:tuff" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ], - [ - { - "state": { - "Name": "minecraft:deepslate", - "Properties": { - "axis": "y" - } - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:deepslate", - "Properties": { - "axis": "y" - } - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 1 - }, - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:deepslate", - "Properties": { - "axis": "y" - } - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:tuff" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 1 - }, - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "create:scoria" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "create:scoria" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 1 - } - ], - [ - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:stone" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:deepslate", - "Properties": { - "axis": "y" - } - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 2 - }, - { - "max_size": 2, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "tfmg:fireclay" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "tfmg:fireclay" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 2 - }, - { - "max_size": 3, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "minecraft:sand" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:sand" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ], - [ - { - "state": { - "Name": "minecraft:gravel" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "minecraft:gravel" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 2 - }, - { - "max_size": 1, - "min_size": 1, - "targets": [ - [ - { - "state": { - "Name": "create:crimsite" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - } - }, - { - "state": { - "Name": "create:crimsite" - }, - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - } - } - ] - ], - "weight": 1 - } - ] - ], - "size": 32 - } -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/worldgen/placed_feature/lead_ore.json b/src/generated/resources/data/tfmg/worldgen/placed_feature/lead_ore.json deleted file mode 100644 index 75df8dd2..00000000 --- a/src/generated/resources/data/tfmg/worldgen/placed_feature/lead_ore.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "feature": "tfmg:lead_ore", - "placement": [ - { - "type": "minecraft:count", - "count": 5 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "max_inclusive": { - "absolute": 80 - }, - "min_inclusive": { - "absolute": -15 - } - } - }, - { - "type": "create:config_filter" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/worldgen/placed_feature/lithium_ore.json b/src/generated/resources/data/tfmg/worldgen/placed_feature/lithium_ore.json deleted file mode 100644 index 0a514f0f..00000000 --- a/src/generated/resources/data/tfmg/worldgen/placed_feature/lithium_ore.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "feature": "tfmg:lithium_ore", - "placement": [ - { - "type": "minecraft:count", - "count": 3 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "max_inclusive": { - "absolute": -5 - }, - "min_inclusive": { - "absolute": -63 - } - } - }, - { - "type": "create:config_filter" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/worldgen/placed_feature/nickel_ore.json b/src/generated/resources/data/tfmg/worldgen/placed_feature/nickel_ore.json deleted file mode 100644 index 7893ea16..00000000 --- a/src/generated/resources/data/tfmg/worldgen/placed_feature/nickel_ore.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "feature": "tfmg:nickel_ore", - "placement": [ - { - "type": "minecraft:count", - "count": 5 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "max_inclusive": { - "absolute": 20 - }, - "min_inclusive": { - "absolute": -63 - } - } - }, - { - "type": "create:config_filter" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/worldgen/placed_feature/tfmg_striated_ores_nether.json b/src/generated/resources/data/tfmg/worldgen/placed_feature/tfmg_striated_ores_nether.json deleted file mode 100644 index 47c07765..00000000 --- a/src/generated/resources/data/tfmg/worldgen/placed_feature/tfmg_striated_ores_nether.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "feature": "tfmg:tfmg_striated_ores_nether", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 18 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "max_inclusive": { - "absolute": 90 - }, - "min_inclusive": { - "absolute": 40 - } - } - }, - { - "type": "create:config_filter" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/tfmg/worldgen/placed_feature/tfmg_striated_ores_overworld.json b/src/generated/resources/data/tfmg/worldgen/placed_feature/tfmg_striated_ores_overworld.json deleted file mode 100644 index 926da477..00000000 --- a/src/generated/resources/data/tfmg/worldgen/placed_feature/tfmg_striated_ores_overworld.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "feature": "tfmg:tfmg_striated_ores_overworld", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 18 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "max_inclusive": { - "absolute": 70 - }, - "min_inclusive": { - "absolute": -30 - } - } - }, - { - "type": "create:config_filter" - } - ] -} \ No newline at end of file diff --git a/src/main/java/com/drmangotea/tfmg/TFMG.java b/src/main/java/com/drmangotea/tfmg/TFMG.java index 9e6bc1bc..98fdd5ca 100644 --- a/src/main/java/com/drmangotea/tfmg/TFMG.java +++ b/src/main/java/com/drmangotea/tfmg/TFMG.java @@ -1,19 +1,20 @@ package com.drmangotea.tfmg; +import com.drmangotea.tfmg.base.TFMGBoilerHeaters; import com.drmangotea.tfmg.base.TFMGContraptions; import com.drmangotea.tfmg.base.TFMGCreativeTabs; import com.drmangotea.tfmg.base.TFMGRegistrate; import com.drmangotea.tfmg.content.electricity.base.ElectricNetworkManager; import com.drmangotea.tfmg.content.engines.fuels.BaseFuelTypes; import com.drmangotea.tfmg.content.items.weapons.explosives.thermite_grenades.fire.TFMGColoredFires; -import com.drmangotea.tfmg.content.machinery.oil_processing.pumpjack.pumpjack.base.DepositManager; +import com.drmangotea.tfmg.content.machinery.oil_processing.pumpjack.pumpjack.base.TestSavedDataManager; import com.drmangotea.tfmg.datagen.TFMGDatagen; import com.drmangotea.tfmg.base.fluid.TFMGFluidInteractions; import com.drmangotea.tfmg.config.TFMGConfigs; import com.drmangotea.tfmg.content.decoration.pipes.TFMGPipes; import com.drmangotea.tfmg.registry.*; +import com.drmangotea.tfmg.worldgen.TFMGFeatures; import com.mojang.logging.LogUtils; -import com.simibubi.create.content.processing.burner.BlazeBurnerBlock; import net.minecraft.client.renderer.ItemBlockRenderTypes; import net.minecraft.client.renderer.RenderType; import net.minecraft.resources.ResourceLocation; @@ -27,9 +28,9 @@ import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent; import net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent; import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; +import net.minecraftforge.registries.RegisterEvent; import org.slf4j.Logger; -import static com.simibubi.create.content.fluids.tank.BoilerHeaters.registerHeater; @SuppressWarnings("removal") @@ -38,19 +39,22 @@ public class TFMG { public static final String MOD_ID = "tfmg"; public static final ElectricNetworkManager NETWORK_MANAGER = new ElectricNetworkManager(); - public static final DepositManager DEPOSITS = new DepositManager(); - public static final Logger LOGGER = LogUtils.getLogger(); - public static final TFMGRegistrate REGISTRATE = TFMGRegistrate.create(); + public static final TestSavedDataManager DEPOSITS = new TestSavedDataManager(); + public static final TFMGRegistrate REGISTRATE = TFMGRegistrate.create(); + + public TFMG() { IEventBus modEventBus = FMLJavaModLoadingContext.get().getModEventBus(); REGISTRATE.registerEventListeners(modEventBus); + + TFMGBlocks.init(); TFMGBlockEntities.init(); TFMGItems.init(); @@ -58,6 +62,7 @@ public class TFMG { TFMGPartialModels.init(); TFMGPipes.init(); TFMGFluids.init(); + TFMGMenuTypes.init(); TFMGEncasedBlocks.init(); TFMGPaletteBlocks.init(); @@ -67,9 +72,9 @@ public class TFMG { TFMGMobEffects.register(modEventBus); TFMGRecipeTypes.register(modEventBus); TFMGColoredFires.register(modEventBus); + TFMGFeatures.register(modEventBus); - - TFMGContraptions.prepare(); + modEventBus.addListener(TFMG::onRegister); TFMGPackets.registerPackets(); TFMGConfigs.register(ModLoadingContext.get()); modEventBus.addListener(EventPriority.LOWEST, TFMGDatagen::gatherData); @@ -80,6 +85,7 @@ public class TFMG { modEventBus.addListener(TFMGCreativeTabs::addCreative); } + @SuppressWarnings("removal") private void clientSetup(final FMLClientSetupEvent event) { ItemBlockRenderTypes.setRenderLayer(TFMGColoredFires.GREEN_FIRE.get(), RenderType.cutout()); @@ -94,20 +100,14 @@ public class TFMG { event.enqueueWork(() -> { BaseFuelTypes.register(); - registerHeater(TFMGBlocks.FIREBOX.get(), (level, pos, state) -> { - BlazeBurnerBlock.HeatLevel value = state.getValue(BlazeBurnerBlock.HEAT_LEVEL); - if (value == BlazeBurnerBlock.HeatLevel.NONE) { - return -1; - } - if (value.isAtLeast(BlazeBurnerBlock.HeatLevel.FADING)) { - return 1; - } - return -1; - }); + TFMGBoilerHeaters.registerDefaults(); }); } + public static void onRegister(final RegisterEvent event) { + TFMGContraptions.prepare(); + } public static ResourceLocation asResource(String path) { diff --git a/src/main/java/com/drmangotea/tfmg/TFMGClient.java b/src/main/java/com/drmangotea/tfmg/TFMGClient.java index a4e54560..72abff78 100644 --- a/src/main/java/com/drmangotea/tfmg/TFMGClient.java +++ b/src/main/java/com/drmangotea/tfmg/TFMGClient.java @@ -3,7 +3,6 @@ package com.drmangotea.tfmg; import com.drmangotea.tfmg.content.items.weapons.advanced_potato_cannon.AdvancedPotatoCannonRenderHandler; import com.drmangotea.tfmg.content.items.weapons.flamethrover.FlamethrowerRenderHandler; import com.drmangotea.tfmg.content.items.weapons.quad_potato_cannon.QuadPotatoCannonRenderHandler; -import com.drmangotea.tfmg.ponder.TFMGPonderIndex; import com.drmangotea.tfmg.registry.TFMGParticleTypes; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.eventbus.api.IEventBus; @@ -37,7 +36,7 @@ public class TFMGClient { @SubscribeEvent public void setup(final FMLClientSetupEvent event) { - TFMGPonderIndex.register(); - TFMGPonderIndex.registerTags(); + //TFMGPonderIndex.register(); + //TFMGPonderIndex.registerTags(); } } diff --git a/src/main/java/com/drmangotea/tfmg/base/HalfShaftRenderer.java b/src/main/java/com/drmangotea/tfmg/base/HalfShaftRenderer.java index 15e67732..52c24dce 100644 --- a/src/main/java/com/drmangotea/tfmg/base/HalfShaftRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/base/HalfShaftRenderer.java @@ -5,8 +5,8 @@ import com.simibubi.create.AllPartialModels; import com.simibubi.create.content.kinetics.base.DirectionalKineticBlock; import com.simibubi.create.content.kinetics.base.KineticBlockEntity; import com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; -import com.simibubi.create.foundation.render.SuperByteBuffer; +import net.createmod.catnip.render.CachedBuffers; +import net.createmod.catnip.render.SuperByteBuffer; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; import net.minecraft.world.level.block.state.BlockState; @@ -18,7 +18,7 @@ public class HalfShaftRenderer extends KineticBloc @Override protected SuperByteBuffer getRotatedModel(T be, BlockState state) { - return CachedBufferer.partialFacing(AllPartialModels.SHAFT_HALF, state, state + return CachedBuffers.partialFacing(AllPartialModels.SHAFT_HALF, state, state .getValue(DirectionalKineticBlock.FACING)); } } \ No newline at end of file diff --git a/src/main/java/com/drmangotea/tfmg/base/TFMGBuilderTransformers.java b/src/main/java/com/drmangotea/tfmg/base/TFMGBuilderTransformers.java index aae3cad7..c0f35bba 100644 --- a/src/main/java/com/drmangotea/tfmg/base/TFMGBuilderTransformers.java +++ b/src/main/java/com/drmangotea/tfmg/base/TFMGBuilderTransformers.java @@ -2,6 +2,7 @@ package com.drmangotea.tfmg.base; import com.drmangotea.tfmg.TFMG; +import com.drmangotea.tfmg.config.TFMGStress; import com.drmangotea.tfmg.content.decoration.FrameBlock; import com.drmangotea.tfmg.content.decoration.TrussBlock; import com.drmangotea.tfmg.content.decoration.doors.TFMGSlidingDoorBlock; @@ -17,17 +18,16 @@ import com.simibubi.create.content.contraptions.behaviour.DoorMovingInteraction; import com.simibubi.create.content.decoration.encasing.EncasedCTBehaviour; import com.simibubi.create.content.decoration.girder.GirderBlock; import com.simibubi.create.content.decoration.slidingDoor.SlidingDoorMovementBehaviour; -import com.simibubi.create.content.kinetics.BlockStressDefaults; import com.simibubi.create.content.kinetics.base.RotatedPillarKineticBlock; import com.simibubi.create.content.kinetics.simpleRelays.encased.EncasedCogCTBehaviour; import com.simibubi.create.foundation.block.connected.CTSpriteShiftEntry; import com.simibubi.create.foundation.data.*; -import com.simibubi.create.foundation.utility.Iterate; import com.tterrag.registrate.builders.BlockBuilder; import com.tterrag.registrate.providers.DataGenContext; import com.tterrag.registrate.providers.RegistrateBlockstateProvider; import com.tterrag.registrate.util.DataIngredient; import com.tterrag.registrate.util.entry.BlockEntry; +import com.tterrag.registrate.util.nullness.NonNullFunction; import com.tterrag.registrate.util.nullness.NonNullUnaryOperator; import net.minecraft.client.renderer.RenderType; import net.minecraft.core.Direction; @@ -44,8 +44,8 @@ import java.nio.channels.Pipe; import java.util.function.Supplier; import static com.drmangotea.tfmg.TFMG.REGISTRATE; -import static com.simibubi.create.AllInteractionBehaviours.interactionBehaviour; -import static com.simibubi.create.AllMovementBehaviours.movementBehaviour; +import static com.simibubi.create.api.behaviour.interaction.MovingInteractionBehaviour.interactionBehaviour; +import static com.simibubi.create.api.behaviour.movement.MovementBehaviour.movementBehaviour; import static com.simibubi.create.foundation.data.BlockStateGen.axisBlock; import static com.simibubi.create.foundation.data.BlockStateGen.simpleCubeAll; import static com.simibubi.create.foundation.data.ModelGen.customItemModel; @@ -181,7 +181,7 @@ public class TFMGBuilderTransformers { Supplier drop) { return b.initialProperties(SharedProperties::stone) .properties(BlockBehaviour.Properties::noOcclusion) - .transform(BlockStressDefaults.setNoImpact()) + .transform(TFMGStress.setNoImpact()) .loot((p, lb) -> p.dropOther(lb, drop.get())); } public static NonNullUnaryOperator> copycatCable() { @@ -199,12 +199,12 @@ public class TFMGBuilderTransformers { } /////////////// - public static BlockEntry flywheel(String name) { - return REGISTRATE.block(name + "_flywheel", TFMGFlywheelBlock::new) + public static BlockEntry flywheel(String name, NonNullFunction block) { + return REGISTRATE.block(name + "_flywheel", block) .initialProperties(SharedProperties::softMetal) .properties(BlockBehaviour.Properties::noOcclusion) .transform(axeOrPickaxe()) - .transform(BlockStressDefaults.setNoImpact()) + .transform(TFMGStress.setNoImpact()) .blockstate(BlockStateGen.axisBlockProvider(true)) .item() .transform(customItemModel()) diff --git a/src/main/java/com/drmangotea/tfmg/base/TFMGCommonEvents.java b/src/main/java/com/drmangotea/tfmg/base/TFMGCommonEvents.java index 39a1aca2..e903d074 100644 --- a/src/main/java/com/drmangotea/tfmg/base/TFMGCommonEvents.java +++ b/src/main/java/com/drmangotea/tfmg/base/TFMGCommonEvents.java @@ -1,8 +1,6 @@ package com.drmangotea.tfmg.base; import com.drmangotea.tfmg.TFMG; -import com.simibubi.create.Create; -import com.simibubi.create.foundation.utility.WorldAttached; import net.minecraft.world.level.LevelAccessor; import net.minecraftforge.event.level.LevelEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; diff --git a/src/main/java/com/drmangotea/tfmg/base/TFMGContraptions.java b/src/main/java/com/drmangotea/tfmg/base/TFMGContraptions.java index e81332ce..9433c42a 100644 --- a/src/main/java/com/drmangotea/tfmg/base/TFMGContraptions.java +++ b/src/main/java/com/drmangotea/tfmg/base/TFMGContraptions.java @@ -4,12 +4,25 @@ package com.drmangotea.tfmg.base; import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.content.machinery.oil_processing.pumpjack.pumpjack.hammer.PumpjackContraption; -import com.simibubi.create.content.contraptions.ContraptionType; +import com.simibubi.create.api.contraption.ContraptionType; +import com.simibubi.create.api.registry.CreateBuiltInRegistries; +import com.simibubi.create.content.contraptions.Contraption; +import net.minecraft.core.Holder; +import net.minecraft.core.Registry; + +import java.util.function.Supplier; + +import static com.simibubi.create.AllContraptionTypes.BY_LEGACY_NAME; public class TFMGContraptions { - public static final ContraptionType - PUMPJACK_CONTRAPTION = ContraptionType.register(TFMG.asResource("pumpjack").toString(), PumpjackContraption::new); + public static final Holder.Reference + PUMPJACK_CONTRAPTION = register("pumpjack", PumpjackContraption::new); + private static Holder.Reference register(String name, Supplier factory) { + ContraptionType type = new ContraptionType(factory); + BY_LEGACY_NAME.put(name, type); + return Registry.registerForHolder(CreateBuiltInRegistries.CONTRAPTION_TYPE, TFMG.asResource(name), type); + } public static void prepare() {} } diff --git a/src/main/java/com/drmangotea/tfmg/base/TFMGCreativeTabs.java b/src/main/java/com/drmangotea/tfmg/base/TFMGCreativeTabs.java index 13d0535e..5bd25c18 100644 --- a/src/main/java/com/drmangotea/tfmg/base/TFMGCreativeTabs.java +++ b/src/main/java/com/drmangotea/tfmg/base/TFMGCreativeTabs.java @@ -31,7 +31,7 @@ public class TFMGCreativeTabs { public static final RegistryObject TFMG_MAIN = CREATIVE_MODE_TABS.register("tfmg_main", () -> CreativeModeTab.builder() .withTabsBefore(AllCreativeModeTabs.BASE_CREATIVE_TAB.getId()) .title(Component.translatable("creative_tab.tfmg_main")) - .icon(()-> TFMGItems.STEEL_INGOT.get().asItem().getDefaultInstance()) + .icon(()-> TFMGItems.STEEL_MECHANISM.get().asItem().getDefaultInstance()) .build()); public static final RegistryObject TFMG_DECORATION = CREATIVE_MODE_TABS.register("tfmg_decoration", () -> CreativeModeTab.builder() diff --git a/src/main/java/com/drmangotea/tfmg/base/TFMGIcons.java b/src/main/java/com/drmangotea/tfmg/base/TFMGIcons.java index 81a0de44..ed8ab716 100644 --- a/src/main/java/com/drmangotea/tfmg/base/TFMGIcons.java +++ b/src/main/java/com/drmangotea/tfmg/base/TFMGIcons.java @@ -5,8 +5,7 @@ import com.mojang.blaze3d.systems.RenderSystem; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import com.simibubi.create.foundation.gui.AllIcons; -import com.simibubi.create.foundation.gui.element.DelegatedStencilElement; -import com.simibubi.create.foundation.utility.Color; +import net.createmod.catnip.gui.element.DelegatedStencilElement; import net.minecraft.client.gui.GuiGraphics; import net.minecraft.client.renderer.LightTexture; import net.minecraft.client.renderer.MultiBufferSource; @@ -17,6 +16,8 @@ import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; import org.joml.Matrix4f; +import java.awt.*; + public class TFMGIcons extends AllIcons { diff --git a/src/main/java/com/drmangotea/tfmg/base/TFMGRegistrate.java b/src/main/java/com/drmangotea/tfmg/base/TFMGRegistrate.java index cbc694b4..61d1c41d 100644 --- a/src/main/java/com/drmangotea/tfmg/base/TFMGRegistrate.java +++ b/src/main/java/com/drmangotea/tfmg/base/TFMGRegistrate.java @@ -31,8 +31,8 @@ public class TFMGRegistrate extends CreateRegistrate { public FluidBuilder gasFluid(String name, ResourceLocation still, ResourceLocation flow) { - return entry(name, c -> new VirtualFluidBuilder<>(self(), self(), name, c, still, flow, - GasFluidType.create(), VirtualFluid::new)); + return entry(name, c -> new VirtualFluidBuilder<>(self(),self(), name, c, still, flow, + GasFluidType.create(),VirtualFluid::createSource,VirtualFluid::createFlowing)); } protected TFMGRegistrate() { diff --git a/src/main/java/com/drmangotea/tfmg/base/TFMGShapes.java b/src/main/java/com/drmangotea/tfmg/base/TFMGShapes.java index 3fa08587..2da1307a 100644 --- a/src/main/java/com/drmangotea/tfmg/base/TFMGShapes.java +++ b/src/main/java/com/drmangotea/tfmg/base/TFMGShapes.java @@ -1,7 +1,7 @@ package com.drmangotea.tfmg.base; -import com.simibubi.create.foundation.utility.VoxelShaper; +import net.createmod.catnip.math.VoxelShaper; import net.minecraft.core.Direction; import net.minecraft.core.Direction.Axis; import net.minecraft.world.level.block.Block; diff --git a/src/main/java/com/drmangotea/tfmg/base/TFMGSpriteShifts.java b/src/main/java/com/drmangotea/tfmg/base/TFMGSpriteShifts.java index 9a1074cb..ee4917b1 100644 --- a/src/main/java/com/drmangotea/tfmg/base/TFMGSpriteShifts.java +++ b/src/main/java/com/drmangotea/tfmg/base/TFMGSpriteShifts.java @@ -6,8 +6,8 @@ import com.simibubi.create.foundation.block.connected.AllCTTypes; import com.simibubi.create.foundation.block.connected.CTSpriteShiftEntry; import com.simibubi.create.foundation.block.connected.CTSpriteShifter; import com.simibubi.create.foundation.block.connected.CTType; -import com.simibubi.create.foundation.block.render.SpriteShiftEntry; -import com.simibubi.create.foundation.block.render.SpriteShifter; +import net.createmod.catnip.render.SpriteShiftEntry; +import net.createmod.catnip.render.SpriteShifter; public class TFMGSpriteShifts { @@ -26,6 +26,10 @@ public class TFMGSpriteShifts { public static final CTSpriteShiftEntry ALUMINUM_FLUID_TANK = getCT(AllCTTypes.RECTANGLE, "aluminum_fluid_tank"), ALUMINUM_FLUID_TANK_TOP = getCT(AllCTTypes.RECTANGLE, "aluminum_fluid_tank_top"), ALUMINUM_FLUID_TANK_INNER = getCT(AllCTTypes.RECTANGLE, "aluminum_fluid_tank_inner"); public static final CTSpriteShiftEntry CAST_IRON_FLUID_TANK = getCT(AllCTTypes.RECTANGLE, "cast_iron_fluid_tank"), CAST_IRON_FLUID_TANK_TOP = getCT(AllCTTypes.RECTANGLE, "cast_iron_fluid_tank_top"), CAST_IRON_FLUID_TANK_INNER = getCT(AllCTTypes.RECTANGLE, "cast_iron_fluid_tank_inner"); + public static final CTSpriteShiftEntry STEEL_VAT = getCT(AllCTTypes.RECTANGLE, "steel_vat"), STEEL_VAT_TOP = getCT(AllCTTypes.RECTANGLE, "steel_vat_top"), STEEL_VAT_INNER = getCT(AllCTTypes.RECTANGLE, "steel_vat_inner"); + public static final CTSpriteShiftEntry CAST_IRON_VAT = getCT(AllCTTypes.RECTANGLE, "cast_iron_vat"), CAST_IRON_VAT_TOP = getCT(AllCTTypes.RECTANGLE, "cast_iron_vat_top"), CAST_IRON_VAT_INNER = getCT(AllCTTypes.RECTANGLE, "cast_iron_vat_inner"); + public static final CTSpriteShiftEntry FIREPROOF_VAT = getCT(AllCTTypes.RECTANGLE, "fireproof_vat"), FIREPROOF_VAT_TOP = getCT(AllCTTypes.RECTANGLE, "fireproof_vat_top"), FIREPROOF_VAT_INNER = getCT(AllCTTypes.RECTANGLE, "fireproof_vat_inner"); + public static final CTSpriteShiftEntry BLAST_FURNACE_REINFORCEMENT = vertical("blast_furnace_reinforcement"); public static final CTSpriteShiftEntry RUSTED_BLAST_FURNACE_REINFORCEMENT = vertical("rusted_blast_furnace_reinforcement"); public static final CTSpriteShiftEntry SEGMENTED_DISPLAY_SCREEN = horizontal("segmented_display_screen"); diff --git a/src/main/java/com/drmangotea/tfmg/base/TFMGUtils.java b/src/main/java/com/drmangotea/tfmg/base/TFMGUtils.java index 7a10cbbe..1cafaed1 100644 --- a/src/main/java/com/drmangotea/tfmg/base/TFMGUtils.java +++ b/src/main/java/com/drmangotea/tfmg/base/TFMGUtils.java @@ -12,14 +12,15 @@ import com.simibubi.create.AllSoundEvents; import com.simibubi.create.Create; import com.simibubi.create.content.fluids.tank.FluidTankBlockEntity; import com.simibubi.create.foundation.fluid.SmartFluidTank; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.LangBuilder; +import com.simibubi.create.foundation.utility.CreateLang; +import net.createmod.catnip.lang.LangBuilder; import net.minecraft.ChatFormatting; import net.minecraft.client.renderer.LevelRenderer; import net.minecraft.client.renderer.LightTexture; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; import net.minecraft.network.chat.Component; import net.minecraft.sounds.SoundEvent; import net.minecraft.sounds.SoundSource; @@ -53,7 +54,16 @@ import java.util.stream.Collectors; public class TFMGUtils { - + public static float toYRot(Direction facing) { + return switch (facing){ + case DOWN -> 0.0F; + case UP -> 0.0F; + case NORTH -> 0.0F; + case SOUTH -> 180F; + case WEST -> 90; + case EAST -> 270F; + }; + } public static void createFireExplosion(Level level, Entity entity, BlockPos pos, int sparkAmount, float radius) { if (level.isClientSide && entity != null) level.broadcastEntityEvent(entity, (byte) 3); @@ -159,7 +169,7 @@ public class TFMGUtils { } public static boolean createFluidTooltip(BlockEntity be, List tooltip) { - LangBuilder mb = Lang.translate("generic.unit.millibuckets"); + LangBuilder mb = CreateLang.translate("generic.unit.millibuckets"); ///////// LazyOptional handler = be.getCapability(ForgeCapabilities.FLUID_HANDLER); @@ -169,15 +179,15 @@ public class TFMGUtils { IFluidHandler tank = resolve.get(); if (tank.getTanks() == 0) return false; - Lang.translate("goggles.fluid_storage").style(ChatFormatting.GRAY).forGoggles(tooltip); + CreateLang.translate("goggles.fluid_storage").style(ChatFormatting.GRAY).forGoggles(tooltip); boolean isEmpty = true; for (int i = 0; i < tank.getTanks(); i++) { FluidStack fluidStack = tank.getFluidInTank(i); if (fluidStack.isEmpty()) continue; - Lang.fluidName(fluidStack).style(ChatFormatting.GRAY).forGoggles(tooltip, 1); - Lang.builder().add(Lang.number(fluidStack.getAmount()).add(mb).style(ChatFormatting.DARK_GREEN)).text(ChatFormatting.GRAY, " / ").add(Lang.number(tank.getTankCapacity(i)).add(mb).style(ChatFormatting.DARK_GRAY)).forGoggles(tooltip, 1); + CreateLang.fluidName(fluidStack).style(ChatFormatting.GRAY).forGoggles(tooltip, 1); + CreateLang.builder().add(CreateLang.number(fluidStack.getAmount()).add(mb).style(ChatFormatting.DARK_GREEN)).text(ChatFormatting.GRAY, " / ").add(CreateLang.number(tank.getTankCapacity(i)).add(mb).style(ChatFormatting.DARK_GRAY)).forGoggles(tooltip, 1); isEmpty = false; } if (tank.getTanks() > 1) { @@ -186,7 +196,7 @@ public class TFMGUtils { } if (!isEmpty) return true; - Lang.translate("gui.goggles.fluid_container.capacity").add(Lang.number(tank.getTankCapacity(0)).add(mb).style(ChatFormatting.DARK_GREEN)).style(ChatFormatting.DARK_GRAY).forGoggles(tooltip, 1); + CreateLang.translate("gui.goggles.fluid_container.capacity").add(CreateLang.number(tank.getTankCapacity(0)).add(mb).style(ChatFormatting.DARK_GREEN)).style(ChatFormatting.DARK_GRAY).forGoggles(tooltip, 1); return true; } @@ -198,13 +208,13 @@ public class TFMGUtils { if (!resolve.isPresent()) return false; IItemHandlerModifiable inventory = (IItemHandlerModifiable) resolve.get(); if (inventory.getSlots() == 0) return false; - Lang.translate("goggles.item_storage").style(ChatFormatting.GRAY).forGoggles(tooltip); + CreateLang.translate("goggles.item_storage").style(ChatFormatting.GRAY).forGoggles(tooltip); boolean isEmpty = true; for (int i = 0; i < inventory.getSlots(); i++) { ItemStack itemStack = inventory.getStackInSlot(i); if (itemStack.isEmpty()) continue; - Lang.itemName(itemStack).style(ChatFormatting.DARK_GREEN).add(Component.literal(" x " + itemStack.getCount())).style(ChatFormatting.DARK_GREEN).forGoggles(tooltip, 1); + CreateLang.itemName(itemStack).style(ChatFormatting.DARK_GREEN).add(Component.literal(" x " + itemStack.getCount())).style(ChatFormatting.DARK_GREEN).forGoggles(tooltip, 1); isEmpty = false; } if (inventory.getSlots() > 1) { @@ -213,7 +223,7 @@ public class TFMGUtils { } if (!isEmpty) return true; - Lang.translate("gui.goggles.item_storage_empty").style(ChatFormatting.DARK_GRAY).forGoggles(tooltip, 1); + CreateLang.translate("gui.goggles.item_storage_empty").style(ChatFormatting.DARK_GRAY).forGoggles(tooltip, 1); return true; } diff --git a/src/main/java/com/drmangotea/tfmg/base/events/TFMGClientEvents.java b/src/main/java/com/drmangotea/tfmg/base/events/TFMGClientEvents.java index b6a28383..9f3d4c2a 100644 --- a/src/main/java/com/drmangotea/tfmg/base/events/TFMGClientEvents.java +++ b/src/main/java/com/drmangotea/tfmg/base/events/TFMGClientEvents.java @@ -1,6 +1,7 @@ package com.drmangotea.tfmg.base.events; import com.drmangotea.tfmg.content.engines.engine_controller.EngineControllerClientHandler; +import net.minecraft.client.Minecraft; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.client.ConfigScreenHandler; import net.minecraftforge.client.event.*; @@ -19,7 +20,8 @@ import net.minecraftforge.fml.ModList; import net.minecraftforge.fml.common.Mod.EventBusSubscriber; import net.minecraftforge.fml.event.lifecycle.FMLLoadCompleteEvent; -import static com.jozufozu.flywheel.backend.Backend.isGameActive; + + @EventBusSubscriber(Dist.CLIENT) public class TFMGClientEvents { @@ -36,4 +38,7 @@ public class TFMGClientEvents { } } + protected static boolean isGameActive() { + return !(Minecraft.getInstance().level == null || Minecraft.getInstance().player == null); + } } diff --git a/src/main/java/com/drmangotea/tfmg/base/events/TFMGCommonEvents.java b/src/main/java/com/drmangotea/tfmg/base/events/TFMGCommonEvents.java index 118142d2..2aa2b520 100644 --- a/src/main/java/com/drmangotea/tfmg/base/events/TFMGCommonEvents.java +++ b/src/main/java/com/drmangotea/tfmg/base/events/TFMGCommonEvents.java @@ -5,15 +5,10 @@ import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.content.electricity.base.IElectric; import com.drmangotea.tfmg.content.engines.fuels.EngineFuelTypeManager; import com.drmangotea.tfmg.registry.TFMGItems; -import com.simibubi.create.Create; -import com.simibubi.create.api.event.BlockEntityBehaviourEvent; -import com.simibubi.create.content.equipment.toolbox.ToolboxHandler; import net.minecraft.world.InteractionHand; -import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.player.Player; import net.minecraft.world.level.LevelAccessor; import net.minecraftforge.event.AddReloadListenerEvent; -import net.minecraftforge.event.entity.player.PlayerEvent; import net.minecraftforge.event.level.BlockEvent; import net.minecraftforge.event.level.LevelEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; @@ -23,16 +18,18 @@ import net.minecraftforge.fml.common.Mod; public class TFMGCommonEvents { - @SubscribeEvent - public static void playerLoggedIn(PlayerEvent.PlayerLoggedInEvent event) { - Player player = event.getEntity(); - TFMG.DEPOSITS.playerLogin(player); - } + //@SubscribeEvent + //public static void playerLoggedIn(PlayerEvent.PlayerLoggedInEvent event) { + // Player player = event.getEntity(); + // TFMG.DEPOSITS.playerLogin(player); + // TFMG.LOGGER.debug("PLAYER LOG"); + //} @SubscribeEvent public static void onLoadWorld(LevelEvent.Load event) { LevelAccessor world = event.getLevel(); TFMG.DEPOSITS.levelLoaded(world); + TFMG.LOGGER.debug("WORLD LOAD"); } @SubscribeEvent diff --git a/src/main/java/com/drmangotea/tfmg/base/fluid/AcidFluidType.java b/src/main/java/com/drmangotea/tfmg/base/fluid/AcidFluidType.java index f1f8f755..3ae2aa17 100644 --- a/src/main/java/com/drmangotea/tfmg/base/fluid/AcidFluidType.java +++ b/src/main/java/com/drmangotea/tfmg/base/fluid/AcidFluidType.java @@ -3,8 +3,8 @@ package com.drmangotea.tfmg.base.fluid; import com.simibubi.create.AllFluids; import com.simibubi.create.Create; -import com.simibubi.create.foundation.utility.Color; import com.tterrag.registrate.builders.FluidBuilder; +import net.createmod.catnip.theme.Color; import net.minecraft.core.BlockPos; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.damagesource.DamageSource; @@ -15,6 +15,7 @@ import net.minecraft.world.phys.Vec3; import net.minecraftforge.fluids.FluidStack; import org.joml.Vector3f; +import java.awt.*; import java.util.function.Supplier; public class AcidFluidType extends AllFluids.TintedFluidType { diff --git a/src/main/java/com/drmangotea/tfmg/base/fluid/GasFluidType.java b/src/main/java/com/drmangotea/tfmg/base/fluid/GasFluidType.java index 7792087e..a7a0f38c 100644 --- a/src/main/java/com/drmangotea/tfmg/base/fluid/GasFluidType.java +++ b/src/main/java/com/drmangotea/tfmg/base/fluid/GasFluidType.java @@ -1,16 +1,7 @@ package com.drmangotea.tfmg.base.fluid; -import com.drmangotea.tfmg.registry.TFMGFluids; -import com.simibubi.create.Create; -import com.simibubi.create.foundation.utility.Color; + import com.tterrag.registrate.builders.FluidBuilder; -import net.minecraft.core.BlockPos; -import net.minecraft.resources.ResourceLocation; -import net.minecraft.world.entity.Entity; -import net.minecraft.world.entity.LivingEntity; -import net.minecraft.world.level.BlockAndTintGetter; -import net.minecraft.world.level.material.FluidState; -import net.minecraft.world.phys.Vec3; import net.minecraftforge.fluids.FluidStack; import net.minecraftforge.fluids.FluidType; import org.joml.Vector3f; diff --git a/src/main/java/com/drmangotea/tfmg/base/fluid/HotFluidType.java b/src/main/java/com/drmangotea/tfmg/base/fluid/HotFluidType.java index 7407602c..b710d5cf 100644 --- a/src/main/java/com/drmangotea/tfmg/base/fluid/HotFluidType.java +++ b/src/main/java/com/drmangotea/tfmg/base/fluid/HotFluidType.java @@ -3,8 +3,8 @@ package com.drmangotea.tfmg.base.fluid; import com.drmangotea.tfmg.registry.TFMGFluids; import com.simibubi.create.AllFluids; import com.simibubi.create.Create; -import com.simibubi.create.foundation.utility.Color; import com.tterrag.registrate.builders.FluidBuilder; +import net.createmod.catnip.theme.Color; import net.minecraft.core.BlockPos; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.damagesource.DamageSource; diff --git a/src/main/java/com/drmangotea/tfmg/base/palettes/TFMGPaletteBlockPartial.java b/src/main/java/com/drmangotea/tfmg/base/palettes/TFMGPaletteBlockPartial.java index 9d7e0a21..3650df28 100644 --- a/src/main/java/com/drmangotea/tfmg/base/palettes/TFMGPaletteBlockPartial.java +++ b/src/main/java/com/drmangotea/tfmg/base/palettes/TFMGPaletteBlockPartial.java @@ -1,11 +1,13 @@ package com.drmangotea.tfmg.base.palettes; +import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.base.TFMGCreativeTabs; import com.drmangotea.tfmg.registry.TFMGPaletteStoneTypes; import com.simibubi.create.Create; import com.simibubi.create.foundation.data.CreateRegistrate; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import com.tterrag.registrate.builders.BlockBuilder; import com.tterrag.registrate.builders.ItemBuilder; import com.tterrag.registrate.providers.DataGenContext; @@ -57,7 +59,7 @@ public abstract class TFMGPaletteBlockPartial { public @NonnullType BlockBuilder create(String variantName, TFMGPaletteBlockPattern pattern, BlockEntry block, TFMGPaletteStoneTypes variant) { - String patternName = Lang.nonPluralId(pattern.createName(variantName)); + String patternName = CreateLang.nonPluralId(pattern.createName(variantName)); String blockName = patternName + "_" + this.name; BlockBuilder blockBuilder = REGISTRATE @@ -196,7 +198,7 @@ public abstract class TFMGPaletteBlockPartial { .requires(ingredient) .requires(ingredient) .unlockedBy("has_" + c.getName(), ingredient.getCritereon(p)) - .save(p, Create.ID + ":" + c.getName() + "_recycling"); + .save(p, TFMG.MOD_ID + ":" + c.getName() + "_recycling"); } @Override diff --git a/src/main/java/com/drmangotea/tfmg/config/DepositConfig.java b/src/main/java/com/drmangotea/tfmg/config/DepositConfig.java index 8f9cd691..cb1020ad 100644 --- a/src/main/java/com/drmangotea/tfmg/config/DepositConfig.java +++ b/src/main/java/com/drmangotea/tfmg/config/DepositConfig.java @@ -1,6 +1,7 @@ package com.drmangotea.tfmg.config; -import com.simibubi.create.foundation.config.ConfigBase; + +import net.createmod.catnip.config.ConfigBase; public class DepositConfig extends ConfigBase { diff --git a/src/main/java/com/drmangotea/tfmg/config/MachineConfig.java b/src/main/java/com/drmangotea/tfmg/config/MachineConfig.java index 48019a5a..88e4f521 100644 --- a/src/main/java/com/drmangotea/tfmg/config/MachineConfig.java +++ b/src/main/java/com/drmangotea/tfmg/config/MachineConfig.java @@ -1,25 +1,17 @@ package com.drmangotea.tfmg.config; -import com.simibubi.create.foundation.config.ConfigBase; + +import net.createmod.catnip.config.ConfigBase; public class MachineConfig extends ConfigBase { - public final ConfigFloat largeGeneratorFeModifier = f(4, 0, "largeGeneratorFEModifier", Comments.largeGenerator); - public final ConfigFloat smallGeneratorFeModifier = f(0.4f, 0, "smallGeneratorFEModifier", Comments.generator); - public final ConfigInt blastFurnaceMaxHeight = i(10, 3, "blastFurnaceMaxHeight", Comments.blastFurnaceHeight); - public final ConfigFloat blastFurnaceHeightSpeedModifier = f(1f, 0.1f, "blastFurnaceHeightSpeedModifier", Comments.blastFurnaceHeightSpeedModifier); - public final ConfigInt blastFurnaceFuelConsumption = i(600, 1, "blastFurnaceFuelConsumption", Comments.blastFurnaceFuelConsumption); + public final ConfigInt electricMotorMinimumPower = i(250, 1, "electricMotorMinimumPower", Comments.electricMotorMinimumPower); public final ConfigInt electricMotorMinimumVoltage = i(150, 1, "electricMotorMinimumVoltage", Comments.electricMotorMinimumVoltage); public final ConfigFloat electricMotorInternalResistance = f(100, 0, "electricMotorInternalResistance", Comments.electricMotorInternalResistance); public final ConfigInt cokeOvenMaxSize = i(5, 1, "cokeOvenMaxSize", Comments.cokeOvenMaxSize); - public final ConfigInt accumulatorStorage = i(100000, 1, "accumulatorStorage", Comments.accumulatorStorage); - public final ConfigInt accumulatorVoltage = i(12, 1, "accumulatorVoltage", Comments.accumulatorVoltage); - public final ConfigInt accumulatorMaxAmpOutput = i(20, 1, "accumulatorMaxAmpOutput", Comments.accumulatorMaxAmpOutput); - public final ConfigInt accumulatorChargingRate = i(100, 1, "accumulatorChargingRate", Comments.accumulatorChargingRate); - public final ConfigFloat FEtoWattTickConversionRate = f(1, 0, "FEtoWattTickConversionRate", Comments.FEtoWattTickConversionRate); - public final ConfigBool fireboxExhaustRequirement = b(true, "fireboxExhaustRequirement", Comments.fireboxExhaustRequirement); - public final ConfigInt fireboxFuelConsumption = i(100, 1, "fireboxFuelConsumption", Comments.fireboxFuelConsumption); + public final ConfigFloat FEtoWattTickConversionRate = f(1, 0, "FEtoWattTickConversionRate", Comments.FEtoWattTickConversionRate); + public final ConfigInt graphiteElectrodeCurrent = i(10, 1, "graphiteElectrodeCurrent", Comments.graphiteElectrodeCurrent); public final ConfigInt electrolysisMinimumCurrent = i(5, 1, "electrolysisMinimumCurrent", Comments.electrolysisMinimumCurrent); public final ConfigInt engineMaxLength = i(5, 1, "engineMaxLength", Comments.engineMaxLength); @@ -27,6 +19,28 @@ public class MachineConfig extends ConfigBase { public final ConfigInt polarizerItemChargingRate = i(1000, 1, "polarizerItemChargingRate", Comments.polarizerItemChargingRate); + public final ConfigGroup accumulator = group(1, "accumulator", "Accumulator"); + public final ConfigInt accumulatorStorage = i(100000, 1, "accumulatorStorage", Comments.accumulatorStorage); + public final ConfigInt accumulatorVoltage = i(12, 1, "accumulatorVoltage", Comments.accumulatorVoltage); + public final ConfigInt accumulatorMaxAmpOutput = i(20, 1, "accumulatorMaxAmpOutput", Comments.accumulatorMaxAmpOutput); + public final ConfigInt accumulatorChargingRate = i(100, 1, "accumulatorChargingRate", Comments.accumulatorChargingRate); + + public final ConfigGroup firebox = group(1, "firebox", "Firebox"); + public final ConfigBool fireboxExhaustRequirement = b(true, "fireboxExhaustRequirement", Comments.fireboxExhaustRequirement); + public final ConfigInt fireboxFuelConsumption = i(100, 1, "fireboxFuelConsumption", Comments.fireboxFuelConsumption); + + public final ConfigGroup generators = group(1, "generators", "Generators"); + public final ConfigFloat largeGeneratorModifier = f(4, 0, "largeGeneratorModifier", Comments.largeGenerator); + public final ConfigFloat largeGeneratorMinSpeed = f(70, 0, "largeGeneratorMinSpeed", Comments.largeGeneratorMinSpeed); + // + public final ConfigFloat generatorModifier = f(1.4f, 0, "GeneratorModifier", Comments.generator); + public final ConfigFloat generatorMinSpeed = f(40, 0, "generatorMinSpeed", Comments.generatorMinSpeed); + + public final ConfigGroup blast_furnace = group(1, "blast_furnace", "Blast Furnace"); + public final ConfigInt blastFurnaceMaxHeight = i(10, 3, "blastFurnaceMaxHeight", Comments.blastFurnaceHeight); + public final ConfigFloat blastFurnaceHeightSpeedModifier = f(1f, 0.1f, "blastFurnaceHeightSpeedModifier", Comments.blastFurnaceHeightSpeedModifier); + public final ConfigInt blastFurnaceFuelConsumption = i(600, 1, "blastFurnaceFuelConsumption", Comments.blastFurnaceFuelConsumption); + @Override public String getName() { return "machines"; @@ -34,8 +48,10 @@ public class MachineConfig extends ConfigBase { private static class Comments { - static String largeGenerator = "Changes the FE production of large generators."; - static String generator = "Changes the FE production of small generators."; + static String largeGenerator = "Determines how powerful the large generator is."; + static String generator = "Determines how powerful the generator is."; + static String largeGeneratorMinSpeed = "Changes the lowest speed the large generator can work on."; + static String generatorMinSpeed = "Changes the lowest speed the generator can work on."; static String blastFurnaceHeight = "Changes the maximum height of the blast furnace."; static String blastFurnaceHeightSpeedModifier = "Sets the maximum time that can be saved by increasing blast furnace height."; static String blastFurnaceFuelConsumption = "Determines how many ticks does it take to consume one fuel."; diff --git a/src/main/java/com/drmangotea/tfmg/config/StressConfig.java b/src/main/java/com/drmangotea/tfmg/config/StressConfig.java deleted file mode 100644 index d5a23a59..00000000 --- a/src/main/java/com/drmangotea/tfmg/config/StressConfig.java +++ /dev/null @@ -1,110 +0,0 @@ -package com.drmangotea.tfmg.config; - - -import com.drmangotea.tfmg.TFMG; -import com.simibubi.create.content.kinetics.BlockStressDefaults; -import com.simibubi.create.content.kinetics.BlockStressValues.IStressValueProvider; -import com.simibubi.create.foundation.config.ConfigBase; -import com.simibubi.create.foundation.utility.Couple; -import com.simibubi.create.foundation.utility.RegisteredObjects; -import net.minecraft.resources.ResourceLocation; -import net.minecraft.world.level.block.Block; -import net.minecraftforge.common.ForgeConfigSpec.Builder; -import net.minecraftforge.common.ForgeConfigSpec.ConfigValue; -import org.jetbrains.annotations.Nullable; - -import java.util.HashMap; -import java.util.Map; -import java.util.function.Supplier; - -public class StressConfig extends ConfigBase implements IStressValueProvider { - - private final Map> capacities = new HashMap<>(); - private final Map> impacts = new HashMap<>(); - - @Override - public void registerAll(Builder builder) { - builder.comment(".", Comments.su, Comments.impact) - .push("impact"); - BlockStressDefaults.DEFAULT_IMPACTS.forEach((r, i) -> { - if (r.getNamespace() - .equals(TFMG.MOD_ID)) - getImpacts().put(r, builder.define(r.getPath(), i)); - }); - builder.pop(); - - builder.comment(".", Comments.su, Comments.capacity) - .push("capacity"); - BlockStressDefaults.DEFAULT_CAPACITIES.forEach((r, i) -> { - if (r.getNamespace() - .equals(TFMG.MOD_ID)) - getCapacities().put(r, builder.define(r.getPath(), i)); - }); - builder.pop(); - } - - @Override - public String getName() { - return "stressValues"; - } - - @Override - public double getImpact(Block block) { - block = redirectValues(block); - ResourceLocation key = RegisteredObjects.getKeyOrThrow(block); - ConfigValue value = getImpacts().get(key); - if (value != null) return value.get(); - return 0; - } - - @Override - public double getCapacity(Block block) { - block = redirectValues(block); - ResourceLocation key = RegisteredObjects.getKeyOrThrow(block); - ConfigValue value = getCapacities().get(key); - if (value != null) return value.get(); - return 0; - } - - @Override - public boolean hasImpact(Block block) { - block = redirectValues(block); - ResourceLocation key = RegisteredObjects.getKeyOrThrow(block); - return getImpacts().containsKey(key); - } - - @Override - public boolean hasCapacity(Block block) { - block = redirectValues(block); - ResourceLocation key = RegisteredObjects.getKeyOrThrow(block); - return getCapacities().containsKey(key); - } - - @Nullable - @Override - public Couple getGeneratedRPM(Block block) { - block = redirectValues(block); - ResourceLocation key = RegisteredObjects.getKeyOrThrow(block); - Supplier> supplier = BlockStressDefaults.GENERATOR_SPEEDS.get(key); - if (supplier == null) return null; - return supplier.get(); - } - - protected Block redirectValues(Block block) { - return block; - } - - public Map> getImpacts() { - return impacts; - } - - public Map> getCapacities() { - return capacities; - } - - private static class Comments { - static String su = "[in Stress Units]"; - static String impact = "Configure the individual stress impact of mechanical blocks. Note that this cost is doubled for every speed increase it receives"; - static String capacity = "Configure how much stress a source can accommodate for."; - } -} diff --git a/src/main/java/com/drmangotea/tfmg/config/TFMGCommonConfig.java b/src/main/java/com/drmangotea/tfmg/config/TFMGCommonConfig.java index e4531725..456e5742 100644 --- a/src/main/java/com/drmangotea/tfmg/config/TFMGCommonConfig.java +++ b/src/main/java/com/drmangotea/tfmg/config/TFMGCommonConfig.java @@ -1,11 +1,11 @@ package com.drmangotea.tfmg.config; -import com.simibubi.create.foundation.config.ConfigBase; -public class TFMGCommonConfig extends ConfigBase { + +public class TFMGCommonConfig extends net.createmod.catnip.config.ConfigBase { public final MachineConfig machines = nested(0, MachineConfig::new, "Config options for TFMG's machinery"); - public final DepositConfig deposits = nested(1, DepositConfig::new, "Oil Deposit Config"); + public final DepositConfig worldgen = nested(1, DepositConfig::new, "Worldgen Settings"); @Override public String getName() { diff --git a/src/main/java/com/drmangotea/tfmg/config/TFMGConfigs.java b/src/main/java/com/drmangotea/tfmg/config/TFMGConfigs.java index b8414516..ed8ab701 100644 --- a/src/main/java/com/drmangotea/tfmg/config/TFMGConfigs.java +++ b/src/main/java/com/drmangotea/tfmg/config/TFMGConfigs.java @@ -1,8 +1,8 @@ package com.drmangotea.tfmg.config; -import com.simibubi.create.content.kinetics.BlockStressValues; -import com.simibubi.create.foundation.config.ConfigBase; +import com.simibubi.create.api.stress.BlockStressValues; import com.simibubi.create.infrastructure.config.CCommon; +import net.createmod.catnip.config.ConfigBase; import net.minecraftforge.common.ForgeConfigSpec; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.ModLoadingContext; @@ -18,7 +18,7 @@ import java.util.function.Supplier; @Mod.EventBusSubscriber(bus = Mod.EventBusSubscriber.Bus.MOD) public class TFMGConfigs { - private static final Map CONFIGS = new EnumMap<>(ModConfig.Type.class); + private static final Map CONFIGS = new EnumMap<>(ModConfig.Type.class); private static TFMGServerConfig server; private static TFMGCommonConfig common; @@ -55,8 +55,9 @@ public class TFMGConfigs { common = register(TFMGCommonConfig::new, ModConfig.Type.COMMON); for (Map.Entry pair : CONFIGS.entrySet()) context.registerConfig(pair.getKey(), pair.getValue().specification); - - BlockStressValues.registerProvider(context.getActiveNamespace(), server().stressValues); + TFMGStress stress = TFMGConfigs.server().stressValues; + BlockStressValues.IMPACTS.registerProvider(stress::getImpact); + BlockStressValues.CAPACITIES.registerProvider(stress::getCapacity); } @SubscribeEvent diff --git a/src/main/java/com/drmangotea/tfmg/config/TFMGServerConfig.java b/src/main/java/com/drmangotea/tfmg/config/TFMGServerConfig.java index 3ae6fa80..99a3ee77 100644 --- a/src/main/java/com/drmangotea/tfmg/config/TFMGServerConfig.java +++ b/src/main/java/com/drmangotea/tfmg/config/TFMGServerConfig.java @@ -1,12 +1,13 @@ package com.drmangotea.tfmg.config; -import com.simibubi.create.foundation.config.ConfigBase; + +import net.createmod.catnip.config.ConfigBase; public class TFMGServerConfig extends ConfigBase { - public final StressConfig stressValues = nested(0, StressConfig::new, "Fine tune the kinetic stats of individual components"); + public final TFMGStress stressValues = nested(0, TFMGStress::new, "Fine tune the kinetic stats of individual components"); @Override public String getName() { diff --git a/src/main/java/com/drmangotea/tfmg/config/TFMGStress.java b/src/main/java/com/drmangotea/tfmg/config/TFMGStress.java new file mode 100644 index 00000000..2f662d7c --- /dev/null +++ b/src/main/java/com/drmangotea/tfmg/config/TFMGStress.java @@ -0,0 +1,100 @@ +package com.drmangotea.tfmg.config; + + +import com.drmangotea.tfmg.TFMG; +import com.tterrag.registrate.builders.BlockBuilder; +import com.tterrag.registrate.util.nullness.NonNullUnaryOperator; +import it.unimi.dsi.fastutil.objects.Object2DoubleMap; +import it.unimi.dsi.fastutil.objects.Object2DoubleOpenHashMap; +import net.createmod.catnip.config.ConfigBase; +import net.createmod.catnip.platform.CatnipServices; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.level.block.Block; +import net.minecraftforge.common.ForgeConfigSpec.Builder; +import net.minecraftforge.common.ForgeConfigSpec.ConfigValue; +import org.jetbrains.annotations.Nullable; + +import java.util.HashMap; +import java.util.Map; +import java.util.function.DoubleSupplier; + +public class TFMGStress extends ConfigBase { + // bump this version to reset configured values. + private static final int VERSION = 2; + + // IDs need to be used since configs load before registration + + private static final Object2DoubleMap DEFAULT_IMPACTS = new Object2DoubleOpenHashMap<>(); + private static final Object2DoubleMap DEFAULT_CAPACITIES = new Object2DoubleOpenHashMap<>(); + + protected final Map> capacities = new HashMap<>(); + protected final Map> impacts = new HashMap<>(); + + @Override + public void registerAll(Builder builder) { + builder.comment(".", Comments.su, Comments.impact) + .push("impact"); + DEFAULT_IMPACTS.forEach((id, value) -> this.impacts.put(id, builder.define(id.getPath(), value))); + builder.pop(); + + builder.comment(".", Comments.su, Comments.capacity) + .push("capacity"); + DEFAULT_CAPACITIES.forEach((id, value) -> this.capacities.put(id, builder.define(id.getPath(), value))); + builder.pop(); + } + + @Override + public String getName() { + return "stressValues.v" + VERSION; + } + + @Nullable + public DoubleSupplier getImpact(Block block) { + ResourceLocation id = CatnipServices.REGISTRIES.getKeyOrThrow(block); + ConfigValue value = this.impacts.get(id); + return value == null ? null : value::get; + } + + @Nullable + public DoubleSupplier getCapacity(Block block) { + ResourceLocation id = CatnipServices.REGISTRIES.getKeyOrThrow(block); + ConfigValue value = this.capacities.get(id); + return value == null ? null : value::get; + } + + public static NonNullUnaryOperator> setNoImpact() { + return setImpact(0); + } + + public static NonNullUnaryOperator> setImpact(double value) { + return builder -> { + assertFromCreate(builder); + ResourceLocation id = TFMG.asResource(builder.getName()); + DEFAULT_IMPACTS.put(id, value); + return builder; + }; + } + + public static NonNullUnaryOperator> setCapacity(double value) { + return builder -> { + assertFromCreate(builder); + ResourceLocation id = TFMG.asResource(builder.getName()); + DEFAULT_CAPACITIES.put(id, value); + return builder; + }; + } + + private static void assertFromCreate(BlockBuilder builder) { + if (!builder.getOwner().getModid().equals(TFMG.MOD_ID)) { + throw new IllegalStateException("Skibidi Sigma Error"); + } + } + + private static class Comments { + static String su = "[in Stress Units]"; + static String impact = + "Configure the individual stress impact of mechanical blocks. Note that this cost is doubled for every speed increase it receives."; + static String capacity = "Configure how much stress a source can accommodate for."; + } + +} diff --git a/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/EncasedAluminumCogInstance.java b/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/EncasedAluminumCogInstance.java deleted file mode 100644 index e36fa856..00000000 --- a/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/EncasedAluminumCogInstance.java +++ /dev/null @@ -1,116 +0,0 @@ -package com.drmangotea.tfmg.content.decoration.cogs; - -import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.api.InstanceData; -import com.jozufozu.flywheel.api.Instancer; -import com.jozufozu.flywheel.api.Material; -import com.jozufozu.flywheel.api.MaterialManager; -import com.jozufozu.flywheel.core.PartialModel; -import com.jozufozu.flywheel.util.transform.TransformStack; -import com.mojang.blaze3d.vertex.PoseStack; -import com.mojang.math.Axis; -import com.simibubi.create.AllPartialModels; -import com.simibubi.create.content.kinetics.base.IRotate; -import com.simibubi.create.content.kinetics.base.KineticBlockEntity; -import com.simibubi.create.content.kinetics.base.KineticBlockEntityInstance; -import com.simibubi.create.content.kinetics.base.flwdata.RotatingData; -import com.simibubi.create.content.kinetics.simpleRelays.BracketedKineticBlockEntityRenderer; -import com.simibubi.create.foundation.render.AllMaterialSpecs; -import com.simibubi.create.foundation.utility.Iterate; -import net.minecraft.core.Direction; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.properties.BlockStateProperties; - -import java.util.Optional; - -public class EncasedAluminumCogInstance extends KineticBlockEntityInstance { - - private boolean large; - - protected RotatingData rotatingModel; - protected Optional rotatingTopShaft; - protected Optional rotatingBottomShaft; - - public static EncasedAluminumCogInstance small(MaterialManager modelManager, KineticBlockEntity blockEntity) { - return new EncasedAluminumCogInstance(modelManager, blockEntity, false); - } - - public static EncasedAluminumCogInstance large(MaterialManager modelManager, KineticBlockEntity blockEntity) { - return new EncasedAluminumCogInstance(modelManager, blockEntity, true); - } - - public EncasedAluminumCogInstance(MaterialManager modelManager, KineticBlockEntity blockEntity, boolean large) { - super(modelManager, blockEntity); - this.large = large; - } - - @Override - public void init() { - rotatingModel = setup(getCogModel().createInstance()); - - Block block = blockState.getBlock(); - if (!(block instanceof IRotate)) - return; - - IRotate def = (IRotate) block; - rotatingTopShaft = Optional.empty(); - rotatingBottomShaft = Optional.empty(); - - for (Direction d : Iterate.directionsInAxis(axis)) { - if (!def.hasShaftTowards(blockEntity.getLevel(), blockEntity.getBlockPos(), blockState, d)) - continue; - RotatingData data = setup(getRotatingMaterial().getModel(AllPartialModels.SHAFT_HALF, blockState, d) - .createInstance()); - if (large) - data.setRotationOffset(BracketedKineticBlockEntityRenderer.getShaftAngleOffset(axis, pos)); - if (d.getAxisDirection() == Direction.AxisDirection.POSITIVE) - rotatingTopShaft = Optional.of(data); - else - rotatingBottomShaft = Optional.of(data); - } - } - - @Override - public void update() { - updateRotation(rotatingModel); - rotatingTopShaft.ifPresent(this::updateRotation); - rotatingBottomShaft.ifPresent(this::updateRotation); - } - - @Override - public void updateLight() { - relight(pos, rotatingModel); - rotatingTopShaft.ifPresent(d -> relight(pos, d)); - rotatingBottomShaft.ifPresent(d -> relight(pos, d)); - } - - @Override - public void remove() { - rotatingModel.delete(); - rotatingTopShaft.ifPresent(InstanceData::delete); - rotatingBottomShaft.ifPresent(InstanceData::delete); - } - - protected Instancer getCogModel() { - BlockState referenceState = blockEntity.getBlockState(); - Direction facing = - Direction.fromAxisAndDirection(referenceState.getValue(BlockStateProperties.AXIS), Direction.AxisDirection.POSITIVE); - PartialModel partial = large ? TFMGPartialModels.LARGE_ALUMINUM_COGHWEEL : TFMGPartialModels.ALUMINUM_COGHWEEL; - - return getCutoutRotatingMaterial().getModel(partial, referenceState, facing, () -> { - PoseStack poseStack = new PoseStack(); - TransformStack.cast(poseStack) - .centre() - .rotateToFace(facing) - .multiply(Axis.XN.rotationDegrees(90)) - .unCentre(); - return poseStack; - }); - } - - protected Material getCutoutRotatingMaterial() { - return materialManager.defaultCutout() - .material(AllMaterialSpecs.ROTATING); - } -} diff --git a/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/EncasedAluminumCogRenderer.java b/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/EncasedAluminumCogRenderer.java index 0957b9bf..249116dc 100644 --- a/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/EncasedAluminumCogRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/EncasedAluminumCogRenderer.java @@ -1,7 +1,6 @@ package com.drmangotea.tfmg.content.decoration.cogs; import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.backend.Backend; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.AllPartialModels; import com.simibubi.create.content.kinetics.base.IRotate; @@ -9,9 +8,10 @@ import com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer; import com.simibubi.create.content.kinetics.simpleRelays.BracketedKineticBlockEntityRenderer; import com.simibubi.create.content.kinetics.simpleRelays.SimpleKineticBlockEntity; import com.simibubi.create.content.kinetics.simpleRelays.encased.EncasedCogwheelBlock; -import com.simibubi.create.foundation.render.CachedBufferer; -import com.simibubi.create.foundation.render.SuperByteBuffer; -import com.simibubi.create.foundation.utility.Iterate; +import dev.engine_room.flywheel.api.visualization.VisualizationManager; +import net.createmod.catnip.data.Iterate; +import net.createmod.catnip.render.CachedBuffers; +import net.createmod.catnip.render.SuperByteBuffer; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; @@ -41,7 +41,7 @@ public class EncasedAluminumCogRenderer extends KineticBlockEntityRenderer { + + + protected final RotatingInstance rotatingModel; + @Nullable + protected final RotatingInstance rotatingTopShaft; + @Nullable + protected final RotatingInstance rotatingBottomShaft; + + public static EncasedCogVisual small(VisualizationContext modelManager, KineticBlockEntity blockEntity, float partialTick) { + return new EncasedCogVisual(modelManager, blockEntity, false, partialTick, Models.partial(TFMGPartialModels.ALUMINUM_COGHWEEL)); + } + + public static EncasedCogVisual large(VisualizationContext modelManager, KineticBlockEntity blockEntity, float partialTick) { + return new EncasedCogVisual(modelManager, blockEntity, true, partialTick, Models.partial(TFMGPartialModels.LARGE_ALUMINUM_COGHWEEL)); + } + + public EncasedAluminumCogVisual(VisualizationContext modelManager, KineticBlockEntity blockEntity, boolean large, float partialTick, Model model) { + super(modelManager, blockEntity, partialTick); + + rotatingModel = instancerProvider().instancer(AllInstanceTypes.ROTATING, model) + .createInstance(); + + rotatingModel.setup(blockEntity) + .setPosition(getVisualPosition()) + .rotateToFace(rotationAxis()) + .setChanged(); + + RotatingInstance rotatingTopShaft = null; + RotatingInstance rotatingBottomShaft = null; + + Block block = blockState.getBlock(); + if (block instanceof IRotate def) { + for (Direction d : Iterate.directionsInAxis(rotationAxis())) { + if (!def.hasShaftTowards(blockEntity.getLevel(), blockEntity.getBlockPos(), blockState, d)) + continue; + RotatingInstance instance = instancerProvider().instancer(AllInstanceTypes.ROTATING, Models.partial(AllPartialModels.SHAFT_HALF)) + .createInstance(); + instance.setup(blockEntity) + .setPosition(getVisualPosition()) + .rotateToFace(Direction.SOUTH, d) + .setChanged(); + + if (large) { + instance.setRotationOffset(BracketedKineticBlockEntityRenderer.getShaftAngleOffset(rotationAxis(), pos)); + } + + if (d.getAxisDirection() == Direction.AxisDirection.POSITIVE) { + rotatingTopShaft = instance; + } else { + rotatingBottomShaft = instance; + } + } + } + + this.rotatingTopShaft = rotatingTopShaft; + this.rotatingBottomShaft = rotatingBottomShaft; + } + + @Override + public void update(float pt) { + rotatingModel.setup(blockEntity) + .setChanged(); + if (rotatingTopShaft != null) rotatingTopShaft.setup(blockEntity) + .setChanged(); + if (rotatingBottomShaft != null) rotatingBottomShaft.setup(blockEntity) + .setChanged(); + } + + @Override + public void updateLight(float partialTick) { + relight(rotatingModel, rotatingTopShaft, rotatingBottomShaft); + } + + @Override + protected void _delete() { + rotatingModel.delete(); + if (rotatingTopShaft != null) rotatingTopShaft.delete(); + if (rotatingBottomShaft != null) rotatingBottomShaft.delete(); + } + + @Override + public void collectCrumblingInstances(Consumer<@Nullable Instance> consumer) { + consumer.accept(rotatingModel); + consumer.accept(rotatingTopShaft); + consumer.accept(rotatingBottomShaft); + } +} \ No newline at end of file diff --git a/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/EncasedSteelCogInstance.java b/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/EncasedSteelCogInstance.java deleted file mode 100644 index 31bbb2c8..00000000 --- a/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/EncasedSteelCogInstance.java +++ /dev/null @@ -1,109 +0,0 @@ -package com.drmangotea.tfmg.content.decoration.cogs; - -import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.api.InstanceData; -import com.jozufozu.flywheel.api.Instancer; -import com.jozufozu.flywheel.api.MaterialManager; -import com.jozufozu.flywheel.core.PartialModel; -import com.jozufozu.flywheel.util.transform.TransformStack; -import com.mojang.blaze3d.vertex.PoseStack; -import com.mojang.math.Axis; -import com.simibubi.create.AllPartialModels; -import com.simibubi.create.content.kinetics.base.IRotate; -import com.simibubi.create.content.kinetics.base.KineticBlockEntity; -import com.simibubi.create.content.kinetics.base.KineticBlockEntityInstance; -import com.simibubi.create.content.kinetics.base.flwdata.RotatingData; -import com.simibubi.create.content.kinetics.simpleRelays.BracketedKineticBlockEntityRenderer; -import com.simibubi.create.foundation.utility.Iterate; -import net.minecraft.core.Direction; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.properties.BlockStateProperties; - -import java.util.Optional; - -public class EncasedSteelCogInstance extends KineticBlockEntityInstance { - - private boolean large; - - protected RotatingData rotatingModel; - protected Optional rotatingTopShaft; - protected Optional rotatingBottomShaft; - - public static EncasedSteelCogInstance small(MaterialManager modelManager, KineticBlockEntity blockEntity) { - return new EncasedSteelCogInstance(modelManager, blockEntity, false); - } - - public static EncasedSteelCogInstance large(MaterialManager modelManager, KineticBlockEntity blockEntity) { - return new EncasedSteelCogInstance(modelManager, blockEntity, true); - } - - public EncasedSteelCogInstance(MaterialManager modelManager, KineticBlockEntity blockEntity, boolean large) { - super(modelManager, blockEntity); - this.large = large; - } - - @Override - public void init() { - rotatingModel = setup(getCogModel().createInstance()); - - Block block = blockState.getBlock(); - if (!(block instanceof IRotate)) - return; - - IRotate def = (IRotate) block; - rotatingTopShaft = Optional.empty(); - rotatingBottomShaft = Optional.empty(); - - for (Direction d : Iterate.directionsInAxis(axis)) { - if (!def.hasShaftTowards(blockEntity.getLevel(), blockEntity.getBlockPos(), blockState, d)) - continue; - RotatingData data = setup(getRotatingMaterial().getModel(AllPartialModels.SHAFT_HALF, blockState, d) - .createInstance()); - if (large) - data.setRotationOffset(BracketedKineticBlockEntityRenderer.getShaftAngleOffset(axis, pos)); - if (d.getAxisDirection() == Direction.AxisDirection.POSITIVE) - rotatingTopShaft = Optional.of(data); - else - rotatingBottomShaft = Optional.of(data); - } - } - - @Override - public void update() { - updateRotation(rotatingModel); - rotatingTopShaft.ifPresent(this::updateRotation); - rotatingBottomShaft.ifPresent(this::updateRotation); - } - - @Override - public void updateLight() { - relight(pos, rotatingModel); - rotatingTopShaft.ifPresent(d -> relight(pos, d)); - rotatingBottomShaft.ifPresent(d -> relight(pos, d)); - } - - @Override - public void remove() { - rotatingModel.delete(); - rotatingTopShaft.ifPresent(InstanceData::delete); - rotatingBottomShaft.ifPresent(InstanceData::delete); - } - - protected Instancer getCogModel() { - BlockState referenceState = blockEntity.getBlockState(); - Direction facing = - Direction.fromAxisAndDirection(referenceState.getValue(BlockStateProperties.AXIS), Direction.AxisDirection.POSITIVE); - PartialModel partial = large ? TFMGPartialModels.LARGE_STEEL_COGHWEEL : TFMGPartialModels.STEEL_COGHWEEL; - - return getRotatingMaterial().getModel(partial, referenceState, facing, () -> { - PoseStack poseStack = new PoseStack(); - TransformStack.cast(poseStack) - .centre() - .rotateToFace(facing) - .multiply(Axis.XN.rotationDegrees(90)) - .unCentre(); - return poseStack; - }); - } -} diff --git a/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/EncasedSteelCogRenderer.java b/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/EncasedSteelCogRenderer.java index 2043a13e..a378857d 100644 --- a/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/EncasedSteelCogRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/EncasedSteelCogRenderer.java @@ -1,7 +1,6 @@ package com.drmangotea.tfmg.content.decoration.cogs; import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.backend.Backend; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.AllPartialModels; import com.simibubi.create.content.kinetics.base.IRotate; @@ -9,9 +8,10 @@ import com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer; import com.simibubi.create.content.kinetics.simpleRelays.BracketedKineticBlockEntityRenderer; import com.simibubi.create.content.kinetics.simpleRelays.SimpleKineticBlockEntity; import com.simibubi.create.content.kinetics.simpleRelays.encased.EncasedCogwheelBlock; -import com.simibubi.create.foundation.render.CachedBufferer; -import com.simibubi.create.foundation.render.SuperByteBuffer; -import com.simibubi.create.foundation.utility.Iterate; +import dev.engine_room.flywheel.api.visualization.VisualizationManager; +import net.createmod.catnip.data.Iterate; +import net.createmod.catnip.render.CachedBuffers; +import net.createmod.catnip.render.SuperByteBuffer; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; @@ -41,7 +41,7 @@ public class EncasedSteelCogRenderer extends KineticBlockEntityRenderer { - - protected RotatingData additionalShaft; - - public TFMGCogwheelInstance(MaterialManager materialManager, SimpleKineticBlockEntity blockEntity) { - super(materialManager, blockEntity); - } - - @Override - public void init() { - super.init(); - if (!ICogWheel.isLargeCog(blockEntity.getBlockState())) - return; - - // Large cogs sometimes have to offset their teeth by 11.25 degrees in order to - // mesh properly - - float speed = blockEntity.getSpeed(); - Axis axis = KineticBlockEntityRenderer.getRotationAxisOf(blockEntity); - BlockPos pos = blockEntity.getBlockPos(); - float offset = BracketedKineticBlockEntityRenderer.getShaftAngleOffset(axis, pos); - Direction facing = Direction.fromAxisAndDirection(axis, AxisDirection.POSITIVE); - Instancer half = getRotatingMaterial().getModel(AllPartialModels.COGWHEEL_SHAFT, blockState, - facing, () -> this.rotateToAxis(axis)); - - additionalShaft = setup(half.createInstance(), speed); - additionalShaft.setRotationOffset(offset); - } - - @Override - protected Instancer getModel() { - - Axis axis = KineticBlockEntityRenderer.getRotationAxisOf(blockEntity); - Direction facing = Direction.fromAxisAndDirection(axis, AxisDirection.POSITIVE); - - - if (!ICogWheel.isLargeCog(blockEntity.getBlockState())) - return getCutoutRotatingMaterial().getModel(blockState); - //return super.getModel(); - - PartialModel model = blockEntity.getBlockState().is(TFMGBlocks.LARGE_ALUMINUM_COGWHEEL.get()) ? TFMGPartialModels.LARGE_ALUMINUM_COGHWEEL : TFMGPartialModels.LARGE_STEEL_COGHWEEL; - - return getCutoutRotatingMaterial().getModel(model, blockState, facing, - () -> this.rotateToAxis(axis)); - } - - protected Material getCutoutRotatingMaterial() { - return materialManager.defaultCutout() - .material(AllMaterialSpecs.ROTATING); - } - - private PoseStack rotateToAxis(Axis axis) { - Direction facing = Direction.fromAxisAndDirection(axis, AxisDirection.POSITIVE); - PoseStack poseStack = new PoseStack(); - TransformStack.cast(poseStack) - .centre() - .rotateToFace(facing) - .multiply(com.mojang.math.Axis.XN.rotationDegrees(-90)) - .unCentre(); - return poseStack; - } - - @Override - public void update() { - super.update(); - if (additionalShaft != null) { - updateRotation(additionalShaft); - additionalShaft.setRotationOffset(TFMGCogwheelRenderer.getShaftAngleOffset(axis, pos)); - } - } - - @Override - public void updateLight() { - super.updateLight(); - if (additionalShaft != null) - relight(pos, additionalShaft); - } - - @Override - public void remove() { - super.remove(); - if (additionalShaft != null) - additionalShaft.delete(); - } - -} \ No newline at end of file diff --git a/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/TFMGCogwheelRenderer.java b/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/TFMGCogwheelRenderer.java index cd2513e2..0362b0e4 100644 --- a/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/TFMGCogwheelRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/decoration/cogs/TFMGCogwheelRenderer.java @@ -2,16 +2,16 @@ package com.drmangotea.tfmg.content.decoration.cogs; import com.drmangotea.tfmg.registry.TFMGBlocks; import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.backend.Backend; -import com.jozufozu.flywheel.core.PartialModel; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.AllBlocks; import com.simibubi.create.AllPartialModels; import com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer; import com.simibubi.create.content.kinetics.simpleRelays.SimpleKineticBlockEntity; -import com.simibubi.create.foundation.render.CachedBufferer; -import com.simibubi.create.foundation.render.SuperByteBuffer; -import com.simibubi.create.foundation.utility.AnimationTickHolder; +import dev.engine_room.flywheel.api.visualization.VisualizationManager; +import dev.engine_room.flywheel.lib.model.baked.PartialModel; +import net.createmod.catnip.animation.AnimationTickHolder; +import net.createmod.catnip.render.CachedBuffers; +import net.createmod.catnip.render.SuperByteBuffer; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context; @@ -30,7 +30,7 @@ public class TFMGCogwheelRenderer extends KineticBlockEntityRenderer, ISpecialBlockItemRequirement, ITransformableBlock, EncasedBlock { + implements ICogWheel, IBE, SpecialBlockItemRequirement, TransformableBlock, EncasedBlock { public static final BooleanProperty TOP_SHAFT = BooleanProperty.create("top_shaft"); public static final BooleanProperty BOTTOM_SHAFT = BooleanProperty.create("bottom_shaft"); protected final boolean isLarge; @@ -55,6 +56,7 @@ public class TFMGEncasedCogwheelBlock extends RotatedPillarKineticBlock private final BlockEntityEntry beLarge; public static TFMGEncasedCogwheelBlock steel(Properties properties, boolean large, Supplier casing) { + return new TFMGEncasedCogwheelBlock(properties, large, casing, TFMGBlocks.STEEL_COGWHEEL, TFMGBlocks.LARGE_STEEL_COGWHEEL, TFMGBlockEntities.ENCASED_STEEL_COGWHEEL, TFMGBlockEntities.ENCASED_LARGE_STEEL_COGWHEEL); } @@ -124,7 +126,7 @@ public class TFMGEncasedCogwheelBlock extends RotatedPillarKineticBlock BlockPos pos = context.getClickedPos(); KineticBlockEntity.switchToBlockState(level, pos, state.cycle(context.getClickedFace() .getAxisDirection() == Direction.AxisDirection.POSITIVE ? TOP_SHAFT : BOTTOM_SHAFT)); - playRotateSound(level, pos); + IWrenchable.playRotateSound(level, pos); return InteractionResult.SUCCESS; } diff --git a/src/main/java/com/drmangotea/tfmg/content/decoration/encased/TFMGEncasedShaftBlock.java b/src/main/java/com/drmangotea/tfmg/content/decoration/encased/TFMGEncasedShaftBlock.java index 2b75819e..7b5b4e88 100644 --- a/src/main/java/com/drmangotea/tfmg/content/decoration/encased/TFMGEncasedShaftBlock.java +++ b/src/main/java/com/drmangotea/tfmg/content/decoration/encased/TFMGEncasedShaftBlock.java @@ -3,11 +3,11 @@ package com.drmangotea.tfmg.content.decoration.encased; import com.drmangotea.tfmg.registry.TFMGBlockEntities; import com.simibubi.create.AllBlocks; +import com.simibubi.create.api.schematic.requirement.SpecialBlockItemRequirement; import com.simibubi.create.content.decoration.encasing.EncasedBlock; import com.simibubi.create.content.kinetics.base.AbstractEncasedShaftBlock; import com.simibubi.create.content.kinetics.base.KineticBlockEntity; import com.simibubi.create.content.kinetics.base.RotatedPillarKineticBlock; -import com.simibubi.create.content.schematics.requirement.ISpecialBlockItemRequirement; import com.simibubi.create.content.schematics.requirement.ItemRequirement; import com.simibubi.create.foundation.block.IBE; import net.minecraft.core.BlockPos; @@ -28,7 +28,7 @@ import net.minecraft.world.phys.HitResult; import java.util.function.Supplier; public class TFMGEncasedShaftBlock extends AbstractEncasedShaftBlock - implements IBE, ISpecialBlockItemRequirement, EncasedBlock { + implements IBE, SpecialBlockItemRequirement, EncasedBlock { private final Supplier casing; diff --git a/src/main/java/com/drmangotea/tfmg/content/decoration/flywheels/TFMGFlywheelBlock.java b/src/main/java/com/drmangotea/tfmg/content/decoration/flywheels/TFMGFlywheelBlock.java index c3c731fc..e48745e9 100644 --- a/src/main/java/com/drmangotea/tfmg/content/decoration/flywheels/TFMGFlywheelBlock.java +++ b/src/main/java/com/drmangotea/tfmg/content/decoration/flywheels/TFMGFlywheelBlock.java @@ -2,9 +2,11 @@ package com.drmangotea.tfmg.content.decoration.flywheels; import com.drmangotea.tfmg.registry.TFMGBlockEntities; +import com.drmangotea.tfmg.registry.TFMGPartialModels; import com.simibubi.create.AllShapes; import com.simibubi.create.content.kinetics.base.RotatedPillarKineticBlock; import com.simibubi.create.foundation.block.IBE; +import dev.engine_room.flywheel.lib.model.baked.PartialModel; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.core.Direction.Axis; @@ -18,8 +20,29 @@ import net.minecraft.world.phys.shapes.VoxelShape; public class TFMGFlywheelBlock extends RotatedPillarKineticBlock implements IBE { - public TFMGFlywheelBlock(Properties properties) { + + public final PartialModel model; + + public static TFMGFlywheelBlock steel(Properties properties){ + return new TFMGFlywheelBlock(properties, TFMGPartialModels.STEEL_FLYWHEEL); + } + public static TFMGFlywheelBlock aluminum(Properties properties){ + return new TFMGFlywheelBlock(properties, TFMGPartialModels.ALUMINUM_FLYWHEEL); + } + public static TFMGFlywheelBlock cast_iron(Properties properties){ + return new TFMGFlywheelBlock(properties, TFMGPartialModels.CAST_IRON_FLYWHEEL); + } + public static TFMGFlywheelBlock lead(Properties properties){ + return new TFMGFlywheelBlock(properties, TFMGPartialModels.LEAD_FLYWHEEL); + } + public static TFMGFlywheelBlock nickel(Properties properties){ + return new TFMGFlywheelBlock(properties, TFMGPartialModels.NICKEL_FLYWHEEL); + } + + + public TFMGFlywheelBlock(Properties properties,PartialModel model) { super(properties); + this.model = model; } @Override diff --git a/src/main/java/com/drmangotea/tfmg/content/decoration/flywheels/TFMGFlywheelBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/decoration/flywheels/TFMGFlywheelBlockEntity.java index cc4db7c7..8c8e4f65 100644 --- a/src/main/java/com/drmangotea/tfmg/content/decoration/flywheels/TFMGFlywheelBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/decoration/flywheels/TFMGFlywheelBlockEntity.java @@ -1,8 +1,8 @@ package com.drmangotea.tfmg.content.decoration.flywheels; import com.simibubi.create.content.kinetics.base.KineticBlockEntity; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; -import com.simibubi.create.foundation.utility.animation.LerpedFloat.Chaser; +import dev.engine_room.flywheel.lib.model.baked.PartialModel; +import net.createmod.catnip.animation.LerpedFloat; import net.minecraft.core.BlockPos; import net.minecraft.nbt.CompoundTag; import net.minecraft.world.level.block.entity.BlockEntityType; @@ -14,6 +14,8 @@ public class TFMGFlywheelBlockEntity extends KineticBlockEntity { LerpedFloat visualSpeed = LerpedFloat.linear(); float angle; + + public TFMGFlywheelBlockEntity(BlockEntityType type, BlockPos pos, BlockState state) { super(type, pos, state); } @@ -32,7 +34,7 @@ public class TFMGFlywheelBlockEntity extends KineticBlockEntity { protected void read(CompoundTag compound, boolean clientPacket) { super.read(compound, clientPacket); if (clientPacket) - visualSpeed.chase(getGeneratedSpeed(), 1 / 64f, Chaser.EXP); + visualSpeed.chase(getGeneratedSpeed(), 1 / 64f, LerpedFloat.Chaser.EXP); } @Override diff --git a/src/main/java/com/drmangotea/tfmg/content/decoration/flywheels/TFMGFlywheelInstance.java b/src/main/java/com/drmangotea/tfmg/content/decoration/flywheels/TFMGFlywheelInstance.java deleted file mode 100644 index f7c2eb19..00000000 --- a/src/main/java/com/drmangotea/tfmg/content/decoration/flywheels/TFMGFlywheelInstance.java +++ /dev/null @@ -1,75 +0,0 @@ -package com.drmangotea.tfmg.content.decoration.flywheels; - -import com.jozufozu.flywheel.api.MaterialManager; -import com.jozufozu.flywheel.api.instance.DynamicInstance; -import com.jozufozu.flywheel.core.materials.model.ModelData; -import com.jozufozu.flywheel.util.transform.TransformStack; -import com.mojang.blaze3d.vertex.PoseStack; -import com.simibubi.create.content.kinetics.base.KineticBlockEntityInstance; -import com.simibubi.create.content.kinetics.base.flwdata.RotatingData; -import com.simibubi.create.foundation.utility.AngleHelper; -import com.simibubi.create.foundation.utility.AnimationTickHolder; -import net.minecraft.core.Direction; - -public class TFMGFlywheelInstance extends KineticBlockEntityInstance implements DynamicInstance { - - protected final RotatingData shaft; - protected final ModelData wheel; - protected float lastAngle = Float.NaN; - - public TFMGFlywheelInstance(MaterialManager materialManager, TFMGFlywheelBlockEntity blockEntity) { - super(materialManager, blockEntity); - - shaft = setup(getRotatingMaterial().getModel(shaft()) - .createInstance()); - wheel = getTransformMaterial().getModel(blockState) - .createInstance(); - - animate(blockEntity.angle); - } - - @Override - public void beginFrame() { - - float partialTicks = AnimationTickHolder.getPartialTicks(); - - float speed = blockEntity.visualSpeed.getValue(partialTicks) * 3 / 10f; - float angle = blockEntity.angle + speed * partialTicks; - - if (Math.abs(angle - lastAngle) < 0.001) - return; - - animate(angle); - - lastAngle = angle; - } - - private void animate(float angle) { - PoseStack ms = new PoseStack(); - TransformStack msr = TransformStack.cast(ms); - - msr.translate(getInstancePosition()); - msr.centre() - .rotate(Direction.get(Direction.AxisDirection.POSITIVE, axis), AngleHelper.rad(angle)) - .unCentre(); - - wheel.setTransform(ms); - } - - @Override - public void update() { - updateRotation(shaft); - } - - @Override - public void updateLight() { - relight(pos, shaft, wheel); - } - - @Override - public void remove() { - shaft.delete(); - wheel.delete(); - } - -} diff --git a/src/main/java/com/drmangotea/tfmg/content/decoration/flywheels/TFMGFlywheelRenderer.java b/src/main/java/com/drmangotea/tfmg/content/decoration/flywheels/TFMGFlywheelRenderer.java index d8018da4..9a1ca08e 100644 --- a/src/main/java/com/drmangotea/tfmg/content/decoration/flywheels/TFMGFlywheelRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/decoration/flywheels/TFMGFlywheelRenderer.java @@ -1,12 +1,12 @@ package com.drmangotea.tfmg.content.decoration.flywheels; -import com.jozufozu.flywheel.backend.Backend; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; -import com.simibubi.create.foundation.render.SuperByteBuffer; -import com.simibubi.create.foundation.utility.AngleHelper; +import dev.engine_room.flywheel.api.visualization.VisualizationManager; +import net.createmod.catnip.math.AngleHelper; +import net.createmod.catnip.render.CachedBuffers; +import net.createmod.catnip.render.SuperByteBuffer; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; @@ -23,7 +23,7 @@ public class TFMGFlywheelRenderer extends KineticBlockEntityRenderer new EncasedCTBehaviour(AllSpriteShifts.COPPER_CASING))) .onRegister(CreateRegistrate.casingConnectivity((block, cc) -> cc.make(block, AllSpriteShifts.COPPER_CASING, (s, f) -> !s.getValue(TFMGEncasedPipeBlock.FACING_TO_PROPERTY_MAP.get(f))))) - .onRegister(CreateRegistrate.blockModel(() -> PipeAttachmentModel::new)) + .onRegister(CreateRegistrate.blockModel(() -> PipeAttachmentModel::withoutAO)) .loot((p, b) -> p.dropOther(b, pipe.get())) - .transform(EncasingRegistry.addVariantTo(AllBlocks.FLUID_PIPE)) + .transform(EncasingRegistry.addVariantTo(pipe)) .register(); pipes.add(copper_encased_pipe); - + //if(true) + // break; BlockEntry glass_pipe = REGISTRATE.block("glass_" + pipeType.name + "_pipe", p -> new TFMGGlassPipeBlock(p, pipeType)) .initialProperties(SharedProperties::copperMetal) @@ -100,7 +101,7 @@ public class TFMGPipes { .transform(pickaxeOnly()) .blockstate(BlockStateGen.directionalBlockProviderIgnoresWaterlogged(true)) .onRegister(CreateRegistrate.blockModel(() -> t -> new TFMGPipeAttachmentModel(t, pipeType))) - .transform(BlockStressDefaults.setImpact(4.0)) + .transform(TFMGStress.setImpact(4.0)) .item() .transform(customItemModel()) .register(); diff --git a/src/main/java/com/drmangotea/tfmg/content/decoration/tanks/TFMGFluidTankRenderer.java b/src/main/java/com/drmangotea/tfmg/content/decoration/tanks/TFMGFluidTankRenderer.java index adf3d367..073c25e5 100644 --- a/src/main/java/com/drmangotea/tfmg/content/decoration/tanks/TFMGFluidTankRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/decoration/tanks/TFMGFluidTankRenderer.java @@ -6,7 +6,7 @@ import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.content.fluids.tank.FluidTankBlockEntity; import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; import com.simibubi.create.foundation.fluid.FluidRenderer; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; +import net.createmod.catnip.animation.LerpedFloat; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; import net.minecraft.util.Mth; @@ -59,7 +59,7 @@ public class TFMGFluidTankRenderer extends SafeBlockEntityRenderer 0) { syncCooldown--; @@ -169,7 +169,7 @@ public class SteelTankBlockEntity extends FluidTankBlockEntity implements IHaveG if (fluidLevel == null) fluidLevel = LerpedFloat.linear() .startWithValue(getFillState()); - fluidLevel.chase(getFillState(), .5f, Chaser.EXP); + fluidLevel.chase(getFillState(), .5f, LerpedFloat.Chaser.EXP); } } @@ -352,7 +352,7 @@ public class SteelTankBlockEntity extends FluidTankBlockEntity implements IHaveG for (int zOffset = 0; zOffset < be.width; zOffset++) { BlockPos pos = pos1.offset(xOffset, -1, zOffset); BlockState blockState = level.getBlockState(pos); - float heat = BoilerHeaters.getActiveHeat(level, pos, blockState); + float heat = BoilerHeater.findHeat(level, pos, blockState); if (heat > 0) { activeHeat += heat; } @@ -468,7 +468,7 @@ public class SteelTankBlockEntity extends FluidTankBlockEntity implements IHaveG if (compound.contains("ForceFluidLevel") || fluidLevel == null) fluidLevel = LerpedFloat.linear() .startWithValue(fillState); - fluidLevel.chase(fillState, 0.5f, Chaser.EXP); + fluidLevel.chase(fillState, 0.5f, LerpedFloat.Chaser.EXP); } if (luminosity != prevLum && hasLevel()) level.getChunkSource() @@ -476,7 +476,7 @@ public class SteelTankBlockEntity extends FluidTankBlockEntity implements IHaveG .checkBlock(worldPosition); if (compound.contains("LazySync")) - fluidLevel.chase(fluidLevel.getChaseTarget(), 0.125f, Chaser.EXP); + fluidLevel.chase(fluidLevel.getChaseTarget(), 0.125f, LerpedFloat.Chaser.EXP); } public void getGaugeRotation() { @@ -531,7 +531,7 @@ public class SteelTankBlockEntity extends FluidTankBlockEntity implements IHaveG //registerAwardables(behaviours, AllAdvancements.STEAM_ENGINE_MAXED, AllAdvancements.PIPE_ORGAN); } - public IFluidTank getTankInventory() { + public FluidTank getTankInventory() { return tankInventory; } public int getTotalTankSize() { diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/base/ElectricBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/base/ElectricBlockEntity.java index 944d6b86..30ed571a 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/base/ElectricBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/base/ElectricBlockEntity.java @@ -2,7 +2,7 @@ package com.drmangotea.tfmg.content.electricity.base; import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.registry.TFMGPackets; -import com.simibubi.create.content.equipment.goggles.IHaveHoveringInformation; +import com.simibubi.create.api.equipment.goggles.IHaveHoveringInformation; import com.simibubi.create.foundation.blockEntity.SmartBlockEntity; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import net.minecraft.core.BlockPos; @@ -240,7 +240,6 @@ public class ElectricBlockEntity extends SmartBlockEntity implements IElectric, public void tick() { super.tick(); if (data.connectNextTick) { - TFMG.LOGGER.debug("AAAAAAA"); onPlaced(); data.connectNextTick = false; } diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/base/IElectric.java b/src/main/java/com/drmangotea/tfmg/content/electricity/base/IElectric.java index 0759c35b..fd6d58d0 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/base/IElectric.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/base/IElectric.java @@ -3,7 +3,8 @@ package com.drmangotea.tfmg.content.electricity.base; import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.base.TFMGUtils; import com.drmangotea.tfmg.registry.TFMGPackets; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; @@ -35,29 +36,30 @@ public interface IElectric { ElectricalNetwork network = TFMG.NETWORK_MANAGER.getOrCreateNetworkFor(this); setNetwork(getPos()); getData().electricalNetworkId = getPos(); + network.add(this); - //BlockPos pos = BlockPos.of(getPos()); - ///// //// + BlockPos pos = BlockPos.of(getPos()); + /// //// + + + // for (Direction d : Direction.values()) { + // if (hasElectricitySlot(d)) + // if (getLevelAccessor().getBlockEntity(pos.relative(d)) instanceof IElectric be) { + // if (be.hasElectricitySlot(d.getOpposite())) { + // if (!be.destroyed()) { // // - //for (Direction d : Direction.values()) { - // if (hasElectricitySlot(d)) - // if (getLevelAccessor().getBlockEntity(pos.relative(d)) instanceof IElectric be) { - // if (be.hasElectricitySlot(d.getOpposite())) { - // if (!be.destroyed()) { + // for(IElectric member : be.getOrCreateElectricNetwork().members){ + // network.add(member); + // member.setNetwork(this.getData().electricalNetworkId); // + // } // - // for(IElectric member : be.getOrCreateElectricNetwork().members){ - // network.add(member); - // member.setNetwork(this.getData().electricalNetworkId); -// - // } -// - // } - // } - // } - //} - //updateNextTick(); + // } + // } + // } + // } + updateNextTick(); onConnected(); sendStuff(); @@ -101,53 +103,53 @@ public interface IElectric { default boolean makeElectricityTooltip(List tooltip, boolean isPlayerSneaking) { - Lang.number(getOrCreateElectricNetwork().members.size()).forGoggles(tooltip, 1); + CreateLang.number(getOrCreateElectricNetwork().members.size()).forGoggles(tooltip, 1); if (getData().failTimer > 0) - Lang.text("Skill issue: " + getData().failTimer).forGoggles(tooltip, 1); - Lang.text("X " + BlockPos.of(getData().electricalNetworkId).getX() + " Y " + BlockPos.of(getData().electricalNetworkId).getY() + " Z " + BlockPos.of(getData().electricalNetworkId).getZ()).forGoggles(tooltip, 1); - Lang.translate("multimeter.header") + CreateLang.text("Skill issue: " + getData().failTimer).forGoggles(tooltip, 1); + CreateLang.text("X " + BlockPos.of(getData().electricalNetworkId).getX() + " Y " + BlockPos.of(getData().electricalNetworkId).getY() + " Z " + BlockPos.of(getData().electricalNetworkId).getZ()).forGoggles(tooltip, 1); + CreateLang.translate("multimeter.header") .style(ChatFormatting.WHITE) .forGoggles(tooltip, 1); - Lang.text(" R = " + TFMGUtils.formatUnits(voltageGeneration() > 0 ? getGeneratorResistance() : resistance(), "Ω")) + CreateLang.text(" R = " + TFMGUtils.formatUnits(voltageGeneration() > 0 ? getGeneratorResistance() : resistance(), "Ω")) .style(ChatFormatting.GOLD) .forGoggles(tooltip, 1); - Lang.text(" P = " + TFMGUtils.formatUnits(getPowerUsage(), "W")) + CreateLang.text(" P = " + TFMGUtils.formatUnits(getPowerUsage(), "W")) .style(ChatFormatting.GOLD) .forGoggles(tooltip, 1); - Lang.text(" U = " + TFMGUtils.formatUnits(getData().getVoltage(), "V")) + CreateLang.text(" U = " + TFMGUtils.formatUnits(getData().getVoltage(), "V")) .style(ChatFormatting.AQUA) .forGoggles(tooltip, 1); - Lang.text(" I = " + TFMGUtils.formatUnits(getCurrent(), "A")) + CreateLang.text(" I = " + TFMGUtils.formatUnits(getCurrent(), "A")) .style(ChatFormatting.GREEN) .forGoggles(tooltip, 1); //////// - Lang.text(" Network Resistance: " + TFMGUtils.formatUnits(getNetworkResistance(), "Ω")) + CreateLang.text(" Network Resistance: " + TFMGUtils.formatUnits(getNetworkResistance(), "Ω")) .style(ChatFormatting.YELLOW) .forGoggles(tooltip, 1); - Lang.text(" Max Current: " + TFMGUtils.formatUnits(getData().highestCurrent, "A")) + CreateLang.text(" Max Current: " + TFMGUtils.formatUnits(getData().highestCurrent, "A")) .style(ChatFormatting.AQUA) .forGoggles(tooltip, 1); - Lang.text(" Network Power Usage: " + TFMGUtils.formatUnits(getNetworkPowerUsage(), "W")) + CreateLang.text(" Network Power Usage: " + TFMGUtils.formatUnits(getNetworkPowerUsage(), "W")) .style(ChatFormatting.YELLOW) .forGoggles(tooltip, 1); - Lang.text(" Group: " + getData().group.id) + CreateLang.text(" Group: " + getData().group.id) .style(ChatFormatting.DARK_PURPLE) .forGoggles(tooltip, 1); - Lang.text(" Group Resistance: " + getData().group.resistance) + CreateLang.text(" Group Resistance: " + getData().group.resistance) .style(ChatFormatting.DARK_PURPLE) .forGoggles(tooltip, 1); - Lang.text(" Voltage Supply: " + getData().voltageSupply) + CreateLang.text(" Voltage Supply: " + getData().voltageSupply) .style(ChatFormatting.DARK_PURPLE) .forGoggles(tooltip, 1); if (voltageGeneration() > 0) { - Lang.translate("multimeter.power_generated") + CreateLang.translate("multimeter.power_generated") .add(Component.literal(TFMGUtils.formatUnits(powerGeneration(), "W"))) .style(ChatFormatting.BLUE) .forGoggles(tooltip, 1); - Lang.translate("multimeter.voltage_generated") + CreateLang.translate("multimeter.voltage_generated") .add(Component.literal(TFMGUtils.formatUnits(voltageGeneration(), "V"))) .style(ChatFormatting.BLUE) .forGoggles(tooltip, 1); diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/base/KineticElectricBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/base/KineticElectricBlockEntity.java index a7094de6..5dc70184 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/base/KineticElectricBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/base/KineticElectricBlockEntity.java @@ -2,8 +2,8 @@ package com.drmangotea.tfmg.content.electricity.base; import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.registry.TFMGPackets; -import com.simibubi.create.content.equipment.goggles.IHaveGoggleInformation; -import com.simibubi.create.content.equipment.goggles.IHaveHoveringInformation; +import com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation; +import com.simibubi.create.api.equipment.goggles.IHaveHoveringInformation; import com.simibubi.create.content.kinetics.base.GeneratingKineticBlockEntity; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import net.minecraft.core.BlockPos; diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/connection/cables/CableConnectorBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/connection/cables/CableConnectorBlockEntity.java index 28d768e6..76be1007 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/connection/cables/CableConnectorBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/connection/cables/CableConnectorBlockEntity.java @@ -3,9 +3,10 @@ package com.drmangotea.tfmg.content.electricity.connection.cables; import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.base.TFMGUtils; import com.drmangotea.tfmg.content.electricity.base.ElectricBlockEntity; -import com.simibubi.create.content.equipment.goggles.IHaveHoveringInformation; +import com.simibubi.create.api.equipment.goggles.IHaveHoveringInformation; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; + +import net.createmod.catnip.animation.LerpedFloat; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/connection/cables/CableConnectorRenderer.java b/src/main/java/com/drmangotea/tfmg/content/electricity/connection/cables/CableConnectorRenderer.java index 2c4149d0..821f6de5 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/connection/cables/CableConnectorRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/connection/cables/CableConnectorRenderer.java @@ -6,8 +6,7 @@ import com.drmangotea.tfmg.content.machinery.misc.winding_machine.SpoolItem; import com.drmangotea.tfmg.registry.TFMGTags; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; -import com.simibubi.create.foundation.utility.Pair; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; +import net.createmod.catnip.animation.LerpedFloat; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; import net.minecraft.core.BlockPos; diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/connection/cables/CablePos.java b/src/main/java/com/drmangotea/tfmg/content/electricity/connection/cables/CablePos.java index cd354133..cff214b4 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/connection/cables/CablePos.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/connection/cables/CablePos.java @@ -1,8 +1,6 @@ package com.drmangotea.tfmg.content.electricity.connection.cables; -import com.simibubi.create.content.contraptions.behaviour.dispenser.SimplePos; -import net.minecraft.core.BlockPos; -import net.minecraft.core.Vec3i; + public class CablePos extends SimplePos { public CablePos(double x, double y, double z) { diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/connection/copycat_cable/CopycatCableBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/connection/copycat_cable/CopycatCableBlockEntity.java index e44afab2..3055ca49 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/connection/copycat_cable/CopycatCableBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/connection/copycat_cable/CopycatCableBlockEntity.java @@ -7,8 +7,8 @@ import com.drmangotea.tfmg.registry.TFMGPackets; import com.simibubi.create.AllBlocks; import com.simibubi.create.content.decoration.copycat.CopycatBlock; import com.simibubi.create.content.decoration.copycat.CopycatBlockEntity; -import com.simibubi.create.content.equipment.goggles.IHaveGoggleInformation; -import com.simibubi.create.content.equipment.goggles.IHaveHoveringInformation; +import com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation; +import com.simibubi.create.api.equipment.goggles.IHaveHoveringInformation; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/connection/copycat_cable/CopycatCableBlockModel.java b/src/main/java/com/drmangotea/tfmg/content/electricity/connection/copycat_cable/CopycatCableBlockModel.java index e8b9bc08..e4dace30 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/connection/copycat_cable/CopycatCableBlockModel.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/connection/copycat_cable/CopycatCableBlockModel.java @@ -5,7 +5,7 @@ import com.simibubi.create.AllBlocks; import com.simibubi.create.content.decoration.copycat.CopycatSpecialCases; import com.simibubi.create.foundation.model.BakedModelHelper; import com.simibubi.create.foundation.model.BakedQuadHelper; -import com.simibubi.create.foundation.utility.Iterate; +import net.createmod.catnip.data.Iterate; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.block.BlockRenderDispatcher; diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/connection/diagonal/DiagonalCableBlock.java b/src/main/java/com/drmangotea/tfmg/content/electricity/connection/diagonal/DiagonalCableBlock.java index f73348c9..d309a0b8 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/connection/diagonal/DiagonalCableBlock.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/connection/diagonal/DiagonalCableBlock.java @@ -85,7 +85,7 @@ public class DiagonalCableBlock extends DirectionalBlock implements SimpleWaterl context.getLevel().setBlock(context.getClickedPos(),state.setValue(FACING_UP,!state.getValue(FACING_UP)),2); withBlockEntityDo(context.getLevel(),context.getClickedPos(), IElectric::onPlaced); - playRotateSound(context.getLevel(), context.getClickedPos()); + IWrenchable.playRotateSound(context.getLevel(), context.getClickedPos()); return onWrenched; } diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/connection/tube/CableTubeBlock.java b/src/main/java/com/drmangotea/tfmg/content/electricity/connection/tube/CableTubeBlock.java index 1931b892..62aba54c 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/connection/tube/CableTubeBlock.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/connection/tube/CableTubeBlock.java @@ -8,11 +8,10 @@ import com.drmangotea.tfmg.registry.TFMGBlockEntities; import com.drmangotea.tfmg.registry.TFMGBlocks; import com.drmangotea.tfmg.registry.TFMGPackets; import com.simibubi.create.foundation.block.IBE; -import com.simibubi.create.foundation.block.ProperWaterloggedBlock; -import com.simibubi.create.foundation.placement.IPlacementHelper; -import com.simibubi.create.foundation.placement.PlacementHelpers; -import com.simibubi.create.foundation.placement.PlacementOffset; import com.simibubi.create.foundation.placement.PoleHelper; +import net.createmod.catnip.placement.IPlacementHelper; +import net.createmod.catnip.placement.PlacementHelpers; +import net.createmod.catnip.placement.PlacementOffset; import net.minecraft.MethodsReturnNonnullByDefault; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/debug/DebugCinderBlockItem.java b/src/main/java/com/drmangotea/tfmg/content/electricity/debug/DebugCinderBlockItem.java index 8eda9fcb..0fb2cbef 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/debug/DebugCinderBlockItem.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/debug/DebugCinderBlockItem.java @@ -5,9 +5,6 @@ import com.drmangotea.tfmg.base.TFMGUtils; import com.drmangotea.tfmg.content.electricity.base.IElectric; import com.drmangotea.tfmg.content.electricity.connection.cables.CableConnection; import com.drmangotea.tfmg.content.electricity.connection.cables.CableConnectorBlockEntity; -import com.drmangotea.tfmg.content.electricity.generators.GeneratorBlockEntity; -import com.drmangotea.tfmg.content.electricity.storage.AccumulatorBlockEntity; -import com.drmangotea.tfmg.content.electricity.utilities.electric_motor.ElectricMotorBlockEntity; import com.drmangotea.tfmg.content.engines.base.AbstractEngineBlockEntity; import com.drmangotea.tfmg.content.engines.engine_controller.EngineControllerBlockEntity; import com.drmangotea.tfmg.content.engines.regular_engine.RegularEngineBlockEntity; @@ -15,28 +12,20 @@ import com.drmangotea.tfmg.content.machinery.metallurgy.blast_stove.BlastStoveBl import com.drmangotea.tfmg.content.machinery.metallurgy.casting_basin.CastingBasinBlockEntity; import com.drmangotea.tfmg.content.machinery.metallurgy.coke_oven.CokeOvenBlockEntity; import com.drmangotea.tfmg.content.machinery.misc.concrete_hose.ConcreteHoseBlockEntity; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.base.VatBlockEntity; +import com.drmangotea.tfmg.content.machinery.oil_processing.pumpjack.pumpjack.base.FluidReservoir; +import com.drmangotea.tfmg.content.machinery.vat.base.VatBlockEntity; import com.drmangotea.tfmg.content.machinery.oil_processing.pumpjack.pumpjack.base.PumpjackBaseBlockEntity; import com.drmangotea.tfmg.content.machinery.oil_processing.surface_scanner.SurfaceScannerBlockEntity; -import com.drmangotea.tfmg.registry.TFMGItems; -import com.simibubi.create.content.fluids.FluidPropagator; -import com.simibubi.create.content.fluids.pipes.FluidPipeBlockEntity; import com.simibubi.create.content.fluids.tank.FluidTankBlockEntity; +import com.simibubi.create.content.kinetics.mixer.MechanicalMixerBlockEntity; import net.minecraft.core.BlockPos; -import net.minecraft.core.Direction; -import net.minecraft.network.protocol.game.DebugPackets; import net.minecraft.world.InteractionResult; import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.context.UseOnContext; import net.minecraft.world.level.Level; -import net.minecraft.world.ticks.TickPriority; import java.util.ArrayList; -import java.util.List; -import java.util.Set; - -import static com.simibubi.create.content.fluids.pipes.FluidPipeBlock.isOpenAt; public class DebugCinderBlockItem extends Item { public DebugCinderBlockItem(Properties p_41383_) { @@ -53,13 +42,27 @@ public class DebugCinderBlockItem extends Item { BlockPos pos = context.getClickedPos(); Level level = context.getLevel(); - - if(level.getBlockEntity(pos) instanceof EngineControllerBlockEntity be){ - context.getPlayer().getPersistentData().remove("IsUsingEngineController"); - TFMG.LOGGER.debug("REMOVED PERSISTENT DATA"); + if (level.getBlockEntity(pos) instanceof VatBlockEntity be) { + if (!level.isClientSide) + return InteractionResult.SUCCESS; + TFMG.LOGGER.debug("////////////////////////////////////////"); + for (int i = 0; i < 8; i++) { + TFMG.LOGGER.debug("fluid " + i + ": " + be.fluidLevel[i].getValue()); + } + TFMG.LOGGER.debug("////////////////////////////////////////"); return InteractionResult.SUCCESS; } - if(level.getBlockEntity(pos) instanceof RegularEngineBlockEntity be){ + if (level.getBlockEntity(pos) instanceof EngineControllerBlockEntity be) { + + if (context.getPlayer().isCrouching()) { + context.getPlayer().getPersistentData().remove("IsUsingEngineController"); + + } else { + TFMG.LOGGER.debug(be.shift.name()); + } + return InteractionResult.SUCCESS; + } + if (level.getBlockEntity(pos) instanceof RegularEngineBlockEntity be) { be.updateRotation(); return InteractionResult.SUCCESS; } @@ -72,83 +75,101 @@ public class DebugCinderBlockItem extends Item { // return InteractionResult.SUCCESS; //} - if(level.getBlockEntity(pos) instanceof ConcreteHoseBlockEntity be){ + if (level.getBlockEntity(pos) instanceof ConcreteHoseBlockEntity be) { be.filler.reset(); return InteractionResult.SUCCESS; } - if(level.getBlockEntity(pos) instanceof CableConnectorBlockEntity be){ - if(context.getPlayer().isShiftKeyDown()) { + if (level.getBlockEntity(pos) instanceof CableConnectorBlockEntity be) { + if (context.getPlayer().isShiftKeyDown()) { TFMG.LOGGER.debug("///////////////////////////////"); - for(CableConnection connection : be.connections) { - TFMG.LOGGER.debug("Primary Pos "+connection.blockPos1.getX()+" "+connection.blockPos1.getY()+" "+connection.blockPos1.getZ()); + for (CableConnection connection : be.connections) { + TFMG.LOGGER.debug("Primary Pos " + connection.blockPos1.getX() + " " + connection.blockPos1.getY() + " " + connection.blockPos1.getZ()); } TFMG.LOGGER.debug("///////////////////////////////"); return InteractionResult.SUCCESS; } TFMG.LOGGER.debug("///////////////////////////////"); - TFMG.LOGGER.debug("Connector Count "+be.getConnectedWires().size()); - TFMG.LOGGER.debug("Wire Count "+be.connections.size()); - TFMG.LOGGER.debug("Member Count "+be.getOrCreateElectricNetwork().members.size()); - TFMG.LOGGER.debug("Id "+"X "+BlockPos.of(be.getData().electricalNetworkId).getX()+" Y "+BlockPos.of(be.getData().electricalNetworkId).getY()+" Z "+BlockPos.of(be.getData().electricalNetworkId).getZ()); + TFMG.LOGGER.debug("Connector Count " + be.getConnectedWires().size()); + TFMG.LOGGER.debug("Wire Count " + be.connections.size()); + TFMG.LOGGER.debug("Member Count " + be.getOrCreateElectricNetwork().members.size()); + TFMG.LOGGER.debug("Id " + "X " + BlockPos.of(be.getData().electricalNetworkId).getX() + " Y " + BlockPos.of(be.getData().electricalNetworkId).getY() + " Z " + BlockPos.of(be.getData().electricalNetworkId).getZ()); TFMG.LOGGER.debug("///////////////////////////////"); return InteractionResult.SUCCESS; } - if(level.getBlockEntity(pos) instanceof IElectric be){ + if (level.getBlockEntity(pos) instanceof IElectric be) { be.onPlaced(); - if(context.getPlayer().isShiftKeyDown()) { + if (context.getPlayer().isShiftKeyDown()) { TFMG.LOGGER.debug("///////////////////////////////"); - TFMG.LOGGER.debug("Group Resistance "+be.getData().group.resistance); - TFMG.LOGGER.debug("Resistance "+be.resistance()); - TFMG.LOGGER.debug("Voltage Supply "+be.getData().voltageSupply); - TFMG.LOGGER.debug("Higherst Current "+be.getData().highestCurrent); - TFMG.LOGGER.debug("Group "+be.getData().group.id); + TFMG.LOGGER.debug("Group Resistance " + be.getData().group.resistance); + TFMG.LOGGER.debug("Resistance " + be.resistance()); + TFMG.LOGGER.debug("Voltage Supply " + be.getData().voltageSupply); + TFMG.LOGGER.debug("Higherst Current " + be.getData().highestCurrent); + TFMG.LOGGER.debug("Group " + be.getData().group.id); TFMG.LOGGER.debug("///////////////////////////////"); - }else { + } else { - TFMGUtils.debugMessage(level, "Power "+be.getNetworkPowerUsage()); - TFMGUtils.debugMessage(level, "Voltage "+be.getData().getVoltage()); + TFMGUtils.debugMessage(level, "Power " + be.getNetworkPowerUsage()); + TFMGUtils.debugMessage(level, "Voltage " + be.getData().getVoltage()); - }; + } + ; } - if(level.getBlockEntity(pos) instanceof CokeOvenBlockEntity be){ + if (level.getBlockEntity(pos) instanceof CokeOvenBlockEntity be) { be.controller = be.getBlockPos(); } - if(level.getBlockEntity(pos) instanceof BlastStoveBlockEntity be){ + if (level.getBlockEntity(pos) instanceof BlastStoveBlockEntity be) { be.notifyMultiUpdated(); } - if(level.getBlockEntity(pos) instanceof VatBlockEntity be){ - be.evaluate(); + if (level.getBlockEntity(pos) instanceof VatBlockEntity be) { + be.evaluate(); } - if(level.getBlockEntity(pos) instanceof FluidTankBlockEntity be){ + if (level.getBlockEntity(pos) instanceof FluidTankBlockEntity be) { TFMGUtils.blowUpTank(be, 5); } - if(level.getBlockEntity(pos) instanceof RegularEngineBlockEntity be){ + if (level.getBlockEntity(pos) instanceof MechanicalMixerBlockEntity be) { + TFMG.LOGGER.debug("Reservoir Count " + TFMG.DEPOSITS.list.size()); + if (context.getPlayer().isCrouching()) { + TFMG.DEPOSITS.list = new ArrayList<>(); + TFMG.DEPOSITS.markDirty(); + } else { + // TFMG.DEPOSITS.list.add(new FluidReservoir(758441445444L)); + // TFMG.DEPOSITS.markDirty(); + if (!TFMG.DEPOSITS.list.isEmpty()) { + FluidReservoir reservoir = TFMG.DEPOSITS.list.get(0); + TFMG.LOGGER.debug("////////////////////"); + for (long deposit : reservoir.deposits) + TFMG.LOGGER.debug("Deposit " + deposit); + TFMG.LOGGER.debug("Size " + reservoir.oilReserves); + TFMG.LOGGER.debug("ID " + reservoir.id); + TFMG.LOGGER.debug("////////////////////"); + } + } + } + if (level.getBlockEntity(pos) instanceof RegularEngineBlockEntity be) { } - if(level.getBlockEntity(pos) instanceof AbstractEngineBlockEntity be){ + if (level.getBlockEntity(pos) instanceof AbstractEngineBlockEntity be) { be.connect(); } - if(level.getBlockEntity(pos) instanceof CastingBasinBlockEntity be){ + if (level.getBlockEntity(pos) instanceof CastingBasinBlockEntity be) { be.findRecipe(); } - if(level.getBlockEntity(pos) instanceof SurfaceScannerBlockEntity be){ + if (level.getBlockEntity(pos) instanceof SurfaceScannerBlockEntity be) { be.findDeposits(); } - if(level.getBlockEntity(pos) instanceof PumpjackBaseBlockEntity be){ - if(TFMG.DEPOSITS.depositData !=null) { - if(context.getPlayer().isShiftKeyDown()){ - TFMG.DEPOSITS.depositData.removeData(); - return InteractionResult.SUCCESS; - } else TFMG.DEPOSITS.depositData.removeEmptyDeposits(); - - + if (level.getBlockEntity(pos) instanceof PumpjackBaseBlockEntity be) { + if (!context.getPlayer().isCrouching()) { + be.process(); + } else { + if (context.getPlayer().getServer() != null) + TFMG.DEPOSITS.levelLoaded(context.getPlayer().level()); } } return InteractionResult.SUCCESS; diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/debug/DebugGeneratorBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/debug/DebugGeneratorBlockEntity.java index 9a317df2..b1235c9f 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/debug/DebugGeneratorBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/debug/DebugGeneratorBlockEntity.java @@ -5,10 +5,10 @@ import com.drmangotea.tfmg.content.electricity.base.ElectricBlockEntity; import com.drmangotea.tfmg.content.electricity.base.ElectricNetworkManager; import com.drmangotea.tfmg.content.electricity.base.ElectricalNetwork; import com.drmangotea.tfmg.content.electricity.base.IElectric; -import com.simibubi.create.content.equipment.goggles.IHaveGoggleInformation; +import com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation; import com.simibubi.create.foundation.blockEntity.SmartBlockEntity; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; -import com.simibubi.create.foundation.utility.Lang; + import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/electrians_wrench/ElectriciansWrenchItem.java b/src/main/java/com/drmangotea/tfmg/content/electricity/electrians_wrench/ElectriciansWrenchItem.java index 1998cd74..b154e0b0 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/electrians_wrench/ElectriciansWrenchItem.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/electrians_wrench/ElectriciansWrenchItem.java @@ -7,7 +7,7 @@ import com.drmangotea.tfmg.content.electricity.base.IElectric; import com.drmangotea.tfmg.content.engines.base.AbstractEngineBlockEntity; import com.drmangotea.tfmg.registry.TFMGPackets; import com.simibubi.create.content.equipment.symmetryWand.SymmetryWandScreen; -import com.simibubi.create.foundation.gui.ScreenOpener; +import net.createmod.catnip.gui.ScreenOpener; import net.minecraft.core.BlockPos; import net.minecraft.sounds.SoundEvent; import net.minecraft.sounds.SoundEvents; diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/electrians_wrench/ElectriciansWrenchScreen.java b/src/main/java/com/drmangotea/tfmg/content/electricity/electrians_wrench/ElectriciansWrenchScreen.java index dca1dd39..2df6c809 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/electrians_wrench/ElectriciansWrenchScreen.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/electrians_wrench/ElectriciansWrenchScreen.java @@ -2,10 +2,10 @@ package com.drmangotea.tfmg.content.electricity.electrians_wrench; import com.drmangotea.tfmg.registry.TFMGGuiTextures; import com.drmangotea.tfmg.registry.TFMGPackets; -import com.simibubi.create.foundation.gui.AbstractSimiScreen; import com.simibubi.create.foundation.gui.AllIcons; -import com.simibubi.create.foundation.gui.element.GuiGameElement; import com.simibubi.create.foundation.gui.widget.IconButton; +import net.createmod.catnip.gui.AbstractSimiScreen; +import net.createmod.catnip.gui.element.GuiGameElement; import net.minecraft.client.gui.GuiGraphics; import net.minecraft.nbt.CompoundTag; import net.minecraft.world.InteractionHand; diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/generators/GeneratorBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/generators/GeneratorBlockEntity.java index 598deb91..22e984c5 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/generators/GeneratorBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/generators/GeneratorBlockEntity.java @@ -1,9 +1,7 @@ package com.drmangotea.tfmg.content.electricity.generators; -import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.config.TFMGConfigs; import com.drmangotea.tfmg.content.electricity.base.KineticElectricBlockEntity; -import com.simibubi.create.content.equipment.goggles.IHaveGoggleInformation; import net.minecraft.core.BlockPos; import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.world.level.block.state.BlockState; @@ -34,12 +32,12 @@ public class GeneratorBlockEntity extends KineticElectricBlockEntity { @Override public float calculateStressApplied() { if(getData().voltageSupply == 0) - return 0; + return super.calculateStressApplied(); if(getNetworkResistance() ==0) return super.calculateStressApplied(); - return (super.calculateStressApplied()*getGeneratorLoad()*0.0001f); + return (int)(Math.min(super.calculateStressApplied()+(getGeneratorLoad() * 0.01f), 1000)); } @@ -59,9 +57,10 @@ public class GeneratorBlockEntity extends KineticElectricBlockEntity { } public int generation() { - float modifier = TFMGConfigs.common().machines.smallGeneratorFeModifier.getF(); + float modifier = TFMGConfigs.common().machines.generatorModifier.getF(); + float maxSpeed = TFMGConfigs.common().machines.generatorMinSpeed.getF(); - return (int) (((Math.log(Math.abs(getSpeed()))/Math.log(1.026))-22)*modifier*3.5f); + return (int) Math.max(0,((Math.abs(getSpeed())-maxSpeed)* modifier)); } diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/generators/creative_generator/CreativeGeneratorBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/generators/creative_generator/CreativeGeneratorBlockEntity.java index 4f2e88aa..5f4db9e1 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/generators/creative_generator/CreativeGeneratorBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/generators/creative_generator/CreativeGeneratorBlockEntity.java @@ -7,10 +7,12 @@ import com.simibubi.create.Create; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform; import com.simibubi.create.foundation.blockEntity.behaviour.scrollValue.ScrollValueBehaviour; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.VecHelper; + +import com.simibubi.create.foundation.utility.CreateLang; +import net.createmod.catnip.math.VecHelper; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; +import net.minecraft.world.level.LevelAccessor; import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.phys.Vec3; @@ -28,7 +30,7 @@ public class CreativeGeneratorBlockEntity extends ElectricBlockEntity { public void addBehaviours(List behaviours) { super.addBehaviours(behaviours); int max = 250; - outputVoltage = new ScrollValueBehaviour(Lang.translateDirect("creative_generator.voltage_generation"), + outputVoltage = new ScrollValueBehaviour(CreateLang.translateDirect("creative_generator.voltage_generation"), this, new CreativeGeneratorValueBox()); outputVoltage.between(0, max); outputVoltage.value = 50; @@ -58,14 +60,10 @@ public class CreativeGeneratorBlockEntity extends ElectricBlockEntity { return VecHelper.voxelSpace(8, 8, 16); } - @Override - public Vec3 getLocalOffset(BlockState state) { - return super.getLocalOffset(state); - } @Override - public void rotate(BlockState state, PoseStack ms) { - super.rotate(state, ms); + public void rotate(LevelAccessor level, BlockPos pos, BlockState state, PoseStack ms) { + super.rotate(level,pos,state, ms); } @Override diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/generators/large_generator/RotorBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/generators/large_generator/RotorBlockEntity.java index 6b696571..e66cada1 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/generators/large_generator/RotorBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/generators/large_generator/RotorBlockEntity.java @@ -3,9 +3,8 @@ package com.drmangotea.tfmg.content.electricity.generators.large_generator; import com.drmangotea.tfmg.config.TFMGConfigs; import com.drmangotea.tfmg.content.electricity.base.KineticElectricBlockEntity; -import com.drmangotea.tfmg.registry.TFMGBlockEntities; import com.drmangotea.tfmg.registry.TFMGBlocks; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; +import net.createmod.catnip.animation.LerpedFloat; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; @@ -73,8 +72,10 @@ public class RotorBlockEntity extends KineticElectricBlockEntity { } public int generation() { - float modifier = TFMGConfigs.common().machines.largeGeneratorFeModifier.getF(); - return (int) (((Math.log(Math.abs(getSpeed()))/Math.log(1.026))-22)*modifier*3.5f); + float modifier = TFMGConfigs.common().machines.largeGeneratorModifier.getF(); + float maxSpeed = TFMGConfigs.common().machines.largeGeneratorMinSpeed.getF(); + + return (int) Math.max(0,((Math.abs(getSpeed())-maxSpeed)*modifier)); } @Override @@ -126,7 +127,9 @@ public class RotorBlockEntity extends KineticElectricBlockEntity { public static Map> setStatorPositons(){ Map> statorPositions = new HashMap<>(); + BlockState defaultState = TFMGBlocks.STATOR.getDefaultState(); + BlockState cornerState = defaultState.setValue(STATOR_STATE,StatorState.CORNER); BlockState horizontal = defaultState.setValue(STATOR_STATE,StatorState.CORNER_HORIZONTAL); BlockState sideState = defaultState.setValue(STATOR_STATE,StatorState.SIDE); diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/generators/large_generator/RotorInstance.java b/src/main/java/com/drmangotea/tfmg/content/electricity/generators/large_generator/RotorInstance.java deleted file mode 100644 index 033bbde4..00000000 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/generators/large_generator/RotorInstance.java +++ /dev/null @@ -1,83 +0,0 @@ -package com.drmangotea.tfmg.content.electricity.generators.large_generator; - - -import com.jozufozu.flywheel.api.MaterialManager; -import com.jozufozu.flywheel.api.instance.DynamicInstance; -import com.jozufozu.flywheel.core.materials.model.ModelData; -import com.jozufozu.flywheel.util.transform.TransformStack; -import com.mojang.blaze3d.vertex.PoseStack; -import com.simibubi.create.content.kinetics.base.KineticBlockEntityInstance; -import com.simibubi.create.content.kinetics.base.flwdata.RotatingData; -import com.simibubi.create.foundation.utility.AngleHelper; -import com.simibubi.create.foundation.utility.AnimationTickHolder; -import net.minecraft.core.Direction; - -import static com.simibubi.create.content.kinetics.base.RotatedPillarKineticBlock.AXIS; - -public class RotorInstance extends KineticBlockEntityInstance implements DynamicInstance { - - protected final RotatingData shaft; - protected final ModelData wheel; - - - protected float lastAngle = Float.NaN; - - public RotorInstance(MaterialManager materialManager, RotorBlockEntity blockEntity) { - super(materialManager, blockEntity); - - shaft = setup(getRotatingMaterial().getModel(shaft()) - .createInstance()); - wheel = getTransformMaterial().getModel(blockState) - .createInstance(); - - animate(blockEntity.angle); - } - - @Override - public void beginFrame() { - - float partialTicks = AnimationTickHolder.getPartialTicks(); - - float speed = blockEntity.visualSpeed.getValue(partialTicks) * 3 / 10f; - float angle = blockEntity.angle + speed * partialTicks; - - if (Math.abs(angle - lastAngle) < 0.001) - return; - - animate(angle); - - lastAngle = angle; - - - } - - private void animate(float angle) { - PoseStack ms = new PoseStack(); - TransformStack msr = TransformStack.cast(ms); - - msr.translate(getInstancePosition()); - msr.centre() - .rotate(Direction.get(Direction.AxisDirection.POSITIVE, axis), AngleHelper.rad(angle)) - .unCentre(); - - wheel.setTransform(ms); - } - - @Override - public void update() { - updateRotation(shaft); - } - - @Override - public void updateLight() { - relight(pos, shaft, wheel); - } - - @Override - public void remove() { - shaft.delete(); - wheel.delete(); - - } - -} diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/generators/large_generator/RotorRenderer.java b/src/main/java/com/drmangotea/tfmg/content/electricity/generators/large_generator/RotorRenderer.java index ebafb1b4..c618a7c6 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/generators/large_generator/RotorRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/generators/large_generator/RotorRenderer.java @@ -1,13 +1,13 @@ package com.drmangotea.tfmg.content.electricity.generators.large_generator; -import com.jozufozu.flywheel.backend.Backend; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; -import com.simibubi.create.foundation.render.SuperByteBuffer; -import com.simibubi.create.foundation.utility.AngleHelper; +import dev.engine_room.flywheel.api.visualization.VisualizationManager; +import net.createmod.catnip.math.AngleHelper; +import net.createmod.catnip.render.CachedBuffers; +import net.createmod.catnip.render.SuperByteBuffer; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; @@ -27,7 +27,7 @@ public class RotorRenderer extends KineticBlockEntityRenderer int light, int overlay) { super.renderSafe(be, partialTicks, ms, buffer, light, overlay); - if (Backend.canUseInstancing(be.getLevel())) + if (VisualizationManager.supportsVisualization(be.getLevel())) return; BlockState blockState = be.getBlockState(); @@ -46,7 +46,7 @@ public class RotorRenderer extends KineticBlockEntityRenderer private void renderRotor(RotorBlockEntity be, PoseStack ms, int light, BlockState blockState, float angle, VertexConsumer vb) { - SuperByteBuffer wheel = CachedBufferer.block(blockState); + SuperByteBuffer wheel = CachedBuffers.block(blockState); kineticRotationTransform(wheel, be, getRotationAxisOf(be), AngleHelper.rad(angle), light); wheel.renderInto(ms, vb); } diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/generators/large_generator/StatorBlock.java b/src/main/java/com/drmangotea/tfmg/content/electricity/generators/large_generator/StatorBlock.java index bfaf723e..54816bf8 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/generators/large_generator/StatorBlock.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/generators/large_generator/StatorBlock.java @@ -54,6 +54,8 @@ public class StatorBlock extends DirectionalBlock implements IBE @Override public void onPlace(BlockState state, Level level, BlockPos pos, BlockState p_60569_, boolean p_60570_) { + if(!p_60569_.is(TFMGBlocks.NEON_TUBE.get())) for(Direction facing : Direction.values()) { BlockState neighbourState = level.getBlockState(pos.relative(facing)); diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/lights/neon_tube/NeonTubeBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/lights/neon_tube/NeonTubeBlockEntity.java index 2fbc5d6b..ba0a2ef3 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/lights/neon_tube/NeonTubeBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/lights/neon_tube/NeonTubeBlockEntity.java @@ -1,8 +1,8 @@ package com.drmangotea.tfmg.content.electricity.lights.neon_tube; import com.drmangotea.tfmg.content.electricity.base.ElectricBlockEntity; -import com.simibubi.create.foundation.utility.NBTHelper; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; +import net.createmod.catnip.animation.LerpedFloat; +import net.createmod.catnip.nbt.NBTHelper; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/lights/neon_tube/NeonTubeRenderer.java b/src/main/java/com/drmangotea/tfmg/content/electricity/lights/neon_tube/NeonTubeRenderer.java index 5a85416f..8a58830b 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/lights/neon_tube/NeonTubeRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/lights/neon_tube/NeonTubeRenderer.java @@ -4,12 +4,11 @@ package com.drmangotea.tfmg.content.electricity.lights.neon_tube; import com.drmangotea.tfmg.base.WallMountBlock; import com.drmangotea.tfmg.content.electricity.lights.LightBulbBlockEntity; import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.core.PartialModel; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; import com.simibubi.create.foundation.render.RenderTypes; -import com.simibubi.create.foundation.render.SuperByteBuffer; +import net.createmod.catnip.render.CachedBuffers; +import net.createmod.catnip.render.SuperByteBuffer; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; import net.minecraft.core.Direction; @@ -35,7 +34,7 @@ public class NeonTubeRenderer extends SafeBlockEntityRenderer, IWrenchable { - - public AmmeterBlock(Properties p_54120_) { - super(p_54120_); - } - - @Override - public VoxelShape getShape(BlockState pState, BlockGetter worldIn, BlockPos pos, CollisionContext context) { - - return TFMGShapes.VOLTMETER.get(pState.getValue(FACING)); - } - - @Override - public InteractionResult onWrenched(BlockState state, UseOnContext context) { - - Level level = context.getLevel(); - BlockPos pos = context.getClickedPos(); - - - return onBlockEntityUse(level, pos, be -> { - - be.range = be.getRange() + 100; - - if(be.getRange() > 2000) - be.range = 100; - - return InteractionResult.SUCCESS; - - - }); - } - - @Override - public Class getBlockEntityClass() { - return AmmeterBlockEntity.class; - } - - @Override - public BlockEntityType getBlockEntityType() { - return TFMGBlockEntities.AMMETER.get(); - } -} diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/measurement/AmmeterBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/measurement/AmmeterBlockEntity.java deleted file mode 100644 index f57a210a..00000000 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/measurement/AmmeterBlockEntity.java +++ /dev/null @@ -1,43 +0,0 @@ -package com.drmangotea.tfmg.content.electricity.measurement; - -import com.drmangotea.tfmg.content.electricity.base.IElectric; -import com.simibubi.create.foundation.utility.Lang; -import net.minecraft.ChatFormatting; -import net.minecraft.core.BlockPos; -import net.minecraft.network.chat.Component; -import net.minecraft.world.level.block.entity.BlockEntityType; -import net.minecraft.world.level.block.state.BlockState; - -import java.util.List; - - -public class AmmeterBlockEntity extends VoltMeterBlockEntity { - - - public AmmeterBlockEntity(BlockEntityType type, BlockPos pos, BlockState state) { - super(type, pos, state); - } - - @Override - public int getUnit(IElectric be) { - return (int) be.getData().highestCurrent; - } - @Override - @SuppressWarnings("removal") - public boolean addToGoggleTooltip(List tooltip, boolean isPlayerSneaking) { - - Lang.translate("goggles.ammeter") - .style(ChatFormatting.DARK_GRAY) - .forGoggles(tooltip, 1); - - Lang.translate("goggles.ammeter.amps", Math.min(value,range)) - .style(ChatFormatting.AQUA) - .forGoggles(tooltip, 1); - Lang.translate("goggles.voltmeter.range", range) - .style(ChatFormatting.DARK_AQUA) - .forGoggles(tooltip, 1); - - - return true; - } -} diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/measurement/VoltMeterBlock.java b/src/main/java/com/drmangotea/tfmg/content/electricity/measurement/VoltMeterBlock.java index c3870d97..806e3d07 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/measurement/VoltMeterBlock.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/measurement/VoltMeterBlock.java @@ -42,16 +42,40 @@ public class VoltMeterBlock extends TFMGHorizontalDirectionalBlock implements IB return onBlockEntityUse(level, pos, be -> { - be.range = be.getRange() + 100; + boolean shouldChange = false; - if(be.getRange() > 2000) - be.range = 100; + for(VoltMeterBlockEntity.MeasureMode mode : VoltMeterBlockEntity.MeasureMode.values()){ + + if(mode == VoltMeterBlockEntity.MeasureMode.POWER){ + be.mode = VoltMeterBlockEntity.MeasureMode.VOLTAGE; + break; + } + + if(shouldChange) { + be.mode = mode; + break; + } + if(mode == be.mode) + shouldChange = true; + + + } return InteractionResult.SUCCESS; - - }); + //return onBlockEntityUse(level, pos, be -> { +// + // be.range = be.getRange() + 100; +// + // if(be.getRange() > 2000) + // be.range = 100; +// + // return InteractionResult.SUCCESS; +// +// + //}); + } diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/measurement/VoltMeterBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/measurement/VoltMeterBlockEntity.java index 86970116..7606255c 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/measurement/VoltMeterBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/measurement/VoltMeterBlockEntity.java @@ -1,13 +1,13 @@ package com.drmangotea.tfmg.content.electricity.measurement; -import com.drmangotea.tfmg.TFMG; -import com.drmangotea.tfmg.content.electricity.base.ElectricalNetwork; +import com.drmangotea.tfmg.base.TFMGUtils; import com.drmangotea.tfmg.content.electricity.base.IElectric; -import com.simibubi.create.content.equipment.goggles.IHaveGoggleInformation; +import com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation; import com.simibubi.create.foundation.blockEntity.SmartBlockEntity; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; + +import com.simibubi.create.foundation.utility.CreateLang; +import net.createmod.catnip.animation.LerpedFloat; import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.nbt.CompoundTag; @@ -27,9 +27,11 @@ public class VoltMeterBlockEntity extends SmartBlockEntity implements IHaveGoggl public LerpedFloat angle = LerpedFloat.angular(); - public int value = 0; + public float value = 0; - public int range = 500; + // public int range = 500; + + public MeasureMode mode = MeasureMode.VOLTAGE; public VoltMeterBlockEntity(BlockEntityType type, BlockPos pos, BlockState state) { super(type, pos, state); @@ -53,13 +55,18 @@ public class VoltMeterBlockEntity extends SmartBlockEntity implements IHaveGoggl // TFMG.LOGGER.debug("A "+ ElectricalNetwork.getCableCurrent(be)); // TFMG.LOGGER.debug("id group "+be.getData().group.id); // TFMG.LOGGER.debug("resistance group "+be.getData().group.resistance); - value = Math.min(getUnit(be), range ); + value = Math.min(getUnit(be), mode.defaultRange ); } else value = 0; } - public int getUnit(IElectric be){ - return be.getData().getVoltage(); + public float getUnit(IElectric be){ + return switch (mode){ + case VOLTAGE,HIGH_VOLTAGE -> be.getData().getVoltage(); + case CURRENT -> be.getCurrent(); + case RESISTANCE,HIGH_RESISTANCE -> be.resistance(); + case POWER -> be.powerGeneration() > 0 ? be.powerGeneration() : be.getPowerUsage(); + }; } @Override @@ -68,70 +75,61 @@ public class VoltMeterBlockEntity extends SmartBlockEntity implements IHaveGoggl if(!level.isClientSide) return; - - float value = (float) Math.abs(this.value) / getRange(); - if(value>1) value = 1; float targetAngle = Math.abs(value*180); - - angle.chase(Math.abs(targetAngle),0.05f, LerpedFloat.Chaser.EXP); angle.tickChaser(); - - } public int getRange(){ - return range; - } - - @Override - public void write(CompoundTag compound, boolean clientPacket) { - super.write(compound, clientPacket); - - - compound.putInt("range",range); - compound.putFloat("angle", (float) Math.abs(value) / getRange()); - - } - - @Override - protected void read(CompoundTag compound, boolean clientPacket) { - super.read(compound, clientPacket); - range = compound.getInt("range"); - - angle.setValue(compound.getFloat("angle")); - - - - + return mode.defaultRange; } @Override @SuppressWarnings("removal") public boolean addToGoggleTooltip(List tooltip, boolean isPlayerSneaking) { - Lang.translate("goggles.voltmeter") + CreateLang.text(mode.displayName) .style(ChatFormatting.DARK_GRAY) .forGoggles(tooltip, 1); - Lang.translate("goggles.voltmeter.voltage", Math.min(value,range)) + CreateLang.translate("goggles.gauge.value") + .add(CreateLang.text(TFMGUtils.formatUnits(value,mode.unit))) .style(ChatFormatting.AQUA) .forGoggles(tooltip, 1); - Lang.translate("goggles.voltmeter.range", range) + CreateLang.translate("goggles.voltmeter.range", mode.defaultRange) .style(ChatFormatting.DARK_AQUA) .forGoggles(tooltip, 1); - - - - return true; } + + public enum MeasureMode{ + + VOLTAGE("Voltage","V",500), + HIGH_VOLTAGE("Voltage (High)","V",10000), + CURRENT("Current","A",16), + RESISTANCE("Resistance","A",500), + HIGH_RESISTANCE("Resistance (High)","Ω",500), + POWER("Power","A",5000) + + + ; + public final String displayName; + public final String unit; + public final int defaultRange; + + MeasureMode(String displayName, String unit, int defaultRange){ + this.unit = unit; + this.displayName = displayName; + this.defaultRange = defaultRange; + } + + } } diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/measurement/VoltMeterRenderer.java b/src/main/java/com/drmangotea/tfmg/content/electricity/measurement/VoltMeterRenderer.java index e3f38ed5..7429fd5f 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/measurement/VoltMeterRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/measurement/VoltMeterRenderer.java @@ -2,12 +2,12 @@ package com.drmangotea.tfmg.content.electricity.measurement; import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.util.transform.TransformStack; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; -import com.simibubi.create.foundation.render.SuperByteBuffer; +import dev.engine_room.flywheel.lib.transform.TransformStack; +import net.createmod.catnip.render.CachedBuffers; +import net.createmod.catnip.render.SuperByteBuffer; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; @@ -28,14 +28,14 @@ public class VoltMeterRenderer extends SafeBlockEntityRenderer tooltip, boolean isPlayerSneaking) { if (isController()) - Lang.text("Controller").forGoggles(tooltip); - Lang.text("Energy").add(Lang.number(getCapability(ForgeCapabilities.ENERGY).orElseGet(null).getEnergyStored())).forGoggles(tooltip); - Lang.number(energy.getMaxEnergyStored()).forGoggles(tooltip); + CreateLang.text("Controller").forGoggles(tooltip); + CreateLang.text("Energy").add(CreateLang.number(getCapability(ForgeCapabilities.ENERGY).orElseGet(null).getEnergyStored())).forGoggles(tooltip); + CreateLang.number(energy.getMaxEnergyStored()).forGoggles(tooltip); super.makeElectricityTooltip(tooltip, isPlayerSneaking); - Lang.number(length).forGoggles(tooltip); - Lang.translate("multimeter.energy_stored") + CreateLang.number(length).forGoggles(tooltip); + CreateLang.translate("multimeter.energy_stored") .add(Component.literal(TFMGUtils.formatUnits((int) energy.getEnergyStored(), "FE"))) .style(ChatFormatting.GOLD) .forGoggles(tooltip, 1); ///// - Lang.text(" Usage: ") + CreateLang.text(" Usage: ") .add(Component.literal(TFMGUtils.formatUnits(getData().networkResistance, "W"))) .style(ChatFormatting.LIGHT_PURPLE) .forGoggles(tooltip, 1); int energyToExtract = data.networkPowerGeneration == 0 ? getNetworkPowerUsage() : (int) Math.max(0, Math.max(((float) powerGeneration() / (float) data.networkPowerGeneration) * (float) getNetworkPowerUsage(), 0)); energyToExtract /= TFMGConfigs.common().machines.FEtoWattTickConversionRate.get(); - Lang.text(" Power Usage: ") - .add(Lang.number(energyToExtract)) + CreateLang.text(" Power Usage: ") + .add(CreateLang.number(energyToExtract)) .style(ChatFormatting.LIGHT_PURPLE) .forGoggles(tooltip, 1); diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/converter/ConverterBlock.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/converter/ConverterBlock.java index d5ce93d5..b6122b57 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/converter/ConverterBlock.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/converter/ConverterBlock.java @@ -40,7 +40,7 @@ public class ConverterBlock extends TFMGHorizontalDirectionalBlock implements IB @Override public InteractionResult onWrenched(BlockState state, UseOnContext context) { context.getLevel().setBlockAndUpdate(context.getClickedPos(), state.setValue(INPUT, !state.getValue(INPUT))); - playRotateSound(context.getLevel(), context.getClickedPos()); + IWrenchable.playRotateSound(context.getLevel(), context.getClickedPos()); return InteractionResult.SUCCESS; } diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/converter/ConverterBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/converter/ConverterBlockEntity.java index 1dfe906b..73438efb 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/converter/ConverterBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/converter/ConverterBlockEntity.java @@ -11,8 +11,9 @@ import com.drmangotea.tfmg.content.machinery.misc.winding_machine.WindingMachine import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform; import com.simibubi.create.foundation.blockEntity.behaviour.scrollValue.ScrollValueBehaviour; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.VecHelper; + +import com.simibubi.create.foundation.utility.CreateLang; +import net.createmod.catnip.math.VecHelper; import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; @@ -62,7 +63,7 @@ public class ConverterBlockEntity extends ElectricBlockEntity { public void addBehaviours(List behaviours) { super.addBehaviours(behaviours); int max = 250; - voltageGenerated = new ScrollValueBehaviour(Lang.translateDirect("creative_generator.voltage_generation"), + voltageGenerated = new ScrollValueBehaviour(CreateLang.translateDirect("creative_generator.voltage_generation"), this, new ConverterValueBox()); voltageGenerated.between(1, max); voltageGenerated.value = 20; @@ -98,25 +99,25 @@ public class ConverterBlockEntity extends ElectricBlockEntity { public boolean makeElectricityTooltip(List tooltip, boolean isPlayerSneaking) { - Lang.text("Energy").add(Lang.number(getCapability(ForgeCapabilities.ENERGY).orElseGet(null).getEnergyStored())).forGoggles(tooltip); - Lang.number(energy.getMaxEnergyStored()).forGoggles(tooltip); + CreateLang.text("Energy").add(CreateLang.number(getCapability(ForgeCapabilities.ENERGY).orElseGet(null).getEnergyStored())).forGoggles(tooltip); + CreateLang.number(energy.getMaxEnergyStored()).forGoggles(tooltip); super.makeElectricityTooltip(tooltip, isPlayerSneaking); - Lang.translate("multimeter.energy_stored") + CreateLang.translate("multimeter.energy_stored") .add(Component.literal(TFMGUtils.formatUnits((int) energy.getEnergyStored(), "FE"))) .style(ChatFormatting.GOLD) .forGoggles(tooltip, 1); ///// - Lang.text(" Usage: ") + CreateLang.text(" Usage: ") .add(Component.literal(TFMGUtils.formatUnits(getData().networkResistance, "W"))) .style(ChatFormatting.LIGHT_PURPLE) .forGoggles(tooltip, 1); int energyToExtract = data.networkPowerGeneration == 0 ? getNetworkPowerUsage() : (int) Math.max(0, Math.max(((float) powerGeneration() / (float) data.networkPowerGeneration) * (float) getNetworkPowerUsage(), 0)); energyToExtract /= TFMGConfigs.common().machines.FEtoWattTickConversionRate.get(); - Lang.text(" Power Usage: ") - .add(Lang.number(energyToExtract)) + CreateLang.text(" Power Usage: ") + .add(CreateLang.number(energyToExtract)) .style(ChatFormatting.LIGHT_PURPLE) .forGoggles(tooltip, 1); diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/diode/EncasedDiodeBlock.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/diode/EncasedDiodeBlock.java index 39ff0a50..558580e2 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/diode/EncasedDiodeBlock.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/diode/EncasedDiodeBlock.java @@ -26,6 +26,7 @@ import net.minecraft.world.item.context.UseOnContext; import net.minecraft.world.level.BlockGetter; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.phys.BlockHitResult; @@ -81,6 +82,8 @@ public class EncasedDiodeBlock extends TFMGDirectionalBlock implements IBE behaviours) { super.addBehaviours(behaviours); int max = MAX_SPEED; - generatedSpeed = new KineticScrollValueBehaviour(Lang.translateDirect("kinetics.creative_motor.rotation_speed"), + generatedSpeed = new KineticScrollValueBehaviour(CreateLang.translateDirect("kinetics.creative_motor.rotation_speed"), this, new MotorValueBox()); generatedSpeed.between(-max, max); generatedSpeed.value = DEFAULT_SPEED; @@ -109,21 +109,21 @@ public class ElectricMotorBlockEntity extends KineticElectricBlockEntity { } @Override - public Vec3 getLocalOffset(BlockState state) { + public Vec3 getLocalOffset(LevelAccessor level, BlockPos pos, BlockState state) { Direction facing = state.getValue(FACING); - return super.getLocalOffset(state).add(Vec3.atLowerCornerOf(facing.getNormal()) + return super.getLocalOffset(level,pos,state).add(Vec3.atLowerCornerOf(facing.getNormal()) .scale(-1 / 16f)); } @Override - public void rotate(BlockState state, PoseStack ms) { - super.rotate(state, ms); + public void rotate(LevelAccessor level, BlockPos pos, BlockState state, PoseStack ms) { + super.rotate(level,pos,state, ms); Direction facing = state.getValue(FACING); if (facing.getAxis() == Direction.Axis.Y) return; if (getSide() != Direction.UP) return; - TransformStack.cast(ms) + TransformStack.of(ms) .rotateZ(-AngleHelper.horizontalAngle(facing) + 180); } diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/electric_pump/ElectricPumpBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/electric_pump/ElectricPumpBlockEntity.java index e502fc66..49c8fd03 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/electric_pump/ElectricPumpBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/electric_pump/ElectricPumpBlockEntity.java @@ -11,9 +11,9 @@ import com.simibubi.create.content.fluids.pump.PumpBlockEntity; import com.simibubi.create.foundation.advancement.AllAdvancements; import com.simibubi.create.foundation.blockEntity.SmartBlockEntity; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; -import com.simibubi.create.foundation.utility.BlockFace; -import com.simibubi.create.foundation.utility.Couple; -import com.simibubi.create.foundation.utility.Pair; +import net.createmod.catnip.data.Couple; +import net.createmod.catnip.data.Pair; +import net.createmod.catnip.math.BlockFace; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/fuse_block/FuseBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/fuse_block/FuseBlockEntity.java index fcc413dc..394497cf 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/fuse_block/FuseBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/fuse_block/FuseBlockEntity.java @@ -6,7 +6,8 @@ import com.drmangotea.tfmg.content.electricity.base.IElectric; import com.drmangotea.tfmg.content.electricity.base.UpdateInFrontPacket; import com.drmangotea.tfmg.content.electricity.utilities.diode.ElectricDiodeBlockEntity; import com.drmangotea.tfmg.registry.TFMGPackets; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; @@ -41,7 +42,7 @@ public class FuseBlockEntity extends ElectricDiodeBlockEntity { public boolean makeElectricityTooltip(List tooltip, boolean isPlayerSneaking) { if(!fuse.isEmpty()) - Lang.text("RATING "+TFMGUtils.formatUnits(fuse.getOrCreateTag().getInt("AmpRating"), "A")) + CreateLang.text("RATING "+TFMGUtils.formatUnits(fuse.getOrCreateTag().getInt("AmpRating"), "A")) .style(ChatFormatting.RED) .forGoggles(tooltip, 1); diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/fuse_block/FuseBlockRenderer.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/fuse_block/FuseBlockRenderer.java index 1cb93863..1c7ddb62 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/fuse_block/FuseBlockRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/fuse_block/FuseBlockRenderer.java @@ -3,7 +3,7 @@ package com.drmangotea.tfmg.content.electricity.utilities.fuse_block; import com.drmangotea.tfmg.registry.TFMGPartialModels; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; +import net.createmod.catnip.render.CachedBuffers; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; @@ -23,7 +23,7 @@ public class FuseBlockRenderer extends SafeBlockEntityRenderer BlockState blockState = be.getBlockState(); if(!be.fuse.isEmpty()) - CachedBufferer.partialFacing(TFMGPartialModels.FUSE, blockState, blockState.getValue(FACING).getOpposite()) + CachedBuffers.partialFacing(TFMGPartialModels.FUSE, blockState, blockState.getValue(FACING).getOpposite()) .light(light) .renderInto(ms, bufferSource.getBuffer(RenderType.cutoutMipped())); diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/fuse_block/FuseItem.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/fuse_block/FuseItem.java index 8bfa65a7..8dbdaef0 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/fuse_block/FuseItem.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/fuse_block/FuseItem.java @@ -1,6 +1,7 @@ package com.drmangotea.tfmg.content.electricity.utilities.fuse_block; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import net.minecraft.ChatFormatting; import net.minecraft.network.chat.Component; import net.minecraft.world.item.Item; @@ -23,7 +24,7 @@ public class FuseItem extends Item{ @OnlyIn(Dist.CLIENT) public void appendHoverText(ItemStack stack, Level world, List tooltip, TooltipFlag flag) { - tooltip.add(Lang.translateDirect("tooltip.fuse", stack.getOrCreateTag().getInt("AmpRating")).append("A") + tooltip.add(CreateLang.translateDirect("tooltip.fuse", stack.getOrCreateTag().getInt("AmpRating")).append("A") .withStyle(ChatFormatting.GREEN) ); diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/polarizer/PolarizerBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/polarizer/PolarizerBlockEntity.java index 3981f32d..d4715ada 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/polarizer/PolarizerBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/polarizer/PolarizerBlockEntity.java @@ -8,8 +8,9 @@ import com.drmangotea.tfmg.recipes.PolarizingRecipe; import com.drmangotea.tfmg.registry.TFMGRecipeTypes; import com.simibubi.create.content.processing.sequenced.SequencedAssemblyRecipe; import com.simibubi.create.foundation.item.SmartInventory; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; + +import com.simibubi.create.foundation.utility.CreateLang; +import net.createmod.catnip.animation.LerpedFloat; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; @@ -87,9 +88,9 @@ public class PolarizerBlockEntity extends ElectricBlockEntity { @Override public boolean addToTooltip(List tooltip, boolean isPlayerSneaking) { - Lang.number((double) capacitorPercentage / 2f).forGoggles(tooltip); + CreateLang.number((double) capacitorPercentage / 2f).forGoggles(tooltip); if (chargeCapacitors) - Lang.text("CAPACITOR").forGoggles(tooltip); + CreateLang.text("CAPACITOR").forGoggles(tooltip); super.addToTooltip(tooltip, isPlayerSneaking); diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/polarizer/PolarizerRenderer.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/polarizer/PolarizerRenderer.java index 004ba815..b3ec8eb1 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/polarizer/PolarizerRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/polarizer/PolarizerRenderer.java @@ -1,11 +1,11 @@ package com.drmangotea.tfmg.content.electricity.utilities.polarizer; import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.util.transform.TransformStack; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; +import dev.engine_room.flywheel.lib.transform.TransformStack; +import net.createmod.catnip.render.CachedBuffers; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; @@ -29,13 +29,13 @@ public class PolarizerRenderer extends SafeBlockEntityRenderer behaviours) { super.addBehaviours(behaviours); int max = 100; - outputPercentage = new ScrollValueBehaviour(Lang.translateDirect("resistor.allowed_voltage"), + outputPercentage = new ScrollValueBehaviour(CreateLang.translateDirect("resistor.allowed_voltage"), this, new PotentiometerValueBox()); outputPercentage.between(0, max); outputPercentage.value = 100; @@ -67,21 +68,21 @@ public class PotentiometerBlockEntity extends ElectricDiodeBlockEntity { } @Override - public Vec3 getLocalOffset(BlockState state) { + public Vec3 getLocalOffset(LevelAccessor level, BlockPos pos, BlockState state) { Direction facing = state.getValue(DirectionalKineticBlock.FACING); - return super.getLocalOffset(state).add(Vec3.atLowerCornerOf(facing.getNormal()) + return super.getLocalOffset(level,pos,state).add(Vec3.atLowerCornerOf(facing.getNormal()) .scale(-1 / 16f)); } @Override - public void rotate(BlockState state, PoseStack ms) { - super.rotate(state, ms); + public void rotate(LevelAccessor level, BlockPos pos, BlockState state, PoseStack ms) { + super.rotate(level,pos,state, ms); Direction facing = state.getValue(DirectionalKineticBlock.FACING); if (facing.getAxis() == Direction.Axis.Y) return; if (getSide() != Direction.UP) return; - TransformStack.cast(ms) + TransformStack.of(ms) .rotateZ(-AngleHelper.horizontalAngle(facing) + 180); } diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/resistor/ResistorBlockItem.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/resistor/ResistorBlockItem.java index a2cd11eb..5fd26d72 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/resistor/ResistorBlockItem.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/resistor/ResistorBlockItem.java @@ -1,6 +1,7 @@ package com.drmangotea.tfmg.content.electricity.utilities.resistor; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import net.minecraft.ChatFormatting; import net.minecraft.network.chat.Component; import net.minecraft.world.item.BlockItem; @@ -21,7 +22,7 @@ public class ResistorBlockItem extends BlockItem { @Override @OnlyIn(Dist.CLIENT) public void appendHoverText(ItemStack stack, Level world, List tooltip, TooltipFlag flag) { - tooltip.add(Lang.translateDirect("tooltip.resistor", stack.getOrCreateTag().getInt("Resistance")).append("Ω") + tooltip.add(CreateLang.translateDirect("tooltip.resistor", stack.getOrCreateTag().getInt("Resistance")).append("Ω") .withStyle(ChatFormatting.GREEN) ); super.appendHoverText(stack, world, tooltip, flag); diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/resistor/ResistorItem.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/resistor/ResistorItem.java index 7918c7ff..b05c3482 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/resistor/ResistorItem.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/resistor/ResistorItem.java @@ -1,6 +1,7 @@ package com.drmangotea.tfmg.content.electricity.utilities.resistor; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import net.minecraft.ChatFormatting; import net.minecraft.network.chat.Component; import net.minecraft.world.item.BlockItem; @@ -22,7 +23,7 @@ public class ResistorItem extends Item { @Override @OnlyIn(Dist.CLIENT) public void appendHoverText(ItemStack stack, Level world, List tooltip, TooltipFlag flag) { - tooltip.add(Lang.translateDirect("tooltip.resistor", stack.getOrCreateTag().getInt("Resistance")).append("Ω") + tooltip.add(CreateLang.translateDirect("tooltip.resistor", stack.getOrCreateTag().getInt("Resistance")).append("Ω") .withStyle(ChatFormatting.GREEN) ); super.appendHoverText(stack, world, tooltip, flag); diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/segmented_display/SegmentedDisplayBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/segmented_display/SegmentedDisplayBlockEntity.java index 9fc497dd..e01afeeb 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/segmented_display/SegmentedDisplayBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/segmented_display/SegmentedDisplayBlockEntity.java @@ -2,13 +2,13 @@ package com.drmangotea.tfmg.content.electricity.utilities.segmented_display; import com.drmangotea.tfmg.content.electricity.base.ElectricBlockEntity; import com.simibubi.create.content.redstone.displayLink.DisplayLinkBlock; -import com.simibubi.create.foundation.utility.Components; -import com.simibubi.create.foundation.utility.Couple; import com.simibubi.create.foundation.utility.DynamicComponent; -import com.simibubi.create.foundation.utility.NBTHelper; +import net.createmod.catnip.data.Couple; +import net.createmod.catnip.nbt.NBTHelper; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; import net.minecraft.world.item.DyeColor; import net.minecraft.world.level.block.entity.BlockEntityType; @@ -141,7 +141,7 @@ public class SegmentedDisplayBlockEntity extends ElectricBlockEntity { public MutableComponent getFullText() { return customText.map(DynamicComponent::get) - .orElse(Components.literal("")); + .orElse(Component.literal("")); } @Override diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/segmented_display/SegmentedDisplayCTBehavior.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/segmented_display/SegmentedDisplayCTBehavior.java index ba112435..fbded838 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/segmented_display/SegmentedDisplayCTBehavior.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/segmented_display/SegmentedDisplayCTBehavior.java @@ -60,7 +60,7 @@ public class SegmentedDisplayCTBehavior extends ConnectedTextureBehaviour.Base { if(other.is(TFMGBlocks.SEGMENTED_DISPLAY.get())){ if(other.getValue(FACING)==state.getValue(FACING)) return super.connectsTo(state,other,reader,pos,otherPos,face); - +// } return false; } diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/segmented_display/SegmentedDisplayRenderer.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/segmented_display/SegmentedDisplayRenderer.java index 469a5c78..fb331a57 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/segmented_display/SegmentedDisplayRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/segmented_display/SegmentedDisplayRenderer.java @@ -1,12 +1,15 @@ package com.drmangotea.tfmg.content.electricity.utilities.segmented_display; import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.core.PartialModel; -import com.jozufozu.flywheel.util.transform.TransformStack; + + import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; + +import dev.engine_room.flywheel.lib.model.baked.PartialModel; +import dev.engine_room.flywheel.lib.transform.TransformStack; +import net.createmod.catnip.render.CachedBuffers; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; @@ -24,14 +27,14 @@ public class SegmentedDisplayRenderer extends SafeBlockEntityRenderer Math.max(2, value) + "t"; case 1 -> "0:" + (value < 10 ? "0" : "") + value; default -> value + ":00"; diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/traffic_light/TrafficLightBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/traffic_light/TrafficLightBlockEntity.java index 31e38212..eca5f1c3 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/traffic_light/TrafficLightBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/traffic_light/TrafficLightBlockEntity.java @@ -4,8 +4,9 @@ import com.drmangotea.tfmg.content.electricity.base.ElectricBlockEntity; import com.simibubi.create.Create; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import com.simibubi.create.foundation.blockEntity.behaviour.scrollValue.ScrollValueBehaviour; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; + +import com.simibubi.create.foundation.utility.CreateLang; +import net.createmod.catnip.animation.LerpedFloat; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; @@ -30,7 +31,7 @@ public class TrafficLightBlockEntity extends ElectricBlockEntity { @Override public void addBehaviours(List behaviours) { super.addBehaviours(behaviours); - timerLength = new TimerScrollBehaviour(Lang.translateDirect("traffic_light.timer"), this, + timerLength = new TimerScrollBehaviour(CreateLang.translateDirect("traffic_light.timer"), this, new TrafficLightScrollSlot()).between(180, 60 * 20 * 60); timerLength.withFormatter(this::format); timerLength.withCallback(value-> timer = value); diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/traffic_light/TrafficLightRenderer.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/traffic_light/TrafficLightRenderer.java index 31acc066..15da0f60 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/traffic_light/TrafficLightRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/traffic_light/TrafficLightRenderer.java @@ -2,10 +2,11 @@ package com.drmangotea.tfmg.content.electricity.utilities.traffic_light; import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.util.transform.TransformStack; + import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; +import dev.engine_room.flywheel.lib.transform.TransformStack; +import net.createmod.catnip.render.CachedBuffers; import com.simibubi.create.foundation.render.RenderTypes; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; @@ -22,7 +23,7 @@ public class TrafficLightRenderer extends SafeBlockEntityRenderer0&&be.getPowerUsage()>0) - CachedBufferer.partialFacing(TFMGPartialModels.TRAFFIC_LIGHT, blockState, blockState.getValue(HorizontalDirectionalBlock.FACING).getOpposite()) + CachedBuffers.partialFacing(TFMGPartialModels.TRAFFIC_LIGHT, blockState, blockState.getValue(HorizontalDirectionalBlock.FACING).getOpposite()) .light((int) glow * 3 + 80) .color(be.light == 0 ? 0x4CFF00 : be.light == 1 ? 0xF78000 : 0xE22B16) .disableDiffuse() - .translateY(be.light == 0 ? 0 : be.light == 1 ? 0.3125 : 0.625) - .renderInto(ms, buffer.getBuffer(RenderTypes.getAdditive())); + .translateY(be.light == 0 ? 0 : (float) (be.light == 1 ? 0.3125 : 0.625)) + .renderInto(ms, buffer.getBuffer(RenderTypes.additive())); // } diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/traffic_light/TrafficLightScrollSlot.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/traffic_light/TrafficLightScrollSlot.java index 4370509f..7295e646 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/traffic_light/TrafficLightScrollSlot.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/traffic_light/TrafficLightScrollSlot.java @@ -1,11 +1,14 @@ package com.drmangotea.tfmg.content.electricity.utilities.traffic_light; -import com.jozufozu.flywheel.util.transform.TransformStack; + import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform; -import com.simibubi.create.foundation.utility.AngleHelper; -import com.simibubi.create.foundation.utility.VecHelper; +import dev.engine_room.flywheel.lib.transform.TransformStack; +import net.createmod.catnip.math.AngleHelper; +import net.createmod.catnip.math.VecHelper; +import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; +import net.minecraft.world.level.LevelAccessor; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.block.state.properties.BlockStateProperties; import net.minecraft.world.phys.Vec3; @@ -13,7 +16,7 @@ import net.minecraft.world.phys.Vec3; public class TrafficLightScrollSlot extends ValueBoxTransform { @Override - public Vec3 getLocalOffset(BlockState state) { + public Vec3 getLocalOffset(LevelAccessor level, BlockPos pos, BlockState state) { Direction direction = state.getValue(TrafficLightBlock.FACING); @@ -37,9 +40,9 @@ public class TrafficLightScrollSlot extends ValueBoxTransform { } @Override - public void rotate(BlockState state, PoseStack ms) { + public void rotate(LevelAccessor level, BlockPos pos, BlockState state, PoseStack ms) { float yRot = AngleHelper.horizontalAngle(state.getValue(BlockStateProperties.HORIZONTAL_FACING)) + 180; - TransformStack.cast(ms) + TransformStack.of(ms) .rotateY(yRot+180) .rotateX(0); } diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/transformer/ElectromagneticCoilItem.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/transformer/ElectromagneticCoilItem.java index c6e4aae4..42ba295a 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/transformer/ElectromagneticCoilItem.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/transformer/ElectromagneticCoilItem.java @@ -1,6 +1,7 @@ package com.drmangotea.tfmg.content.electricity.utilities.transformer; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import net.minecraft.ChatFormatting; import net.minecraft.network.chat.Component; import net.minecraft.world.item.Item; @@ -20,7 +21,7 @@ public class ElectromagneticCoilItem extends Item { @Override @OnlyIn(Dist.CLIENT) public void appendHoverText(ItemStack stack, Level world, List tooltip, TooltipFlag flag) { - tooltip.add(Lang.translateDirect("tooltip.coils", stack.getOrCreateTag().getInt("Turns")) + tooltip.add(CreateLang.translateDirect("tooltip.coils", stack.getOrCreateTag().getInt("Turns")) .withStyle(ChatFormatting.GREEN) ); super.appendHoverText(stack, world, tooltip, flag); diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/transformer/TransformerBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/transformer/TransformerBlockEntity.java index d6bd7f16..4510bdc3 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/transformer/TransformerBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/transformer/TransformerBlockEntity.java @@ -3,7 +3,8 @@ package com.drmangotea.tfmg.content.electricity.utilities.transformer; import com.drmangotea.tfmg.base.TFMGHorizontalDirectionalBlock; import com.drmangotea.tfmg.content.electricity.base.IElectric; import com.drmangotea.tfmg.content.electricity.base.VoltageAlteringBlockEntity; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; @@ -67,17 +68,17 @@ public class TransformerBlockEntity extends VoltageAlteringBlockEntity { public boolean makeElectricityTooltip(List tooltip, boolean isPlayerSneaking) { super.makeElectricityTooltip(tooltip, isPlayerSneaking); - Lang.text(" Ráčio: ") - .add(Lang.number(coilRatio)) + CreateLang.text(" Ráčio: ") + .add(CreateLang.number(coilRatio)) .style(ChatFormatting.LIGHT_PURPLE) .forGoggles(tooltip, 1); - Lang.text(" Primary: ") - .add(Lang.number(primaryCoil.getOrCreateTag().getFloat("Turns"))) + CreateLang.text(" Primary: ") + .add(CreateLang.number(primaryCoil.getOrCreateTag().getFloat("Turns"))) .style(ChatFormatting.LIGHT_PURPLE) .forGoggles(tooltip, 1); - Lang.text(" Secondary: ") - .add(Lang.number(secondaryCoil.getOrCreateTag().getFloat("Turns"))) + CreateLang.text(" Secondary: ") + .add(CreateLang.number(secondaryCoil.getOrCreateTag().getFloat("Turns"))) .style(ChatFormatting.LIGHT_PURPLE) .forGoggles(tooltip, 1); return true; diff --git a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/transformer/TransformerRenderer.java b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/transformer/TransformerRenderer.java index 0384993a..c0c08f31 100644 --- a/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/transformer/TransformerRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/electricity/utilities/transformer/TransformerRenderer.java @@ -3,7 +3,7 @@ package com.drmangotea.tfmg.content.electricity.utilities.transformer; import com.drmangotea.tfmg.registry.TFMGPartialModels; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; +import net.createmod.catnip.render.CachedBuffers; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; @@ -22,22 +22,21 @@ public class TransformerRenderer extends SafeBlockEntityRenderer tooltip, TooltipFlag flag) { - tooltip.add(Lang.translateDirect("tooltip.fluid_item", stack.getOrCreateTag().getInt("amount")) + tooltip.add(CreateLang.translateDirect("tooltip.fluid_item", stack.getOrCreateTag().getInt("amount")) .withStyle(ChatFormatting.GREEN) ); super.appendHoverText(stack, world, tooltip, flag); diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/base/AbstractEngineBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/engines/base/AbstractEngineBlockEntity.java index 8dc6b13f..8014d41e 100644 --- a/src/main/java/com/drmangotea/tfmg/content/engines/base/AbstractEngineBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/engines/base/AbstractEngineBlockEntity.java @@ -4,19 +4,21 @@ import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.base.TFMGUtils; import com.drmangotea.tfmg.config.TFMGConfigs; import com.drmangotea.tfmg.content.electricity.base.KineticElectricBlockEntity; +import com.drmangotea.tfmg.content.engines.engine_controller.EngineControllerBlockEntity; import com.drmangotea.tfmg.content.engines.fuels.BaseFuelTypes; import com.drmangotea.tfmg.content.engines.fuels.EngineFuelTypeManager; import com.drmangotea.tfmg.content.engines.fuels.FuelType; import com.drmangotea.tfmg.content.engines.regular_engine.RegularEngineBlockEntity; import com.drmangotea.tfmg.content.engines.upgrades.EnginePipingUpgrade; import com.drmangotea.tfmg.content.engines.upgrades.EngineUpgrade; +import com.drmangotea.tfmg.content.engines.upgrades.TransmissionUpgrade; import com.drmangotea.tfmg.registry.TFMGBlocks; import com.drmangotea.tfmg.registry.TFMGFluids; import com.drmangotea.tfmg.registry.TFMGItems; import com.simibubi.create.AllBlocks; import com.simibubi.create.foundation.fluid.CombinedTankWrapper; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.VecHelper; +import com.simibubi.create.foundation.utility.CreateLang; +import net.createmod.catnip.math.VecHelper; import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; @@ -72,17 +74,19 @@ public abstract class AbstractEngineBlockEntity extends KineticElectricBlockEnti // public float rpm = 0; float torque = 0; - float fuelInjectionRate = 0; + public float fuelInjectionRate = 0; // boolean reverse = false; // - int highestSignal; - int signal; + public int highestSignal; + public int signal; boolean signalChanged; // int fuelConsumptionTimer = 0; // public Optional upgrade = Optional.empty(); + // + public BlockPos controllerPosition = null; public AbstractEngineBlockEntity(BlockEntityType typeIn, BlockPos pos, BlockState state) { @@ -124,8 +128,9 @@ public abstract class AbstractEngineBlockEntity extends KineticElectricBlockEnti @Override public void lazyTick() { super.lazyTick(); - neighbourChanged(); - + if (controllerPosition == null) { + neighbourChanged(); + } upgrade.ifPresent(engineUpgrade -> engineUpgrade.lazyTickUpgrade(this)); exhaustTank.forceFill(new FluidStack(TFMGFluids.CARBON_DIOXIDE.get(), Math.min(300, getFuelConsumption() * 7)), IFluidHandler.FluidAction.EXECUTE); @@ -256,14 +261,11 @@ public abstract class AbstractEngineBlockEntity extends KineticElectricBlockEnti if (hasLevel()) if (level.getBlockEntity(controller) instanceof AbstractEngineBlockEntity controller) { - if (controller.fuelTank.isEmpty()) return 0; if (!controller.canWork()) return 0; - - speed = rpm / 23; - + speed = rpm / 40; if (reverse) speed = speed * -1; @@ -299,6 +301,9 @@ public abstract class AbstractEngineBlockEntity extends KineticElectricBlockEnti protected void analogSignalChanged() { + if (controllerPosition != null) + return; + int newSignal = level.getBestNeighborSignal(getBlockPos()); signal = newSignal; @@ -445,8 +450,19 @@ public abstract class AbstractEngineBlockEntity extends KineticElectricBlockEnti upgrade = itemUpgrade; playInsertionSound(); updateRotation(); - upgrade.ifPresent(u->u.updateUpgrade(this)); + upgrade.ifPresent(u -> u.updateUpgrade(this)); itemStack.shrink(1); + if (upgrade.isPresent()) + if (upgrade.get() instanceof TransmissionUpgrade transmissionUpgrade) { + if (itemStack.getOrCreateTag().contains("Position") && itemStack.getOrCreateTag().get("Position") != null) { + BlockPos pos = BlockPos.of(itemStack.getOrCreateTag().getLong("Position")); + if (level.getBlockEntity(pos) instanceof EngineControllerBlockEntity engineControllerBE) { + getControllerBE().controllerPosition = pos; + engineControllerBE.enginePos = this.getBlockPos(); + getControllerBE().highestSignal = 0; + } + } + } setChanged(); sendData(); return true; @@ -520,8 +536,8 @@ public abstract class AbstractEngineBlockEntity extends KineticElectricBlockEnti @Override public void onLoad() { super.onLoad(); - if(this.hasUpgrade()&&this.upgrade.get().getItem() == TFMGBlocks.INDUSTRIAL_PIPE.asItem()){ - ((EnginePipingUpgrade)this.upgrade.get()).findTank(this); + if (this.hasUpgrade() && this.upgrade.get().getItem() == TFMGBlocks.INDUSTRIAL_PIPE.asItem()) { + ((EnginePipingUpgrade) this.upgrade.get()).findTank(this); } } @@ -534,6 +550,8 @@ public abstract class AbstractEngineBlockEntity extends KineticElectricBlockEnti if (EngineUpgrade.getUpgrades().get(ItemStack.of(compound.getCompound("UpgradeItem")).getItem()) != null) upgrade = Optional.of(EngineUpgrade.getUpgrades().get(ItemStack.of(compound.getCompound("UpgradeItem")).getItem())); if (isController()) { + if (!BlockPos.of(compound.getLong("ControllerPos")).equals(new BlockPos(0, 0, 0))) + controllerPosition = BlockPos.of(compound.getLong("ControllerPos")); componentsInventory.deserializeNBT(compound.getCompound("Components")); fuelTank.readFromNBT(compound.getCompound("FuelTank")); exhaustTank.readFromNBT(compound.getCompound("ExhaustTank")); @@ -550,6 +568,9 @@ public abstract class AbstractEngineBlockEntity extends KineticElectricBlockEnti if (upgrade.isPresent()) compound.put("UpgradeItem", upgrade.get().getItem().getDefaultInstance().serializeNBT()); if (isController()) { + if (controllerPosition != null) { + compound.putLong("ControllerPos", controllerPosition.asLong()); + } else compound.remove("ControllerPos"); compound.put("Components", componentsInventory.serializeNBT()); compound.put("FuelTank", fuelTank.writeToNBT(new CompoundTag())); compound.put("ExhaustTank", exhaustTank.writeToNBT(new CompoundTag())); @@ -564,18 +585,24 @@ public abstract class AbstractEngineBlockEntity extends KineticElectricBlockEnti @Override public boolean addToGoggleTooltip(List tooltip, boolean isPlayerSneaking) { - Lang.text("Speed Efficiency " + getSpeedEfficiency()).forGoggles(tooltip); - Lang.text("Efficiency " + efficiencyModifier()).forGoggles(tooltip); - Lang.text("Fuel Consumption " + getFuelConsumption()).forGoggles(tooltip); - Lang.text("Rpm " + rpm).forGoggles(tooltip); - Lang.text("Torque " + torque).forGoggles(tooltip); - Lang.text("Injection Rate " + fuelInjectionRate).forGoggles(tooltip); - Lang.number(rpm).style(ChatFormatting.AQUA).forGoggles(tooltip); + + if (controllerPosition != null) + CreateLang.text("CONTROLLED").forGoggles(tooltip); - Lang.number(engineNumber).style(ChatFormatting.DARK_GREEN).forGoggles(tooltip); + CreateLang.text("Speed Efficiency " + getSpeedEfficiency()).forGoggles(tooltip); + CreateLang.text("Efficiency " + efficiencyModifier()).forGoggles(tooltip); + CreateLang.text("Fuel Consumption " + getFuelConsumption()).forGoggles(tooltip); + CreateLang.text("Rpm " + rpm).forGoggles(tooltip); + CreateLang.text("Torque " + torque).forGoggles(tooltip); + CreateLang.text("Injection Rate " + fuelInjectionRate).forGoggles(tooltip); + CreateLang.text("Signal " + highestSignal).forGoggles(tooltip); + CreateLang.number(rpm).style(ChatFormatting.AQUA).forGoggles(tooltip); + + + CreateLang.number(engineNumber).style(ChatFormatting.DARK_GREEN).forGoggles(tooltip); if (isController() && !nextComponent().isEmpty()) - Lang.text(nextComponent().getItems()[0].getDisplayName().getString()).forGoggles(tooltip); + CreateLang.text(nextComponent().getItems()[0].getDisplayName().getString()).forGoggles(tooltip); TFMGUtils.createFluidTooltip(this, tooltip); diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/base/EngineBlock.java b/src/main/java/com/drmangotea/tfmg/content/engines/base/EngineBlock.java index 5bb4535b..318ee008 100644 --- a/src/main/java/com/drmangotea/tfmg/content/engines/base/EngineBlock.java +++ b/src/main/java/com/drmangotea/tfmg/content/engines/base/EngineBlock.java @@ -2,7 +2,9 @@ package com.drmangotea.tfmg.content.engines.base; import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.base.TFMGShapes; +import com.drmangotea.tfmg.content.engines.engine_controller.EngineControllerBlockEntity; import com.drmangotea.tfmg.content.engines.upgrades.EnginePipingUpgrade; +import com.drmangotea.tfmg.content.engines.upgrades.TransmissionUpgrade; import com.drmangotea.tfmg.registry.TFMGBlocks; import com.simibubi.create.AllBlocks; import com.simibubi.create.content.kinetics.base.HorizontalKineticBlock; @@ -43,10 +45,22 @@ public class EngineBlock extends HorizontalKineticBlock { Level level = context.getLevel(); BlockPos pos = context.getClickedPos(); if (level.getBlockEntity(pos) instanceof AbstractEngineBlockEntity be) { - if(be.hasUpgrade()){ + if (be.hasUpgrade()) { - be.playRemovalSound(); - be.dropItem(be.upgrade.get().getItem().getDefaultInstance()); + if (be.upgrade.isPresent()) { + be.playRemovalSound(); + be.dropItem(be.upgrade.get().getItem().getDefaultInstance()); + if (be.upgrade.get() instanceof TransmissionUpgrade) { + if (be.getControllerBE().controllerPosition != null) + if (level.getBlockEntity(be.getControllerBE().controllerPosition) instanceof EngineControllerBlockEntity engineController) { + engineController.enginePos = null; + engineController.engine = null; + + } + be.getControllerBE().controllerPosition = null; + } + + } be.upgrade = Optional.empty(); be.updateRotation(); @@ -95,17 +109,16 @@ public class EngineBlock extends HorizontalKineticBlock { builder.add(ENGINE_STATE); } - @Override - public void neighborChanged(BlockState state, Level level, BlockPos pos, Block block, BlockPos neighbor, boolean b) { - if(level.getBlockEntity(pos) instanceof AbstractEngineBlockEntity be){ - if(be.hasUpgrade()&&be.upgrade.get().getItem() == TFMGBlocks.INDUSTRIAL_PIPE.asItem()){ - ((EnginePipingUpgrade)be.upgrade.get()).findTank(be); + @Override + public void neighborChanged(BlockState state, Level level, BlockPos pos, Block block, BlockPos neighbor, boolean b) { + if (level.getBlockEntity(pos) instanceof AbstractEngineBlockEntity be) { + if (be.hasUpgrade() && be.upgrade.get().getItem() == TFMGBlocks.INDUSTRIAL_PIPE.asItem()) { + ((EnginePipingUpgrade) be.upgrade.get()).findTank(be); } } - super.neighborChanged(state, level, pos, block, neighbor, b); - } - + super.neighborChanged(state, level, pos, block, neighbor, b); + } @Override diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/base/EngineInstance.java b/src/main/java/com/drmangotea/tfmg/content/engines/base/EngineInstance.java deleted file mode 100644 index 1c74d7e2..00000000 --- a/src/main/java/com/drmangotea/tfmg/content/engines/base/EngineInstance.java +++ /dev/null @@ -1,37 +0,0 @@ -package com.drmangotea.tfmg.content.engines.base; - -import com.jozufozu.flywheel.api.Instancer; -import com.jozufozu.flywheel.api.MaterialManager; -import com.simibubi.create.AllPartialModels; -import com.simibubi.create.content.kinetics.base.KineticBlockEntity; -import com.simibubi.create.content.kinetics.base.SingleRotatingInstance; -import com.simibubi.create.content.kinetics.base.flwdata.RotatingData; -import net.minecraft.core.Direction; -import net.minecraft.world.level.block.Blocks; -import net.minecraft.world.level.block.state.properties.BlockStateProperties; - -import static com.drmangotea.tfmg.content.engines.base.EngineBlock.ENGINE_STATE; - -public class EngineInstance extends SingleRotatingInstance { - - public EngineInstance(MaterialManager materialManager, T blockEntity) { - super(materialManager, blockEntity); - } - - - - - @Override - protected Instancer getModel() { - - if(blockState.getValue(ENGINE_STATE)!= EngineBlock.EngineState.SHAFT) - return getRotatingMaterial().getModel(Blocks.AIR.defaultBlockState()); - - Direction dir = getShaftDirection(); - return getRotatingMaterial().getModel(AllPartialModels.SHAFT_HALF, blockState, dir); - } - - protected Direction getShaftDirection() { - return blockState.getValue(BlockStateProperties.HORIZONTAL_FACING); - } -} \ No newline at end of file diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/base/EngineProperties.java b/src/main/java/com/drmangotea/tfmg/content/engines/base/EngineProperties.java index def13418..5615436a 100644 --- a/src/main/java/com/drmangotea/tfmg/content/engines/base/EngineProperties.java +++ b/src/main/java/com/drmangotea/tfmg/content/engines/base/EngineProperties.java @@ -73,8 +73,9 @@ public class EngineProperties { List components = new ArrayList<>(); components.add(Ingredient.of(TFMGItems.CRANKSHAFT.asStack())); - components.add(Ingredient.of(TFMGBlocks.STEEL_COGWHEEL.asStack())); - components.add(Ingredient.of(TFMGBlocks.LARGE_STEEL_COGWHEEL.asStack())); + + components.add(Ingredient.of(TFMGBlocks.STEEL_COGWHEEL.asStack())); + components.add(Ingredient.of(TFMGBlocks.LARGE_STEEL_COGWHEEL.asStack())); components.add(Ingredient.of(AllItems.BELT_CONNECTOR.asStack())); components.add(Ingredient.of(TFMGPipes.TFMG_PIPES.get(TFMGPipes.PipeMaterial.STEEL).get(0).asStack())); components.add(Ingredient.of(TFMGPipes.TFMG_PIPES.get(TFMGPipes.PipeMaterial.STEEL).get(0).asStack())); diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/base/EngineRenderer.java b/src/main/java/com/drmangotea/tfmg/content/engines/base/EngineRenderer.java index bd7e47c1..3a3315f7 100644 --- a/src/main/java/com/drmangotea/tfmg/content/engines/base/EngineRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/engines/base/EngineRenderer.java @@ -3,8 +3,8 @@ package com.drmangotea.tfmg.content.engines.base; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.AllPartialModels; import com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; -import com.simibubi.create.foundation.render.SuperByteBuffer; +import net.createmod.catnip.render.CachedBuffers; +import net.createmod.catnip.render.SuperByteBuffer; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; @@ -34,6 +34,6 @@ public class EngineRenderer extends KineticBlockEntityRenderer { +public class EngineControllerBlock extends TFMGHorizontalDirectionalBlock implements IBE, IWrenchable { public EngineControllerBlock(Properties p_54120_) { super(p_54120_); } @Override public InteractionResult use(BlockState state, Level world, BlockPos pos, Player player, InteractionHand hand, BlockHitResult hit) { - if (!player.isShiftKeyDown() && LecternControllerBlockEntity.playerInRange(player, world, pos)) { + if (!player.isShiftKeyDown() && EngineControllerBlockEntity.playerInRange(player, world, pos)) { if (!world.isClientSide) withBlockEntityDo(world, pos, be -> be.tryStartUsing(player)); return InteractionResult.SUCCESS; @@ -29,6 +31,12 @@ public class EngineControllerBlock extends TFMGHorizontalDirectionalBlock implem return InteractionResult.PASS; } + + @Override + public InteractionResult onWrenched(BlockState state, UseOnContext context) { + return onBlockEntityUse(context.getLevel(), context.getClickedPos(), be -> be.use(context.getPlayer())); + } + @Override public Class getBlockEntityClass() { return EngineControllerBlockEntity.class; diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/EngineControllerBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/EngineControllerBlockEntity.java index f51bb8cc..189aa5b0 100644 --- a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/EngineControllerBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/EngineControllerBlockEntity.java @@ -1,35 +1,75 @@ package com.drmangotea.tfmg.content.engines.engine_controller; import com.drmangotea.tfmg.TFMG; +import com.drmangotea.tfmg.base.TFMGUtils; +import com.drmangotea.tfmg.content.engines.base.AbstractEngineBlockEntity; +import com.drmangotea.tfmg.content.engines.upgrades.TransmissionUpgrade; +import com.simibubi.create.AllItems; +import com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation; +import com.simibubi.create.content.redstone.link.RedstoneLinkNetworkHandler; import com.simibubi.create.content.redstone.link.controller.LinkedControllerClientHandler; import com.simibubi.create.foundation.blockEntity.SmartBlockEntity; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; +import com.simibubi.create.foundation.utility.CreateLang; +import net.createmod.catnip.animation.LerpedFloat; +import net.createmod.catnip.data.Couple; import net.minecraft.client.Minecraft; import net.minecraft.core.BlockPos; import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; import net.minecraft.server.level.ServerLevel; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.InteractionResult; +import net.minecraft.world.MenuProvider; import net.minecraft.world.entity.Entity; +import net.minecraft.world.entity.player.Inventory; import net.minecraft.world.entity.player.Player; +import net.minecraft.world.inventory.AbstractContainerMenu; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.phys.Vec3; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; import net.minecraftforge.common.ForgeMod; +import net.minecraftforge.common.util.FakePlayer; import net.minecraftforge.fml.DistExecutor; +import net.minecraftforge.items.ItemStackHandler; +import net.minecraftforge.network.NetworkHooks; +import org.jetbrains.annotations.Nullable; +import java.util.Collection; import java.util.List; import java.util.UUID; -public class EngineControllerBlockEntity extends SmartBlockEntity { +public class EngineControllerBlockEntity extends SmartBlockEntity implements IHaveGoggleInformation, MenuProvider { private UUID user; private UUID prevUser; private boolean deactivatedThisTick; + public TransmissionUpgrade.TransmissionState shift = TransmissionUpgrade.TransmissionState.NEUTRAL; + public int accelerationRate = 0; + public AbstractEngineBlockEntity engine = null; + public BlockPos enginePos = null; + public boolean engineStarted = false; + + public boolean clutch = false; + public boolean brake = false; + public boolean gas = false; + + public ItemStackHandler frequencyItems = new ItemStackHandler(6); + + /// rendering + public LerpedFloat transmissionLeverAngle = LerpedFloat.angular(); + public LerpedFloat steeringWheelAngle = LerpedFloat.angular(); + public LerpedFloat clutchPedalMotion = LerpedFloat.linear(); + public LerpedFloat gasPedalMotion = LerpedFloat.linear(); + public LerpedFloat brakePedalMotion = LerpedFloat.linear(); + public EngineControllerBlockEntity(BlockEntityType type, BlockPos pos, BlockState state) { super(type, pos, state); } @@ -38,13 +78,148 @@ public class EngineControllerBlockEntity extends SmartBlockEntity { return ItemStack.EMPTY; } + public static Couple toFrequency(EngineControllerBlockEntity controller, int slot) { + ItemStackHandler frequencyItems = controller.frequencyItems; + return Couple.create(RedstoneLinkNetworkHandler.Frequency.of(frequencyItems.getStackInSlot(slot * 2)), + RedstoneLinkNetworkHandler.Frequency.of(frequencyItems.getStackInSlot(slot * 2 + 1))); + } + @Override protected void write(CompoundTag compound, boolean clientPacket) { super.write(compound, clientPacket); + + if (enginePos != null) + compound.putLong("EnginePos", enginePos.asLong()); + compound.putString("Shift", shift.name()); + + compound.put("FrequencyItems", frequencyItems.serializeNBT()); + if (user != null) compound.putUUID("User", user); } + @Override + protected void read(CompoundTag compound, boolean clientPacket) { + super.read(compound, clientPacket); + enginePos = BlockPos.of(compound.getLong("EnginePos")); + frequencyItems.deserializeNBT(compound.getCompound("FrequencyItems")); + shift = TransmissionUpgrade.TransmissionState.valueOf(compound.getString("Shift")); + user = compound.hasUUID("User") ? compound.getUUID("User") : null; + } + + public void shiftForward() { + int max = TransmissionUpgrade.TransmissionState.values().length - 1; + for (int i = 0; i < max; i++) { + TransmissionUpgrade.TransmissionState state = TransmissionUpgrade.TransmissionState.values()[i]; + if (state == shift && i + 1 <= max) { + shift = TransmissionUpgrade.TransmissionState.values()[i + 1]; + break; + } + + } + sendData(); + setChanged(); + } + + public void shiftBack() { + int max = TransmissionUpgrade.TransmissionState.values().length; + for (int i = 0; i < max; i++) { + TransmissionUpgrade.TransmissionState state = TransmissionUpgrade.TransmissionState.values()[i]; + if (state == shift && i - 1 >= 0) { + shift = TransmissionUpgrade.TransmissionState.values()[i - 1]; + break; + } + } + } + + public void tickAcceleration() { + + if (gas) { + if (engineStarted && accelerationRate < 15) { + accelerationRate++; + this.updateEngine(); + } + } else { + if ((accelerationRate > 4 || !engineStarted) && accelerationRate > 0) { + accelerationRate--; + this.updateEngine(); + } + } + + + } + + public void tickBraking() { + + if (brake && accelerationRate > 4) { + accelerationRate--; + updateEngine(); + } + + } + + @Override + public void lazyTick() { + super.lazyTick(); + + tickAcceleration(); + } + + public static ItemStackHandler getFrequencyItems(EngineControllerBlockEntity be) { + return be.frequencyItems; + } + + public void handleInput(Collection currentlyPressed, boolean press) { + if (currentlyPressed.contains(4)) { + this.clutch = press; + this.sendData(); + this.setChanged(); + } + if (currentlyPressed.contains(0)) { + this.gas = press; + this.sendData(); + this.setChanged(); + } + if (currentlyPressed.contains(1)) { + this.brake = press; + this.sendData(); + this.setChanged(); + } + } + + public void toggleEngine() { + this.engineStarted = !this.engineStarted; + this.accelerationRate = this.engineStarted ? 4 : 0; + this.updateEngine(); + this.sendData(); + this.setChanged(); + + } + + @Override + public boolean addToGoggleTooltip(List tooltip, boolean isPlayerSneaking) { + + if (engine != null) { + CreateLang.text("Linked").forGoggles(tooltip); + } + + + CreateLang.text(shift.name()).forGoggles(tooltip); + CreateLang.text(engineStarted ? "Engine Started" : "Engine Stopped").forGoggles(tooltip); + CreateLang.text("Acceleration: " + accelerationRate).forGoggles(tooltip); + + + if (clutch) + CreateLang.text("CLUTCH").forGoggles(tooltip); + if (brake) + CreateLang.text("BRAKE").forGoggles(tooltip); + if (gas) + CreateLang.text("GAS").forGoggles(tooltip); + + return true; + } + + @Override public void tick() { super.tick(); @@ -52,8 +227,16 @@ public class EngineControllerBlockEntity extends SmartBlockEntity { if (level.isClientSide) { DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -> this::tryToggleActive); prevUser = user; + tickRendering(); } + + if (enginePos != null && (engine == null)) { + if (level.getBlockEntity(enginePos) instanceof AbstractEngineBlockEntity be) + engine = be; + } + + tickBraking(); if (!level.isClientSide) { deactivatedThisTick = false; @@ -74,6 +257,45 @@ public class EngineControllerBlockEntity extends SmartBlockEntity { } } + public void updateEngine() { + if (engine == null) + return; + TFMG.LOGGER.debug("Update Engine"); + engine.highestSignal = accelerationRate; + engine.fuelInjectionRate = accelerationRate/15f; + engine.updateRotation(); + + } + + + public void tickRendering() { + if (Minecraft.getInstance() + .isPaused()) + return; + + + steeringWheelAngle.chase(isPressed(2) ? -40 : isPressed(3) ? 40 : 0, 0.25, LerpedFloat.Chaser.EXP); + + clutchPedalMotion.chase(isPressed(4) ? 2 / 16f : 0, 0.25, LerpedFloat.Chaser.EXP); + + gasPedalMotion.chase(isPressed(0) ? 2 / 16f : 0, 0.25, LerpedFloat.Chaser.EXP); + + brakePedalMotion.chase(isPressed(1) ? 2 / 16f : 0, 0.25, LerpedFloat.Chaser.EXP); + + transmissionLeverAngle.chase(shift == TransmissionUpgrade.TransmissionState.REVERSE ? -20 : (shift.value * 20), 0.25, LerpedFloat.Chaser.EXP); + + + transmissionLeverAngle.tickChaser(); + steeringWheelAngle.tickChaser(); + clutchPedalMotion.tickChaser(); + gasPedalMotion.tickChaser(); + brakePedalMotion.tickChaser(); + } + + public boolean isPressed(int id) { + return EngineControllerClientHandler.currentlyPressed.contains(id); + } + @OnlyIn(Dist.CLIENT) private void tryToggleActive() { if (user == null && Minecraft.getInstance().player.getUUID().equals(prevUser)) { @@ -111,6 +333,7 @@ public class EngineControllerBlockEntity extends SmartBlockEntity { } } + private void startUsing(Player player) { user = player.getUUID(); @@ -127,11 +350,17 @@ public class EngineControllerBlockEntity extends SmartBlockEntity { sendData(); } - @Override - protected void read(CompoundTag compound, boolean clientPacket) { - super.read(compound, clientPacket); + public InteractionResult use(Player player) { + if (player == null) + return InteractionResult.PASS; + if (player instanceof FakePlayer) + return InteractionResult.PASS; + if (level.isClientSide) + return InteractionResult.SUCCESS; - user = compound.hasUUID("User") ? compound.getUUID("User") : null; + TFMG.LOGGER.debug("OPEN SCREEN"); + NetworkHooks.openScreen((ServerPlayer) player, this, worldPosition); + return InteractionResult.SUCCESS; } public boolean isUsedBy(Player player) { @@ -150,4 +379,14 @@ public class EngineControllerBlockEntity extends SmartBlockEntity { double reach = 0.4 * player.getAttributeValue(ForgeMod.BLOCK_REACH.get()); return player.distanceToSqr(Vec3.atCenterOf(pos)) < reach * reach; } + + @Override + public Component getDisplayName() { + return Component.empty(); + } + + @Override + public @Nullable AbstractContainerMenu createMenu(int pContainerId, Inventory pPlayerInventory, Player pPlayer) { + return EngineControllerMenu.create(pContainerId, pPlayerInventory, this); + } } diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/EngineControllerClientHandler.java b/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/EngineControllerClientHandler.java index e35bda82..a6d6268e 100644 --- a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/EngineControllerClientHandler.java +++ b/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/EngineControllerClientHandler.java @@ -1,30 +1,24 @@ package com.drmangotea.tfmg.content.engines.engine_controller; import com.drmangotea.tfmg.TFMG; -import com.drmangotea.tfmg.content.engines.engine_controller.packets.EngineControllerBindPacket; -import com.drmangotea.tfmg.content.engines.engine_controller.packets.EngineControllerInputPacket; -import com.drmangotea.tfmg.content.engines.engine_controller.packets.EngineControllerStopControllerPacket; +import com.drmangotea.tfmg.content.engines.engine_controller.packets.*; +import com.drmangotea.tfmg.registry.TFMGBlocks; +import com.drmangotea.tfmg.registry.TFMGKeys; import com.drmangotea.tfmg.registry.TFMGPackets; import com.mojang.blaze3d.platform.InputConstants; -import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.*; import com.simibubi.create.content.redstone.link.LinkBehaviour; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; -import com.simibubi.create.foundation.item.TooltipHelper; -import com.simibubi.create.foundation.utility.Components; import com.simibubi.create.foundation.utility.ControlsUtil; -import com.simibubi.create.foundation.utility.Lang; -import net.minecraft.ChatFormatting; + +import com.simibubi.create.foundation.utility.CreateLang; import net.minecraft.client.KeyMapping; import net.minecraft.client.Minecraft; -import net.minecraft.client.gui.GuiGraphics; -import net.minecraft.client.gui.screens.Screen; +import net.minecraft.client.Options; import net.minecraft.client.player.LocalPlayer; import net.minecraft.core.BlockPos; -import net.minecraft.network.chat.Component; import net.minecraft.world.item.ItemStack; import net.minecraft.world.phys.shapes.VoxelShape; -import net.minecraftforge.client.gui.overlay.ForgeGui; import org.lwjgl.glfw.GLFW; import java.util.*; @@ -35,7 +29,7 @@ public class EngineControllerClientHandler { public static Mode MODE = Mode.IDLE; public static int PACKET_RATE = 5; public static Collection currentlyPressed = new HashSet<>(); - private static BlockPos controllerPos; + public static BlockPos controllerPos; private static BlockPos selectedLocation = BlockPos.ZERO; private static int packetCooldown; @@ -69,24 +63,24 @@ public class EngineControllerClientHandler { } public static void deactivateInLectern() { - if (MODE == Mode.ACTIVE && inLectern()) { + if (MODE == Mode.ACTIVE && isController()) { MODE = Mode.IDLE; TFMG.LOGGER.debug("DEACTIVATE"); onReset(); } } - public static boolean inLectern() { + public static boolean isController() { return controllerPos != null; } protected static void onReset() { - ControlsUtil.getControls() + getControls() .forEach(kb -> kb.setDown(ControlsUtil.isActuallyPressed(kb))); packetCooldown = 0; selectedLocation = BlockPos.ZERO; - - if (inLectern()) + TFMG.LOGGER.debug("OnReset"); + if (isController()) TFMGPackets.getChannel().sendToServer(new EngineControllerStopControllerPacket(controllerPos)); controllerPos = null; @@ -94,11 +88,11 @@ public class EngineControllerClientHandler { TFMGPackets.getChannel().sendToServer(new EngineControllerInputPacket(currentlyPressed, false)); currentlyPressed.clear(); - // LinkedControllerItemRenderer.resetButtons(); + // LinkedControllerItemRenderer.resetButtons(); } public static void tick() { - // LinkedControllerItemRenderer.tick(); + // LinkedControllerItemRenderer.tick(); if (MODE == Mode.IDLE) return; @@ -116,7 +110,7 @@ public class EngineControllerClientHandler { return; } - if (!inLectern() && !AllItems.LINKED_CONTROLLER.isIn(heldItem)) { + if (!isController() && !AllItems.LINKED_CONTROLLER.isIn(heldItem)) { heldItem = player.getOffhandItem(); if (!AllItems.LINKED_CONTROLLER.isIn(heldItem)) { MODE = Mode.IDLE; @@ -126,7 +120,7 @@ public class EngineControllerClientHandler { } } - if (inLectern() && AllBlocks.LECTERN_CONTROLLER.get() + if (isController() && TFMGBlocks.ENGINE_CONTROLLER.get() .getBlockEntityOptional(mc.level, controllerPos) .map(be -> !be.isUsedBy(mc.player)) .orElse(true)) { @@ -149,7 +143,7 @@ public class EngineControllerClientHandler { return; } - Vector controls = ControlsUtil.getControls(); + Vector controls = getControls(); Collection pressedKeys = new HashSet<>(); for (int i = 0; i < controls.size(); i++) { if (ControlsUtil.isActuallyPressed(controls.get(i))) @@ -165,13 +159,42 @@ public class EngineControllerClientHandler { // Released Keys if (!releasedKeys.isEmpty()) { TFMGPackets.getChannel().sendToServer(new EngineControllerInputPacket(releasedKeys, false, controllerPos)); + if(player.level().getBlockEntity(controllerPos) instanceof EngineControllerBlockEntity be){ + + be.handleInput(releasedKeys,false); + } AllSoundEvents.CONTROLLER_CLICK.playAt(player.level(), player.blockPosition(), 1f, .5f, true); + } // Newly Pressed Keys if (!newKeys.isEmpty()) { TFMGPackets.getChannel().sendToServer(new EngineControllerInputPacket(newKeys, true, controllerPos)); + if(player.level().getBlockEntity(controllerPos) instanceof EngineControllerBlockEntity be){ + be.handleInput(newKeys,true); + } + if (newKeys.contains(5) || newKeys.contains(6)) { + TFMGPackets.getChannel().sendToServer(new TransmissionShiftPacket(newKeys, controllerPos)); + if(player.level().getBlockEntity(controllerPos) instanceof EngineControllerBlockEntity be){ + + if(newKeys.contains(6)) { + be.shiftBack(); + }else { + + be.shiftForward(); + + } + } + } + if(newKeys.contains(8)){ + TFMG.LOGGER.debug("BBBBBBBBBBBBBBBBBBBBBB"); + TFMGPackets.getChannel().sendToServer(new EngineStartPacket(controllerPos)); + if(player.level().getBlockEntity(controllerPos) instanceof EngineControllerBlockEntity be){ + be.toggleEngine(); + } + } packetCooldown = PACKET_RATE; + AllSoundEvents.CONTROLLER_CLICK.playAt(player.level(), player.blockPosition(), 1f, .75f, true); } @@ -179,6 +202,9 @@ public class EngineControllerClientHandler { if (packetCooldown == 0) { if (!pressedKeys.isEmpty()) { TFMGPackets.getChannel().sendToServer(new EngineControllerInputPacket(pressedKeys, true, controllerPos)); + if(player.level().getBlockEntity(controllerPos) instanceof EngineControllerBlockEntity be){ + be.handleInput(newKeys,true); + } packetCooldown = PACKET_RATE; } } @@ -187,17 +213,13 @@ public class EngineControllerClientHandler { if (MODE == Mode.BIND) { VoxelShape shape = mc.level.getBlockState(selectedLocation) .getShape(mc.level, selectedLocation); - if (!shape.isEmpty()) - CreateClient.OUTLINER.showAABB("controller", shape.bounds() - .move(selectedLocation)) - .colored(0xB73C2D) - .lineWidth(1 / 16f); + for (Integer integer : newKeys) { LinkBehaviour linkBehaviour = BlockEntityBehaviour.get(mc.level, selectedLocation, LinkBehaviour.TYPE); if (linkBehaviour != null) { TFMGPackets.getChannel().sendToServer(new EngineControllerBindPacket(integer, selectedLocation)); - Lang.translate("linked_controller.key_bound", controls.get(integer) + CreateLang.translate("linked_controller.key_bound", controls.get(integer) .getTranslatedKeyMessage() .getString()) .sendStatus(mc.player); @@ -211,46 +233,24 @@ public class EngineControllerClientHandler { controls.forEach(kb -> kb.setDown(false)); } - public static void renderOverlay(ForgeGui gui, GuiGraphics graphics, float partialTicks, int width1, - int height1) { - Minecraft mc = Minecraft.getInstance(); - if (mc.options.hideGui) - return; + private static Vector standardControls; - if (MODE != Mode.BIND) - return; - - PoseStack poseStack = graphics.pose(); - poseStack.pushPose(); - Screen tooltipScreen = new Screen(Components.immutableEmpty()) { - }; - tooltipScreen.init(mc, width1, height1); - - Object[] keys = new Object[6]; - Vector controls = ControlsUtil.getControls(); - for (int i = 0; i < controls.size(); i++) { - KeyMapping keyBinding = controls.get(i); - keys[i] = keyBinding.getTranslatedKeyMessage() - .getString(); + public static Vector getControls() { + if (standardControls == null) { + Options gameSettings = Minecraft.getInstance().options; + standardControls = new Vector<>(6); + standardControls.add(gameSettings.keyUp);//0 + standardControls.add(gameSettings.keyDown);//1 + standardControls.add(gameSettings.keyLeft);//2 + standardControls.add(gameSettings.keyRight);//3 + standardControls.add(gameSettings.keyJump);//4 + standardControls.add(TFMGKeys.TRANSMISSION_SHIFT_UP.getKeybind());//5 + standardControls.add(TFMGKeys.TRANSMISSION_SHIFT_DOWN.getKeybind());//6 + standardControls.add(TFMGKeys.ENGINE_CONTROLLER_CUSTOM_BUTTON.getKeybind());//7 + standardControls.add(TFMGKeys.ENGINE_START.getKeybind());//8 + standardControls.add(gameSettings.keyShift);//9 } - - List list = new ArrayList<>(); - list.add(Lang.translateDirect("linked_controller.bind_mode") - .withStyle(ChatFormatting.GOLD)); - list.addAll(TooltipHelper.cutTextComponent(Lang.translateDirect("linked_controller.press_keybind", keys), - TooltipHelper.Palette.ALL_GRAY)); - - int width = 0; - int height = list.size() * mc.font.lineHeight; - for (Component iTextComponent : list) - width = Math.max(width, mc.font.width(iTextComponent)); - int x = (width1 / 3) - width / 2; - int y = height1 - height - 24; - - - graphics.renderComponentTooltip(Minecraft.getInstance().font, list, x, y); - - poseStack.popPose(); + return standardControls; } public enum Mode { diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/EngineControllerClientRenderer.java b/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/EngineControllerClientRenderer.java deleted file mode 100644 index 9eb08eef..00000000 --- a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/EngineControllerClientRenderer.java +++ /dev/null @@ -1,4 +0,0 @@ -package com.drmangotea.tfmg.content.engines.engine_controller; - -public class EngineControllerClientRenderer { -} diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/EngineControllerRenderer.java b/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/EngineControllerRenderer.java index 4d9a89f0..2928dc85 100644 --- a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/EngineControllerRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/EngineControllerRenderer.java @@ -1,4 +1,82 @@ package com.drmangotea.tfmg.content.engines.engine_controller; -public class EngineControllerRenderer { +import com.drmangotea.tfmg.registry.TFMGPartialModels; +import com.mojang.blaze3d.vertex.PoseStack; +import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; +import net.createmod.catnip.render.CachedBuffers; +import net.minecraft.client.renderer.MultiBufferSource; +import net.minecraft.client.renderer.RenderType; +import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; +import net.minecraft.core.Direction; +import net.minecraft.world.level.block.state.BlockState; + +import static com.drmangotea.tfmg.base.TFMGUtils.toYRot; +import static net.minecraft.world.level.block.HorizontalDirectionalBlock.FACING; + +public class EngineControllerRenderer extends SafeBlockEntityRenderer { + + public EngineControllerRenderer(BlockEntityRendererProvider.Context context) { + } + + @Override + protected void renderSafe(EngineControllerBlockEntity be, float partialTicks, PoseStack ms, MultiBufferSource bufferSource, int light, int overlay) { + + BlockState state = be.getBlockState(); + Direction facing = state.getValue(FACING); + + boolean move = be.getBlockPos() == EngineControllerClientHandler.controllerPos; + + + ms.pushPose(); + + CachedBuffers.partial(TFMGPartialModels.STEERING_WHEEL, state) + .center() + .rotateYDegrees(toYRot(facing)) + .translateY(0.1f) + .rotateXDegrees(30) + .rotateZDegrees(move ? be.steeringWheelAngle.getValue(partialTicks) : 0) + .uncenter() + .light(light) + .renderInto(ms, bufferSource.getBuffer(RenderType.solid())); + + CachedBuffers.partial(TFMGPartialModels.PEDAL, state) + .center() + .rotateYDegrees(toYRot(facing)) + .translateX(-4/16f) + .translateZ(move ? be.gasPedalMotion.getValue(partialTicks) : 0) + .uncenter() + .light(light) + .renderInto(ms, bufferSource.getBuffer(RenderType.cutoutMipped())); + CachedBuffers.partial(TFMGPartialModels.PEDAL, state) + .center() + .rotateYDegrees(toYRot(facing)) + .translateX(-0/16f) + .translateZ(move ? be.brakePedalMotion.getValue(partialTicks) : 0) + + .uncenter() + .light(light) + .renderInto(ms, bufferSource.getBuffer(RenderType.cutoutMipped())); + CachedBuffers.partial(TFMGPartialModels.PEDAL, state) + .center() + .rotateYDegrees(toYRot(facing)) + .translateX(4/16f) + .translateZ(move ? be.clutchPedalMotion.getValue(partialTicks) : 0) + + .uncenter() + .light(light) + .renderInto(ms, bufferSource.getBuffer(RenderType.cutoutMipped())); + CachedBuffers.partial(TFMGPartialModels.TRANSMISSION_LEVER,state) + .center() + .rotateYDegrees(toYRot(facing)) + + .translateY(-4/16f) + //.translateZ(5/16f) + .rotateXDegrees(be.transmissionLeverAngle.getValue(partialTicks)) + .uncenter() + .light(light) + .renderInto(ms, bufferSource.getBuffer(RenderType.solid())); + ms.popPose(); + + + } } diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerBindPacket.java b/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerBindPacket.java index 3490e573..60305651 100644 --- a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerBindPacket.java +++ b/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerBindPacket.java @@ -35,23 +35,7 @@ public class EngineControllerBindPacket extends EngineControllerPacketBase { buffer.writeBlockPos(linkLocation); } - @Override - protected void handleItem(ServerPlayer player, ItemStack heldItem) { - if (player.isSpectator()) - return; - ItemStackHandler frequencyItems = LinkedControllerItem.getFrequencyItems(heldItem); - LinkBehaviour linkBehaviour = BlockEntityBehaviour.get(player.level(), linkLocation, LinkBehaviour.TYPE); - if (linkBehaviour == null) - return; - - linkBehaviour.getNetworkKey() - .forEachWithContext((f, first) -> frequencyItems.setStackInSlot(button * 2 + (first ? 0 : 1), f.getStack() - .copy())); - - heldItem.getTag() - .put("Items", frequencyItems.serializeNBT()); - } @Override protected void handleController(ServerPlayer player, EngineControllerBlockEntity lectern) {} diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerInputPacket.java b/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerInputPacket.java index d283a553..9a9156fe 100644 --- a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerInputPacket.java +++ b/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerInputPacket.java @@ -1,70 +1,79 @@ package com.drmangotea.tfmg.content.engines.engine_controller.packets; +import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.content.engines.engine_controller.EngineControllerBlockEntity; +import com.simibubi.create.content.redstone.link.RedstoneLinkNetworkHandler; import com.simibubi.create.content.redstone.link.controller.LecternControllerBlockEntity; import com.simibubi.create.content.redstone.link.controller.LinkedControllerItem; import com.simibubi.create.content.redstone.link.controller.LinkedControllerServerHandler; +import net.createmod.catnip.data.Couple; import net.minecraft.core.BlockPos; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.Level; -import java.util.ArrayList; -import java.util.Collection; -import java.util.UUID; +import java.util.*; import java.util.stream.Collectors; public class EngineControllerInputPacket extends EngineControllerPacketBase { - private Collection activatedButtons; - private boolean press; + private Collection activatedButtons; + private boolean press; - public EngineControllerInputPacket(Collection activatedButtons, boolean press) { - this(activatedButtons, press, null); - } + public EngineControllerInputPacket(Collection activatedButtons, boolean press) { + this(activatedButtons, press, null); + } - public EngineControllerInputPacket(Collection activatedButtons, boolean press, BlockPos lecternPos) { - super(lecternPos); - this.activatedButtons = activatedButtons; - this.press = press; - } + public EngineControllerInputPacket(Collection activatedButtons, boolean press, BlockPos lecternPos) { + super(lecternPos); + this.activatedButtons = activatedButtons; + this.press = press; + } - public EngineControllerInputPacket(FriendlyByteBuf buffer) { - super(buffer); - activatedButtons = new ArrayList<>(); - press = buffer.readBoolean(); - int size = buffer.readVarInt(); - for (int i = 0; i < size; i++) - activatedButtons.add(buffer.readVarInt()); - } + public EngineControllerInputPacket(FriendlyByteBuf buffer) { + super(buffer); + activatedButtons = new ArrayList<>(); + press = buffer.readBoolean(); + int size = buffer.readVarInt(); + for (int i = 0; i < size; i++) + activatedButtons.add(buffer.readVarInt()); + } - @Override - public void write(FriendlyByteBuf buffer) { - super.write(buffer); - buffer.writeBoolean(press); - buffer.writeVarInt(activatedButtons.size()); - activatedButtons.forEach(buffer::writeVarInt); - } + @Override + public void write(FriendlyByteBuf buffer) { + super.write(buffer); + buffer.writeBoolean(press); + buffer.writeVarInt(activatedButtons.size()); + activatedButtons.forEach(buffer::writeVarInt); + } - @Override - protected void handleController(ServerPlayer player, EngineControllerBlockEntity lectern) { - if (lectern.isUsedBy(player)) - handleItem(player, lectern.getController()); - } + @Override + protected void handleController(ServerPlayer player, EngineControllerBlockEntity controller) { + UUID uniqueID = player.getUUID(); + Level level = controller.getLevel(); + BlockPos pos = controller.getBlockPos(); - @Override - protected void handleItem(ServerPlayer player, ItemStack heldItem) { - Level world = player.getCommandSenderWorld(); - UUID uniqueID = player.getUUID(); - BlockPos pos = player.blockPosition(); + List> list = new ArrayList<>(); + if (activatedButtons.contains(2)) + list.add(EngineControllerBlockEntity.toFrequency(controller, 0)); + + if (activatedButtons.contains(3)) + list.add(EngineControllerBlockEntity.toFrequency(controller, 1)); + + if (activatedButtons.contains(7)) + list.add(EngineControllerBlockEntity.toFrequency(controller, 2)); + + + LinkedControllerServerHandler.receivePressed(level, pos, uniqueID, list, press); + + + //LinkedControllerServerHandler.receivePressed(controller.getLevel(), controller.getBlockPos(), uniqueID, activatedButtons.stream() + // .map(i -> EngineControllerBlockEntity.toFrequency(controller, i)) + // .collect(Collectors.toList()), press); + controller.handleInput(activatedButtons, press); + + } - if (player.isSpectator() && press) - return; - - LinkedControllerServerHandler.receivePressed(world, pos, uniqueID, activatedButtons.stream() - .map(i -> LinkedControllerItem.toFrequency(heldItem, i)) - .collect(Collectors.toList()), press); - } } diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerPacketBase.java b/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerPacketBase.java index 1bae694b..ba4c8565 100644 --- a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerPacketBase.java +++ b/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerPacketBase.java @@ -2,7 +2,6 @@ package com.drmangotea.tfmg.content.engines.engine_controller.packets; import com.drmangotea.tfmg.content.engines.engine_controller.EngineControllerBlockEntity; import com.simibubi.create.AllItems; -import com.simibubi.create.content.redstone.link.controller.LecternControllerBlockEntity; import com.simibubi.create.foundation.networking.SimplePacketBase; import net.minecraft.core.BlockPos; import net.minecraft.network.FriendlyByteBuf; @@ -13,58 +12,49 @@ import net.minecraftforge.network.NetworkEvent.Context; public abstract class EngineControllerPacketBase extends SimplePacketBase { - private BlockPos lecternPos; + private BlockPos lecternPos; - public EngineControllerPacketBase(BlockPos lecternPos) { - this.lecternPos = lecternPos; - } + public EngineControllerPacketBase(BlockPos lecternPos) { + this.lecternPos = lecternPos; + } - public EngineControllerPacketBase(FriendlyByteBuf buffer) { - if (buffer.readBoolean()) { - lecternPos = new BlockPos(buffer.readInt(), buffer.readInt(), buffer.readInt()); - } - } + public EngineControllerPacketBase(FriendlyByteBuf buffer) { + if (buffer.readBoolean()) { + lecternPos = new BlockPos(buffer.readInt(), buffer.readInt(), buffer.readInt()); + } + } - protected boolean inLectern() { - return lecternPos != null; - } + protected boolean isController() { + return lecternPos != null; + } - @Override - public void write(FriendlyByteBuf buffer) { - buffer.writeBoolean(inLectern()); - if (inLectern()) { - buffer.writeInt(lecternPos.getX()); - buffer.writeInt(lecternPos.getY()); - buffer.writeInt(lecternPos.getZ()); - } - } + @Override + public void write(FriendlyByteBuf buffer) { + buffer.writeBoolean(isController()); + if (isController()) { + buffer.writeInt(lecternPos.getX()); + buffer.writeInt(lecternPos.getY()); + buffer.writeInt(lecternPos.getZ()); + } + } - @Override - public boolean handle(Context context) { - context.enqueueWork(() -> { - ServerPlayer player = context.getSender(); - if (player == null) - return; + @Override + public boolean handle(Context context) { + context.enqueueWork(() -> { + ServerPlayer player = context.getSender(); + if (player == null) + return; - if (inLectern()) { - BlockEntity be = player.level().getBlockEntity(lecternPos); - if (!(be instanceof EngineControllerBlockEntity)) - return; - handleController(player, (EngineControllerBlockEntity) be); - } else { - ItemStack controller = player.getMainHandItem(); - if (!AllItems.LINKED_CONTROLLER.isIn(controller)) { - controller = player.getOffhandItem(); - if (!AllItems.LINKED_CONTROLLER.isIn(controller)) - return; - } - handleItem(player, controller); - } - }); - return true; - } + if (isController()) { + BlockEntity be = player.level().getBlockEntity(lecternPos); + if (!(be instanceof EngineControllerBlockEntity)) + return; + handleController(player, (EngineControllerBlockEntity) be); + } + }); + return true; + } - protected abstract void handleItem(ServerPlayer player, ItemStack heldItem); - protected abstract void handleController(ServerPlayer player, EngineControllerBlockEntity lectern); + protected abstract void handleController(ServerPlayer player, EngineControllerBlockEntity lectern); } diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerStopControllerPacket.java b/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerStopControllerPacket.java index 8bd6e4e0..7e03210a 100644 --- a/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerStopControllerPacket.java +++ b/src/main/java/com/drmangotea/tfmg/content/engines/engine_controller/packets/EngineControllerStopControllerPacket.java @@ -23,7 +23,6 @@ public class EngineControllerStopControllerPacket extends EngineControllerPacket lectern.tryStopUsing(player); } - @Override - protected void handleItem(ServerPlayer player, ItemStack heldItem) { } + } diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/engine_gearbox/EngineGearboxInstance.java b/src/main/java/com/drmangotea/tfmg/content/engines/engine_gearbox/EngineGearboxInstance.java deleted file mode 100644 index 6da9c3a9..00000000 --- a/src/main/java/com/drmangotea/tfmg/content/engines/engine_gearbox/EngineGearboxInstance.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.drmangotea.tfmg.content.engines.engine_gearbox; - -import com.jozufozu.flywheel.api.MaterialManager; -import com.simibubi.create.content.kinetics.base.ShaftInstance; -import com.simibubi.create.content.kinetics.gearbox.GearboxBlockEntity; - -public class EngineGearboxInstance extends ShaftInstance { - public EngineGearboxInstance(MaterialManager materialManager, GearboxBlockEntity blockEntity) { - super(materialManager, blockEntity); - } -} diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/regular_engine/RegularEngineBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/engines/regular_engine/RegularEngineBlockEntity.java index 4ea72b46..8baaba14 100644 --- a/src/main/java/com/drmangotea/tfmg/content/engines/regular_engine/RegularEngineBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/engines/regular_engine/RegularEngineBlockEntity.java @@ -8,7 +8,8 @@ import com.drmangotea.tfmg.registry.TFMGTags; import com.simibubi.create.AllItems; import com.simibubi.create.AllSoundEvents; import com.simibubi.create.foundation.item.SmartInventory; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.core.registries.Registries; @@ -311,11 +312,11 @@ public class RegularEngineBlockEntity extends AbstractEngineBlockEntity { for (TagKey tag : supportedFuels) { - Lang.text(tag.toString()).forGoggles(tooltip); + CreateLang.text(tag.toString()).forGoggles(tooltip); } - Lang.text("Type: " + type.name).forGoggles(tooltip); + CreateLang.text("Type: " + type.name).forGoggles(tooltip); super.addToGoggleTooltip(tooltip, isPlayerSneaking); diff --git a/src/main/java/com/drmangotea/tfmg/content/engines/regular_engine/RegularEngineRenderer.java b/src/main/java/com/drmangotea/tfmg/content/engines/regular_engine/RegularEngineRenderer.java index 28a9e54d..6477f06c 100644 --- a/src/main/java/com/drmangotea/tfmg/content/engines/regular_engine/RegularEngineRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/engines/regular_engine/RegularEngineRenderer.java @@ -6,7 +6,7 @@ import com.drmangotea.tfmg.content.engines.base.EngineRenderer; import com.drmangotea.tfmg.registry.TFMGPartialModels; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; -import com.simibubi.create.foundation.render.CachedBufferer; +import net.createmod.catnip.render.CachedBuffers; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; @@ -30,22 +30,22 @@ public class RegularEngineRenderer extends EngineRenderer { VertexConsumer vb = buffer.getBuffer(RenderType.cutoutMipped()); - for(int i = 0;i getAmmoforPreview(ItemStack cannon) { - if (AnimationTickHolder.getTicks() % 3 != 0) - return Optional.of(CLIENT_CURRENT_AMMO) - .filter(stack -> !stack.isEmpty()); - - LocalPlayer player = Minecraft.getInstance().player; - CLIENT_CURRENT_AMMO = ItemStack.EMPTY; - if (player == null) - return Optional.empty(); - ItemStack findAmmo = player.getProjectile(cannon); - Optional found = PotatoProjectileTypeManager.getTypeForStack(findAmmo) - .map($ -> findAmmo); - found.ifPresent(stack -> CLIENT_CURRENT_AMMO = stack); - return found; - } - - - @Override public Predicate getAllSupportedProjectiles() { - return stack -> PotatoProjectileTypeManager.getTypeForStack(stack) - .isPresent(); + return (Predicate) TFMGItems.NAPALM_POTATO.asItem(); } @Override diff --git a/src/main/java/com/drmangotea/tfmg/content/items/weapons/advanced_potato_cannon/AdvancedPotatoCannonItemRenderer.java b/src/main/java/com/drmangotea/tfmg/content/items/weapons/advanced_potato_cannon/AdvancedPotatoCannonItemRenderer.java index 5a9784d3..39818d09 100644 --- a/src/main/java/com/drmangotea/tfmg/content/items/weapons/advanced_potato_cannon/AdvancedPotatoCannonItemRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/items/weapons/advanced_potato_cannon/AdvancedPotatoCannonItemRenderer.java @@ -7,7 +7,7 @@ import com.mojang.math.Axis; import com.simibubi.create.foundation.item.render.CustomRenderedItemModel; import com.simibubi.create.foundation.item.render.CustomRenderedItemModelRenderer; import com.simibubi.create.foundation.item.render.PartialItemModelRenderer; -import com.simibubi.create.foundation.utility.AnimationTickHolder; +import net.createmod.catnip.animation.AnimationTickHolder; import net.minecraft.client.Minecraft; import net.minecraft.client.player.LocalPlayer; import net.minecraft.client.renderer.MultiBufferSource; diff --git a/src/main/java/com/drmangotea/tfmg/content/items/weapons/advanced_potato_cannon/AdvancedPotatoCannonRenderHandler.java b/src/main/java/com/drmangotea/tfmg/content/items/weapons/advanced_potato_cannon/AdvancedPotatoCannonRenderHandler.java index b67e7d9d..0423bef0 100644 --- a/src/main/java/com/drmangotea/tfmg/content/items/weapons/advanced_potato_cannon/AdvancedPotatoCannonRenderHandler.java +++ b/src/main/java/com/drmangotea/tfmg/content/items/weapons/advanced_potato_cannon/AdvancedPotatoCannonRenderHandler.java @@ -5,7 +5,7 @@ import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.content.equipment.potatoCannon.PotatoProjectileEntity; import com.simibubi.create.content.equipment.zapper.ShootableGadgetRenderHandler; import com.simibubi.create.foundation.particle.AirParticleData; -import com.simibubi.create.foundation.utility.VecHelper; +import net.createmod.catnip.math.VecHelper; import net.minecraft.client.Minecraft; import net.minecraft.client.multiplayer.ClientLevel; import net.minecraft.core.particles.ItemParticleOption; @@ -25,8 +25,7 @@ public class AdvancedPotatoCannonRenderHandler extends ShootableGadgetRenderHand @Override protected boolean appliesTo(ItemStack stack) { - return TFMGItems.ADVANCED_POTATO_CANNON.get() - .isCannon(stack); + return false; } public void beforeShoot(float nextPitch, Vec3 location, Vec3 motion, ItemStack stack) { diff --git a/src/main/java/com/drmangotea/tfmg/content/items/weapons/quad_potato_cannon/QuadPotatoCannonItem.java b/src/main/java/com/drmangotea/tfmg/content/items/weapons/quad_potato_cannon/QuadPotatoCannonItem.java index 409506a9..d3268b9c 100644 --- a/src/main/java/com/drmangotea/tfmg/content/items/weapons/quad_potato_cannon/QuadPotatoCannonItem.java +++ b/src/main/java/com/drmangotea/tfmg/content/items/weapons/quad_potato_cannon/QuadPotatoCannonItem.java @@ -2,21 +2,22 @@ package com.drmangotea.tfmg.content.items.weapons.quad_potato_cannon; -import com.drmangotea.tfmg.TFMGClient; + + import com.simibubi.create.AllEnchantments; import com.simibubi.create.AllEntityTypes; -import com.simibubi.create.Create; +import com.simibubi.create.CreateClient; +import com.simibubi.create.api.equipment.potatoCannon.PotatoCannonProjectileType; import com.simibubi.create.content.equipment.armor.BacktankUtil; -import com.simibubi.create.content.equipment.potatoCannon.BuiltinPotatoProjectileTypes; -import com.simibubi.create.content.equipment.potatoCannon.PotatoCannonProjectileType; +import com.simibubi.create.content.equipment.potatoCannon.PotatoCannonItem; +import com.simibubi.create.content.equipment.potatoCannon.PotatoCannonPacket; import com.simibubi.create.content.equipment.potatoCannon.PotatoProjectileEntity; -import com.simibubi.create.content.equipment.potatoCannon.PotatoProjectileTypeManager; import com.simibubi.create.content.equipment.zapper.ShootableGadgetItemMethods; import com.simibubi.create.foundation.item.CustomArmPoseItem; -import com.simibubi.create.foundation.utility.AnimationTickHolder; -import com.simibubi.create.foundation.utility.Components; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.VecHelper; +import com.simibubi.create.foundation.utility.CreateLang; +import com.simibubi.create.foundation.utility.GlobalRegistryAccess; +import com.simibubi.create.infrastructure.config.AllConfigs; +import net.createmod.catnip.math.VecHelper; import net.minecraft.ChatFormatting; import net.minecraft.client.Minecraft; import net.minecraft.client.model.HumanoidModel; @@ -24,6 +25,8 @@ import net.minecraft.client.player.AbstractClientPlayer; import net.minecraft.client.player.LocalPlayer; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction.Axis; +import net.minecraft.core.Holder; +import net.minecraft.network.chat.CommonComponents; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; import net.minecraft.util.Mth; @@ -53,18 +56,185 @@ import java.util.function.Predicate; public class QuadPotatoCannonItem extends ProjectileWeaponItem implements CustomArmPoseItem { - public static ItemStack CLIENT_CURRENT_AMMO = ItemStack.EMPTY; + public static final int MAX_DAMAGE = 100; public QuadPotatoCannonItem(Properties properties) { super(properties.defaultDurability(MAX_DAMAGE)); } + @Nullable + public static PotatoCannonItem.Ammo getAmmo(Player player, ItemStack heldStack) { + ItemStack ammoStack = player.getProjectile(heldStack); + if (ammoStack.isEmpty()) { + return null; + } + + Optional> optionalType = PotatoCannonProjectileType.getTypeForItem(player.level().registryAccess(), ammoStack.getItem()); + if (optionalType.isEmpty()) { + return null; + } + + return new PotatoCannonItem.Ammo(ammoStack, optionalType.get().get()); + } + + @Override + public InteractionResult useOn(UseOnContext context) { + return use(context.getLevel(), context.getPlayer(), context.getHand()).getResult(); + } + + @Override + public InteractionResultHolder use(Level level, Player player, InteractionHand hand) { + ItemStack heldStack = player.getItemInHand(hand); + if (ShootableGadgetItemMethods.shouldSwap(player, heldStack, hand, s -> s.getItem() instanceof PotatoCannonItem)) { + return InteractionResultHolder.fail(heldStack); + } + + PotatoCannonItem.Ammo ammo = getAmmo(player, heldStack); + if (ammo == null) { + return InteractionResultHolder.pass(heldStack); + } + ItemStack ammoStack = ammo.stack(); + PotatoCannonProjectileType projectileType = ammo.type(); + + if (level.isClientSide) { + CreateClient.POTATO_CANNON_RENDER_HANDLER.dontAnimateItem(hand); + return InteractionResultHolder.success(heldStack); + } + + Vec3 barrelPos = ShootableGadgetItemMethods.getGunBarrelVec(player, hand == InteractionHand.MAIN_HAND, + new Vec3(.75f, -0.15f, 1.5f)); + Vec3 correction = + ShootableGadgetItemMethods.getGunBarrelVec(player, hand == InteractionHand.MAIN_HAND, new Vec3(-.05f, 0, 0)) + .subtract(player.position() + .add(0, player.getEyeHeight(), 0)); + + Vec3 lookVec = player.getLookAngle(); + Vec3 motion = lookVec.add(correction) + .normalize() + .scale(2) + .scale(projectileType.velocityMultiplier()); + + float soundPitch = projectileType.soundPitch() + (level.getRandom().nextFloat() - .5f) / 4f; + + boolean spray = projectileType.split()*4 > 1; + Vec3 sprayBase = VecHelper.rotate(new Vec3(0, 0.1, 0), 360 * level.getRandom().nextFloat(), Axis.Z); + float sprayChange = 360f / projectileType.split()*4; + + ItemStack ammoStackCopy = ammoStack.copy(); + + for (int i = 0; i < projectileType.split()*4; i++) { + PotatoProjectileEntity projectile = AllEntityTypes.POTATO_PROJECTILE.create(level); + projectile.setItem(ammoStackCopy); + projectile.setEnchantmentEffectsFromCannon(heldStack); + + Vec3 splitMotion = motion; + if (spray) { + float imperfection = 40 * (level.getRandom().nextFloat() - 0.5f); + Vec3 sprayOffset = VecHelper.rotate(sprayBase, i * sprayChange + imperfection, Axis.Z); + splitMotion = splitMotion.add(VecHelper.lookAt(sprayOffset, motion)); + } + + + + projectile.setPos(barrelPos.x, barrelPos.y, barrelPos.z); + projectile.setDeltaMovement(splitMotion); + projectile.setOwner(player); + level.addFreshEntity(projectile); + } + + if (!player.isCreative()) { + ammoStack.shrink(1); + if (ammoStack.isEmpty()) + player.getInventory().removeItem(ammoStack); + } + + if (!BacktankUtil.canAbsorbDamage(player, maxUses())) + heldStack.hurtAndBreak(1, player, p -> p.broadcastBreakEvent(hand)); + + ShootableGadgetItemMethods.applyCooldown(player, heldStack, hand, s -> s.getItem() instanceof PotatoCannonItem, projectileType.reloadTicks()); + ShootableGadgetItemMethods.sendPackets(player, + b -> new PotatoCannonPacket(barrelPos, lookVec.normalize(), ammoStack, hand, soundPitch, b)); + return InteractionResultHolder.success(heldStack); + } + + @Override + @OnlyIn(Dist.CLIENT) + public void appendHoverText(ItemStack stack, @Nullable Level level, List tooltip, TooltipFlag flag) { + LocalPlayer player = Minecraft.getInstance().player; + if (player == null) { + super.appendHoverText(stack, level, tooltip, flag); + return; + } + + PotatoCannonItem.Ammo ammo = getAmmo(player, stack); + if (ammo == null) { + super.appendHoverText(stack, level, tooltip, flag); + return; + } + ItemStack ammoStack = ammo.stack(); + PotatoCannonProjectileType type = ammo.type(); + + int power = stack.getEnchantmentLevel(Enchantments.POWER_ARROWS); + int punch = stack.getEnchantmentLevel(Enchantments.PUNCH_ARROWS); + final float additionalDamageMult = 1 + power * .2f; + final float additionalKnockback = punch * .5f; + + String _attack = "potato_cannon.ammo.attack_damage"; + String _reload = "potato_cannon.ammo.reload_ticks"; + String _knockback = "potato_cannon.ammo.knockback"; + + tooltip.add(CommonComponents.EMPTY); + tooltip.add(Component.translatable(ammoStack.getDescriptionId()).append(Component.literal(":")) + .withStyle(ChatFormatting.GRAY)); + MutableComponent spacing = CommonComponents.space(); + ChatFormatting green = ChatFormatting.GREEN; + ChatFormatting darkGreen = ChatFormatting.DARK_GREEN; + + float damageF = type.damage() * additionalDamageMult; + MutableComponent damage = Component.literal(damageF == Mth.floor(damageF) ? "" + Mth.floor(damageF) : "" + damageF); + MutableComponent reloadTicks = Component.literal("" + type.reloadTicks()); + MutableComponent knockback = + Component.literal("" + (type.knockback() + additionalKnockback)); + + damage = damage.withStyle(additionalDamageMult > 1 ? green : darkGreen); + knockback = knockback.withStyle(additionalKnockback > 0 ? green : darkGreen); + reloadTicks = reloadTicks.withStyle(darkGreen); + + tooltip.add(spacing.plainCopy() + .append(CreateLang.translateDirect(_attack, damage) + .withStyle(darkGreen))); + tooltip.add(spacing.plainCopy() + .append(CreateLang.translateDirect(_reload, reloadTicks) + .withStyle(darkGreen))); + tooltip.add(spacing.plainCopy() + .append(CreateLang.translateDirect(_knockback, knockback) + .withStyle(darkGreen))); + + super.appendHoverText(stack, level, tooltip, flag); + } + @Override public boolean canAttackBlock(BlockState state, Level world, BlockPos pos, Player player) { return false; } + @Override + public boolean shouldCauseReequipAnimation(ItemStack oldStack, ItemStack newStack, boolean slotChanged) { + return slotChanged || newStack.getItem() != oldStack.getItem(); + } + + @Override + public Predicate getAllSupportedProjectiles() { + return stack -> PotatoCannonProjectileType.getTypeForItem(GlobalRegistryAccess.getOrThrow(), stack.getItem()) + .isPresent(); + } + + @Override + public int getDefaultProjectileRange() { + return 15; + } + @Override public boolean canApplyAtEnchantingTable(ItemStack stack, Enchantment enchantment) { if (enchantment == Enchantments.POWER_ARROWS) @@ -80,193 +250,23 @@ public class QuadPotatoCannonItem extends ProjectileWeaponItem implements Custom return super.canApplyAtEnchantingTable(stack, enchantment); } - @Override - public InteractionResult useOn(UseOnContext context) { - return use(context.getLevel(), context.getPlayer(), context.getHand()).getResult(); - } - @Override public boolean isBarVisible(ItemStack stack) { - return BacktankUtil.isBarVisible(stack, 500); + return BacktankUtil.isBarVisible(stack, maxUses()); } @Override public int getBarWidth(ItemStack stack) { - return BacktankUtil.getBarWidth(stack, 500); + return BacktankUtil.getBarWidth(stack, maxUses()); } @Override public int getBarColor(ItemStack stack) { - return BacktankUtil.getBarColor(stack, 500); + return BacktankUtil.getBarColor(stack, maxUses()); } - //private int maxUses() { - // return AllConfigs.server()..maxPotatoCannonShots.get()*2; - // } - - public boolean isCannon(ItemStack stack) { - return stack.getItem() instanceof QuadPotatoCannonItem; - } - - @Override - public InteractionResultHolder use(Level world, Player player, InteractionHand hand) { - ItemStack stack = player.getItemInHand(hand); - return findAmmoInInventory(world, player, stack).map(itemStack -> { - - if (ShootableGadgetItemMethods.shouldSwap(player, stack, hand, this::isCannon)) - return InteractionResultHolder.fail(stack); - - if (world.isClientSide) { - TFMGClient.QUAD_POTATO_CANNON_RENDER_HANDLER.dontAnimateItem(hand); - return InteractionResultHolder.success(stack); - } - - Vec3 barrelPos = ShootableGadgetItemMethods.getGunBarrelVec(player, hand == InteractionHand.MAIN_HAND, - new Vec3(.75f, -0.15f, 1.5f)); - Vec3 correction = - ShootableGadgetItemMethods.getGunBarrelVec(player, hand == InteractionHand.MAIN_HAND, new Vec3(-.05f, 0, 0)) - .subtract(player.position() - .add(0, player.getEyeHeight(), 0)); - - PotatoCannonProjectileType projectileType = PotatoProjectileTypeManager.getTypeForStack(itemStack) - .orElse(BuiltinPotatoProjectileTypes.FALLBACK); - Vec3 lookVec = player.getLookAngle(); - Vec3 motion = lookVec.add(correction) - .normalize() - .scale(2) - .scale(projectileType.getVelocityMultiplier()); - - float soundPitch = projectileType.getSoundPitch() + (Create.RANDOM.nextFloat() - .5f) / 4f; - - // boolean spray = projectileType.getSplit() > 1; - Vec3 sprayBase = VecHelper.rotate(new Vec3(0, 0.1, 0), 360 * Create.RANDOM.nextFloat(), Axis.Z); - float sprayChange = 360f; - - for (int i = 0; i < 4 * projectileType.getSplit(); i++) { - if (itemStack.getCount() > 0) { - PotatoProjectileEntity projectile = AllEntityTypes.POTATO_PROJECTILE.create(world); - projectile.setItem(itemStack); - projectile.setEnchantmentEffectsFromCannon(stack); - - Vec3 splitMotion = motion; - // if (spray) { - float imperfection = 40 * 40; - Vec3 sprayOffset = VecHelper.rotate(sprayBase, i * 100, Axis.Z); - splitMotion = splitMotion.add(VecHelper.lookAt(sprayOffset, motion)); - // } - - - projectile.setPos(barrelPos.x, barrelPos.y, barrelPos.z); - projectile.setDeltaMovement(splitMotion); - projectile.setOwner(player); - world.addFreshEntity(projectile); - - if (!player.isCreative()) { - itemStack.shrink(1); - if (itemStack.isEmpty()) - player.getInventory().removeItem(itemStack); - } - } - } - - - if (!BacktankUtil.canAbsorbDamage(player, 500)) - stack.hurtAndBreak(1, player, p -> p.broadcastBreakEvent(hand)); - - Integer cooldown = - findAmmoInInventory(world, player, stack).flatMap(PotatoProjectileTypeManager::getTypeForStack) - .map(PotatoCannonProjectileType::getReloadTicks) - .orElse(10); - - ShootableGadgetItemMethods.applyCooldown(player, stack, hand, this::isCannon, cooldown); - //ShootableGadgetItemMethods.sendPackets(player, - // b -> new AdvancedPotatoCannonPacket(barrelPos, lookVec.normalize(), itemStack, hand, soundPitch, b)); - - return InteractionResultHolder.success(stack); - - }) - .orElse(InteractionResultHolder.pass(stack)); - - } - - @Override - public boolean shouldCauseReequipAnimation(ItemStack oldStack, ItemStack newStack, boolean slotChanged) { - return slotChanged || newStack.getItem() != oldStack.getItem(); - } - - private Optional findAmmoInInventory(Level world, Player player, ItemStack held) { - ItemStack findAmmo = player.getProjectile(held); - return PotatoProjectileTypeManager.getTypeForStack(findAmmo) - .map($ -> findAmmo); - } - - @OnlyIn(Dist.CLIENT) - public static Optional getAmmoforPreview(ItemStack cannon) { - if (AnimationTickHolder.getTicks() % 3 != 0) - return Optional.of(CLIENT_CURRENT_AMMO) - .filter(stack -> !stack.isEmpty()); - - LocalPlayer player = Minecraft.getInstance().player; - CLIENT_CURRENT_AMMO = ItemStack.EMPTY; - if (player == null) - return Optional.empty(); - ItemStack findAmmo = player.getProjectile(cannon); - Optional found = PotatoProjectileTypeManager.getTypeForStack(findAmmo) - .map($ -> findAmmo); - found.ifPresent(stack -> CLIENT_CURRENT_AMMO = stack); - return found; - } - - @Override - @OnlyIn(Dist.CLIENT) - public void appendHoverText(ItemStack stack, Level world, List tooltip, TooltipFlag flag) { - int power = EnchantmentHelper.getItemEnchantmentLevel(Enchantments.POWER_ARROWS, stack); - int punch = EnchantmentHelper.getItemEnchantmentLevel(Enchantments.PUNCH_ARROWS, stack); - final float additionalDamageMult = 1 + power * .2f; - final float additionalKnockback = punch * .5f; - - getAmmoforPreview(stack).ifPresent(ammo -> { - String _attack = "potato_cannon.ammo.attack_damage"; - String _reload = "potato_cannon.ammo.reload_ticks"; - String _knockback = "potato_cannon.ammo.knockback"; - - tooltip.add(Components.immutableEmpty()); - tooltip.add(Components.translatable(ammo.getDescriptionId()).append(Components.literal(":")) - .withStyle(ChatFormatting.GRAY)); - PotatoCannonProjectileType type = PotatoProjectileTypeManager.getTypeForStack(ammo) - .get(); - MutableComponent spacing = Components.literal(" "); - ChatFormatting green = ChatFormatting.GREEN; - ChatFormatting darkGreen = ChatFormatting.DARK_GREEN; - - float damageF = type.getDamage() * additionalDamageMult; - MutableComponent damage = Components.literal( - damageF == Mth.floor(damageF) ? "" + Mth.floor(damageF) : "" + damageF); - MutableComponent reloadTicks = Components.literal("" + type.getReloadTicks()); - MutableComponent knockback = - Components.literal("" + (type.getKnockback() + additionalKnockback)); - - damage = damage.withStyle(additionalDamageMult > 1 ? green : darkGreen); - knockback = knockback.withStyle(additionalKnockback > 0 ? green : darkGreen); - reloadTicks = reloadTicks.withStyle(darkGreen); - - tooltip.add(spacing.plainCopy() - .append(Lang.translateDirect(_attack, damage) - .withStyle(darkGreen))); - tooltip.add(spacing.plainCopy() - .append(Lang.translateDirect(_reload, reloadTicks) - .withStyle(darkGreen))); - tooltip.add(spacing.plainCopy() - .append(Lang.translateDirect(_knockback, knockback) - .withStyle(darkGreen))); - }); - super.appendHoverText(stack, world, tooltip, flag); - } - - @Override - public Predicate getAllSupportedProjectiles() { - return stack -> PotatoProjectileTypeManager.getTypeForStack(stack) - .isPresent(); + private static int maxUses() { + return AllConfigs.server().equipment.maxPotatoCannonShots.get(); } @Override @@ -288,17 +288,8 @@ public class QuadPotatoCannonItem extends ProjectileWeaponItem implements Custom return null; } - @Override - public int getDefaultProjectileRange() { - return 15; + + public record Ammo(ItemStack stack, PotatoCannonProjectileType type) { } -/* - @Override - @OnlyIn(Dist.CLIENT) - public void initializeClient(Consumer consumer) { - consumer.accept(SimpleCustomRenderer.create(this, new QuadPotatoCannonItemRenderer())); - } - - */ } diff --git a/src/main/java/com/drmangotea/tfmg/content/items/weapons/quad_potato_cannon/QuadPotatoCannonItemRenderer.java b/src/main/java/com/drmangotea/tfmg/content/items/weapons/quad_potato_cannon/QuadPotatoCannonItemRenderer.java index d62c7e7c..c361bcae 100644 --- a/src/main/java/com/drmangotea/tfmg/content/items/weapons/quad_potato_cannon/QuadPotatoCannonItemRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/items/weapons/quad_potato_cannon/QuadPotatoCannonItemRenderer.java @@ -8,7 +8,7 @@ import com.simibubi.create.content.equipment.potatoCannon.PotatoCannonItem; import com.simibubi.create.foundation.item.render.CustomRenderedItemModel; import com.simibubi.create.foundation.item.render.CustomRenderedItemModelRenderer; import com.simibubi.create.foundation.item.render.PartialItemModelRenderer; -import com.simibubi.create.foundation.utility.AnimationTickHolder; +import net.createmod.catnip.animation.AnimationTickHolder; import net.minecraft.client.Minecraft; import net.minecraft.client.player.LocalPlayer; import net.minecraft.client.renderer.MultiBufferSource; diff --git a/src/main/java/com/drmangotea/tfmg/content/items/weapons/quad_potato_cannon/QuadPotatoCannonRenderHandler.java b/src/main/java/com/drmangotea/tfmg/content/items/weapons/quad_potato_cannon/QuadPotatoCannonRenderHandler.java index c6db3a7b..67946b33 100644 --- a/src/main/java/com/drmangotea/tfmg/content/items/weapons/quad_potato_cannon/QuadPotatoCannonRenderHandler.java +++ b/src/main/java/com/drmangotea/tfmg/content/items/weapons/quad_potato_cannon/QuadPotatoCannonRenderHandler.java @@ -5,7 +5,7 @@ import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.content.equipment.potatoCannon.PotatoProjectileEntity; import com.simibubi.create.content.equipment.zapper.ShootableGadgetRenderHandler; import com.simibubi.create.foundation.particle.AirParticleData; -import com.simibubi.create.foundation.utility.VecHelper; +import net.createmod.catnip.math.VecHelper; import net.minecraft.client.Minecraft; import net.minecraft.client.multiplayer.ClientLevel; import net.minecraft.core.particles.ItemParticleOption; @@ -25,8 +25,7 @@ public class QuadPotatoCannonRenderHandler extends ShootableGadgetRenderHandler @Override protected boolean appliesTo(ItemStack stack) { - return ((QuadPotatoCannonItem) TFMGItems.QUAD_POTATO_CANNON.get()) - .isCannon(stack); + return false; } public void beforeShoot(float nextPitch, Vec3 location, Vec3 motion, ItemStack stack) { diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_furnace/BlastFurnaceHatchBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_furnace/BlastFurnaceHatchBlockEntity.java index 7f90c41a..2930e224 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_furnace/BlastFurnaceHatchBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_furnace/BlastFurnaceHatchBlockEntity.java @@ -2,12 +2,12 @@ package com.drmangotea.tfmg.content.machinery.metallurgy.blast_furnace; import com.drmangotea.tfmg.base.TFMGUtils; import com.drmangotea.tfmg.registry.TFMGFluids; -import com.simibubi.create.content.equipment.goggles.IHaveGoggleInformation; +import com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation; import com.simibubi.create.foundation.blockEntity.SmartBlockEntity; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import com.simibubi.create.foundation.item.ItemHelper; import com.simibubi.create.foundation.item.SmartInventory; -import com.simibubi.create.foundation.utility.VecHelper; +import net.createmod.catnip.math.VecHelper; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_furnace/BlastFurnaceOutputBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_furnace/BlastFurnaceOutputBlockEntity.java index 31e4b7f5..8aa47d72 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_furnace/BlastFurnaceOutputBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_furnace/BlastFurnaceOutputBlockEntity.java @@ -10,15 +10,17 @@ import com.drmangotea.tfmg.registry.TFMGFluids; import com.drmangotea.tfmg.registry.TFMGRecipeTypes; import com.drmangotea.tfmg.registry.TFMGTags; import com.simibubi.create.Create; -import com.simibubi.create.content.equipment.goggles.IHaveGoggleInformation; + +import com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation; import com.simibubi.create.foundation.blockEntity.SmartBlockEntity; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import com.simibubi.create.foundation.fluid.CombinedTankWrapper; import com.simibubi.create.foundation.fluid.SmartFluidTank; import com.simibubi.create.foundation.item.ItemHelper; import com.simibubi.create.foundation.item.SmartInventory; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; + +import com.simibubi.create.foundation.utility.CreateLang; +import net.createmod.catnip.animation.LerpedFloat; import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; @@ -112,17 +114,17 @@ public class BlastFurnaceOutputBlockEntity extends SmartBlockEntity implements I @Override public boolean addToGoggleTooltip(List tooltip, boolean isPlayerSneaking) { - Lang.translate("goggles.blast_furnace.stats", inputInventory.getStackInSlot(0).getCount()) + CreateLang.translate("goggles.blast_furnace.stats", inputInventory.getStackInSlot(0).getCount()) .style(ChatFormatting.GRAY) .forGoggles(tooltip, 1); - Lang.translate("goggles.blast_furnace.height", getSize()) + CreateLang.translate("goggles.blast_furnace.height", getSize()) .forGoggles(tooltip, 1); - Lang.translate("goggles.blast_furnace.fuel_amount", fuel) + CreateLang.translate("goggles.blast_furnace.fuel_amount", fuel) .forGoggles(tooltip, 1); if(isReinforced) - Lang.translate("goggles.blast_furnace.reinforced") + CreateLang.translate("goggles.blast_furnace.reinforced") .style(ChatFormatting.GREEN) .forGoggles(tooltip); diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_furnace/BlastFurnaceRenderer.java b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_furnace/BlastFurnaceRenderer.java index 447cd8e2..c9e9e731 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_furnace/BlastFurnaceRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_furnace/BlastFurnaceRenderer.java @@ -1,17 +1,15 @@ package com.drmangotea.tfmg.content.machinery.metallurgy.blast_furnace; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.electrode_holder.ElectrodeHolderBlockEntity; import com.drmangotea.tfmg.registry.TFMGPartialModels; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; +import net.createmod.catnip.render.CachedBuffers; import net.minecraft.client.renderer.LevelRenderer; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; import net.minecraft.core.Direction; -import net.minecraft.world.level.block.DirectionalBlock; import net.minecraft.world.level.block.state.BlockState; import static net.minecraft.world.level.block.HorizontalDirectionalBlock.FACING; @@ -35,14 +33,13 @@ public class BlastFurnaceRenderer extends SafeBlockEntityRenderer 0) if (be.getSize() >= 3) { - CachedBufferer.partial(TFMGPartialModels.COAL_COKE_DUST_LAYER, blockState) + CachedBuffers.partial(TFMGPartialModels.COAL_COKE_DUST_LAYER, blockState) .light(LevelRenderer.getLightColor(be.getLevel(), be.getBlockPos().above().relative(facing.getOpposite()))) - .centre() - .rotateY(facing.getAxis() == Direction.Axis.X ? facing.getCounterClockWise().toYRot() : facing.getClockWise().toYRot()) - .translateY(coalCokeLevel + 1.1) + .center() + .rotateYDegrees(facing.getAxis() == Direction.Axis.X ? facing.getCounterClockWise().toYRot() : facing.getClockWise().toYRot()) + .translateY(coalCokeLevel + 1.1f) .translateX(1) - - .unCentre() + .uncenter() .renderInto(ms, vb); } } diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_stove/BlastStoveBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_stove/BlastStoveBlockEntity.java index 7671828f..a4c74aa2 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_stove/BlastStoveBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/blast_stove/BlastStoveBlockEntity.java @@ -9,15 +9,17 @@ import com.drmangotea.tfmg.recipes.HotBlastRecipe; import com.drmangotea.tfmg.registry.TFMGFluids; import com.simibubi.create.Create; import com.simibubi.create.api.connectivity.ConnectivityHandler; -import com.simibubi.create.content.equipment.goggles.IHaveGoggleInformation; +import com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation; import com.simibubi.create.content.fluids.pipes.FluidPipeBlockEntity; import com.simibubi.create.content.fluids.tank.FluidTankBlockEntity; import com.simibubi.create.foundation.blockEntity.IMultiBlockEntityContainer; import com.simibubi.create.foundation.fluid.CombinedTankWrapper; import com.simibubi.create.foundation.recipe.RecipeFinder; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.LangBuilder; + + +import com.simibubi.create.foundation.utility.CreateLang; import com.simibubi.create.infrastructure.config.AllConfigs; +import net.createmod.catnip.lang.LangBuilder; import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; @@ -357,47 +359,47 @@ public class BlastStoveBlockEntity extends FluidTankBlockEntity implements IHave @Override public boolean addToGoggleTooltip(List tooltip, boolean isPlayerSneaking) { - LangBuilder mb = Lang.translate("generic.unit.millibuckets"); + LangBuilder mb = CreateLang.translate("generic.unit.millibuckets"); - Lang.translate("goggles.blast_stove.header") + CreateLang.translate("goggles.blast_stove.header") .forGoggles(tooltip); - Lang.builder() - .add(Lang.translate("goggles.blast_stove.tank1")) - .add(Lang.number(secondaryCapability.orElseGet(null).getFluidInTank(0).getAmount()) + CreateLang.builder() + .add(CreateLang.translate("goggles.blast_stove.tank1")) + .add(CreateLang.number(secondaryCapability.orElseGet(null).getFluidInTank(0).getAmount()) .add(mb) .style(ChatFormatting.DARK_GREEN)) .text(ChatFormatting.GRAY, " / ") - .add(Lang.number(8000) + .add(CreateLang.number(8000) .add(mb) .style(ChatFormatting.DARK_GRAY)) .forGoggles(tooltip, 1); - Lang.builder() - .add(Lang.translate("goggles.blast_stove.tank2")) - .add(Lang.number(primaryCapability.orElseGet(null).getFluidInTank(1).getAmount()) + CreateLang.builder() + .add(CreateLang.translate("goggles.blast_stove.tank2")) + .add(CreateLang.number(primaryCapability.orElseGet(null).getFluidInTank(1).getAmount()) .add(mb) .style(ChatFormatting.DARK_GREEN)) .text(ChatFormatting.GRAY, " / ") - .add(Lang.number(8000) + .add(CreateLang.number(8000) .add(mb) .style(ChatFormatting.DARK_GRAY)) .forGoggles(tooltip, 1); - Lang.builder() - .add(Lang.translate("goggles.blast_stove.tank3")) - .add(Lang.number(primaryCapability.orElseGet(null).getFluidInTank(0).getAmount()) + CreateLang.builder() + .add(CreateLang.translate("goggles.blast_stove.tank3")) + .add(CreateLang.number(primaryCapability.orElseGet(null).getFluidInTank(0).getAmount()) .add(mb) .style(ChatFormatting.YELLOW)) .text(ChatFormatting.GRAY, " / ") - .add(Lang.number(8000) + .add(CreateLang.number(8000) .add(mb) .style(ChatFormatting.DARK_GRAY)) .forGoggles(tooltip, 1); - Lang.builder() - .add(Lang.translate("goggles.blast_stove.tank4")) - .add(Lang.number(secondaryCapability.orElseGet(null).getFluidInTank(1).getAmount()) + CreateLang.builder() + .add(CreateLang.translate("goggles.blast_stove.tank4")) + .add(CreateLang.number(secondaryCapability.orElseGet(null).getFluidInTank(1).getAmount()) .add(mb) .style(ChatFormatting.YELLOW)) .text(ChatFormatting.GRAY, " / ") - .add(Lang.number(8000) + .add(CreateLang.number(8000) .add(mb) .style(ChatFormatting.DARK_GRAY)) .forGoggles(tooltip, 1); @@ -464,7 +466,7 @@ public class BlastStoveBlockEntity extends FluidTankBlockEntity implements IHave } - public IFluidTank getTankInventory() { + public FluidTank getTankInventory() { return primaryOutputInventory; } diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/casting_basin/CastingBasinBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/casting_basin/CastingBasinBlockEntity.java index e7c0c639..09f3ff5d 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/casting_basin/CastingBasinBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/casting_basin/CastingBasinBlockEntity.java @@ -2,14 +2,14 @@ package com.drmangotea.tfmg.content.machinery.metallurgy.casting_basin; import com.drmangotea.tfmg.base.TFMGUtils; import com.drmangotea.tfmg.recipes.CastingRecipe; -import com.simibubi.create.content.equipment.goggles.IHaveGoggleInformation; +import com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation; import com.simibubi.create.foundation.blockEntity.SmartBlockEntity; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import com.simibubi.create.foundation.fluid.SmartFluidTank; import com.simibubi.create.foundation.item.ItemHelper; import com.simibubi.create.foundation.item.SmartInventory; import com.simibubi.create.foundation.recipe.RecipeFinder; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; +import net.createmod.catnip.animation.LerpedFloat; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/casting_basin/CastingBasinRenderer.java b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/casting_basin/CastingBasinRenderer.java index 1d52a71a..deb36f4f 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/casting_basin/CastingBasinRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/casting_basin/CastingBasinRenderer.java @@ -11,32 +11,33 @@ import net.minecraft.world.level.block.state.BlockState; import static net.minecraft.world.level.block.HorizontalDirectionalBlock.FACING; public class CastingBasinRenderer extends SafeBlockEntityRenderer { - public CastingBasinRenderer(BlockEntityRendererProvider.Context context) {} + public CastingBasinRenderer(BlockEntityRendererProvider.Context context) { + } @Override protected void renderSafe(CastingBasinBlockEntity be, float partialTicks, PoseStack ms, MultiBufferSource buffer, int light, int overlay) { if (be.tank.isEmpty()) return; BlockState blockState = be.getBlockState(); - FluidRenderer.renderFluidBox(be.tank.getFluid(), 0.1f, 0.1f, 0.1f, 0.9f, be.fluidLevel.getValue(partialTicks)/400, 0.9f, buffer, ms, light, false); + FluidRenderer.renderFluidBox(be.tank.getFluid().getFluid(), be.tank.getFluid().getAmount(), 0.1f, 0.1f, 0.1f, 0.9f, be.fluidLevel.getValue(partialTicks) / 400, 0.9f, buffer, ms, light, false, false, be.tank.getFluid().getTag()); if (be.flowTimer > 0) { Direction facing = blockState.getValue(FACING); - if (facing== Direction.NORTH) { - FluidRenderer.renderFluidBox(be.tank.getFluid(), (7/16f), (8/16f), (8/16f), (9/16f), (9/16f), (14/16f), buffer, ms, light, false); - FluidRenderer.renderFluidBox(be.tank.getFluid(), (7/16f), (1/16f), (8/16f), (9/16f), (8/16f), (10/16f), buffer, ms, light, false); + if (facing == Direction.NORTH) { + FluidRenderer.renderFluidBox(be.tank.getFluid().getFluid(), be.tank.getFluid().getAmount(), (7 / 16f), (8 / 16f), (8 / 16f), (9 / 16f), (9 / 16f), (14 / 16f), buffer, ms, light, false, false, be.tank.getFluid().getTag()); + FluidRenderer.renderFluidBox(be.tank.getFluid().getFluid(), be.tank.getFluid().getAmount(), (7 / 16f), (1 / 16f), (8 / 16f), (9 / 16f), (8 / 16f), (10 / 16f), buffer, ms, light, false, false, be.tank.getFluid().getTag()); } - if (facing== Direction.SOUTH) { - FluidRenderer.renderFluidBox(be.tank.getFluid(), (7/16f), (2/16f), (6/16f), (9/16f), (9/16f), (8/16f), buffer, ms, light, false); - FluidRenderer.renderFluidBox(be.tank.getFluid(), (7/16f), (8/16f), (2/16f), (9/16f), (9/16f), (6/16f), buffer, ms, light, false); + if (facing == Direction.SOUTH) { + FluidRenderer.renderFluidBox(be.tank.getFluid().getFluid(), be.tank.getFluid().getAmount(), (7 / 16f), (2 / 16f), (6 / 16f), (9 / 16f), (9 / 16f), (8 / 16f), buffer, ms, light, false, false, be.tank.getFluid().getTag()); + FluidRenderer.renderFluidBox(be.tank.getFluid().getFluid(), be.tank.getFluid().getAmount(), (7 / 16f), (8 / 16f), (2 / 16f), (9 / 16f), (9 / 16f), (6 / 16f), buffer, ms, light, false, false, be.tank.getFluid().getTag()); } - if (facing== Direction.WEST) { - FluidRenderer.renderFluidBox(be.tank.getFluid(), (8/16f), (2/16f), (7/16f), (10/16f), (9/16f), (9/16f), buffer, ms, light, false); - FluidRenderer.renderFluidBox(be.tank.getFluid(), (10/16f), (8/16f), (7/16f), (14/16f), (9/16f), (9/16f), buffer, ms, light, false); + if (facing == Direction.WEST) { + FluidRenderer.renderFluidBox(be.tank.getFluid().getFluid(), be.tank.getFluid().getAmount(), (8 / 16f), (2 / 16f), (7 / 16f), (10 / 16f), (9 / 16f), (9 / 16f), buffer, ms, light, false, false, be.tank.getFluid().getTag()); + FluidRenderer.renderFluidBox(be.tank.getFluid().getFluid(), be.tank.getFluid().getAmount(), (10 / 16f), (8 / 16f), (7 / 16f), (14 / 16f), (9 / 16f), (9 / 16f), buffer, ms, light, false, false, be.tank.getFluid().getTag()); } - if (facing== Direction.EAST) { - FluidRenderer.renderFluidBox(be.tank.getFluid(), (6/16f), (2/16f), (7/16f), (8/16f), (9/16f), (9/16f), buffer, ms, light, false); - FluidRenderer.renderFluidBox(be.tank.getFluid(), (2/16f), (8/16f), (7/16f), (6/16f), (9/16f), (9/16f), buffer, ms, light, false); + if (facing == Direction.EAST) { + FluidRenderer.renderFluidBox(be.tank.getFluid().getFluid(), be.tank.getFluid().getAmount(), (6 / 16f), (2 / 16f), (7 / 16f), (8 / 16f), (9 / 16f), (9 / 16f), buffer, ms, light, false, false, be.tank.getFluid().getTag()); + FluidRenderer.renderFluidBox(be.tank.getFluid().getFluid(), be.tank.getFluid().getAmount(), (2 / 16f), (8 / 16f), (7 / 16f), (6 / 16f), (9 / 16f), (9 / 16f), buffer, ms, light, false, false, be.tank.getFluid().getTag()); } } diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/coke_oven/CokeOvenBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/coke_oven/CokeOvenBlockEntity.java index d7c96fd0..5fc73fb8 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/coke_oven/CokeOvenBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/coke_oven/CokeOvenBlockEntity.java @@ -9,16 +9,16 @@ import com.drmangotea.tfmg.registry.TFMGBlocks; import com.drmangotea.tfmg.registry.TFMGPackets; import com.drmangotea.tfmg.registry.TFMGRecipeTypes; import com.simibubi.create.Create; -import com.simibubi.create.content.equipment.goggles.IHaveGoggleInformation; +import com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation; import com.simibubi.create.foundation.blockEntity.SmartBlockEntity; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import com.simibubi.create.foundation.fluid.SmartFluidTank; import com.simibubi.create.foundation.item.ItemHelper; import com.simibubi.create.foundation.item.SmartInventory; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.LangBuilder; -import com.simibubi.create.foundation.utility.VecHelper; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; + + +import net.createmod.catnip.math.VecHelper; +import net.createmod.catnip.animation.LerpedFloat; import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/coke_oven/CokeOvenRenderer.java b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/coke_oven/CokeOvenRenderer.java index d5e2fc9d..1ed0f4ca 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/coke_oven/CokeOvenRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/metallurgy/coke_oven/CokeOvenRenderer.java @@ -2,10 +2,10 @@ package com.drmangotea.tfmg.content.machinery.metallurgy.coke_oven; import com.drmangotea.tfmg.registry.TFMGBlocks; import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.core.PartialModel; +import dev.engine_room.flywheel.lib.model.baked.PartialModel; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; +import net.createmod.catnip.render.CachedBuffers; import net.minecraft.client.renderer.LevelRenderer; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; @@ -44,27 +44,27 @@ public class CokeOvenRenderer extends SafeBlockEntityRenderer {} } - CachedBufferer.partial(right_door, blockState) + CachedBuffers.partial(right_door, blockState) .light(lightInFront) - .centre() - .rotateY(blockState.getValue(FACING).getAxis() == Direction.Axis.Z ? Math.abs(blockState.getValue(FACING).toYRot()-180) : blockState.getValue(FACING).toYRot()) - .translateZ(-0.5) - .translateX(-0.5) - .rotateY(be.doorAngle.getValue()) - .translateZ(0.5) - .translateX(0.5) - .unCentre() + .center() + .rotateYDegrees(blockState.getValue(FACING).getAxis() == Direction.Axis.Z ? Math.abs(blockState.getValue(FACING).toYRot()-180) : blockState.getValue(FACING).toYRot()) + .translateZ(-0.5f) + .translateX(-0.5f) + .rotateYDegrees(be.doorAngle.getValue()) + .translateZ(0.5f) + .translateX(0.5f) + .uncenter() .renderInto(ms, buffer.getBuffer(RenderType.cutoutMipped())); - CachedBufferer.partial(left_door, blockState) + CachedBuffers.partial(left_door, blockState) .light(lightInFront) - .centre() - .rotateY(blockState.getValue(FACING).getAxis() == Direction.Axis.Z ? Math.abs(blockState.getValue(FACING).toYRot()-180) : blockState.getValue(FACING).toYRot()) - .translateZ(-0.5) - .translateX(0.5) - .rotateY(-be.doorAngle.getValue()) - .translateZ(0.5) - .translateX(-0.5) - .unCentre() + .center() + .rotateYDegrees(blockState.getValue(FACING).getAxis() == Direction.Axis.Z ? Math.abs(blockState.getValue(FACING).toYRot()-180) : blockState.getValue(FACING).toYRot()) + .translateZ(-0.5f) + .translateX(0.5f) + .rotateYDegrees(-be.doorAngle.getValue()) + .translateZ(0.5f) + .translateX(-0.5f) + .uncenter() .renderInto(ms, buffer.getBuffer(RenderType.cutoutMipped())); // ms.popPose(); diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/air_intake/AirIntakeBlock.java b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/air_intake/AirIntakeBlock.java index 7220cff8..e489c95d 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/air_intake/AirIntakeBlock.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/air_intake/AirIntakeBlock.java @@ -55,7 +55,7 @@ public class AirIntakeBlock extends DirectionalKineticBlock implements IBE { - - public ConcreteHoseInstance(MaterialManager dispatcher, ConcreteHoseBlockEntity blockEntity) { - super(dispatcher, blockEntity); - } - - protected Instancer getRopeModel() { - return getOrientedMaterial().getModel(AllPartialModels.HOSE, blockState); - } - - protected Instancer getMagnetModel() { - return materialManager.defaultCutout() - .material(Materials.ORIENTED) - .getModel(AllPartialModels.HOSE_MAGNET, blockState); - } - - protected Instancer getHalfMagnetModel() { - return materialManager.defaultCutout() - .material(Materials.ORIENTED) - .getModel(AllPartialModels.HOSE_HALF_MAGNET, blockState); - } - - protected Instancer getCoilModel() { - return getOrientedMaterial().getModel(AllPartialModels.HOSE_COIL, blockState, rotatingAbout); - } - - protected Instancer getHalfRopeModel() { - return getOrientedMaterial().getModel(AllPartialModels.HOSE_HALF, blockState); - } - - protected float getOffset() { - return blockEntity.getInterpolatedOffset(AnimationTickHolder.getPartialTicks()); - } - - protected boolean isRunning() { - return true; - } -} diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/concrete_hose/ConcreteHoseRenderer.java b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/concrete_hose/ConcreteHoseRenderer.java index a310aed8..398c7ee2 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/concrete_hose/ConcreteHoseRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/concrete_hose/ConcreteHoseRenderer.java @@ -1,12 +1,15 @@ package com.drmangotea.tfmg.content.machinery.misc.concrete_hose; -import com.jozufozu.flywheel.core.PartialModel; +import com.simibubi.create.AllSpriteShifts; +import dev.engine_room.flywheel.lib.model.baked.PartialModel; import com.simibubi.create.AllPartialModels; import com.simibubi.create.content.contraptions.pulley.AbstractPulleyRenderer; import com.simibubi.create.content.fluids.hosePulley.HosePulleyBlock; import com.simibubi.create.content.fluids.hosePulley.HosePulleyBlockEntity; -import com.simibubi.create.foundation.render.CachedBufferer; -import com.simibubi.create.foundation.render.SuperByteBuffer; +import net.createmod.catnip.render.CachedBuffers; + +import net.createmod.catnip.render.SpriteShiftEntry; +import net.createmod.catnip.render.SuperByteBuffer; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; import net.minecraft.core.Direction.Axis; @@ -31,19 +34,22 @@ public class ConcreteHoseRenderer extends AbstractPulleyRenderer 0 && controller.tankInventory.getFluidAmount() >= TFMGConfigs.common().machines.fireboxFuelConsumption.get() && controller.tankInventory.getFluid().getFluid().is(TFMGTags.TFMGFluidTags.FIREBOX_FUEL.tag); } diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/flarestack/FlarestackBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/flarestack/FlarestackBlockEntity.java index 636bf2c7..1186ecde 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/flarestack/FlarestackBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/flarestack/FlarestackBlockEntity.java @@ -5,12 +5,12 @@ import com.drmangotea.tfmg.base.TFMGUtils; import com.drmangotea.tfmg.registry.TFMGFluids; import com.drmangotea.tfmg.registry.TFMGTags; import com.simibubi.create.Create; -import com.simibubi.create.content.equipment.goggles.IHaveGoggleInformation; +import com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation; import com.simibubi.create.foundation.blockEntity.SmartBlockEntity; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import com.simibubi.create.foundation.fluid.SmartFluidTank; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.LangBuilder; + + import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/machine_input/MachineInputBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/machine_input/MachineInputBlockEntity.java index b7358afd..ecb6589e 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/machine_input/MachineInputBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/machine_input/MachineInputBlockEntity.java @@ -2,7 +2,7 @@ package com.drmangotea.tfmg.content.machinery.misc.machine_input; import com.simibubi.create.content.kinetics.base.KineticBlockEntity; -import com.simibubi.create.foundation.utility.Lang; + import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.nbt.CompoundTag; diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/base/VatRenderer.java b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/base/VatRenderer.java deleted file mode 100644 index b6dc7fd5..00000000 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/base/VatRenderer.java +++ /dev/null @@ -1,91 +0,0 @@ -package com.drmangotea.tfmg.content.machinery.misc.vat_machines.base; - - -import com.drmangotea.tfmg.TFMG; -import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.drmangotea.tfmg.registry.TFMGTags; -import com.jozufozu.flywheel.util.transform.TransformStack; -import com.mojang.blaze3d.vertex.PoseStack; -import com.mojang.blaze3d.vertex.VertexConsumer; -import com.simibubi.create.AllPartialModels; -import com.simibubi.create.content.fluids.FlowSource; -import com.simibubi.create.foundation.blockEntity.behaviour.fluid.SmartFluidTankBehaviour; -import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; -import com.simibubi.create.foundation.fluid.FluidRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; -import com.simibubi.create.foundation.utility.Iterate; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; -import net.minecraft.client.renderer.MultiBufferSource; -import net.minecraft.client.renderer.RenderType; -import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; -import net.minecraft.core.Direction; -import net.minecraft.util.Mth; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraftforge.common.capabilities.ForgeCapabilities; -import net.minecraftforge.fluids.FluidStack; -import net.minecraftforge.fluids.capability.IFluidHandler; -import net.minecraftforge.fluids.capability.templates.FluidTank; - -import java.util.ArrayList; -import java.util.List; - -public class VatRenderer extends SafeBlockEntityRenderer { - - public VatRenderer(BlockEntityRendererProvider.Context context) {} - - - - - @Override - protected void renderSafe(VatBlockEntity be, float partialTicks, PoseStack ms, MultiBufferSource bufferSource, int light, int overlay) { - if (!be.isController()) - return; - - LerpedFloat fluidLevel = be.getFluidLevel(); - if (fluidLevel == null) - return; - if(!be.window) - return; - float capHeight = 1 / 4f; - float tankHullWidth = 1 / 16f + 1 / 128f; - float minPuddleHeight = 1 / 16f; - float totalHeight = be.height - 2 * capHeight - minPuddleHeight; - - float level = fluidLevel.getValue(partialTicks); - if (level < 1 / (512f * totalHeight)) - return; - - float clampedLevel = Mth.clamp(level * totalHeight, 0, totalHeight); - - - - IFluidHandler fluidHandler = be.getCapability(ForgeCapabilities.FLUID_HANDLER).orElse(null); - - - float xMin = tankHullWidth; - float xMax = xMin + be.width - 2 * tankHullWidth; - float yMin = totalHeight + capHeight + minPuddleHeight - clampedLevel; - float yMax = yMin + clampedLevel; - - - float zMin = tankHullWidth; - float zMax = zMin + be.width - 2 * tankHullWidth; - - ms.pushPose(); - ms.translate(0, clampedLevel - totalHeight, 0); - - for(int i =0;i extends HalfShaftInstance { - - public IndustrialMixerInstance(MaterialManager materialManager, T blockEntity) { - super(materialManager, blockEntity); - } - - @Override - protected Direction getShaftDirection() { - return Direction.UP; - } -} \ No newline at end of file diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/winding_machine/SpoolItem.java b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/winding_machine/SpoolItem.java index bfa0a342..c890901f 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/winding_machine/SpoolItem.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/winding_machine/SpoolItem.java @@ -5,9 +5,9 @@ import com.drmangotea.tfmg.content.electricity.connection.cables.CableConnection import com.drmangotea.tfmg.content.electricity.connection.cables.CableConnectorBlockEntity; import com.drmangotea.tfmg.content.electricity.connection.cables.CablePos; import com.drmangotea.tfmg.registry.TFMGItems; -import com.jozufozu.flywheel.core.PartialModel; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.Pair; +import com.simibubi.create.foundation.utility.CreateLang; +import dev.engine_room.flywheel.lib.model.baked.PartialModel; + import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; @@ -56,7 +56,7 @@ public class SpoolItem extends Item { stack.getOrCreateTag().remove("YPos"); stack.getOrCreateTag().remove("ZPos"); if (level.isClientSide) - player.displayClientMessage(Lang.translateDirect("wires.removed_data") + player.displayClientMessage(CreateLang.translateDirect("wires.removed_data") .withStyle(ChatFormatting.YELLOW), true); return InteractionResultHolder.success(stack); @@ -68,12 +68,12 @@ public class SpoolItem extends Item { @Override @OnlyIn(Dist.CLIENT) public void appendHoverText(ItemStack stack, Level world, List tooltip, TooltipFlag flag) { - tooltip.add(Lang.translateDirect("tooltip.coils", stack.getOrCreateTag().getInt("Amount")) + tooltip.add(CreateLang.translateDirect("tooltip.coils", stack.getOrCreateTag().getInt("Amount")) .withStyle(ChatFormatting.GREEN) ); BlockPos pos = BlockPos.of(stack.getOrCreateTag().getLong("Position")); if(pos.asLong()!=0) - tooltip.add(Lang.text("" + pos.getX() + " " + pos.getY() + " " + pos.getZ()).component() + tooltip.add(CreateLang.text("" + pos.getX() + " " + pos.getY() + " " + pos.getZ()).component() .withStyle(ChatFormatting.AQUA) ); super.appendHoverText(stack, world, tooltip, flag); @@ -98,7 +98,7 @@ public class SpoolItem extends Item { if(posToConnect == pos){ stack.getOrCreateTag().putLong("Position",0); if (level.isClientSide) - player.displayClientMessage(Lang.translateDirect("wires.cant_connect_itself") + player.displayClientMessage(CreateLang.translateDirect("wires.cant_connect_itself") .withStyle(ChatFormatting.YELLOW), true); be.player = null; be.sendData(); @@ -114,7 +114,7 @@ public class SpoolItem extends Item { CableConnection connection2 = new CableConnection(otherBE.getCablePosition(), be.getCablePosition(), be.getBlockPos(),type,false); if(be.connections.contains(connection1)||otherBE.connections.contains(connection1)){ if (level.isClientSide) - player.displayClientMessage(Lang.translateDirect("wires.connection_already_created") + player.displayClientMessage(CreateLang.translateDirect("wires.connection_already_created") .withStyle(ChatFormatting.YELLOW), true); be.player = null; be.sendData(); diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/winding_machine/WindingMachineBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/winding_machine/WindingMachineBlockEntity.java index 6b3d9fdc..a6542b20 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/winding_machine/WindingMachineBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/winding_machine/WindingMachineBlockEntity.java @@ -6,16 +6,17 @@ import com.drmangotea.tfmg.recipes.PolarizingRecipe; import com.drmangotea.tfmg.recipes.WindingRecipe; import com.drmangotea.tfmg.registry.TFMGItems; import com.drmangotea.tfmg.registry.TFMGRecipeTypes; -import com.simibubi.create.content.equipment.goggles.IHaveGoggleInformation; +import com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation; import com.simibubi.create.content.kinetics.base.KineticBlockEntity; import com.simibubi.create.content.processing.sequenced.SequencedAssemblyRecipe; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform; import com.simibubi.create.foundation.blockEntity.behaviour.scrollValue.ScrollValueBehaviour; import com.simibubi.create.foundation.item.SmartInventory; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.VecHelper; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; + +import com.simibubi.create.foundation.utility.CreateLang; +import net.createmod.catnip.math.VecHelper; +import net.createmod.catnip.animation.LerpedFloat; import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; @@ -71,7 +72,7 @@ public class WindingMachineBlockEntity extends KineticBlockEntity implements IHa public void addBehaviours(List behaviours) { super.addBehaviours(behaviours); int max = 100; - turnPercentage = new ScrollValueBehaviour(Lang.translateDirect("winding_machine.turn_percentage"), + turnPercentage = new ScrollValueBehaviour(CreateLang.translateDirect("winding_machine.turn_percentage"), this, new WindingMachineValueBox()); turnPercentage.between(1, max); turnPercentage.value = 20; @@ -122,11 +123,11 @@ public class WindingMachineBlockEntity extends KineticBlockEntity implements IHa @Override public boolean addToGoggleTooltip(List tooltip, boolean isPlayerSneaking) { - Lang.translate("goggles.winding_machine.header") + CreateLang.translate("goggles.winding_machine.header") .style(ChatFormatting.WHITE) .forGoggles(tooltip, 1); if (!spool.isEmpty()) - Lang.text(" ") + CreateLang.text(" ") .add(Component.translatable("recipe.winding_machine.wire_left")) .style(ChatFormatting.WHITE) .add(Component.literal(" " + spool.getOrCreateTag().getInt("Amount"))) @@ -136,13 +137,13 @@ public class WindingMachineBlockEntity extends KineticBlockEntity implements IHa .forGoggles(tooltip); if (inventory.getItem(0).is(TFMGItems.ELECTROMAGNETIC_COIL.get())) { - Lang.text(" ") + CreateLang.text(" ") .add(Component.translatable("goggles.winding_machine.coil_turns")) .style(ChatFormatting.WHITE) .add(Component.literal(" " + inventory.getItem(0).getOrCreateTag().getInt("Turns"))) .forGoggles(tooltip); } else if (recipe != null) - Lang.text(" ") + CreateLang.text(" ") .add(Component.translatable("goggles.winding_machine.wire_needed")) .style(ChatFormatting.WHITE) .add(Component.literal(" " + amountWinded)) diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/winding_machine/WindingMachineInstance.java b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/winding_machine/WindingMachineInstance.java deleted file mode 100644 index 78ffb8d3..00000000 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/winding_machine/WindingMachineInstance.java +++ /dev/null @@ -1,19 +0,0 @@ -package com.drmangotea.tfmg.content.machinery.misc.winding_machine; - -import com.jozufozu.flywheel.api.MaterialManager; -import com.simibubi.create.content.kinetics.base.HalfShaftInstance; -import com.simibubi.create.content.kinetics.base.KineticBlockEntity; -import net.minecraft.core.Direction; -import net.minecraft.world.level.block.state.properties.BlockStateProperties; - -public class WindingMachineInstance extends HalfShaftInstance { - - public WindingMachineInstance(MaterialManager materialManager, T blockEntity) { - super(materialManager, blockEntity); - } - - @Override - protected Direction getShaftDirection() { - return blockState.getValue(BlockStateProperties.HORIZONTAL_FACING).getCounterClockWise(); - } -} \ No newline at end of file diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/winding_machine/WindingMachineRenderer.java b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/winding_machine/WindingMachineRenderer.java index eeda1617..2eed46c1 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/winding_machine/WindingMachineRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/misc/winding_machine/WindingMachineRenderer.java @@ -2,13 +2,14 @@ package com.drmangotea.tfmg.content.machinery.misc.winding_machine; import com.drmangotea.tfmg.registry.TFMGPartialModels; import com.drmangotea.tfmg.registry.TFMGTags; -import com.jozufozu.flywheel.util.transform.TransformStack; + import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import com.simibubi.create.AllPartialModels; import com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; -import com.simibubi.create.foundation.render.SuperByteBuffer; +import dev.engine_room.flywheel.lib.transform.TransformStack; +import net.createmod.catnip.render.CachedBuffers; +import net.createmod.catnip.render.SuperByteBuffer; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; @@ -34,80 +35,71 @@ public class WindingMachineRenderer extends KineticBlockEntityRenderer state.getBlock() instanceof IndustrialPipeBlock); - } - - @Override - public Predicate getItemPredicate() { - return i -> i.getItem() instanceof BlockItem - && ((BlockItem) i.getItem()).getBlock() instanceof IndustrialPipeBlock; - } - - @Override - public Predicate getStatePredicate() { - return s ->s.getBlock() instanceof IndustrialPipeBlock; - } - - @Override - public PlacementOffset getOffset(Player player, Level world, BlockState state, BlockPos pos, - BlockHitResult ray) { - PlacementOffset offset = super.getOffset(player, world, state, pos, ray); - if (offset.isSuccessful()) - offset.withTransform(offset.getTransform() - .andThen(s -> TFMGBlocks.INDUSTRIAL_PIPE.getDefaultState())); - return offset; - } - - } } diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/distillation_tower/VerticalPlacementHelper.java b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/distillation_tower/VerticalPlacementHelper.java index bbe65f89..49550e57 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/distillation_tower/VerticalPlacementHelper.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/distillation_tower/VerticalPlacementHelper.java @@ -1,8 +1,8 @@ package com.drmangotea.tfmg.content.machinery.oil_processing.distillation_tower; import com.drmangotea.tfmg.registry.TFMGBlocks; -import com.simibubi.create.foundation.placement.IPlacementHelper; -import com.simibubi.create.foundation.placement.PlacementOffset; +import net.createmod.catnip.placement.IPlacementHelper; +import net.createmod.catnip.placement.PlacementOffset; import net.minecraft.MethodsReturnNonnullByDefault; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/distillation_tower/controller/DistillationControllerBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/distillation_tower/controller/DistillationControllerBlockEntity.java index 713f8506..f2e76556 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/distillation_tower/controller/DistillationControllerBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/distillation_tower/controller/DistillationControllerBlockEntity.java @@ -4,13 +4,14 @@ import com.drmangotea.tfmg.content.decoration.tanks.steel.SteelTankBlockEntity; import com.drmangotea.tfmg.content.machinery.oil_processing.distillation_tower.output.DistillationOutputBlockEntity; import com.drmangotea.tfmg.recipes.DistillationRecipe; import com.drmangotea.tfmg.registry.TFMGTags; -import com.simibubi.create.content.equipment.goggles.IHaveGoggleInformation; +import com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation; import com.simibubi.create.foundation.blockEntity.SmartBlockEntity; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import com.simibubi.create.foundation.fluid.SmartFluidTank; import com.simibubi.create.foundation.recipe.RecipeFinder; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; + +import com.simibubi.create.foundation.utility.CreateLang; +import net.createmod.catnip.animation.LerpedFloat; import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; @@ -133,30 +134,30 @@ public class DistillationControllerBlockEntity extends SmartBlockEntity implemen BlockEntity beBehind = level.getBlockEntity(getBlockPos().relative(DistillationControllerBlock.getFacing(getBlockState()).getOpposite())); if (beBehind instanceof SteelTankBlockEntity be) { - Lang.translate("goggles.distillation_tower.status") + CreateLang.translate("goggles.distillation_tower.status") .style(ChatFormatting.GRAY) .forGoggles(tooltip, 1); if (be.activeHeat > 0) { - Lang.translate("goggles.distillation_tower.level", be.activeHeat) + CreateLang.translate("goggles.distillation_tower.level", be.activeHeat) .style(ChatFormatting.GOLD) .forGoggles(tooltip, 1); } else - Lang.translate("goggles.distillation_tower.level", be.activeHeat) + CreateLang.translate("goggles.distillation_tower.level", be.activeHeat) .style(ChatFormatting.RED) .forGoggles(tooltip, 1); if (getOutputs().toArray().length > 0) { - Lang.translate("goggles.distillation_tower.found_outputs", getOutputs().toArray().length) + CreateLang.translate("goggles.distillation_tower.found_outputs", getOutputs().toArray().length) .style(ChatFormatting.GOLD) .forGoggles(tooltip, 1); } else - Lang.translate("goggles.distillation_tower.found_outputs", getOutputs().toArray().length) + CreateLang.translate("goggles.distillation_tower.found_outputs", getOutputs().toArray().length) .style(ChatFormatting.RED) .forGoggles(tooltip, 1); } else - Lang.translate("goggles.distillation_tower.tank_not_found") + CreateLang.translate("goggles.distillation_tower.tank_not_found") .style(ChatFormatting.RED) .forGoggles(tooltip, 1); containedFluidTooltip(tooltip, isPlayerSneaking, diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/distillation_tower/controller/DistillationControllerRenderer.java b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/distillation_tower/controller/DistillationControllerRenderer.java index 9e6adee4..74fba16b 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/distillation_tower/controller/DistillationControllerRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/distillation_tower/controller/DistillationControllerRenderer.java @@ -2,12 +2,12 @@ package com.drmangotea.tfmg.content.machinery.oil_processing.distillation_tower. import com.drmangotea.tfmg.content.electricity.utilities.polarizer.PolarizerBlockEntity; import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.util.transform.TransformStack; + import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; +import net.createmod.catnip.render.CachedBuffers; +import net.createmod.catnip.animation.LerpedFloat; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; @@ -23,8 +23,6 @@ import static net.minecraft.world.level.block.HorizontalDirectionalBlock.FACING; public class DistillationControllerRenderer extends SafeBlockEntityRenderer { - - public DistillationControllerRenderer(BlockEntityRendererProvider.Context context) {} @Override @@ -33,16 +31,14 @@ public class DistillationControllerRenderer extends SafeBlockEntityRenderer behaviours) { mode = new ScrollOptionBehaviour(DistillationOutputMode.class, - Lang.translateDirect("distillation_output.when_tank_is_full"), this, new DistillationOutputValueBox()); + CreateLang.translateDirect("distillation_output.when_tank_is_full"), this, new DistillationOutputValueBox()); behaviours.add(mode); } @@ -123,7 +124,7 @@ public class DistillationOutputBlockEntity extends SmartBlockEntity implements I @Override public String getTranslationKey() { - return "distillation_output.mode."+ Lang.asId(name()); + return "distillation_output.mode."+ CreateLang.asId(name()); } } } diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/base/DepositItem.java b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/base/DepositItem.java index 6031080c..ec38ac45 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/base/DepositItem.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/base/DepositItem.java @@ -26,11 +26,11 @@ public class DepositItem extends Item { if(level.getServer()==null) return InteractionResult.PASS; if(level.getBlockState(pos).is(TFMGBlocks.OIL_DEPOSIT.get())) { - DepositSavedData data = DepositSavedData.load(level.getServer()); - if(data.getReservoirFor(pos.asLong())!=null) { - data.getReservoirFor(pos.asLong()).oilReserves = level.getRandom().nextInt(1000, TFMGConfigs.common().deposits.depositMaxReserves.get()); - return InteractionResult.SUCCESS; - } + //DepositSavedData data = DepositSavedData.load(level.getServer()); + // if(data.getReservoirFor(pos.asLong())!=null) { + // data.getReservoirFor(pos.asLong()).oilReserves = level.getRandom().nextInt(1000, TFMGConfigs.common().deposits.depositMaxReserves.get()); + // return InteractionResult.SUCCESS; + // } } return InteractionResult.PASS; } diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/base/DepositManager.java b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/base/DepositManager.java deleted file mode 100644 index 6a325d72..00000000 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/base/DepositManager.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.drmangotea.tfmg.content.machinery.oil_processing.pumpjack.pumpjack.base; - - -import net.minecraft.server.MinecraftServer; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.level.LevelAccessor; - -public class DepositManager { - - public DepositSavedData depositData; - - public void playerLogin(Player player) { - loadData(player.getServer()); - } - - public void levelLoaded(LevelAccessor level) { - loadData(level.getServer()); - } - - public void loadData(MinecraftServer server){ - if (depositData != null) - return; - depositData = DepositSavedData.load(server); - - } -} diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/base/DepositSavedData.java b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/base/DepositSavedData.java deleted file mode 100644 index 186d4415..00000000 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/base/DepositSavedData.java +++ /dev/null @@ -1,140 +0,0 @@ -package com.drmangotea.tfmg.content.machinery.oil_processing.pumpjack.pumpjack.base; - -import com.drmangotea.tfmg.TFMG; -import com.drmangotea.tfmg.config.TFMGConfigs; -import com.drmangotea.tfmg.registry.TFMGBlocks; -import net.minecraft.core.BlockPos; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.server.MinecraftServer; -import net.minecraft.util.RandomSource; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.saveddata.SavedData; - -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; - -public class DepositSavedData extends SavedData { - - List reservoirs = new ArrayList<>(); - - // - public void removeDeposit(long pos) { - for (FluidReservoir reservoir : reservoirs) { - if (reservoir.deposits.contains(pos)) { - reservoir.deposits.remove(pos); - if(reservoir.deposits.isEmpty()) - reservoirs.remove(reservoir); - return; - } - } - } - - public void removeEmptyDeposits(){ - reservoirs.removeIf(reservoir -> reservoir.oilReserves == 0); - } - - public void addDeposit(Level level, long pos) { - if (!level.getBlockState(BlockPos.of(pos)).is(TFMGBlocks.OIL_DEPOSIT.get())) - return; - - if (containsDeposit(pos)) - return; - - for (FluidReservoir reservoir : reservoirs) { - if (reservoir.id != pos) { - if (isReservoirNearby(BlockPos.of(pos))) { - return; - } - } - } - TFMG.LOGGER.debug("ADDED NEW RESERVOIR"); - - RandomSource randomSource = level.random; - FluidReservoir reservoir = new FluidReservoir(pos); - reservoir.oilReserves = randomSource.nextInt(1000, TFMGConfigs.common().deposits.depositMaxReserves.get()); - if(!reservoir.deposits.isEmpty()) { - reservoirs.add(reservoir); - setDirty(); - } - } - - public void removeData() { - reservoirs = new ArrayList<>(); - setDirty(); - } - - public boolean isReservoirNearby(BlockPos pos) { - - for (int x = -32; x < 32; x++) { - for (int z = -32; z < 32; z++) { - BlockPos checkedPos = pos.offset(x, 0, z); - for (int i = 0; i < reservoirs.size(); i++) { - FluidReservoir reservoir = reservoirs.get(i); - if (reservoir.id == checkedPos.asLong()) { - TFMG.LOGGER.debug("INCREASED RESERVOIR SIZE"); - reservoirs.get(i).deposits.add(pos.asLong()); - return true; - } - } - - } - } - - return false; - } - - public boolean containsDeposit(long pos) { - for (FluidReservoir reservoir : reservoirs) { - if (reservoir.deposits.contains(pos)) - return true; - } - return false; - } - - @Override - public CompoundTag save(CompoundTag compound) { - TFMG.LOGGER.debug("SAVE"); - compound.putInt("reservoirCount", reservoirs.size()); - for (int i = 0; i < reservoirs.size(); i++) { - FluidReservoir reservoir = reservoirs.get(i); - CompoundTag reservoirNBT = new CompoundTag(); - reservoirNBT.putLong("Id", reservoir.id); - reservoirNBT.putInt("Reserves", reservoir.oilReserves); - reservoirNBT.putLongArray("Deposits", reservoir.deposits); - // - compound.put("FluidReservoir" + i, reservoirNBT); - } - return compound; - } - - public FluidReservoir getReservoirFor(long pos) { - - for (FluidReservoir reservoir : reservoirs) { - if (reservoir.deposits.contains(pos)) - return reservoir; - } - return null; - } - - private static DepositSavedData load(CompoundTag compound) { - DepositSavedData data = new DepositSavedData(); - TFMG.LOGGER.debug("LOAD"); - for (int i = 0; i < compound.getInt("reservoirCount"); i++) { - CompoundTag reservoirNBT = compound.getCompound("FluidReservoir" + i); - - FluidReservoir reservoir = new FluidReservoir(reservoirNBT.getId()); - long[] depositArray = compound.getLongArray("Deposits"); - reservoir.deposits = Arrays.stream(depositArray).boxed().toList(); - reservoir.oilReserves = compound.getInt("Reserves"); - data.reservoirs.add(reservoir); - } - return data; - } - - public static DepositSavedData load(MinecraftServer server) { - return server.overworld() - .getDataStorage() - .computeIfAbsent(DepositSavedData::load, DepositSavedData::new, "tfmg_deposits"); - } -} diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/base/PumpjackBaseBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/base/PumpjackBaseBlockEntity.java index fe962fa7..99653779 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/base/PumpjackBaseBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/base/PumpjackBaseBlockEntity.java @@ -8,18 +8,18 @@ import com.drmangotea.tfmg.content.machinery.oil_processing.pumpjack.pumpjack.ha import com.drmangotea.tfmg.registry.TFMGBlocks; import com.drmangotea.tfmg.registry.TFMGFluids; import com.drmangotea.tfmg.registry.TFMGTags; -import com.simibubi.create.content.equipment.goggles.IHaveGoggleInformation; +import com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation; import com.simibubi.create.foundation.blockEntity.SmartBlockEntity; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import com.simibubi.create.foundation.fluid.SmartFluidTank; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; import net.minecraft.util.RandomSource; -import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.world.level.block.state.BlockState; import net.minecraftforge.common.capabilities.Capability; @@ -49,13 +49,11 @@ public class PumpjackBaseBlockEntity extends SmartBlockEntity implements IHaveGo } - @Override public void tick() { super.tick(); - if (controllerHammer != null) if (!(level.getBlockEntity(controllerHammer.getBlockPos()) instanceof PumpjackBlockEntity)) controllerHammer = null; @@ -93,14 +91,12 @@ public class PumpjackBaseBlockEntity extends SmartBlockEntity implements IHaveGo process(); - } @Override public void lazyTick() { super.lazyTick(); - if(TFMG.DEPOSITS.depositData!=null) - TFMG.DEPOSITS.depositData.removeEmptyDeposits(); + // TFMG.DEPOSITS.removeEmptyDeposits(); } public void findDeposit() { @@ -121,41 +117,43 @@ public class PumpjackBaseBlockEntity extends SmartBlockEntity implements IHaveGo public void process() { if (deposit == null) return; - if (TFMG.DEPOSITS.depositData == null) { - return; - } - if (!TFMG.DEPOSITS.depositData.containsDeposit(deposit.asLong())) { - TFMG.DEPOSITS.depositData.addDeposit(level,deposit.asLong()); - } + + //if (TFMG.DEPOSITS.depositData == null) { + // return; + //} + if (!level.isClientSide) + if (!TFMG.DEPOSITS.containsDeposit(deposit.asLong())) { + TFMG.DEPOSITS.addDeposit(level, deposit.asLong()); + TFMG.DEPOSITS.markDirty(); + sendData(); + } if (tank.getFluidAmount() + miningRate > tank.getCapacity()) return; int amountPumped = tank.fill(new FluidStack(TFMGFluids.CRUDE_OIL.getSource(), miningRate), IFluidHandler.FluidAction.EXECUTE); - if(amountPumped == 0) + if (amountPumped == 0) return; - if (TFMGConfigs.common().deposits.infiniteDeposits.get()) + if (TFMGConfigs.common().worldgen.infiniteDeposits.get()) return; - RandomSource randomSource = level.getRandom(); - - - - if (randomSource.nextInt(((900000) / amountPumped)+1) == 0) { - - TFMG.DEPOSITS.depositData.getReservoirFor(deposit.asLong()).oilReserves--; - TFMG.DEPOSITS.depositData.setDirty(); - if(TFMG.DEPOSITS.depositData.getReservoirFor(deposit.asLong()).oilReserves <=0){ - TFMG.DEPOSITS.depositData.removeDeposit(deposit.asLong()); - level.setBlock(deposit, Blocks.BEDROCK.defaultBlockState(),3); - deposit = null; - findDeposit(); - } - } + //fix + //if (randomSource.nextInt(((900000) / amountPumped) + 1) == 0) { +// + // TFMG.DEPOSITS.getReservoirFor(deposit.asLong()).oilReserves--; + // // TFMG.DEPOSITS.depositData.setDirty(); + // if (TFMG.DEPOSITS.getReservoirFor(deposit.asLong()).oilReserves <= 0) { + // TFMG.LOGGER.debug("EPIC REMOVAL"); + // TFMG.DEPOSITS.removeDeposit(deposit.asLong()); + // level.setBlock(deposit, Blocks.BEDROCK.defaultBlockState(), 3); + // deposit = null; + // findDeposit(); + // } + //} } @@ -185,10 +183,10 @@ public class PumpjackBaseBlockEntity extends SmartBlockEntity implements IHaveGo @Override @SuppressWarnings("removal") public boolean addToGoggleTooltip(List tooltip, boolean isPlayerSneaking) { - Lang.translate("goggles.pumpjack_info") + CreateLang.translate("goggles.pumpjack_info") .forGoggles(tooltip); if (deposit == null) { - Lang.translate("goggles.zero") + CreateLang.translate("goggles.zero") .style(ChatFormatting.DARK_RED) .forGoggles(tooltip, 1); } @@ -211,7 +209,6 @@ public class PumpjackBaseBlockEntity extends SmartBlockEntity implements IHaveGo } - @Nonnull @Override @SuppressWarnings("removal") diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/crank/PumpjackCrankBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/crank/PumpjackCrankBlockEntity.java index f4a6d5e0..e4f2be2e 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/crank/PumpjackCrankBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/crank/PumpjackCrankBlockEntity.java @@ -3,7 +3,7 @@ package com.drmangotea.tfmg.content.machinery.oil_processing.pumpjack.pumpjack.c import com.drmangotea.tfmg.content.machinery.misc.machine_input.MachineInputBlockEntity; import com.simibubi.create.content.kinetics.base.KineticBlockEntity; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; -import com.simibubi.create.foundation.utility.AnimationTickHolder; +import net.createmod.catnip.animation.AnimationTickHolder; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.world.level.block.entity.BlockEntityType; diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/crank/PumpjackCrankRenderer.java b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/crank/PumpjackCrankRenderer.java index 2bd6906f..abd5ff44 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/crank/PumpjackCrankRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/crank/PumpjackCrankRenderer.java @@ -5,13 +5,14 @@ package com.drmangotea.tfmg.content.machinery.oil_processing.pumpjack.pumpjack.c import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.util.transform.TransformStack; + import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import com.simibubi.create.content.kinetics.base.KineticBlockEntity; import com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; -import com.simibubi.create.foundation.render.SuperByteBuffer; +import dev.engine_room.flywheel.lib.transform.TransformStack; +import net.createmod.catnip.render.CachedBuffers; +import net.createmod.catnip.render.SuperByteBuffer; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; @@ -31,13 +32,13 @@ public class PumpjackCrankRenderer extends KineticBlockEntityRenderer makeLighter() { - return new AnchoredLighter(this); - } + } diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/hammer/PumpjackRenderer.java b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/hammer/PumpjackRenderer.java index 1949d8d3..d95079de 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/hammer/PumpjackRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/hammer/PumpjackRenderer.java @@ -6,7 +6,7 @@ import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import com.simibubi.create.content.kinetics.base.KineticBlockEntity; import com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; +import net.createmod.catnip.render.CachedBuffers; import net.minecraft.client.renderer.LightTexture; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/hammer/parts/PumpjackHammerPartBlock.java b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/hammer/parts/PumpjackHammerPartBlock.java index 682e8f2f..9aaed09e 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/hammer/parts/PumpjackHammerPartBlock.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/pumpjack/pumpjack/hammer/parts/PumpjackHammerPartBlock.java @@ -2,10 +2,10 @@ package com.drmangotea.tfmg.content.machinery.oil_processing.pumpjack.pumpjack.h import com.drmangotea.tfmg.base.TFMGShapes; -import com.simibubi.create.foundation.placement.IPlacementHelper; -import com.simibubi.create.foundation.placement.PlacementHelpers; -import com.simibubi.create.foundation.placement.PlacementOffset; import com.simibubi.create.foundation.placement.PoleHelper; +import net.createmod.catnip.placement.IPlacementHelper; +import net.createmod.catnip.placement.PlacementHelpers; +import net.createmod.catnip.placement.PlacementOffset; import net.minecraft.MethodsReturnNonnullByDefault; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/surface_scanner/SurfaceScannerBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/surface_scanner/SurfaceScannerBlockEntity.java index ca1ac9df..bcf740e6 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/surface_scanner/SurfaceScannerBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/surface_scanner/SurfaceScannerBlockEntity.java @@ -9,8 +9,8 @@ import com.simibubi.create.foundation.blockEntity.SmartBlockEntity; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform; import com.simibubi.create.foundation.blockEntity.behaviour.scrollValue.ScrollValueBehaviour; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.VecHelper; + +import net.createmod.catnip.math.VecHelper; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.world.level.block.Blocks; diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/surface_scanner/SurfaceScannerRenderer.java b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/surface_scanner/SurfaceScannerRenderer.java index abcff88e..cc0fc86f 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/surface_scanner/SurfaceScannerRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/oil_processing/surface_scanner/SurfaceScannerRenderer.java @@ -4,7 +4,7 @@ import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.registry.TFMGPartialModels; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; +import net.createmod.catnip.render.CachedBuffers; import com.simibubi.create.foundation.render.RenderTypes; import net.minecraft.client.renderer.LightTexture; import net.minecraft.client.renderer.MultiBufferSource; @@ -24,11 +24,11 @@ public class SurfaceScannerRenderer extends SafeBlockEntityRenderer { + public final String vatType; + public static final BooleanProperty TOP = BooleanProperty.create("top"); public static final BooleanProperty BOTTOM = BooleanProperty.create("bottom"); public static final EnumProperty SHAPE = EnumProperty.create("shape", Shape.class); - public VatBlock(Properties p_i48440_1_) { - super(p_i48440_1_); + public static VatBlock steel(Properties properties){ + return new VatBlock(properties,"tfmg:steel_vat"); + } + public static VatBlock cast_iron(Properties properties){ + return new VatBlock(properties,"tfmg:cast_iron_vat"); + } + public static VatBlock fireproof(Properties properties){ + return new VatBlock(properties,"tfmg:firebrick_lined_vat"); + } + + public VatBlock(Properties properties, String vatType) { + super(properties); registerDefaultState(defaultBlockState().setValue(TOP, true) .setValue(BOTTOM, true) .setValue(SHAPE, Shape.WINDOW)); + this.vatType = vatType; } public static boolean isVat(BlockState state) { return state.getBlock() instanceof VatBlock; @@ -172,7 +182,7 @@ public class VatBlock extends Block implements IWrenchable, IBE @Override public String getSerializedName() { - return Lang.asId(name()); + return CreateLang.asId(name()); } } diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/base/VatBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/machinery/vat/base/VatBlockEntity.java similarity index 87% rename from src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/base/VatBlockEntity.java rename to src/main/java/com/drmangotea/tfmg/content/machinery/vat/base/VatBlockEntity.java index 0b6256b3..f67e69e7 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/base/VatBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/vat/base/VatBlockEntity.java @@ -1,11 +1,12 @@ -package com.drmangotea.tfmg.content.machinery.misc.vat_machines.base; +package com.drmangotea.tfmg.content.machinery.vat.base; import com.drmangotea.tfmg.TFMG; +import com.drmangotea.tfmg.mixin.accessor.TankSegmentAccessor; import com.drmangotea.tfmg.recipes.VatMachineRecipe; import com.drmangotea.tfmg.registry.TFMGPackets; +import com.simibubi.create.api.boiler.BoilerHeater; import com.simibubi.create.api.connectivity.ConnectivityHandler; -import com.simibubi.create.content.equipment.goggles.IHaveGoggleInformation; -import com.simibubi.create.content.fluids.tank.BoilerHeaters; +import com.simibubi.create.api.equipment.goggles.IHaveGoggleInformation; import com.simibubi.create.content.processing.recipe.HeatCondition; import com.simibubi.create.content.processing.recipe.ProcessingOutput; import com.simibubi.create.foundation.blockEntity.IMultiBlockEntityContainer; @@ -16,11 +17,12 @@ import com.simibubi.create.foundation.fluid.CombinedTankWrapper; import com.simibubi.create.foundation.fluid.FluidIngredient; import com.simibubi.create.foundation.fluid.SmartFluidTank; import com.simibubi.create.foundation.recipe.RecipeFinder; -import com.simibubi.create.foundation.utility.Components; -import com.simibubi.create.foundation.utility.Lang; -import com.simibubi.create.foundation.utility.LangBuilder; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; + + +import com.simibubi.create.foundation.utility.CreateLang; +import net.createmod.catnip.animation.LerpedFloat; import com.simibubi.create.infrastructure.config.AllConfigs; +import net.createmod.catnip.lang.LangBuilder; import net.minecraft.ChatFormatting; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; @@ -77,9 +79,9 @@ public class VatBlockEntity extends SmartBlockEntity implements IHaveGoggleInfor private static final int SYNC_RATE = 8; protected int syncCooldown; protected boolean queuedSync; - - private LerpedFloat fluidLevel; - //// + // + public LerpedFloat[] fluidLevel = new LerpedFloat[8]; + /// / public List machines = new ArrayList<>(); boolean evaluateNextTick = true; float efficiency = 1; @@ -92,13 +94,16 @@ public class VatBlockEntity extends SmartBlockEntity implements IHaveGoggleInfor public VatBlockEntity(BlockEntityType type, BlockPos pos, BlockState state) { super(type, pos, state); setLazyTickRate(10); + for (int i = 0; i < 8; i++) { + fluidLevel[i] = LerpedFloat.linear(); + } inputInventory = new VatInventory(4, this); outputInventory = new VatInventory(4, this); itemCapability = LazyOptional.of(() -> new CombinedInvWrapper(inputInventory, outputInventory)); forceFluidLevelUpdate = true; updateConnectivity = false; updateCapability = false; - window = true; + window = ((VatBlock)getBlockState().getBlock()).vatType != "tfmg:firebrick_lined_vat"; height = 1; width = 1; refreshCapability(); @@ -145,14 +150,22 @@ public class VatBlockEntity extends SmartBlockEntity implements IHaveGoggleInfor if (recipe == null && isController()) { recipe = getMatchingRecipe(); } + updateTemperature(); - - + if (level.isClientSide) { + int tankNumber = 0; + for (int i = 0; i < 8; i++) { + IFluidHandler fluidHandler = this.getCapability(ForgeCapabilities.FLUID_HANDLER).orElse(null); + fluidLevel[i].chase((double) (fluidHandler.getFluidInTank(tankNumber).getAmount()) / inputTank.getPrimaryHandler().getCapacity(), .5f, LerpedFloat.Chaser.EXP); + getFillState(); + tankNumber++; + } + } } public void updateTemperature() { - if(!isController()) + if (!isController()) return; int prevHeat = heatLevel; @@ -165,7 +178,7 @@ public class VatBlockEntity extends SmartBlockEntity implements IHaveGoggleInfor for (int zOffset = 0; zOffset < be.width; zOffset++) { BlockPos pos = pos1.offset(xOffset, -1, zOffset); BlockState blockState = level.getBlockState(pos); - float heat = BoilerHeaters.getActiveHeat(level, pos, blockState); + float heat = BoilerHeater.findHeat(level, pos, blockState); if (heat > 0) { heatLevel += (int) heat; } @@ -187,14 +200,33 @@ public class VatBlockEntity extends SmartBlockEntity implements IHaveGoggleInfor if (getTotalTankSize() < testedRecipe.minSize) continue; boolean doesntMatch = false; - for(String string : testedRecipe.machines){ - if (!machines.contains(string)) { - doesntMatch = true; - break; - } + if (!Objects.equals(testedRecipe.machines, machines)) { + continue; } + if (!testedRecipe.allowedVatTypes.contains(((VatBlock) getBlockState().getBlock()).vatType.replace("tfmg:", ""))) { + continue; + } + + + //for(int i =0;i oldMachines = machines; machines = new ArrayList<>(); heatLevel = 0; @@ -542,9 +572,11 @@ public class VatBlockEntity extends SmartBlockEntity implements IHaveGoggleInfor int superheatedCount = 0; + float speed = 1; + for (int xOffset = 0; xOffset < width; xOffset++) { for (int zOffset = 0; zOffset < width; zOffset++) { - for (int yOffset = 0; yOffset < getHeight()+2; yOffset++) { + for (int yOffset = 0; yOffset < getHeight() + 2; yOffset++) { BlockPos pos = getBlockPos().below().offset(xOffset, yOffset, zOffset); BlockState blockState = level.getBlockState(pos); @@ -562,12 +594,14 @@ public class VatBlockEntity extends SmartBlockEntity implements IHaveGoggleInfor be.vatUpdated(this); machines.add(be.getOperationId()); + efficiency *= (be.getWorkPercentage() / 100); } } } } + efficiency = speed; if (oldMachines != machines) recipe = null; @@ -587,19 +621,27 @@ public class VatBlockEntity extends SmartBlockEntity implements IHaveGoggleInfor } - public boolean isAtCenter(BlockPos pos) { return width < 3 || (pos.getX() == getController().getX() + 1 && pos.getZ() == getController().getZ() + 1); } public void applyVatSize(int blocks) { - inputTank.getPrimaryHandler().setCapacity(blocks * getCapacityMultiplier()); + + //inputTank.getPrimaryHandler().setCapacity(blocks * getCapacityMultiplier()); + //outputTank.getPrimaryHandler().setCapacity(blocks * getCapacityMultiplier()); + + inputTank.forEach(s -> { + ((TankSegmentAccessor) s).tfmg$tank().setCapacity(blocks * getCapacityMultiplier()); + }); + outputTank.forEach(s -> { + ((TankSegmentAccessor) s).tfmg$tank().setCapacity(blocks * getCapacityMultiplier()); + }); int overflow = inputTank.getPrimaryHandler().getFluidAmount() - inputTank.getPrimaryHandler().getCapacity(); if (overflow > 0) inputTank.getPrimaryHandler().drain(overflow, IFluidHandler.FluidAction.EXECUTE); - outputTank.getPrimaryHandler().setCapacity(blocks * getCapacityMultiplier()); + int overflow2 = outputTank.getPrimaryHandler().getFluidAmount() - outputTank.getPrimaryHandler().getCapacity(); if (overflow2 > 0) outputTank.getPrimaryHandler().drain(overflow2, IFluidHandler.FluidAction.EXECUTE); @@ -639,6 +681,10 @@ public class VatBlockEntity extends SmartBlockEntity implements IHaveGoggleInfor VatBlockEntity be = getControllerBE(); if (be == null) return; + + if(((VatBlock)getBlockState().getBlock()).vatType == "tfmg:firebrick_lined_vat") + return; + be.setWindows(!be.window); } @@ -726,13 +772,16 @@ public class VatBlockEntity extends SmartBlockEntity implements IHaveGoggleInfor } private LazyOptional getNewFluidCapability() { - return isController() ? LazyOptional.of(() -> { - LazyOptional inputCap = inputTank.getCapability(); - LazyOptional outputCap = outputTank.getCapability(); + LazyOptional inputCap = inputTank.getCapability(); + LazyOptional outputCap = outputTank.getCapability(); + IFluidHandler inputHandler = inputCap.orElse(null); + IFluidHandler outputHandler = outputCap.orElse(null); - return new CombinedTankWrapper(outputCap.orElse(null), inputCap.orElse(null)); - }) + if (inputHandler == null || outputHandler == null) + return LazyOptional.empty(); + + return isController() ? LazyOptional.of(() -> new CombinedTankWrapper(inputHandler, outputHandler)) : getControllerBE() != null ? getControllerBE().getNewFluidCapability() : LazyOptional.empty(); } @@ -765,13 +814,13 @@ public class VatBlockEntity extends SmartBlockEntity implements IHaveGoggleInfor @Override public boolean addToGoggleTooltip(List tooltip, boolean isPlayerSneaking) { + CreateLang.text("Speed " + efficiency * 100 + "%").forGoggles(tooltip); + CreateLang.text("Heat " + heatLevel).forGoggles(tooltip); + for (String operation : machines) + CreateLang.text(operation).forGoggles(tooltip); - Lang.text("Heat "+heatLevel).forGoggles(tooltip); - for(String operation : machines) - Lang.text(operation).forGoggles(tooltip); - - Lang.translate("gui.goggles.basin_contents") + CreateLang.translate("gui.goggles.basin_contents") .forGoggles(tooltip); IItemHandlerModifiable items = itemCapability.orElse(new ItemStackHandler()); @@ -782,25 +831,25 @@ public class VatBlockEntity extends SmartBlockEntity implements IHaveGoggleInfor ItemStack stackInSlot = items.getStackInSlot(i); if (stackInSlot.isEmpty()) continue; - Lang.text("") - .add(Components.translatable(stackInSlot.getDescriptionId()) + CreateLang.text("") + .add(Component.translatable(stackInSlot.getDescriptionId()) .withStyle(ChatFormatting.GRAY)) - .add(Lang.text(" x" + stackInSlot.getCount()) + .add(CreateLang.text(" x" + stackInSlot.getCount()) .style(ChatFormatting.GREEN)) .forGoggles(tooltip, 1); isEmpty = false; } - LangBuilder mb = Lang.translate("generic.unit.millibuckets"); + LangBuilder mb = CreateLang.translate("generic.unit.millibuckets"); for (int i = 0; i < fluids.getTanks(); i++) { FluidStack fluidStack = fluids.getFluidInTank(i); if (fluidStack.isEmpty()) continue; - Lang.text("") - .add(Lang.fluidName(fluidStack) - .add(Lang.text(" ")) + CreateLang.text("") + .add(CreateLang.fluidName(fluidStack) + .add(CreateLang.text(" ")) .style(ChatFormatting.GRAY) - .add(Lang.number(fluidStack.getAmount()) + .add(CreateLang.number(fluidStack.getAmount()) .add(mb) .style(ChatFormatting.BLUE))) .forGoggles(tooltip, 1); @@ -851,9 +900,9 @@ public class VatBlockEntity extends SmartBlockEntity implements IHaveGoggleInfor //} } - if (compound.contains("ForceFluidLevel") || fluidLevel == null) - fluidLevel = LerpedFloat.linear() - .startWithValue(getFillState()); + // if (compound.contains("ForceFluidLevel") || fluidLevel == null) + // fluidLevel = LerpedFloat.linear() + // .startWithValue(getFillState()); updateCapability = true; @@ -872,24 +921,24 @@ public class VatBlockEntity extends SmartBlockEntity implements IHaveGoggleInfor } if (isController()) { float fillState = getFillState(); - if (compound.contains("ForceFluidLevel") || fluidLevel == null) - fluidLevel = LerpedFloat.linear() - .startWithValue(fillState); - fluidLevel.chase(fillState, 0.5f, LerpedFloat.Chaser.EXP); + //if (compound.contains("ForceFluidLevel") || fluidLevel == null) + // fluidLevel = LerpedFloat.linear() + // .startWithValue(fillState); + //fluidLevel.chase(fillState, 0.5f, LerpedFloat.Chaser.EXP); } if (luminosity != prevLum && hasLevel()) level.getChunkSource() .getLightEngine() .checkBlock(worldPosition); - if (compound.contains("LazySync")) - fluidLevel.chase(fluidLevel.getChaseTarget(), 0.125f, LerpedFloat.Chaser.EXP); + //if (compound.contains("LazySync")) + // fluidLevel.chase(fluidLevel.getChaseTarget(), 0.125f, LerpedFloat.Chaser.EXP); } public float getFillState() { IFluidHandler fluidHandler = this.getCapability(ForgeCapabilities.FLUID_HANDLER).orElse(null); - for(int i =0;i { + + public VatRenderer(BlockEntityRendererProvider.Context context) { + } + + + @Override + protected void renderSafe(VatBlockEntity be, float partialTicks, PoseStack ms, MultiBufferSource bufferSource, int light, int overlay) { + if (!be.isController()) + return; + + LerpedFloat[] fluidLevel = be.getFluidLevel(); + if (fluidLevel == null) + return; + if (!be.window) + return; + float capHeight = 1 / 4f; + float tankHullWidth = 1 / 16f + 1 / 128f; + float minPuddleHeight = 1 / 16f; + + + ms.pushPose(); + + float totalFluidHeight = 0; + float xMin = tankHullWidth; + float xMax = xMin + be.width - 2 * tankHullWidth; + float zMin = tankHullWidth; + float zMax = zMin + be.width - 2 * tankHullWidth; + + int tankNumber = 0; + for (int i = 0; i < 8; i++) { + + IFluidHandler fluidHandler = be.getCapability(ForgeCapabilities.FLUID_HANDLER).orElse(null); + + if (fluidHandler.getFluidInTank(tankNumber).isEmpty()) + continue; + + float level = fluidLevel[i].getValue(partialTicks); + float yMin = capHeight + totalFluidHeight; + float yMax = yMin + (level * (be.height - (2 * capHeight))) / 8; + + + FluidRenderer.renderFluidBox(fluidHandler.getFluidInTank(tankNumber).getFluid(), fluidHandler.getFluidInTank(tankNumber).getAmount(), xMin, yMin, zMin, xMax, yMax, zMax, bufferSource, ms, light, false, false, fluidHandler.getFluidInTank(tankNumber).getTag()); + tankNumber++; + totalFluidHeight += yMax-yMin; + } + ms.popPose(); + + // float level = fluidLevel.getValue(partialTicks); + // if (level < 1 / (512f * totalHeight)) + // return; +// + // float clampedLevel = Mth.clamp(level * totalHeight, 0, totalHeight); +// +// + // IFluidHandler fluidHandler = be.getCapability(ForgeCapabilities.FLUID_HANDLER).orElse(null); +// +// + // float xMin = tankHullWidth; + // float xMax = xMin + be.width - 2 * tankHullWidth; + // float yMin = totalHeight + capHeight + minPuddleHeight - clampedLevel; + // float yMax = yMin + clampedLevel; +// +// + // float zMin = tankHullWidth; + // float zMax = zMin + be.width - 2 * tankHullWidth; +// + // ms.pushPose(); + // ms.translate(0, clampedLevel - totalHeight, 0); +// + // for (int i = 0; i < fluidHandler.getTanks(); i++) { + // if (!fluidHandler.getFluidInTank(i).isEmpty()) { + // //FluidStack stack = fluidHandler.getFluidInTank() + // //FluidRenderer.renderFluidBox(fluidHandler.getFluidInTank(i), xMin, yMin, zMin, xMax, yMax, zMax, bufferSource, ms, light, false); + // //break; + // } + // } + // ms.popPose(); + } + + @Override + public boolean shouldRenderOffScreen(VatBlockEntity te) { + return te.isController(); + } + +} diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/electrode_holder/ElectrodeHolderBlock.java b/src/main/java/com/drmangotea/tfmg/content/machinery/vat/electrode_holder/ElectrodeHolderBlock.java similarity index 96% rename from src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/electrode_holder/ElectrodeHolderBlock.java rename to src/main/java/com/drmangotea/tfmg/content/machinery/vat/electrode_holder/ElectrodeHolderBlock.java index 03abe2f7..2fc3dcf5 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/electrode_holder/ElectrodeHolderBlock.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/vat/electrode_holder/ElectrodeHolderBlock.java @@ -1,4 +1,4 @@ -package com.drmangotea.tfmg.content.machinery.misc.vat_machines.electrode_holder; +package com.drmangotea.tfmg.content.machinery.vat.electrode_holder; import com.drmangotea.tfmg.content.electricity.base.IElectric; import com.drmangotea.tfmg.registry.TFMGBlockEntities; diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/electrode_holder/ElectrodeHolderBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/machinery/vat/electrode_holder/ElectrodeHolderBlockEntity.java similarity index 84% rename from src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/electrode_holder/ElectrodeHolderBlockEntity.java rename to src/main/java/com/drmangotea/tfmg/content/machinery/vat/electrode_holder/ElectrodeHolderBlockEntity.java index 97a22241..7ea37b54 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/electrode_holder/ElectrodeHolderBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/vat/electrode_holder/ElectrodeHolderBlockEntity.java @@ -1,16 +1,13 @@ -package com.drmangotea.tfmg.content.machinery.misc.vat_machines.electrode_holder; +package com.drmangotea.tfmg.content.machinery.vat.electrode_holder; -import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.config.TFMGConfigs; import com.drmangotea.tfmg.content.electricity.base.ElectricBlockEntity; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.base.IVatMachine; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.base.VatBlock; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.base.VatBlockEntity; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.industrial_mixer.IndustrialMixerBlockEntity; +import com.drmangotea.tfmg.content.machinery.vat.base.IVatMachine; +import com.drmangotea.tfmg.content.machinery.vat.base.VatBlock; +import com.drmangotea.tfmg.content.machinery.vat.base.VatBlockEntity; import com.drmangotea.tfmg.registry.TFMGItems; import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.core.PartialModel; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; +import dev.engine_room.flywheel.lib.model.baked.PartialModel; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; @@ -119,14 +116,14 @@ public class ElectrodeHolderBlockEntity extends ElectricBlockEntity implements I return switch (electrodeType){ case NONE -> ""; - case COPPER, ZINC -> isOperational() ? "electrode" : ""; - case GRAPHITE -> isSuperheated() ? "graphite_electrode" : isOperational() ? "electrode" : ""; + case COPPER, ZINC -> isOperational() ? "tfmg:electrode" : ""; + case GRAPHITE -> isSuperheated() ? "tfmg:graphite_electrode" : isOperational() ? "tfmg:electrode" : ""; }; } @Override public int getWorkPercentage() { - return IVatMachine.super.getWorkPercentage(); + return (getPowerUsage()/5000)*100; } @Override diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/electrode_holder/ElectrodeHolderRenderer.java b/src/main/java/com/drmangotea/tfmg/content/machinery/vat/electrode_holder/ElectrodeHolderRenderer.java similarity index 79% rename from src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/electrode_holder/ElectrodeHolderRenderer.java rename to src/main/java/com/drmangotea/tfmg/content/machinery/vat/electrode_holder/ElectrodeHolderRenderer.java index f068f142..ff48e4c5 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/electrode_holder/ElectrodeHolderRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/vat/electrode_holder/ElectrodeHolderRenderer.java @@ -1,10 +1,9 @@ -package com.drmangotea.tfmg.content.machinery.misc.vat_machines.electrode_holder; +package com.drmangotea.tfmg.content.machinery.vat.electrode_holder; -import com.drmangotea.tfmg.config.TFMGConfigs; import com.drmangotea.tfmg.registry.TFMGPartialModels; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; +import net.createmod.catnip.render.CachedBuffers; import net.minecraft.client.renderer.LevelRenderer; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; @@ -31,7 +30,7 @@ public class ElectrodeHolderRenderer extends SafeBlockEntityRenderer { + + + public IndustrialMixerBlock(Properties properties) { super(properties); } diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/industrial_mixer/IndustrialMixerBlockEntity.java b/src/main/java/com/drmangotea/tfmg/content/machinery/vat/industrial_mixer/IndustrialMixerBlockEntity.java similarity index 75% rename from src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/industrial_mixer/IndustrialMixerBlockEntity.java rename to src/main/java/com/drmangotea/tfmg/content/machinery/vat/industrial_mixer/IndustrialMixerBlockEntity.java index 251d50ba..a57cb055 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/industrial_mixer/IndustrialMixerBlockEntity.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/vat/industrial_mixer/IndustrialMixerBlockEntity.java @@ -1,12 +1,20 @@ -package com.drmangotea.tfmg.content.machinery.misc.vat_machines.industrial_mixer; +package com.drmangotea.tfmg.content.machinery.vat.industrial_mixer; import com.drmangotea.tfmg.TFMG; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.base.IVatMachine; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.base.VatBlock; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.base.VatBlockEntity; +import com.drmangotea.tfmg.content.machinery.vat.base.IVatMachine; +import com.drmangotea.tfmg.content.machinery.vat.base.VatBlock; +import com.drmangotea.tfmg.content.machinery.vat.base.VatBlockEntity; import com.drmangotea.tfmg.registry.TFMGItems; +import com.drmangotea.tfmg.registry.TFMGPartialModels; +import com.simibubi.create.AllPartialModels; import com.simibubi.create.content.kinetics.base.KineticBlockEntity; -import com.simibubi.create.foundation.utility.animation.LerpedFloat; +import com.simibubi.create.content.kinetics.base.OrientedRotatingVisual; +import com.simibubi.create.content.kinetics.gantry.GantryShaftBlock; +import com.simibubi.create.content.kinetics.gantry.GantryShaftBlockEntity; +import dev.engine_room.flywheel.api.visual.BlockEntityVisual; +import dev.engine_room.flywheel.api.visualization.VisualizationContext; +import dev.engine_room.flywheel.lib.model.Models; +import net.createmod.catnip.animation.LerpedFloat; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; @@ -58,6 +66,12 @@ public class IndustrialMixerBlockEntity extends KineticBlockEntity implements IV } + public static BlockEntityVisual createVisual(VisualizationContext visualizationContext, IndustrialMixerBlockEntity be, float partialTick) { + return new OrientedRotatingVisual<>(visualizationContext, be, partialTick, Direction.UP, Direction.UP, Models.partial(TFMGPartialModels.MIXER_SHAFT)); + } + + + @Override public void write(CompoundTag compound, boolean clientPacket) { for (MixerMode mode : MixerMode.values()) { @@ -123,6 +137,11 @@ public class IndustrialMixerBlockEntity extends KineticBlockEntity implements IV return false; } + @Override + public int getWorkPercentage() { + return (int) ((getSpeed()/255f)*100); + } + @Override public PositionRequirement getPositionRequirement() { return PositionRequirement.TOP_CENTER; diff --git a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/industrial_mixer/IndustrialMixerRenderer.java b/src/main/java/com/drmangotea/tfmg/content/machinery/vat/industrial_mixer/IndustrialMixerRenderer.java similarity index 51% rename from src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/industrial_mixer/IndustrialMixerRenderer.java rename to src/main/java/com/drmangotea/tfmg/content/machinery/vat/industrial_mixer/IndustrialMixerRenderer.java index 12ac45ec..75e73440 100644 --- a/src/main/java/com/drmangotea/tfmg/content/machinery/misc/vat_machines/industrial_mixer/IndustrialMixerRenderer.java +++ b/src/main/java/com/drmangotea/tfmg/content/machinery/vat/industrial_mixer/IndustrialMixerRenderer.java @@ -1,14 +1,12 @@ -package com.drmangotea.tfmg.content.machinery.misc.vat_machines.industrial_mixer; +package com.drmangotea.tfmg.content.machinery.vat.industrial_mixer; -import com.drmangotea.tfmg.TFMG; -import com.drmangotea.tfmg.content.machinery.misc.winding_machine.WindingMachineBlockEntity; import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.core.PartialModel; +import dev.engine_room.flywheel.lib.model.baked.PartialModel; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.AllPartialModels; import com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer; -import com.simibubi.create.foundation.render.CachedBufferer; -import com.simibubi.create.foundation.render.SuperByteBuffer; +import net.createmod.catnip.render.CachedBuffers; +import net.createmod.catnip.render.SuperByteBuffer; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.LevelRenderer; import net.minecraft.client.renderer.MultiBufferSource; @@ -17,10 +15,6 @@ import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; import net.minecraft.core.Direction; import net.minecraft.world.level.block.state.BlockState; -import java.util.Random; - -import static net.minecraft.world.level.block.HorizontalDirectionalBlock.FACING; - public class IndustrialMixerRenderer extends KineticBlockEntityRenderer { @@ -32,37 +26,67 @@ public class IndustrialMixerRenderer extends KineticBlockEntityRenderer 1 ? TFMGPartialModels.MIXER : TFMGPartialModels.SMALL_MIXER : TFMGPartialModels.MIXER_SHAFT; - float posX = be.vatSize == 2 ?(be.vatPos.getX()-be.getBlockPos().getX()+0.5f) : 0f; - float posZ = be.vatSize == 2 ?(be.vatPos.getZ()-be.getBlockPos().getZ()+0.5f) : 0f; - CachedBufferer.partial(model, blockState) + if (be.mixerMode == IndustrialMixerBlockEntity.MixerMode.CENTRIFUGE) { + + if(be.vatPos==null) + return; + + model = getCentrifugeModel(i + 1, height, be); + } + + float posX = be.vatSize == 2 ? (be.vatPos.getX() - be.getBlockPos().getX() + 0.5f) : 0f; + float posZ = be.vatSize == 2 ? (be.vatPos.getZ() - be.getBlockPos().getZ() + 0.5f) : 0f; + CachedBuffers.partial(model, blockState) .light(LevelRenderer.getLightColor(be.getLevel(), be.getBlockPos().below())) - .centre() - .translate(posX,-i-1, posZ) - .rotateY(be.angle) - .unCentre() + .center() + .translate(posX, -i - 1, posZ) + .rotateYDegrees(be.angle) + .uncenter() .renderInto(ms, buffer.getBuffer(RenderType.cutoutMipped())); } + } + + public PartialModel getCentrifugeModel(int i, int height, IndustrialMixerBlockEntity be) { + if (be.vatSize == 1) { + if (height == 1) + return TFMGPartialModels.SMALL_CENTRIFUGE_ALONE; + + if (i == 1) + return TFMGPartialModels.SMALL_CENTRIFUGE_TOP; + if (i == height) + return TFMGPartialModels.SMALL_CENTRIFUGE_BOTTOM; + return TFMGPartialModels.SMALL_CENTRIFUGE_MIDDLE; + + } else { + if (height == 1) + return TFMGPartialModels.LARGE_CENTRIFUGE_ALONE; + + if (i == 1) + return TFMGPartialModels.LARGE_CENTRIFUGE_TOP; + if (i == height) + return TFMGPartialModels.LARGE_CENTRIFUGE_BOTTOM; + return TFMGPartialModels.LARGE_CENTRIFUGE_MIDDLE; + + } } + @Override protected SuperByteBuffer getRotatedModel(IndustrialMixerBlockEntity be, BlockState state) { - return CachedBufferer.partialFacing(AllPartialModels.SHAFT_HALF, state, Direction.UP); + return CachedBuffers.partialFacing(AllPartialModels.SHAFT_HALF, state, Direction.UP); } } diff --git a/src/main/java/com/drmangotea/tfmg/datagen/TFMGDatagen.java b/src/main/java/com/drmangotea/tfmg/datagen/TFMGDatagen.java index efe1d26a..b637c442 100644 --- a/src/main/java/com/drmangotea/tfmg/datagen/TFMGDatagen.java +++ b/src/main/java/com/drmangotea/tfmg/datagen/TFMGDatagen.java @@ -1,26 +1,22 @@ package com.drmangotea.tfmg.datagen; -import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.base.TFMGRegistrateTags; import com.drmangotea.tfmg.datagen.recipes.TFMGProcessingRecipeGen; +import com.drmangotea.tfmg.datagen.recipes.TFMGRecipeProvider; import com.drmangotea.tfmg.datagen.recipes.values.*; -import com.drmangotea.tfmg.ponder.TFMGPonderIndex; -import com.drmangotea.tfmg.ponder.TFMGPonderTag; import com.google.gson.JsonElement; import com.google.gson.JsonObject; -import com.simibubi.create.Create; -import com.simibubi.create.foundation.ponder.PonderLocalization; import com.simibubi.create.foundation.utility.FilesHelper; -import com.simibubi.create.infrastructure.ponder.AllPonderTags; -import com.simibubi.create.infrastructure.ponder.GeneralText; -import com.simibubi.create.infrastructure.ponder.PonderIndex; -import com.simibubi.create.infrastructure.ponder.SharedText; import com.tterrag.registrate.providers.ProviderType; import net.minecraft.core.HolderLookup; +import net.minecraft.data.CachedOutput; import net.minecraft.data.DataGenerator; +import net.minecraft.data.DataProvider; import net.minecraft.data.PackOutput; import net.minecraftforge.data.event.GatherDataEvent; +import java.util.ArrayList; +import java.util.List; import java.util.Map; import java.util.concurrent.CompletableFuture; import java.util.function.BiConsumer; @@ -28,7 +24,7 @@ import java.util.function.BiConsumer; import static com.drmangotea.tfmg.TFMG.REGISTRATE; public class TFMGDatagen { - + protected static final List RECIPE_GENERATORS = new ArrayList<>(); public static void gatherData(GatherDataEvent event) { addExtraRegistrateData(); DataGenerator generator = event.getGenerator(); @@ -40,12 +36,35 @@ public class TFMGDatagen { //lookupProvider = generatedEntriesProvider.getRegistryProvider(); generator.addProvider(true, generatedEntriesProvider); - //generator.addProvider(true, new DamageTypeTagGen(output, lookupProvider, existingFileHelper)); - generator.addProvider(true, new IndustrialBlastingRecipeGen(output)); - generator.addProvider(true, new CastingRecipeGen(output)); - generator.addProvider(true, new VatRecipeGen(output)); - generator.addProvider(true, new TFMGStandardRecipeGen(output)); + // generator.addProvider(true, new DamageTypeTagGen(output, lookupProvider, existingFileHelper)); + + RECIPE_GENERATORS.add(new IndustrialBlastingRecipeGen(output)); + RECIPE_GENERATORS.add(new CastingRecipeGen(output)); + RECIPE_GENERATORS.add(new VatRecipeGen(output)); + RECIPE_GENERATORS.add(new TFMGStandardRecipeGen(output)); + generator.addProvider(true, new TFMGSequencedAssemblyRecipeGen(output)); + + generator.addProvider(true, new DataProvider() { + + @Override + public String getName() { + return "TFMG's Recipes"; + } + + @Override + public CompletableFuture run(CachedOutput dc) { + return CompletableFuture.allOf(RECIPE_GENERATORS.stream() + .map(gen -> gen.run(dc)) + .toArray(CompletableFuture[]::new)); + } + }); + + //generator.addProvider(true, new IndustrialBlastingRecipeGen(output)); + //generator.addProvider(true, new CastingRecipeGen(output)); + //generator.addProvider(true, new VatRecipeGen(output)); + //generator.addProvider(true, new TFMGStandardRecipeGen(output)); + //generator.addProvider(true, new TFMGSequencedAssemblyRecipeGen(output)); TFMGProcessingRecipeGen.registerAll(generator, output); } @@ -65,11 +84,11 @@ public class TFMGDatagen { } private static void providePonderLang(BiConsumer consumer) { - TFMGPonderIndex.registerTags(); - TFMGPonderIndex.register(); - PonderLocalization.generateSceneLang(); - - PonderLocalization.provideLang(TFMG.MOD_ID, consumer); + //TFMGPonderIndex.registerTags(); + //TFMGPonderIndex.register(); + //PonderLocalization.generateSceneLang(); +// + //PonderLocalization.provideLang(TFMG.MOD_ID, consumer); } private static void provideDefaultLang(String fileName, BiConsumer consumer) { diff --git a/src/main/java/com/drmangotea/tfmg/datagen/recipes/TFMGProcessingRecipeGen.java b/src/main/java/com/drmangotea/tfmg/datagen/recipes/TFMGProcessingRecipeGen.java index 5bbc413e..b44d413f 100644 --- a/src/main/java/com/drmangotea/tfmg/datagen/recipes/TFMGProcessingRecipeGen.java +++ b/src/main/java/com/drmangotea/tfmg/datagen/recipes/TFMGProcessingRecipeGen.java @@ -8,7 +8,7 @@ import com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder; import com.simibubi.create.content.processing.recipe.ProcessingRecipeSerializer; import com.simibubi.create.foundation.data.recipe.CreateRecipeProvider; import com.simibubi.create.foundation.recipe.IRecipeTypeInfo; -import com.simibubi.create.foundation.utility.RegisteredObjects; +import net.createmod.catnip.platform.CatnipServices; import net.minecraft.data.CachedOutput; import net.minecraft.data.DataGenerator; import net.minecraft.data.DataProvider; @@ -67,7 +67,7 @@ public abstract class TFMGProcessingRecipeGen extends TFMGRecipeProvider { ItemLike itemLike = singleIngredient.get(); transform .apply(new ProcessingRecipeBuilder<>(serializer.getFactory(), - new ResourceLocation(namespace, RegisteredObjects.getKeyOrThrow(itemLike.asItem()) + new ResourceLocation(namespace, CatnipServices.REGISTRIES.getKeyOrThrow(itemLike.asItem()) .getPath())).withItemIngredients(Ingredient.of(itemLike))) .build(c); }; @@ -112,7 +112,7 @@ public abstract class TFMGProcessingRecipeGen extends TFMGRecipeProvider { protected Supplier idWithSuffix(Supplier item, String suffix) { return () -> { - ResourceLocation registryName = RegisteredObjects.getKeyOrThrow(item.get() + ResourceLocation registryName = CatnipServices.REGISTRIES.getKeyOrThrow(item.get() .asItem()); return TFMG.asResource(registryName.getPath() + suffix); }; diff --git a/src/main/java/com/drmangotea/tfmg/datagen/recipes/TFMGRecipeProvider.java b/src/main/java/com/drmangotea/tfmg/datagen/recipes/TFMGRecipeProvider.java index 7c46892d..96b03682 100644 --- a/src/main/java/com/drmangotea/tfmg/datagen/recipes/TFMGRecipeProvider.java +++ b/src/main/java/com/drmangotea/tfmg/datagen/recipes/TFMGRecipeProvider.java @@ -15,7 +15,7 @@ import com.simibubi.create.AllTags; import com.simibubi.create.content.decoration.palettes.AllPaletteStoneTypes; import com.simibubi.create.content.processing.recipe.ProcessingRecipe; import com.simibubi.create.content.processing.recipe.ProcessingRecipeSerializer; -import com.simibubi.create.foundation.utility.RegisteredObjects; +import net.createmod.catnip.platform.CatnipServices; import net.minecraft.data.PackOutput; import net.minecraft.data.recipes.FinishedRecipe; import net.minecraft.data.recipes.RecipeProvider; @@ -117,6 +117,9 @@ public class TFMGRecipeProvider extends RecipeProvider { public static TagKey castIronBlock() { return TFMGTags.forgeItemTag("storage_blocks/cast_iron"); } + public static TagKey castIronSheet() { + return TFMGTags.forgeItemTag("plates/cast_iron"); + } public static TagKey leadIngot() { return TFMGTags.forgeItemTag("ingots/lead"); } @@ -225,7 +228,8 @@ public class TFMGRecipeProvider extends RecipeProvider { return TFMGItems.NAPALM_POTATO.get(); } public static ItemLike heavyMachineryCasing() { - return TFMGBlocks.HEAVY_MACHINERY_CASING.get(); + + return TFMGBlocks.HEAVY_MACHINERY_CASING.get(); } public static ItemLike steelCasing() { return TFMGBlocks.STEEL_CASING.get(); @@ -233,9 +237,18 @@ public class TFMGRecipeProvider extends RecipeProvider { public static ItemLike heavyPlate() { return TFMGItems.HEAVY_PLATE.get(); } - //public static ItemLike charcoalDust() { - // return TFMGItems.CHARCOAL_DUST.get(); - //} + public static ItemLike castIronSheetTFMG() { + return TFMGItems.CAST_IRON_SHEET.get(); + } + public static ItemLike nickelIronSheetTFMG() { + return TFMGItems.NICKEL_SHEET.get(); + } + public static ItemLike leadSheetTFMG() { + return TFMGItems.LEAD_SHEET.get(); + } + public static ItemLike aluminumSheetTFMG() { + return TFMGItems.ALUMINUM_SHEET.get(); + } public static ItemLike crushedRawIron() { return AllItems.CRUSHED_IRON.get(); } @@ -622,7 +635,7 @@ public class TFMGRecipeProvider extends RecipeProvider { ItemLike itemLike = singleIngredient.get(); transform .apply((IndustrialBlastingRecipeBuilder) new IndustrialBlastingRecipeBuilder(serializer.getFactory(),hotAirUsage, - new ResourceLocation(namespace, RegisteredObjects.getKeyOrThrow(itemLike.asItem()) + new ResourceLocation(namespace, CatnipServices.REGISTRIES.getKeyOrThrow(itemLike.asItem()) .getPath())).withItemIngredients(Ingredient.of(itemLike))) .build(c); }; @@ -667,7 +680,7 @@ public class TFMGRecipeProvider extends RecipeProvider { ItemLike itemLike = singleIngredient.get(); transform .apply((VatMachineRecipeBuilder) new VatMachineRecipeBuilder(serializer.getFactory(),params, - new ResourceLocation(namespace, RegisteredObjects.getKeyOrThrow(itemLike.asItem()) + new ResourceLocation(namespace, CatnipServices.REGISTRIES.getKeyOrThrow(itemLike.asItem()) .getPath())).withItemIngredients(Ingredient.of(itemLike))) .build(c); }; diff --git a/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/TFMGPressingRecipeGen.java b/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/TFMGPressingRecipeGen.java index 1c70a761..d7204ef5 100644 --- a/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/TFMGPressingRecipeGen.java +++ b/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/TFMGPressingRecipeGen.java @@ -3,29 +3,32 @@ package com.drmangotea.tfmg.datagen.recipes.values; import com.drmangotea.tfmg.datagen.recipes.TFMGProcessingRecipeGen; import com.simibubi.create.AllRecipeTypes; import net.minecraft.data.PackOutput; -import net.minecraft.world.item.Items; +import static com.drmangotea.tfmg.datagen.recipes.TFMGRecipeProvider.I.*; public class TFMGPressingRecipeGen extends TFMGProcessingRecipeGen { - //GeneratedRecipe + GeneratedRecipe + + CAST_IRON_SHEET = create("cast_iron_ingot", b -> b.require(castIronIngot()) + .output(castIronSheetTFMG()).duration(50)), -// SUGAR_CANE = create(() -> Items.SUGAR_CANE, b -> b.output(Items.PAPER)) - //, + ALUMINUM_SHEET = create("aluminum_ingot", b -> b.require(aluminumIngot()) + .output(aluminumSheetTFMG()).duration(50)), + LEAD_SHEET = create("lead_ingot", b -> b.require(castIronIngot()) + .output(castIronSheetTFMG()).duration(50)), - //BRASS = create("brass_ingot", b -> b.require(brass()) - // .output(AllItems.BRASS_SHEET.get()).duration(50)) + NICKEL_SHEET = create("nickel_ingot", b -> b.require(castIronIngot()) + .output(castIronSheetTFMG()).duration(50)); - //; + public TFMGPressingRecipeGen(PackOutput output) { + super(output); + } - public TFMGPressingRecipeGen(PackOutput output) { - super(output); - } - - @Override - protected AllRecipeTypes getRecipeType() { - return AllRecipeTypes.PRESSING; - } + @Override + protected AllRecipeTypes getRecipeType() { + return AllRecipeTypes.PRESSING; + } } \ No newline at end of file diff --git a/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/TFMGSequencedAssemblyRecipeGen.java b/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/TFMGSequencedAssemblyRecipeGen.java index f0dafae8..a685151c 100644 --- a/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/TFMGSequencedAssemblyRecipeGen.java +++ b/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/TFMGSequencedAssemblyRecipeGen.java @@ -26,7 +26,7 @@ public class TFMGSequencedAssemblyRecipeGen extends CreateRecipeProvider { GeneratedRecipe POTENTIOMETER = create("potentiometer", b -> b.require(TFMGBlocks.HEAVY_MACHINERY_CASING.get()) .transitionTo(TFMGItems.UNFINISHED_POTENTIOMETER.get()) - .addOutput(TFMGBlocks.POTENTIOMETER.get(), 120) + .addOutput(TFMGBlocks.POTENTIOMETER.get(), 120) .addOutput(TFMGBlocks.STEEL_CASING.get(), 8) .addOutput(TFMGBlocks.STEEL_COGWHEEL.get(), 8) .addOutput(TFMGBlocks.ELECTRIC_POST.get(), 8) diff --git a/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/TFMGStandardRecipeGen.java b/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/TFMGStandardRecipeGen.java index 5f197718..452909cc 100644 --- a/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/TFMGStandardRecipeGen.java +++ b/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/TFMGStandardRecipeGen.java @@ -12,10 +12,10 @@ import com.simibubi.create.AllBlocks; import com.simibubi.create.AllItems; import com.simibubi.create.foundation.data.recipe.CompatMetals; import com.simibubi.create.foundation.data.recipe.Mods; -import com.simibubi.create.foundation.utility.RegisteredObjects; import com.tterrag.registrate.util.entry.BlockEntry; import com.tterrag.registrate.util.entry.ItemEntry; import com.tterrag.registrate.util.entry.ItemProviderEntry; +import net.createmod.catnip.platform.CatnipServices; import net.minecraft.advancements.critereon.ItemPredicate; import net.minecraft.data.PackOutput; import net.minecraft.data.recipes.*; @@ -45,30 +45,29 @@ import static com.drmangotea.tfmg.datagen.recipes.TFMGRecipeProvider.I.*; public class TFMGStandardRecipeGen extends TFMGRecipeProvider { - private Marker MATERIALS = enterFolder("kinetics"); GeneratedRecipe - STEEL_COMPACTING = - metalCompacting(ImmutableList.of(TFMGItems.STEEL_NUGGET, TFMGItems.STEEL_INGOT, TFMGBlocks.STEEL_BLOCK), - ImmutableList.of(I::steelNugget, I::steelIngot, I::steelBlock)), - ALUMINUM_COMPACTING = - metalCompacting(ImmutableList.of(TFMGItems.ALUMINUM_NUGGET, TFMGItems.ALUMINUM_INGOT, TFMGBlocks.ALUMINUM_BLOCK), - ImmutableList.of(I::aluminumNugget, I::aluminumIngot, I::aluminumBlock)), - CAST_IRON_COMPACTING = - metalCompacting(ImmutableList.of(TFMGItems.CAST_IRON_NUGGET, TFMGItems.CAST_IRON_INGOT, TFMGBlocks.CAST_IRON_BLOCK), - ImmutableList.of(I::castIronNugget, I::castIronIngot, I::castIronBlock)), - LEAD_COMPACTING = - metalCompacting(ImmutableList.of(TFMGItems.LEAD_NUGGET, TFMGItems.LEAD_INGOT, TFMGBlocks.LEAD_BLOCK), - ImmutableList.of(I::leadNugget, I::leadIngot, I::leadBlock)), - NICKEL_COMPACTING = - metalCompacting(ImmutableList.of(TFMGItems.NICKEL_NUGGET, TFMGItems.NICKEL_INGOT, TFMGBlocks.NICKEL_BLOCK), - ImmutableList.of(I::nickelNugget, I::nickelIngot, I::nickelBlock)), - LITHIUM_COMPACTING = - metalCompacting(ImmutableList.of(TFMGItems.LITHIUM_NUGGET, TFMGItems.LITHIUM_INGOT, TFMGBlocks.LITHIUM_BLOCK), - ImmutableList.of(I::lithiumNugget, I::lithiumIngot, I::lithiumBlock)), - CONSTANTAN_COMPACTING = - metalCompacting(ImmutableList.of(TFMGItems.CONSTANTAN_NUGGET, TFMGItems.CONSTANTAN_INGOT, TFMGBlocks.CONSTANTAN_BLOCK), - ImmutableList.of(I::constantanNugget, I::constantanIngot, I::constantanBlock)), + STEEL_COMPACTING = + metalCompacting(ImmutableList.of(TFMGItems.STEEL_NUGGET, TFMGItems.STEEL_INGOT, TFMGBlocks.STEEL_BLOCK), + ImmutableList.of(I::steelNugget, I::steelIngot, I::steelBlock)), + ALUMINUM_COMPACTING = + metalCompacting(ImmutableList.of(TFMGItems.ALUMINUM_NUGGET, TFMGItems.ALUMINUM_INGOT, TFMGBlocks.ALUMINUM_BLOCK), + ImmutableList.of(I::aluminumNugget, I::aluminumIngot, I::aluminumBlock)), + CAST_IRON_COMPACTING = + metalCompacting(ImmutableList.of(TFMGItems.CAST_IRON_NUGGET, TFMGItems.CAST_IRON_INGOT, TFMGBlocks.CAST_IRON_BLOCK), + ImmutableList.of(I::castIronNugget, I::castIronIngot, I::castIronBlock)), + LEAD_COMPACTING = + metalCompacting(ImmutableList.of(TFMGItems.LEAD_NUGGET, TFMGItems.LEAD_INGOT, TFMGBlocks.LEAD_BLOCK), + ImmutableList.of(I::leadNugget, I::leadIngot, I::leadBlock)), + NICKEL_COMPACTING = + metalCompacting(ImmutableList.of(TFMGItems.NICKEL_NUGGET, TFMGItems.NICKEL_INGOT, TFMGBlocks.NICKEL_BLOCK), + ImmutableList.of(I::nickelNugget, I::nickelIngot, I::nickelBlock)), + LITHIUM_COMPACTING = + metalCompacting(ImmutableList.of(TFMGItems.LITHIUM_NUGGET, TFMGItems.LITHIUM_INGOT, TFMGBlocks.LITHIUM_BLOCK), + ImmutableList.of(I::lithiumNugget, I::lithiumIngot, I::lithiumBlock)), + CONSTANTAN_COMPACTING = + metalCompacting(ImmutableList.of(TFMGItems.CONSTANTAN_NUGGET, TFMGItems.CONSTANTAN_INGOT, TFMGBlocks.CONSTANTAN_BLOCK), + ImmutableList.of(I::constantanNugget, I::constantanIngot, I::constantanBlock)), // LEAD_FLYWHEEL = create(TFMGBlocks.LEAD_FLYWHEEL) @@ -79,60 +78,60 @@ public class TFMGStandardRecipeGen extends TFMGRecipeProvider { .pattern("CCC") .pattern("CSC") .pattern("CCC")), - STEEL_FLYWHEEL = create(TFMGBlocks.STEEL_FLYWHEEL) - .unlockedBy(TFMGItems.STEEL_INGOT::get) - .viaShaped(b -> b - .define('C', tfmgSteelIngot()) - .define('S', shaft()) - .pattern("CCC") - .pattern("CSC") - .pattern("CCC")), - CAST_IRON_FLYWHEEL = create(TFMGBlocks.CAST_IRON_FLYWHEEL) - .unlockedBy(TFMGItems.CAST_IRON_INGOT::get) - .viaShaped(b -> b - .define('C', leadIngot()) - .define('S', shaft()) - .pattern("CCC") - .pattern("CSC") - .pattern("CCC")), - NICKEL_FLYWHEEL = create(TFMGBlocks.NICKEL_FLYWHEEL) - .unlockedBy(TFMGItems.NICKEL_INGOT::get) - .viaShaped(b -> b - .define('C', nickelIngot()) - .define('S', shaft()) - .pattern("CCC") - .pattern("CSC") - .pattern("CCC")), - ALUMINUM_FLYWHEEL = create(TFMGBlocks.ALUMINUM_FLYWHEEL) - .unlockedBy(TFMGItems.ALUMINUM_INGOT::get) - .viaShaped(b -> b - .define('C', aluminumIngot()) - .define('S', shaft()) - .pattern("CCC") - .pattern("CSC") - .pattern("CCC")), - STEEL_COGWHEEL = create(TFMGBlocks.STEEL_COGWHEEL).returns(4) - .unlockedBy(() -> TFMGItems.STEEL_INGOT) - .viaShapeless(b -> b - .requires(Ingredient.of(tfmgSteelIngot())) - .requires(Ingredient.of(AllBlocks.SHAFT))), - LARGE_STEEL_COGWHEEL = create(TFMGBlocks.LARGE_STEEL_COGWHEEL).returns(2) - .unlockedBy(() -> TFMGItems.STEEL_INGOT) - .viaShapeless(b -> b - .requires(Ingredient.of(tfmgSteelIngot())) - .requires(Ingredient.of(tfmgSteelIngot())) - .requires(Ingredient.of(AllBlocks.SHAFT))), - ALUMINUM_COGWHEEL = create(TFMGBlocks.ALUMINUM_COGWHEEL).returns(4) - .unlockedBy(() -> TFMGItems.ALUMINUM_INGOT) - .viaShapeless(b -> b - .requires(Ingredient.of(aluminumIngot())) - .requires(Ingredient.of(AllBlocks.SHAFT))), - LARGE_ALUMINUM_COGWHEEL = create(TFMGBlocks.LARGE_ALUMINUM_COGWHEEL).returns(2) - .unlockedBy(() -> TFMGItems.ALUMINUM_INGOT) - .viaShapeless(b -> b - .requires(Ingredient.of(aluminumIngot())) - .requires(Ingredient.of(aluminumIngot())) - .requires(Ingredient.of(AllBlocks.SHAFT))), + STEEL_FLYWHEEL = create(TFMGBlocks.STEEL_FLYWHEEL) + .unlockedBy(TFMGItems.STEEL_INGOT::get) + .viaShaped(b -> b + .define('C', tfmgSteelIngot()) + .define('S', shaft()) + .pattern("CCC") + .pattern("CSC") + .pattern("CCC")), + CAST_IRON_FLYWHEEL = create(TFMGBlocks.CAST_IRON_FLYWHEEL) + .unlockedBy(TFMGItems.CAST_IRON_INGOT::get) + .viaShaped(b -> b + .define('C', leadIngot()) + .define('S', shaft()) + .pattern("CCC") + .pattern("CSC") + .pattern("CCC")), + NICKEL_FLYWHEEL = create(TFMGBlocks.NICKEL_FLYWHEEL) + .unlockedBy(TFMGItems.NICKEL_INGOT::get) + .viaShaped(b -> b + .define('C', nickelIngot()) + .define('S', shaft()) + .pattern("CCC") + .pattern("CSC") + .pattern("CCC")), + ALUMINUM_FLYWHEEL = create(TFMGBlocks.ALUMINUM_FLYWHEEL) + .unlockedBy(TFMGItems.ALUMINUM_INGOT::get) + .viaShaped(b -> b + .define('C', aluminumIngot()) + .define('S', shaft()) + .pattern("CCC") + .pattern("CSC") + .pattern("CCC")), + STEEL_COGWHEEL = create(TFMGBlocks.STEEL_COGWHEEL).returns(4) + .unlockedBy(() -> TFMGItems.STEEL_INGOT) + .viaShapeless(b -> b + .requires(Ingredient.of(tfmgSteelIngot())) + .requires(Ingredient.of(AllBlocks.SHAFT))), + LARGE_STEEL_COGWHEEL = create(TFMGBlocks.LARGE_STEEL_COGWHEEL).returns(2) + .unlockedBy(() -> TFMGItems.STEEL_INGOT) + .viaShapeless(b -> b + .requires(Ingredient.of(tfmgSteelIngot())) + .requires(Ingredient.of(tfmgSteelIngot())) + .requires(Ingredient.of(AllBlocks.SHAFT))), + ALUMINUM_COGWHEEL = create(TFMGBlocks.ALUMINUM_COGWHEEL).returns(4) + .unlockedBy(() -> TFMGItems.ALUMINUM_INGOT) + .viaShapeless(b -> b + .requires(Ingredient.of(aluminumIngot())) + .requires(Ingredient.of(AllBlocks.SHAFT))), + LARGE_ALUMINUM_COGWHEEL = create(TFMGBlocks.LARGE_ALUMINUM_COGWHEEL).returns(2) + .unlockedBy(() -> TFMGItems.ALUMINUM_INGOT) + .viaShapeless(b -> b + .requires(Ingredient.of(aluminumIngot())) + .requires(Ingredient.of(aluminumIngot())) + .requires(Ingredient.of(AllBlocks.SHAFT))), FIREPROOF_BRICKS = create(TFMGBlocks.FIREPROOF_BRICKS) .unlockedBy(TFMGItems.FIRECLAY_BALL::get) @@ -141,13 +140,13 @@ public class TFMGStandardRecipeGen extends TFMGRecipeProvider { .pattern("BB ") .pattern("BB ") .pattern(" ")), - FIRECLAY_BLOCK = create(TFMGBlocks.FIRECLAY) - .unlockedBy(TFMGItems.FIRECLAY_BALL::get) - .viaShaped(b -> b - .define('B', TFMGItems.FIRECLAY_BALL) - .pattern("BB ") - .pattern("BB ") - .pattern(" ")), + FIRECLAY_BLOCK = create(TFMGBlocks.FIRECLAY) + .unlockedBy(TFMGItems.FIRECLAY_BALL::get) + .viaShaped(b -> b + .define('B', TFMGItems.FIRECLAY_BALL) + .pattern("BB ") + .pattern("BB ") + .pattern(" ")), BLAST_FURNACE_OUTPUT = create(TFMGBlocks.BLAST_FURNACE_OUTPUT) .unlockedBy(TFMGItems.FIRECLAY_BALL::get) @@ -157,18 +156,18 @@ public class TFMGStandardRecipeGen extends TFMGRecipeProvider { .pattern("BCB") .pattern("CCC") .pattern("BCB")), - AIR_INTAKE = create(TFMGBlocks.AIR_INTAKE) - .unlockedBy(AllItems.PROPELLER::get) - .viaShaped(b -> b - .define('B', AllBlocks.ANDESITE_BARS) - .define('T', castIronPipe()) - .define('P', AllItems.PROPELLER) - .define('C', AllBlocks.INDUSTRIAL_IRON_BLOCK) - .define('G', AllBlocks.COGWHEEL) - .define('S', shaft()) - .pattern("SPT") - .pattern("GCG") - .pattern(" B ")), + AIR_INTAKE = create(TFMGBlocks.AIR_INTAKE) + .unlockedBy(AllItems.PROPELLER::get) + .viaShaped(b -> b + .define('B', AllBlocks.ANDESITE_BARS) + .define('T', castIronPipe()) + .define('P', AllItems.PROPELLER) + .define('C', AllBlocks.INDUSTRIAL_IRON_BLOCK) + .define('G', AllBlocks.COGWHEEL) + .define('S', shaft()) + .pattern("SPT") + .pattern("GCG") + .pattern(" B ")), LITHIUM_TORCH = create(TFMGBlocks.LITHIUM_TORCH).returns(4) .unlockedBy(TFMGItems.LITHIUM_INGOT::get) @@ -196,15 +195,34 @@ public class TFMGStandardRecipeGen extends TFMGRecipeProvider { .pattern(" P ") .pattern(" B ") .pattern(" P ")), + + ALUMINUM_TANK = create(TFMGBlocks.ALUMINUM_FLUID_TANK) + .unlockedBy(TFMGItems.ALUMINUM_INGOT::get) + .viaShaped(b -> b + .define('B', Blocks.BARREL) + .define('P', aluminumIngot()) + .pattern(" P ") + .pattern(" B ") + .pattern(" P ")), + + CAST_IRON_TANK = create(TFMGBlocks.CAST_IRON_FLUID_TANK) + .unlockedBy(TFMGItems.CAST_IRON_INGOT::get) + .viaShaped(b -> b + .define('B', Blocks.BARREL) + .define('P', castIronIngot()) + .pattern(" P ") + .pattern(" B ") + .pattern(" P ")), + EXHAUST = create(TFMGBlocks.EXHAUST) - .unlockedBy(TFMGItems.CAST_IRON_INGOT::get) - .viaShaped(b -> b - .define('B', Blocks.IRON_BARS) - .define('P', castIronPipe()) - .define('C', castIronIngot()) - .pattern("BPB") - .pattern("BPB") - .pattern("CPC")), + .unlockedBy(TFMGItems.CAST_IRON_INGOT::get) + .viaShaped(b -> b + .define('B', Blocks.IRON_BARS) + .define('P', castIronPipe()) + .define('C', castIronIngot()) + .pattern("BPB") + .pattern("BPB") + .pattern("CPC")), FLARESTACK = create(TFMGBlocks.FLARESTACK) .unlockedBy(TFMGItems.STEEL_INGOT::get) @@ -225,32 +243,32 @@ public class TFMGStandardRecipeGen extends TFMGRecipeProvider { .pattern("BPB") .pattern("BPB") .pattern("BPB")), - CONCRETE_SMOKESTACK = create(TFMGBlocks.CONCRETE_SMOKESTACK).returns(4) - .unlockedBy(TFMGBlocks.INDUSTRIAL_PIPE::get) - .viaShaped(b -> b - .define('B', TFMGBlocks.CONCRETE.block) - .define('P', industrialPipe()) - .pattern("BPB") - .pattern("BPB") - .pattern("BPB")), - METAL_SMOKESTACK = create(TFMGBlocks.METAL_SMOKESTACK).returns(4) - .unlockedBy(TFMGBlocks.INDUSTRIAL_PIPE::get) - .viaShaped(b -> b - .define('B', steelNugget()) - .define('P', industrialPipe()) - .pattern("BPB") - .pattern("BPB") - .pattern("BPB")), - INDUSTRIAL_MIXER = create(TFMGBlocks.INDUSTRIAL_MIXER) - .unlockedBy(TFMGBlocks.HEAVY_MACHINERY_CASING::get) - .viaShaped(b -> b - .define('S', shaft()) - .define('C', heavyMachineryCasing()) - .define('K', TFMGBlocks.STEEL_COGWHEEL) - .define('M', steelMechanism()) - .pattern(" S ") - .pattern("KCM") - .pattern(" S ")), + CONCRETE_SMOKESTACK = create(TFMGBlocks.CONCRETE_SMOKESTACK).returns(4) + .unlockedBy(TFMGBlocks.INDUSTRIAL_PIPE::get) + .viaShaped(b -> b + .define('B', TFMGBlocks.CONCRETE.block) + .define('P', industrialPipe()) + .pattern("BPB") + .pattern("BPB") + .pattern("BPB")), + METAL_SMOKESTACK = create(TFMGBlocks.METAL_SMOKESTACK).returns(4) + .unlockedBy(TFMGBlocks.INDUSTRIAL_PIPE::get) + .viaShaped(b -> b + .define('B', steelNugget()) + .define('P', industrialPipe()) + .pattern("BPB") + .pattern("BPB") + .pattern("BPB")), + INDUSTRIAL_MIXER = create(TFMGBlocks.INDUSTRIAL_MIXER) + .unlockedBy(TFMGBlocks.HEAVY_MACHINERY_CASING::get) + .viaShaped(b -> b + .define('S', shaft()) + .define('C', heavyMachineryCasing()) + .define('K', TFMGBlocks.STEEL_COGWHEEL) + .define('M', steelMechanism()) + .pattern(" S ") + .pattern("KCM") + .pattern(" S ")), HEAVY_PLATED_DOOR = create(TFMGBlocks.HEAVY_PLATED_DOOR).returns(3) .unlockedBy(TFMGItems.STEEL_INGOT::get) @@ -259,29 +277,27 @@ public class TFMGStandardRecipeGen extends TFMGRecipeProvider { .pattern("II ") .pattern("II ") .pattern("II ")), - ALUMINUM_DOOR = create(TFMGBlocks.ALUMINUM_DOOR).returns(3) - .unlockedBy(TFMGItems.ALUMINUM_INGOT::get) - .viaShaped(b -> b - .define('I', aluminumIngot()) - .pattern("II ") - .pattern("II ") - .pattern("II ")), + ALUMINUM_DOOR = create(TFMGBlocks.ALUMINUM_DOOR).returns(3) + .unlockedBy(TFMGItems.ALUMINUM_INGOT::get) + .viaShaped(b -> b + .define('I', aluminumIngot()) + .pattern("II ") + .pattern("II ") + .pattern("II ")), STEEL_CASING_DOOR = create(TFMGBlocks.STEEL_CASING_DOOR) .unlockedBy(() -> TFMGItems.STEEL_INGOT) .viaShapeless(b -> b .requires(steelCasing()) .requires(ItemTags.WOODEN_DOORS)), - HEAVY_CASING_DOOR = create(TFMGBlocks.HEAVY_CASING_DOOR) - .unlockedBy(() -> TFMGItems.STEEL_INGOT) - .viaShapeless(b -> b - .requires(heavyMachineryCasing()) - .requires(ItemTags.WOODEN_DOORS)) - - ; + HEAVY_CASING_DOOR = create(TFMGBlocks.HEAVY_CASING_DOOR) + .unlockedBy(() -> TFMGItems.STEEL_INGOT) + .viaShapeless(b -> b + .requires(heavyMachineryCasing()) + .requires(ItemTags.WOODEN_DOORS)); - /////////////////////// + /// //////////////////// String currentFolder = ""; @@ -496,7 +512,7 @@ public class TFMGStandardRecipeGen extends TFMGRecipeProvider { } private ResourceLocation getRegistryName() { - return compatDatagenOutput == null ? RegisteredObjects.getKeyOrThrow(result.get() + return compatDatagenOutput == null ? CatnipServices.REGISTRIES.getKeyOrThrow(result.get() .asItem()) : compatDatagenOutput; } @@ -577,7 +593,7 @@ public class TFMGStandardRecipeGen extends TFMGRecipeProvider { if (unlockedBy != null) b.unlockedBy("has_item", inventoryTrigger(unlockedBy.get())); - b.save(consumer::accept, createSimpleLocation(RegisteredObjects.getKeyOrThrow(serializer) + b.save(consumer::accept, createSimpleLocation(CatnipServices.REGISTRIES.getKeyOrThrow(serializer) .getPath())); }); } diff --git a/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/VatRecipeGen.java b/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/VatRecipeGen.java index 4e6bb424..ffecc89d 100644 --- a/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/VatRecipeGen.java +++ b/src/main/java/com/drmangotea/tfmg/datagen/recipes/values/VatRecipeGen.java @@ -6,13 +6,16 @@ import com.drmangotea.tfmg.datagen.recipes.builder.IndustrialBlastingRecipeBuild import com.drmangotea.tfmg.datagen.recipes.builder.VatMachineRecipeBuilder; import com.drmangotea.tfmg.registry.TFMGFluids; import com.drmangotea.tfmg.registry.TFMGItems; +import com.drmangotea.tfmg.registry.TFMGTags; import net.minecraft.data.PackOutput; +import net.minecraft.world.item.Items; import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.material.Fluids; import net.minecraftforge.common.Tags; import java.util.ArrayList; +import static com.drmangotea.tfmg.datagen.recipes.TFMGRecipeProvider.I.*; import static com.drmangotea.tfmg.datagen.recipes.builder.VatMachineRecipeBuilder.VatRecipeParams; public class VatRecipeGen extends TFMGRecipeProvider { @@ -37,13 +40,51 @@ public class VatRecipeGen extends TFMGRecipeProvider { .require(TFMGItems.ALUMINUM_INGOT) .require(TFMGItems.CINDERFLOURBLOCK) .output(TFMGItems.BITUMEN, 2) - , mixing()), + , electrolysis()), + ARC_FURNACE_STEEL = createVatRecipe("arc_furnace_steel", b -> (VatMachineRecipeBuilder) b + .require(crushedRawIron()) + .require(TFMGTags.TFMGItemTags.FLUX.tag) + .require(TFMGTags.TFMGItemTags.BLAST_FURNACE_FUEL.tag) + .output(TFMGItems.STEEL_INGOT, 2) + , arcBlasting()), ETCHED_CIRCUIT_BOARD = createVatRecipe("etched_circuit_board", b -> (VatMachineRecipeBuilder) b .require(TFMGItems.COATED_CIRCUIT_BOARD) - .require(Fluids.WATER.getSource(),100) + .require(Fluids.WATER.getSource(), 100) .output(TFMGItems.ETCHED_CIRCUIT_BOARD) .duration(100) - , new VatRecipeParams()); + , new VatRecipeParams()), + DEBUG_3 = createVatRecipe("debug_3", b -> (VatMachineRecipeBuilder) b + .require(Blocks.GOLD_BLOCK.asItem()) + .require(TFMGFluids.LIQUID_CONCRETE.getSource(), 1) + .require(TFMGFluids.HEAVY_OIL.getSource(), 1) + .output(TFMGItems.ALUMINUM_INGOT, 2) + , mixing()), + DEBUG_4 = createVatRecipe("debug_4", b -> (VatMachineRecipeBuilder) b + .require(Blocks.GOLD_BLOCK.asItem()) + .require(Blocks.DIAMOND_BLOCK.asItem()) + .require(TFMGFluids.LIQUID_CONCRETE.getSource(), 1) + .require(TFMGFluids.HEAVY_OIL.getSource(), 1) + .require(TFMGFluids.HEAVY_OIL.getSource(), 1) + .output(TFMGItems.ALUMINUM_INGOT, 2) + , mixing()), + DEBUG_5 = createVatRecipe("debug_5", b -> (VatMachineRecipeBuilder) b + .require(Blocks.GOLD_BLOCK.asItem()) + .require(Blocks.DIAMOND_BLOCK.asItem()) + .require(Blocks.IRON_BLOCK.asItem()) + .require(Blocks.COAL_BLOCK.asItem()) + .require(TFMGFluids.LIQUID_CONCRETE.getSource(), 1) + .require(TFMGFluids.HEAVY_OIL.getSource(), 1) + .require(TFMGFluids.COOLING_FLUID.getSource(), 1) + .require(TFMGFluids.CRUDE_OIL.getSource(), 1) + .output(TFMGFluids.LIQUID_CONCRETE.get(), 1) + .output(TFMGFluids.HEAVY_OIL.get(), 1) + .output(TFMGFluids.COOLING_FLUID.get(), 1) + .output(TFMGFluids.CRUDE_OIL.get(), 1) + .output(Items.EGG) + .output(Items.ARROW) + .output(Items.DIAMOND) + .output(Items.STRING) + , mixing()); /// //// @@ -60,13 +101,6 @@ public class VatRecipeGen extends TFMGRecipeProvider { return params; } - public VatRecipeParams mixingWithCatalyst(String catalyst) { - VatRecipeParams params = new VatRecipeParams(); - params.machines.add("tfmg:mixing"); - params.machines.add("tfmg:catalyst_" + catalyst); - return params; - } - public VatRecipeParams centrifuge() { VatRecipeParams params = new VatRecipeParams(); params.machines.add("tfmg:centrifuge"); @@ -94,7 +128,7 @@ public class VatRecipeGen extends TFMGRecipeProvider { params.machines.add("tfmg:graphite_electrode"); params.minSize = 9; params.allowedVatTypes = new ArrayList<>(); - params.allowedVatTypes.add(TFMG.asResource("tfmg:firebrick_lined_vat").getPath()); + params.allowedVatTypes.add(TFMG.asResource("firebrick_lined_vat").getPath()); return params; } } diff --git a/src/main/java/com/drmangotea/tfmg/mixin/FluidPipeBlockMixin.java b/src/main/java/com/drmangotea/tfmg/mixin/FluidPipeBlockMixin.java index 6b1827d6..46ddf72b 100644 --- a/src/main/java/com/drmangotea/tfmg/mixin/FluidPipeBlockMixin.java +++ b/src/main/java/com/drmangotea/tfmg/mixin/FluidPipeBlockMixin.java @@ -4,7 +4,7 @@ package com.drmangotea.tfmg.mixin; import com.drmangotea.tfmg.content.decoration.pipes.TFMGPipeBlockEntity; import com.simibubi.create.AllBlockEntityTypes; import com.simibubi.create.AllBlocks; -import com.simibubi.create.content.contraptions.ITransformableBlock; +import com.simibubi.create.api.contraption.transformable.TransformableBlock; import com.simibubi.create.content.contraptions.StructureTransform; import com.simibubi.create.content.decoration.bracket.BracketedBlockEntityBehaviour; import com.simibubi.create.content.decoration.encasing.EncasableBlock; @@ -16,7 +16,7 @@ import com.simibubi.create.foundation.advancement.AdvancementBehaviour; import com.simibubi.create.foundation.advancement.AllAdvancements; import com.simibubi.create.foundation.block.IBE; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; -import com.simibubi.create.foundation.utility.Iterate; +import net.createmod.catnip.data.Iterate; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.core.Direction.Axis; @@ -55,7 +55,7 @@ import java.util.Arrays; import java.util.Optional; @Mixin(FluidPipeBlock.class) public class FluidPipeBlockMixin extends PipeBlock implements SimpleWaterloggedBlock, IWrenchableWithBracket, - IBE, EncasableBlock, ITransformableBlock { + IBE, EncasableBlock, TransformableBlock { private static final VoxelShape OCCLUSION_BOX = Block.box(4, 4, 4, 12, 12, 12); diff --git a/src/main/java/com/drmangotea/tfmg/mixin/FluidPropagatorMixin.java b/src/main/java/com/drmangotea/tfmg/mixin/FluidPropagatorMixin.java index f54cfcce..9da210b4 100644 --- a/src/main/java/com/drmangotea/tfmg/mixin/FluidPropagatorMixin.java +++ b/src/main/java/com/drmangotea/tfmg/mixin/FluidPropagatorMixin.java @@ -15,9 +15,10 @@ import com.simibubi.create.foundation.advancement.AllAdvancements; import com.simibubi.create.foundation.advancement.CreateAdvancement; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import com.simibubi.create.foundation.utility.BlockHelper; -import com.simibubi.create.foundation.utility.Iterate; -import com.simibubi.create.foundation.utility.Pair; +import net.createmod.catnip.data.Iterate; + import com.simibubi.create.infrastructure.config.AllConfigs; +import net.createmod.catnip.data.Pair; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.world.level.BlockGetter; @@ -91,7 +92,9 @@ public class FluidPropagatorMixin { !TFMGPipes.TFMG_PIPES.get(TFMGPipes.PipeMaterial.PLASTIC).get(3).has(targetState)&& !TFMGPipes.TFMG_PIPES.get(TFMGPipes.PipeMaterial.BRASS).get(3).has(targetState)&& !TFMGPipes.TFMG_PIPES.get(TFMGPipes.PipeMaterial.ALUMINUM).get(3).has(targetState)&& - !TFMGPipes.TFMG_PIPES.get(TFMGPipes.PipeMaterial.CAST_IRON).get(3).has(targetState)&& + !TFMGPipes.TFMG_PIPES.get(TFMGPipes.PipeMaterial.CAST_IRON).get(3).has(targetState) + + && !TFMGBlocks.ELECTRIC_PUMP.has(targetState) || targetState.getValue(PumpBlock.FACING) .getAxis() != direction.getAxis()) diff --git a/src/main/java/com/drmangotea/tfmg/mixin/GoggleOverlayRendererMixin.java b/src/main/java/com/drmangotea/tfmg/mixin/GoggleOverlayRendererMixin.java index 758e670e..0be4e208 100644 --- a/src/main/java/com/drmangotea/tfmg/mixin/GoggleOverlayRendererMixin.java +++ b/src/main/java/com/drmangotea/tfmg/mixin/GoggleOverlayRendererMixin.java @@ -3,8 +3,8 @@ package com.drmangotea.tfmg.mixin; import com.drmangotea.tfmg.content.electricity.base.IElectric; import com.drmangotea.tfmg.registry.TFMGItems; +import com.simibubi.create.api.equipment.goggles.IProxyHoveringInformation; import com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer; -import com.simibubi.create.content.equipment.goggles.IProxyHoveringInformation; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.GuiGraphics; import net.minecraft.client.multiplayer.ClientLevel; diff --git a/src/main/java/com/drmangotea/tfmg/mixin/PipeAttachmentModelMixin.java b/src/main/java/com/drmangotea/tfmg/mixin/PipeAttachmentModelMixin.java index e2eb4089..ccec3ff3 100644 --- a/src/main/java/com/drmangotea/tfmg/mixin/PipeAttachmentModelMixin.java +++ b/src/main/java/com/drmangotea/tfmg/mixin/PipeAttachmentModelMixin.java @@ -10,7 +10,7 @@ import com.simibubi.create.content.fluids.PipeAttachmentModel; import com.simibubi.create.content.fluids.pipes.FluidPipeBlock; import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; import com.simibubi.create.foundation.model.BakedModelWrapperWithData; -import com.simibubi.create.foundation.utility.Iterate; +import net.createmod.catnip.data.Iterate; import net.minecraft.client.renderer.ItemBlockRenderTypes; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.block.model.BakedQuad; diff --git a/src/main/java/com/drmangotea/tfmg/mixin/RecipeProviderMixin.java b/src/main/java/com/drmangotea/tfmg/mixin/RecipeProviderMixin.java index f1c37634..3e9228c0 100644 --- a/src/main/java/com/drmangotea/tfmg/mixin/RecipeProviderMixin.java +++ b/src/main/java/com/drmangotea/tfmg/mixin/RecipeProviderMixin.java @@ -1,5 +1,6 @@ package com.drmangotea.tfmg.mixin; +import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.datagen.recipes.values.TFMGSequencedAssemblyRecipeGen; import com.drmangotea.tfmg.datagen.recipes.values.TFMGStandardRecipeGen; import com.drmangotea.tfmg.datagen.recipes.values.IndustrialBlastingRecipeGen; @@ -16,6 +17,7 @@ public class RecipeProviderMixin { @Inject(at = @At("HEAD"), method = "getName",cancellable = true , remap = false) public final void getName(CallbackInfoReturnable cir) { + TFMG.LOGGER.debug("ALMOOGUS"); if((Object)this instanceof IndustrialBlastingRecipeGen) cir.setReturnValue("TFMG'S Industrial Blasting Recipes"); if((Object)this instanceof VatRecipeGen) diff --git a/src/main/java/com/drmangotea/tfmg/ponder/TFMGPonderIndex.java b/src/main/java/com/drmangotea/tfmg/ponder/TFMGPonderIndex.java deleted file mode 100644 index 17214785..00000000 --- a/src/main/java/com/drmangotea/tfmg/ponder/TFMGPonderIndex.java +++ /dev/null @@ -1,94 +0,0 @@ -package com.drmangotea.tfmg.ponder; - - -import com.drmangotea.tfmg.TFMG; -import com.drmangotea.tfmg.ponder.scenes.MetallurgyScenes; -import com.drmangotea.tfmg.ponder.scenes.MiscTFMGScenes; -import com.drmangotea.tfmg.registry.TFMGBlocks; -import com.simibubi.create.foundation.ponder.PonderRegistrationHelper; -import com.simibubi.create.foundation.ponder.PonderRegistry; - - -public class TFMGPonderIndex { - static final PonderRegistrationHelper HELPER = new PonderRegistrationHelper(TFMG.MOD_ID); - - public static void register() { - HELPER.forComponents(TFMGBlocks.REGULAR_ENGINE, TFMGBlocks.EXHAUST) - .addStoryBoard("engines", MiscTFMGScenes::small_engines, TFMGPonderTag.TFMG_MACHINERY); - - - //HELPER.forComponents( - // TFMGBlocks.DIESEL_ENGINE, - // TFMGBlocks.AIR_INTAKE, - // TFMGBlocks.DIESEL_ENGINE_EXPANSION - // ) -// - // .addStoryBoard("diesel_engine", MiscTFMGScenes::diesel_engine, TFMGPonderTag.OIL) - // .addStoryBoard("diesel_engine_expansion", MiscTFMGScenes::diesel_engine_expansion, TFMGPonderTag.OIL); - - HELPER.forComponents( - TFMGBlocks.PUMPJACK_BASE, - TFMGBlocks.PUMPJACK_CRANK, - TFMGBlocks.PUMPJACK_HAMMER, - TFMGBlocks.PUMPJACK_HAMMER_CONNECTOR, - TFMGBlocks.PUMPJACK_HAMMER_PART, - TFMGBlocks.PUMPJACK_HAMMER_HEAD, - TFMGBlocks.LARGE_PUMPJACK_HAMMER_CONNECTOR, - TFMGBlocks.LARGE_PUMPJACK_HAMMER_PART, - TFMGBlocks.LARGE_PUMPJACK_HAMMER_HEAD - ).addStoryBoard("pumpjack", MiscTFMGScenes::pumpjack, TFMGPonderTag.TFMG_MACHINERY); - - - HELPER.forComponents(TFMGBlocks.STEEL_DISTILLATION_CONTROLLER, TFMGBlocks.STEEL_DISTILLATION_OUTPUT) - .addStoryBoard("distillation_tower", MiscTFMGScenes::distillation_tower, TFMGPonderTag.TFMG_MACHINERY); - - HELPER.forComponents( - TFMGBlocks.STEEL_CHEMICAL_VAT, - TFMGBlocks.INDUSTRIAL_MIXER, - TFMGBlocks.ELECTRODE_HOLDER - ).addStoryBoard("chemical_vat", MiscTFMGScenes::distillation_tower, TFMGPonderTag.TFMG_MACHINERY); - ///////////////////////////////////////// - - HELPER.forComponents(TFMGBlocks.BLAST_FURNACE_OUTPUT, - TFMGBlocks.FIREPROOF_BRICKS, - TFMGBlocks.FIREPROOF_BRICK_REINFORCEMENT, - TFMGBlocks.BLAST_FURNACE_HATCH, - TFMGBlocks.BLAST_FURNACE_REINFORCEMENT, - TFMGBlocks.RUSTED_BLAST_FURNACE_REINFORCEMENT - ) - .addStoryBoard("blast_furnace", MetallurgyScenes::blast_furnace, TFMGPonderTag.METALLURGY); - - - HELPER.forComponents(TFMGBlocks.COKE_OVEN) - - .addStoryBoard("coke_oven", MetallurgyScenes::coke_oven, TFMGPonderTag.METALLURGY); - - - } - - public static void registerTags() { - PonderRegistry.TAGS.forTag(TFMGPonderTag.METALLURGY) - .add(TFMGBlocks.COKE_OVEN) - .add(TFMGBlocks.CASTING_BASIN) - .add(TFMGBlocks.FIREPROOF_BRICKS) - .add(TFMGBlocks.FIREPROOF_BRICK_REINFORCEMENT) - .add(TFMGBlocks.RUSTED_BLAST_FURNACE_REINFORCEMENT) - .add(TFMGBlocks.BLAST_FURNACE_HATCH) - .add(TFMGBlocks.BLAST_FURNACE_REINFORCEMENT) - .add(TFMGBlocks.FIREPROOF_BRICK_REINFORCEMENT) - .add(TFMGBlocks.BLAST_FURNACE_OUTPUT); - - PonderRegistry.TAGS.forTag(TFMGPonderTag.TFMG_MACHINERY) - .add(TFMGBlocks.STATOR) - .add(TFMGBlocks.ROTOR) - .add(TFMGBlocks.CABLE_CONNECTOR) - .add(TFMGBlocks.ACCUMULATOR) - .add(TFMGBlocks.REGULAR_ENGINE) - .add(TFMGBlocks.STEEL_DISTILLATION_OUTPUT) - .add(TFMGBlocks.STEEL_DISTILLATION_CONTROLLER) - .add(TFMGBlocks.PUMPJACK_BASE) - .add(TFMGBlocks.PUMPJACK_HAMMER) - .add(TFMGBlocks.PUMPJACK_CRANK); - } - -} diff --git a/src/main/java/com/drmangotea/tfmg/ponder/TFMGPonderTag.java b/src/main/java/com/drmangotea/tfmg/ponder/TFMGPonderTag.java deleted file mode 100644 index 113226ea..00000000 --- a/src/main/java/com/drmangotea/tfmg/ponder/TFMGPonderTag.java +++ /dev/null @@ -1,28 +0,0 @@ -package com.drmangotea.tfmg.ponder; - -import com.drmangotea.tfmg.TFMG; -import com.drmangotea.tfmg.registry.TFMGFluids; -import com.drmangotea.tfmg.registry.TFMGItems; -import com.simibubi.create.foundation.ponder.PonderTag; -import net.minecraft.resources.ResourceLocation; - -public class TFMGPonderTag extends PonderTag { - public static final PonderTag TFMG_MACHINERY = create("tfmg_machinery") - .defaultLang("TFMG Machinery", "Misc machines from Create: The Factory Must Grow") - .item(TFMGItems.STEEL_MECHANISM.get(), true, false).addToIndex(); - - public static final PonderTag METALLURGY = create("metallurgy") - .defaultLang("Metallurgy", "Machines related to metal processing") - .item(TFMGItems.STEEL_INGOT.get(), true, false).addToIndex(); - - - - public TFMGPonderTag(ResourceLocation id) { - super(id); - } - - private static PonderTag create(String id) { - return new PonderTag(TFMG.asResource(id)); - } - } - diff --git a/src/main/java/com/drmangotea/tfmg/ponder/scenes/MetallurgyScenes.java b/src/main/java/com/drmangotea/tfmg/ponder/scenes/MetallurgyScenes.java index 674a75c3..83e915b2 100644 --- a/src/main/java/com/drmangotea/tfmg/ponder/scenes/MetallurgyScenes.java +++ b/src/main/java/com/drmangotea/tfmg/ponder/scenes/MetallurgyScenes.java @@ -2,12 +2,13 @@ package com.drmangotea.tfmg.ponder.scenes; import com.drmangotea.tfmg.registry.TFMGItems; import com.simibubi.create.AllItems; -import com.simibubi.create.foundation.ponder.ElementLink; -import com.simibubi.create.foundation.ponder.SceneBuilder; -import com.simibubi.create.foundation.ponder.SceneBuildingUtil; -import com.simibubi.create.foundation.ponder.Selection; -import com.simibubi.create.foundation.ponder.element.EntityElement; -import com.simibubi.create.foundation.ponder.element.WorldSectionElement; +import com.simibubi.create.foundation.ponder.CreateSceneBuilder; +import net.createmod.ponder.api.element.ElementLink; +import net.createmod.ponder.api.element.EntityElement; +import net.createmod.ponder.api.element.WorldSectionElement; +import net.createmod.ponder.api.scene.SceneBuilder; +import net.createmod.ponder.api.scene.SceneBuildingUtil; +import net.createmod.ponder.api.scene.Selection; import net.minecraft.core.Direction; import net.minecraft.world.entity.Entity; import net.minecraft.world.item.ItemStack; @@ -16,43 +17,44 @@ import net.minecraft.world.phys.Vec3; public class MetallurgyScenes { - public static void blast_furnace(SceneBuilder scene, SceneBuildingUtil util) { + public static void blast_furnace(SceneBuilder builder, SceneBuildingUtil util) { + CreateSceneBuilder scene = new CreateSceneBuilder(builder); scene.title("blast_furnace", ""); scene.configureBasePlate(0, 0, 6); scene.scaleSceneView(.7f); scene.showBasePlate(); // - Selection output = util.select.fromTo(3, 1, 2, 3, 1, 2); + Selection output = util.select().fromTo(3, 1, 2, 3, 1, 2); - Selection furnace1 = util.select.fromTo(4, 1, 3, 2, 1, 3); - Selection furnace2 = util.select.fromTo(3, 1, 4, 3, 1, 4); + Selection furnace1 = util.select().fromTo(4, 1, 3, 2, 1, 3); + Selection furnace2 = util.select().fromTo(3, 1, 4, 3, 1, 4); - Selection reinforcement1 = util.select.fromTo(2, 1, 2, 2, 5, 2); - Selection reinforcement2 = util.select.fromTo(4, 1, 2, 4, 5, 2); - Selection reinforcement3 = util.select.fromTo(4, 1, 4, 4, 5, 4); - Selection reinforcement4 = util.select.fromTo(2, 1, 4, 2, 5, 4); + Selection reinforcement1 = util.select().fromTo(2, 1, 2, 2, 5, 2); + Selection reinforcement2 = util.select().fromTo(4, 1, 2, 4, 5, 2); + Selection reinforcement3 = util.select().fromTo(4, 1, 4, 4, 5, 4); + Selection reinforcement4 = util.select().fromTo(2, 1, 4, 2, 5, 4); - Selection furnace3 = util.select.fromTo(4, 2, 3, 2, 2, 3); - Selection furnace4 = util.select.fromTo(3, 2, 2, 3, 2, 4); + Selection furnace3 = util.select().fromTo(4, 2, 3, 2, 2, 3); + Selection furnace4 = util.select().fromTo(3, 2, 2, 3, 2, 4); - Selection furnace5 = util.select.fromTo(4, 3, 3, 2, 3, 3); - Selection furnace6 = util.select.fromTo(3, 3, 2, 3, 3, 4); + Selection furnace5 = util.select().fromTo(4, 3, 3, 2, 3, 3); + Selection furnace6 = util.select().fromTo(3, 3, 2, 3, 3, 4); - Selection furnace7 = util.select.fromTo(4, 4, 3, 2, 4, 3); - Selection furnace8 = util.select.fromTo(3, 4, 2, 3, 4, 4); + Selection furnace7 = util.select().fromTo(4, 4, 3, 2, 4, 3); + Selection furnace8 = util.select().fromTo(3, 4, 2, 3, 4, 4); - Selection furnace9 = util.select.fromTo(4, 5, 3, 2, 5, 3); - Selection furnace10 = util.select.fromTo(3, 5, 2, 3, 5, 4); + Selection furnace9 = util.select().fromTo(4, 5, 3, 2, 5, 3); + Selection furnace10 = util.select().fromTo(3, 5, 2, 3, 5, 4); - Selection hatch = util.select.fromTo(1, 6, 3, 3, 6, 3); - scene.world.setKineticSpeed(hatch, 80); + Selection hatch = util.select().fromTo(1, 6, 3, 3, 6, 3); + scene.world().setKineticSpeed(hatch, 80); - Selection steelReinforcementCorner = util.select.fromTo(0, 1, 5, 0, 5, 5); - Selection steelReinforcement1 = util.select.fromTo(3, 2, 1, 3, 5, 1); - Selection steelReinforcement2 = util.select.fromTo(3, 1, 5, 3, 5, 5); - Selection steelReinforcement3 = util.select.fromTo(5, 1, 3, 5, 5, 3); - Selection steelReinforcement4 = util.select.fromTo(1, 1, 3, 1, 1, 3); - Selection steelReinforcement = util.select.fromTo(1, 3, 3, 1, 5, 3) + Selection steelReinforcementCorner = util.select().fromTo(0, 1, 5, 0, 5, 5); + Selection steelReinforcement1 = util.select().fromTo(3, 2, 1, 3, 5, 1); + Selection steelReinforcement2 = util.select().fromTo(3, 1, 5, 3, 5, 5); + Selection steelReinforcement3 = util.select().fromTo(5, 1, 3, 5, 5, 3); + Selection steelReinforcement4 = util.select().fromTo(1, 1, 3, 1, 1, 3); + Selection steelReinforcement = util.select().fromTo(1, 3, 3, 1, 5, 3) .add(steelReinforcement1) .add(steelReinforcement2) .add(steelReinforcement3) @@ -60,68 +62,68 @@ public class MetallurgyScenes { ; - Selection pipez1 = util.select.fromTo(0, 1, 1, 4, 0, 1); - Selection pipez2 = util.select.fromTo(5, 1, 0, 5, 3, 1); - Selection pipez3 = util.select.fromTo(0, 1, 3, 0, 2, 3); - Selection pipez = util.select.fromTo(1, 2, 3, 1, 2, 3).add(pipez1).add(pipez2).add(pipez3); + Selection pipez1 = util.select().fromTo(0, 1, 1, 4, 0, 1); + Selection pipez2 = util.select().fromTo(5, 1, 0, 5, 3, 1); + Selection pipez3 = util.select().fromTo(0, 1, 3, 0, 2, 3); + Selection pipez = util.select().fromTo(1, 2, 3, 1, 2, 3).add(pipez1).add(pipez2).add(pipez3); - scene.world.setKineticSpeed(pipez, 80); + scene.world().setKineticSpeed(pipez, 80); - scene.world.showIndependentSection(output, Direction.DOWN); - scene.overlay.showText(50) + scene.world().showIndependentSection(output, Direction.DOWN); + scene.overlay().showText(50) .attachKeyFrame() .text("Main part of a blast furnace is a blast furnace output") - .pointAt(util.vector.blockSurface(util.grid.at(3, 1, 2), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(3, 1, 2), Direction.WEST)) .placeNearTarget(); scene.idle(70); - scene.overlay.showText(60) + scene.overlay().showText(60) .attachKeyFrame() .text("To build a blast furnace, make a cylinder of fireproof bricks around it with one blast furnace hatch in it"); - scene.world.showIndependentSection(furnace1, Direction.DOWN); - scene.world.showIndependentSection(furnace2, Direction.DOWN); + scene.world().showIndependentSection(furnace1, Direction.DOWN); + scene.world().showIndependentSection(furnace2, Direction.DOWN); scene.idle(10); - scene.world.showIndependentSection(furnace3, Direction.DOWN); - scene.world.showIndependentSection(furnace4, Direction.DOWN); + scene.world().showIndependentSection(furnace3, Direction.DOWN); + scene.world().showIndependentSection(furnace4, Direction.DOWN); scene.idle(10); - scene.world.showIndependentSection(furnace5, Direction.DOWN); - scene.world.showIndependentSection(furnace6, Direction.DOWN); + scene.world().showIndependentSection(furnace5, Direction.DOWN); + scene.world().showIndependentSection(furnace6, Direction.DOWN); scene.idle(10); - scene.world.showIndependentSection(furnace7, Direction.DOWN); - scene.world.showIndependentSection(furnace8, Direction.DOWN); + scene.world().showIndependentSection(furnace7, Direction.DOWN); + scene.world().showIndependentSection(furnace8, Direction.DOWN); scene.idle(10); - scene.world.showIndependentSection(furnace9, Direction.DOWN); - scene.world.showIndependentSection(furnace10, Direction.DOWN); + scene.world().showIndependentSection(furnace9, Direction.DOWN); + scene.world().showIndependentSection(furnace10, Direction.DOWN); scene.idle(70); - scene.overlay.showText(70) + scene.overlay().showText(70) .attachKeyFrame() .text("This hatch will function as a hot air input") - .pointAt(util.vector.blockSurface(util.grid.at(2, 2, 3), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(2, 2, 3), Direction.WEST)) .placeNearTarget(); scene.idle(100); - ElementLink reinforcementElement1 = scene.world.showIndependentSection(reinforcement1, Direction.DOWN); - ElementLink reinforcementElement2 = scene.world.showIndependentSection(reinforcement2, Direction.DOWN); - ElementLink reinforcementElement3 = scene.world.showIndependentSection(reinforcement3, Direction.DOWN); - ElementLink reinforcementElement4 = scene.world.showIndependentSection(reinforcement4, Direction.DOWN); + ElementLink reinforcementElement1 = scene.world().showIndependentSection(reinforcement1, Direction.DOWN); + ElementLink reinforcementElement2 = scene.world().showIndependentSection(reinforcement2, Direction.DOWN); + ElementLink reinforcementElement3 = scene.world().showIndependentSection(reinforcement3, Direction.DOWN); + ElementLink reinforcementElement4 = scene.world().showIndependentSection(reinforcement4, Direction.DOWN); - scene.overlay.showText(70) + scene.overlay().showText(70) .attachKeyFrame() .text("Blast furnaces need reinforcements to function") .placeNearTarget(); scene.idle(100); - scene.world.showIndependentSection(pipez, Direction.DOWN); + scene.world().showIndependentSection(pipez, Direction.DOWN); scene.idle(50); - scene.overlay.showText(100) + scene.overlay().showText(100) .attachKeyFrame() .text("Everything is inserted to through a hole at the top"); @@ -129,53 +131,54 @@ public class MetallurgyScenes { ItemStack limesand = new ItemStack(TFMGItems.LIMESAND.get(),20); ItemStack iron = new ItemStack(AllItems.CRUSHED_IRON.get(),20); - scene.world.createItemEntity(util.vector.centerOf(3, 6, 3), util.vector.of(0, 0, 0), coalCoke); + scene.world().createItemEntity(util.vector().centerOf(3, 6, 3), util.vector().of(0, 0, 0), coalCoke); scene.idle(10); - scene.world.createItemEntity(util.vector.centerOf(3, 6, 3), util.vector.of(0, 0, 0), limesand); + scene.world().createItemEntity(util.vector().centerOf(3, 6, 3), util.vector().of(0, 0, 0), limesand); scene.idle(10); - scene.world.createItemEntity(util.vector.centerOf(3, 6, 3), util.vector.of(0, 0, 0), iron); + scene.world().createItemEntity(util.vector().centerOf(3, 6, 3), util.vector().of(0, 0, 0), iron); scene.idle(100); - scene.world.showIndependentSection(hatch, Direction.DOWN); + scene.world().showIndependentSection(hatch, Direction.DOWN); - scene.overlay.showText(80) + scene.overlay().showText(80) .attachKeyFrame() .text("Next hatch can be placed on the top hole to collect furnace gas, items directed into it will fall into the blast furnace") - .pointAt(util.vector.blockSurface(util.grid.at(3, 6, 3), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(3, 6, 3), Direction.WEST)) .placeNearTarget(); scene.idle(100); - scene.world.showIndependentSection(steelReinforcement, Direction.DOWN); + scene.world().showIndependentSection(steelReinforcement, Direction.DOWN); - scene.world.hideIndependentSection(reinforcementElement1,Direction.UP); - scene.world.hideIndependentSection(reinforcementElement2,Direction.UP); - scene.world.hideIndependentSection(reinforcementElement3,Direction.UP); - scene.world.hideIndependentSection(reinforcementElement4,Direction.UP); + scene.world().hideIndependentSection(reinforcementElement1,Direction.UP); + scene.world().hideIndependentSection(reinforcementElement2,Direction.UP); + scene.world().hideIndependentSection(reinforcementElement3,Direction.UP); + scene.world().hideIndependentSection(reinforcementElement4,Direction.UP); scene.idle(20); - ElementLink cornerReinforcement1 = scene.world.showIndependentSection(steelReinforcementCorner,Direction.DOWN); - ElementLink cornerReinforcement2 = scene.world.showIndependentSection(steelReinforcementCorner,Direction.DOWN); - ElementLink cornerReinforcement3 = scene.world.showIndependentSection(steelReinforcementCorner,Direction.DOWN); - ElementLink cornerReinforcement4 = scene.world.showIndependentSection(steelReinforcementCorner,Direction.DOWN); + ElementLink cornerReinforcement1 = scene.world().showIndependentSection(steelReinforcementCorner,Direction.DOWN); + ElementLink cornerReinforcement2 = scene.world().showIndependentSection(steelReinforcementCorner,Direction.DOWN); + ElementLink cornerReinforcement3 = scene.world().showIndependentSection(steelReinforcementCorner,Direction.DOWN); + ElementLink cornerReinforcement4 = scene.world().showIndependentSection(steelReinforcementCorner,Direction.DOWN); - scene.world.moveSection(cornerReinforcement1,new Vec3(2d,0d,-1d),0); - scene.world.moveSection(cornerReinforcement2,new Vec3(4d,0d,-1d),0); - scene.world.moveSection(cornerReinforcement3,new Vec3(2d,0d,-3d),0); - scene.world.moveSection(cornerReinforcement4,new Vec3(4d,0d,-3d),0); + scene.world().moveSection(cornerReinforcement1,new Vec3(2d,0d,-1d),0); + scene.world().moveSection(cornerReinforcement2,new Vec3(4d,0d,-1d),0); + scene.world().moveSection(cornerReinforcement3,new Vec3(2d,0d,-3d),0); + scene.world().moveSection(cornerReinforcement4,new Vec3(4d,0d,-3d),0); - scene.overlay.showText(70) + scene.overlay().showText(70) .attachKeyFrame() .text("Blast furnace reinforcements can be placed around the furnace to increase its speed") - .pointAt(util.vector.blockSurface(util.grid.at(3, 6, 3), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(3, 6, 3), Direction.WEST)) .placeNearTarget(); scene.idle(80); } - public static void coke_oven(SceneBuilder scene, SceneBuildingUtil util) { + public static void coke_oven(SceneBuilder builder, SceneBuildingUtil util) { + CreateSceneBuilder scene = new CreateSceneBuilder(builder); scene.title("coke_oven", ""); scene.configureBasePlate(0, 0, 6); scene.scaleSceneView(.7f); @@ -183,51 +186,51 @@ public class MetallurgyScenes { scene.showBasePlate(); - Selection coke_oven_middle = util.select.fromTo(3, 1, 2, 3, 3, 4); + Selection coke_oven_middle = util.select().fromTo(3, 1, 2, 3, 3, 4); - Selection coke_oven_right = util.select.fromTo(4, 1, 2, 5, 3, 4); - Selection coke_oven_left = util.select.fromTo(2, 1, 2, 1, 3, 4); + Selection coke_oven_right = util.select().fromTo(4, 1, 2, 5, 3, 4); + Selection coke_oven_left = util.select().fromTo(2, 1, 2, 1, 3, 4); - Selection chutes = util.select.fromTo(2, 4, 3, 4, 4, 3); - Selection exhaust = util.select.fromTo(2, 4, 2, 4, 4, 2) - .add(util.select.fromTo(0, 1, 2, 1, 5, 2)) + Selection chutes = util.select().fromTo(2, 4, 3, 4, 4, 3); + Selection exhaust = util.select().fromTo(2, 4, 2, 4, 4, 2) + .add(util.select().fromTo(0, 1, 2, 1, 5, 2)) ; - Selection creosoteOutput = util.select.fromTo(0, 1, 5, 5, 5, 5); + Selection creosoteOutput = util.select().fromTo(0, 1, 5, 5, 5, 5); ItemStack coal = new ItemStack(Items.COAL, 3); ItemStack coal_coke = new ItemStack(TFMGItems.COAL_COKE.get(), 10); - scene.world.setKineticSpeed(creosoteOutput, 80); - scene.world.setKineticSpeed(exhaust, 80); + scene.world().setKineticSpeed(creosoteOutput, 80); + scene.world().setKineticSpeed(exhaust, 80); - scene.world.showIndependentSection(coke_oven_middle, Direction.DOWN); - scene.overlay.showText(70) + scene.world().showIndependentSection(coke_oven_middle, Direction.DOWN); + scene.overlay().showText(70) .attachKeyFrame() .text("The Coke Oven is a machine that produces coal coke from coal") - .pointAt(util.vector.blockSurface(util.grid.at(3, 2, 2), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(3, 2, 2), Direction.WEST)) .placeNearTarget(); scene.idle(90); - scene.world.showIndependentSection(coke_oven_right, Direction.DOWN); - scene.world.showIndependentSection(coke_oven_left, Direction.DOWN); - scene.overlay.showText(70) + scene.world().showIndependentSection(coke_oven_right, Direction.DOWN); + scene.world().showIndependentSection(coke_oven_left, Direction.DOWN); + scene.overlay().showText(70) .attachKeyFrame() .text("It is very slow so it is beneficial to have long arrays of them") - .pointAt(util.vector.blockSurface(util.grid.at(1, 2, 2), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(1, 2, 2), Direction.WEST)) .placeNearTarget(); scene.idle(30); - scene.world.showIndependentSection(chutes, Direction.DOWN); - scene.overlay.showText(70) + scene.world().showIndependentSection(chutes, Direction.DOWN); + scene.overlay().showText(70) .attachKeyFrame() .text("Coal can be inserted from anywhere"); scene.idle(10); @@ -237,31 +240,31 @@ public class MetallurgyScenes { for (int y = 0; y < 3; y++) { - item = scene.world.createItemEntity(util.vector.centerOf(2 + y, 6, 3), util.vector.of(0, 0, 0), coal); + item = scene.world().createItemEntity(util.vector().centerOf(2 + y, 6, 3), util.vector().of(0, 0, 0), coal); } } if (item != null) - scene.world.modifyEntity(item, Entity::discard); + scene.world().modifyEntity(item, Entity::discard); scene.idle(40); - scene.world.showIndependentSection(creosoteOutput, Direction.DOWN); + scene.world().showIndependentSection(creosoteOutput, Direction.DOWN); scene.idle(40); - scene.world.showIndependentSection(exhaust, Direction.DOWN); + scene.world().showIndependentSection(exhaust, Direction.DOWN); - scene.overlay.showText(70) + scene.overlay().showText(70) .attachKeyFrame() .text("Carbon Dioxide is extracted at the top, Creosote can be extracted anywhere else") - .pointAt(util.vector.blockSurface(util.grid.at(3, 4, 2), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(3, 4, 2), Direction.WEST)) .placeNearTarget(); scene.idle(100); - scene.overlay.showText(70) + scene.overlay().showText(70) .attachKeyFrame() .text("After some time, coal coke will fall out of the machine"); for (int y = 0; y < 3; y++) { - scene.world.createItemEntity(util.vector.centerOf(2 + y, 2, 1), util.vector.of(0, 0, 0), coal_coke); + scene.world().createItemEntity(util.vector().centerOf(2 + y, 2, 1), util.vector().of(0, 0, 0), coal_coke); } } } diff --git a/src/main/java/com/drmangotea/tfmg/ponder/scenes/MiscTFMGScenes.java b/src/main/java/com/drmangotea/tfmg/ponder/scenes/MiscTFMGScenes.java index dabf4b6d..b385a993 100644 --- a/src/main/java/com/drmangotea/tfmg/ponder/scenes/MiscTFMGScenes.java +++ b/src/main/java/com/drmangotea/tfmg/ponder/scenes/MiscTFMGScenes.java @@ -2,9 +2,13 @@ package com.drmangotea.tfmg.ponder.scenes; import com.simibubi.create.AllItems; import com.simibubi.create.foundation.ponder.*; -import com.simibubi.create.foundation.ponder.element.InputWindowElement; -import com.simibubi.create.foundation.ponder.element.WorldSectionElement; -import com.simibubi.create.foundation.utility.Pointing; +import net.createmod.catnip.math.Pointing; +import net.createmod.ponder.api.element.ElementLink; +import net.createmod.ponder.api.element.WorldSectionElement; +import net.createmod.ponder.api.scene.SceneBuilder; +import net.createmod.ponder.api.scene.SceneBuildingUtil; +import net.createmod.ponder.api.scene.Selection; +import net.createmod.ponder.foundation.element.InputWindowElement; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.world.item.ItemStack; @@ -13,7 +17,8 @@ import net.minecraft.world.phys.Vec3; public class MiscTFMGScenes { - public static void small_engines(SceneBuilder scene, SceneBuildingUtil util){ + public static void small_engines(SceneBuilder builder, SceneBuildingUtil util){ + CreateSceneBuilder scene = new CreateSceneBuilder(builder); scene.title("small_engines", ""); scene.configureBasePlate(0, 0, 5); scene.setSceneOffsetY(-2); @@ -22,109 +27,110 @@ public class MiscTFMGScenes { scene.showBasePlate(); - Selection gasoline_engine = util.select.fromTo(2, 1, 1, 2, 1, 2); + Selection gasoline_engine = util.select().fromTo(2, 1, 1, 2, 1, 2); - Selection lpg_engine = util.select.fromTo(2, 3, 1, 2, 3, 2); + Selection lpg_engine = util.select().fromTo(2, 3, 1, 2, 3, 2); - Selection turbine_engine = util.select.fromTo(2, 5, 1, 2, 5, 2); + Selection turbine_engine = util.select().fromTo(2, 5, 1, 2, 5, 2); - Selection engine_lever = util.select.fromTo(1, 1, 1, 1, 1, 1); + Selection engine_lever = util.select().fromTo(1, 1, 1, 1, 1, 1); - Selection exhaust = util.select.fromTo(1, 1, 2, 0, 2, 2); + Selection exhaust = util.select().fromTo(1, 1, 2, 0, 2, 2); - Selection input_pump = util.select.fromTo(3, 1, 1, 3, 1, 1); + Selection input_pump = util.select().fromTo(3, 1, 1, 3, 1, 1); - Selection tank_1 = util.select.fromTo(4, 1, 1, 4, 1, 1); + Selection tank_1 = util.select().fromTo(4, 1, 1, 4, 1, 1); - Selection tank_2 = util.select.fromTo(4, 3, 1, 4, 3, 1); + Selection tank_2 = util.select().fromTo(4, 3, 1, 4, 3, 1); - Selection tank_3 = util.select.fromTo(4, 5, 1, 4, 5, 1); + Selection tank_3 = util.select().fromTo(4, 5, 1, 4, 5, 1); - scene.world.setKineticSpeed(gasoline_engine,0); - //scene.world.showSection(util.select.fromTo(0, 2, 0, 4, 2, 4), Direction.UP); + scene.world().setKineticSpeed(gasoline_engine,0); + //scene.world().showSection(util.select().fromTo(0, 2, 0, 4, 2, 4), Direction.UP); - ElementLink gasolineEngineElement = scene.world.showIndependentSectionImmediately(gasoline_engine); - scene.overlay.showText(50) + ElementLink gasolineEngineElement = scene.world().showIndependentSectionImmediately(gasoline_engine); + scene.overlay().showText(50) .attachKeyFrame() .text("To create a small engine, place a front part and a back part behind it") - .pointAt(util.vector.blockSurface(util.grid.at(4, 0, 4), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(4, 0, 4), Direction.WEST)) .placeNearTarget(); scene.idle(100); - scene.world.setKineticSpeed(exhaust,80); - scene.world.setKineticSpeed(input_pump,80); - ElementLink exhaustElement = scene.world.showIndependentSection(exhaust,Direction.DOWN); - ElementLink inputPumpElement = scene.world.showIndependentSection(input_pump,Direction.DOWN); - ElementLink tankElement1 = scene.world.showIndependentSection(tank_1,Direction.DOWN); + scene.world().setKineticSpeed(exhaust,80); + scene.world().setKineticSpeed(input_pump,80); + ElementLink exhaustElement = scene.world().showIndependentSection(exhaust,Direction.DOWN); + ElementLink inputPumpElement = scene.world().showIndependentSection(input_pump,Direction.DOWN); + ElementLink tankElement1 = scene.world().showIndependentSection(tank_1,Direction.DOWN); - scene.overlay.showText(70) + scene.overlay().showText(70) .attachKeyFrame() .text("Fuel is inputted to the front part and exhaust is removed from the back part using pipes and an exhaust block") - .pointAt(util.vector.blockSurface(util.grid.at(4, 0, 3), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(4, 0, 3), Direction.WEST)) .placeNearTarget(); scene.idle(80); - ElementLink leverElement = scene.world.showIndependentSection(engine_lever,Direction.DOWN); - scene.world.setKineticSpeed(gasoline_engine,225); + ElementLink leverElement = scene.world().showIndependentSection(engine_lever,Direction.DOWN); + scene.world().setKineticSpeed(gasoline_engine,225); - scene.overlay.showText(50) + scene.overlay().showText(50) .attachKeyFrame() .text("Engine will start when redstone signal is applied to the front part") - .pointAt(util.vector.blockSurface(util.grid.at(1, 1, 1), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(1, 1, 1), Direction.WEST)) .placeNearTarget(); scene.idle(100); - scene.world.hideIndependentSection(gasolineEngineElement,Direction.SOUTH); - scene.world.hideIndependentSection(tankElement1,Direction.SOUTH); + scene.world().hideIndependentSection(gasolineEngineElement,Direction.SOUTH); + scene.world().hideIndependentSection(tankElement1,Direction.SOUTH); scene.idle(50); - ElementLink lpgEngineElement = scene.world.showIndependentSection(lpg_engine,Direction.DOWN); - ElementLink tankElement2 = scene.world.showIndependentSection(tank_2,Direction.DOWN); - scene.world.moveSection(lpgEngineElement,new Vec3(0d,-2d,0d),0); - scene.world.moveSection(tankElement2,new Vec3(0d,-2d,0d),0); + ElementLink lpgEngineElement = scene.world().showIndependentSection(lpg_engine,Direction.DOWN); + ElementLink tankElement2 = scene.world().showIndependentSection(tank_2,Direction.DOWN); + scene.world().moveSection(lpgEngineElement,new Vec3(0d,-2d,0d),0); + scene.world().moveSection(tankElement2,new Vec3(0d,-2d,0d),0); - scene.overlay.showText(50) + scene.overlay().showText(50) .attachKeyFrame() .text("There are engines with Gasoline, LPG and Kerosene as a fuel"); scene.idle(50); - scene.world.hideIndependentSection(lpgEngineElement,Direction.SOUTH); - scene.world.hideIndependentSection(tankElement2,Direction.SOUTH); + scene.world().hideIndependentSection(lpgEngineElement,Direction.SOUTH); + scene.world().hideIndependentSection(tankElement2,Direction.SOUTH); scene.idle(30); - ElementLink turbineEngineElement = scene.world.showIndependentSection(turbine_engine,Direction.DOWN); - ElementLink tankElement3 = scene.world.showIndependentSection(tank_3,Direction.DOWN); - scene.world.moveSection(turbineEngineElement,new Vec3(0d,-4d,0d),0); - scene.world.moveSection(tankElement3,new Vec3(0d,-4d,0d),0); + ElementLink turbineEngineElement = scene.world().showIndependentSection(turbine_engine,Direction.DOWN); + ElementLink tankElement3 = scene.world().showIndependentSection(tank_3,Direction.DOWN); + scene.world().moveSection(turbineEngineElement,new Vec3(0d,-4d,0d),0); + scene.world().moveSection(tankElement3,new Vec3(0d,-4d,0d),0); scene.idle(50); } - public static void pumpjack(SceneBuilder scene, SceneBuildingUtil util) { + public static void pumpjack(SceneBuilder builder, SceneBuildingUtil util) { + CreateSceneBuilder scene = new CreateSceneBuilder(builder); scene.title("pumpjack", ""); scene.configureBasePlate(0, 0, 7); //// - Selection pipez = util.select.fromTo(0, 2, 0, 0, 4, 0); - Selection hammer = util.select.fromTo(3, 1, 2, 3, 4, 2); - Selection base = util.select.fromTo(0, 1, 2, 0, 1, 2); - Selection crank = util.select.fromTo(6, 2, 2, 6, 2, 2); - Selection input = util.select.fromTo(5, 1, 1, 6, 1, 2); - Selection base1 = util.select.fromTo(2, 0, 0, 6, 0, 4); - Selection base2 = util.select.fromTo(0, 0, 0, 1, 0, 4); - Selection deposit = util.select.fromTo(0, 1, 0, 0, 1, 0); - Selection tank = util.select.fromTo(0, 0, 3, 1, 0, 4); + Selection pipez = util.select().fromTo(0, 2, 0, 0, 4, 0); + Selection hammer = util.select().fromTo(3, 1, 2, 3, 4, 2); + Selection base = util.select().fromTo(0, 1, 2, 0, 1, 2); + Selection crank = util.select().fromTo(6, 2, 2, 6, 2, 2); + Selection input = util.select().fromTo(5, 1, 1, 6, 1, 2); + Selection base1 = util.select().fromTo(2, 0, 0, 6, 0, 4); + Selection base2 = util.select().fromTo(0, 0, 0, 1, 0, 4); + Selection deposit = util.select().fromTo(0, 1, 0, 0, 1, 0); + Selection tank = util.select().fromTo(0, 0, 3, 1, 0, 4); - Selection hammer_part = util.select.fromTo(1, 5, 2, 5, 5, 2); - Selection hammer_head = util.select.fromTo(6, 5 ,2, 6, 5, 2); - Selection hammer_connector = util.select.fromTo(0, 5, 2, 0, 5, 2); + Selection hammer_part = util.select().fromTo(1, 5, 2, 5, 5, 2); + Selection hammer_head = util.select().fromTo(6, 5 ,2, 6, 5, 2); + Selection hammer_connector = util.select().fromTo(0, 5, 2, 0, 5, 2); //// @@ -133,92 +139,93 @@ public class MiscTFMGScenes { - ElementLink baseElement1 = scene.world.showIndependentSection(base1,Direction.UP); - ElementLink baseElement2 = scene.world.showIndependentSection(base2,Direction.UP); + ElementLink baseElement1 = scene.world().showIndependentSection(base1,Direction.UP); + ElementLink baseElement2 = scene.world().showIndependentSection(base2,Direction.UP); scene.idle(20); - scene.world.hideIndependentSection(baseElement2,Direction.UP); + scene.world().hideIndependentSection(baseElement2,Direction.UP); scene.idle(25); - ElementLink depositElement = scene.world.showIndependentSection(deposit,Direction.UP); - scene.world.moveSection(depositElement,new Vec3(0d,-4d,2d),0); + ElementLink depositElement = scene.world().showIndependentSection(deposit,Direction.UP); + scene.world().moveSection(depositElement,new Vec3(0d,-4d,2d),0); - scene.overlay.showText(50) + scene.overlay().showText(50) .attachKeyFrame() .text("First step of mining oil is building industrial pipes from deposit to surface"); - ElementLink pipeElement = scene.world.showIndependentSection(pipez,Direction.SOUTH); - scene.world.moveSection(pipeElement,new Vec3(0d,-4d,2d),0); + ElementLink pipeElement = scene.world().showIndependentSection(pipez,Direction.SOUTH); + scene.world().moveSection(pipeElement,new Vec3(0d,-4d,2d),0); scene.idle(25); - scene.world.hideIndependentSection(pipeElement,Direction.DOWN); - scene.world.hideIndependentSection(depositElement,Direction.DOWN); + scene.world().hideIndependentSection(pipeElement,Direction.DOWN); + scene.world().hideIndependentSection(depositElement,Direction.DOWN); scene.idle(25); - scene.world.showIndependentSection(base2,Direction.SOUTH); + scene.world().showIndependentSection(base2,Direction.SOUTH); scene.idle(25); - ElementLink pumpjackBaseElement = scene.world.showIndependentSection(base,Direction.SOUTH); - scene.overlay.showText(50) + ElementLink pumpjackBaseElement = scene.world().showIndependentSection(base,Direction.SOUTH); + scene.overlay().showText(50) .attachKeyFrame() .text("Pumpjack base has to be placed on the top of the pipe") - .pointAt(util.vector.blockSurface(util.grid.at(0, 1, 2), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(0, 1, 2), Direction.WEST)) .placeNearTarget(); scene.idle(40); - ElementLink hammerElement1 = scene.world.showIndependentSection(hammer,Direction.UP); - scene.overlay.showText(50) + ElementLink hammerElement1 = scene.world().showIndependentSection(hammer,Direction.UP); + scene.overlay().showText(50) .attachKeyFrame() .text("Pumpjack Hammer Holder needs to be placed behind it") - .pointAt(util.vector.blockSurface(util.grid.at(3, 3, 2), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(3, 3, 2), Direction.WEST)) .placeNearTarget(); scene.idle(70); - ElementLink connectorElement = scene.world.showIndependentSection(hammer_connector,Direction.UP); - ElementLink headElement = scene.world.showIndependentSection(hammer_head,Direction.UP); - scene.overlay.showText(50) + ElementLink connectorElement = scene.world().showIndependentSection(hammer_connector,Direction.UP); + ElementLink headElement = scene.world().showIndependentSection(hammer_head,Direction.UP); + scene.overlay().showText(50) .attachKeyFrame() .text("Next step is building the Connector And the Head of the Pumpjack above the crank and the base") - .pointAt(util.vector.blockSurface(util.grid.at(3, 3, 2), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(3, 3, 2), Direction.WEST)) .placeNearTarget(); scene.idle(70); - ElementLink partElement = scene.world.showIndependentSection(hammer_part,Direction.UP); - scene.overlay.showText(50) + ElementLink partElement = scene.world().showIndependentSection(hammer_part,Direction.UP); + scene.overlay().showText(50) .attachKeyFrame() .text("Now they need to be connected with Pumpjack Pammer Parts") - .pointAt(util.vector.blockSurface(util.grid.at(3, 3, 2), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(3, 3, 2), Direction.WEST)) .placeNearTarget(); scene.idle(40); - scene.world.setKineticSpeed(input,70); - scene.world.setKineticSpeed(base1,-140); - scene.world.showIndependentSection(input,Direction.SOUTH); + scene.world().setKineticSpeed(input,70); + scene.world().setKineticSpeed(base1,-140); + scene.world().showIndependentSection(input,Direction.SOUTH); scene.idle(10); - scene.world.showIndependentSection(crank,Direction.SOUTH); - scene.overlay.showText(50) + scene.world().showIndependentSection(crank,Direction.SOUTH); + scene.overlay().showText(50) .attachKeyFrame() .text("The last step is placing a machine input (which is a power input for the pumpjack) with a pumpjack crank above it") - .pointAt(util.vector.blockSurface(util.grid.at(5, 1, 2), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(5, 1, 2), Direction.WEST)) .placeNearTarget(); scene.idle(40); } - public static void diesel_engine(SceneBuilder scene, SceneBuildingUtil util) { + public static void diesel_engine(SceneBuilder builder, SceneBuildingUtil util) { + CreateSceneBuilder scene = new CreateSceneBuilder(builder); scene.title("diesel_engine", ""); scene.configureBasePlate(0, 0, 5); scene.showBasePlate(); - Selection engine = util.select.fromTo(2, 1, 0, 2, 1, 2); - Selection exhaust = util.select.fromTo(2, 1, 3, 2, 2, 4); - Selection air = util.select.fromTo(0, 1, 0, 1, 1, 2); - Selection input = util.select.fromTo(3, 1, 0, 4, 1, 2); + Selection engine = util.select().fromTo(2, 1, 0, 2, 1, 2); + Selection exhaust = util.select().fromTo(2, 1, 3, 2, 2, 4); + Selection air = util.select().fromTo(0, 1, 0, 1, 1, 2); + Selection input = util.select().fromTo(3, 1, 0, 4, 1, 2); scene.idle(30); - ElementLink engineElement = scene.world.showIndependentSection(engine,Direction.DOWN); - scene.overlay.showText(50) + ElementLink engineElement = scene.world().showIndependentSection(engine,Direction.DOWN); + scene.overlay().showText(50) .attachKeyFrame() .text("Diesel Engine is assembled by placing a shaft in the front of a diesel engine block"); @@ -227,81 +234,82 @@ public class MiscTFMGScenes { - ElementLink inputElement = scene.world.showIndependentSection(input,Direction.DOWN); - ElementLink exhaustElement = scene.world.showIndependentSection(exhaust,Direction.DOWN); - scene.world.setKineticSpeed(input,80); - scene.world.setKineticSpeed(exhaust,80); + ElementLink inputElement = scene.world().showIndependentSection(input,Direction.DOWN); + ElementLink exhaustElement = scene.world().showIndependentSection(exhaust,Direction.DOWN); + scene.world().setKineticSpeed(input,80); + scene.world().setKineticSpeed(exhaust,80); - scene.overlay.showText(50) + scene.overlay().showText(50) .attachKeyFrame() .text("Carbon Dioxide has to be outputted by pipes and exhaust block") - .pointAt(util.vector.blockSurface(util.grid.at(2, 2, 4), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(2, 2, 4), Direction.WEST)) .placeNearTarget(); scene.idle(40); - ElementLink airElement = scene.world.showIndependentSection(air,Direction.DOWN); - scene.world.setKineticSpeed(air,80); - scene.overlay.showText(50) + ElementLink airElement = scene.world().showIndependentSection(air,Direction.DOWN); + scene.world().setKineticSpeed(air,80); + scene.overlay().showText(50) .attachKeyFrame() .text("Diesel engines need air that can be collected with air intakes") - .pointAt(util.vector.blockSurface(util.grid.at(0, 1, 2), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(0, 1, 2), Direction.WEST)) .placeNearTarget(); scene.idle(10); - scene.world.setKineticSpeed(engine,128); + scene.world().setKineticSpeed(engine,128); scene.idle(70); } - public static void diesel_engine_expansion(SceneBuilder scene, SceneBuildingUtil util) { + public static void diesel_engine_expansion(SceneBuilder builder, SceneBuildingUtil util) { + CreateSceneBuilder scene = new CreateSceneBuilder(builder); scene.title("diesel_engine_expansion", ""); scene.configureBasePlate(0, 0, 6); scene.showBasePlate(); - Selection engine = util.select.fromTo(2, 1, 0, 2, 1, 2); - Selection input = util.select.fromTo(0, 1, 0, 1, 1, 2); - Selection exhaust = util.select.fromTo(3, 1, 0, 4, 2, 2); + Selection engine = util.select().fromTo(2, 1, 0, 2, 1, 2); + Selection input = util.select().fromTo(0, 1, 0, 1, 1, 2); + Selection exhaust = util.select().fromTo(3, 1, 0, 4, 2, 2); - Selection expansion = util.select.fromTo(2, 1, 3, 2, 1, 3); - Selection air = util.select.fromTo(2, 1, 4, 2, 1, 5); - Selection coolant = util.select.fromTo(0, 1, 3, 1, 1, 3); - Selection oil = util.select.fromTo(3, 1, 3, 4, 1, 3); + Selection expansion = util.select().fromTo(2, 1, 3, 2, 1, 3); + Selection air = util.select().fromTo(2, 1, 4, 2, 1, 5); + Selection coolant = util.select().fromTo(0, 1, 3, 1, 1, 3); + Selection oil = util.select().fromTo(3, 1, 3, 4, 1, 3); - scene.world.setKineticSpeed(input,80); - scene.world.setKineticSpeed(exhaust,80); - scene.world.setKineticSpeed(air,80); - scene.world.setKineticSpeed(coolant,80); - scene.world.setKineticSpeed(oil,80); - scene.world.setKineticSpeed(engine,128); + scene.world().setKineticSpeed(input,80); + scene.world().setKineticSpeed(exhaust,80); + scene.world().setKineticSpeed(air,80); + scene.world().setKineticSpeed(coolant,80); + scene.world().setKineticSpeed(oil,80); + scene.world().setKineticSpeed(engine,128); - scene.world.showIndependentSection(engine,Direction.DOWN); - scene.world.showIndependentSection(input,Direction.DOWN); - scene.world.showIndependentSection(exhaust,Direction.DOWN); - ElementLink airElement = scene.world.showIndependentSection(air,Direction.DOWN); + scene.world().showIndependentSection(engine,Direction.DOWN); + scene.world().showIndependentSection(input,Direction.DOWN); + scene.world().showIndependentSection(exhaust,Direction.DOWN); + ElementLink airElement = scene.world().showIndependentSection(air,Direction.DOWN); - scene.world.moveSection(airElement,new Vec3(0d,0d,-1d),0); + scene.world().moveSection(airElement,new Vec3(0d,0d,-1d),0); scene.idle(30); - scene.world.moveSection(airElement,new Vec3(0d,0d,1d),10); + scene.world().moveSection(airElement,new Vec3(0d,0d,1d),10); scene.idle(30); - scene.world.showIndependentSection(expansion,Direction.DOWN); + scene.world().showIndependentSection(expansion,Direction.DOWN); scene.idle(20); - scene.world.showIndependentSection(coolant,Direction.DOWN); - scene.world.showIndependentSection(oil,Direction.DOWN); + scene.world().showIndependentSection(coolant,Direction.DOWN); + scene.world().showIndependentSection(oil,Direction.DOWN); - scene.overlay.showText(100) + scene.overlay().showText(100) .attachKeyFrame() .text("Diesel engine expansions give diesel engines 2 new fluid slots, for cooling and lubrication") - .pointAt(util.vector.blockSurface(util.grid.at(2, 1, 3), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(2, 1, 3), Direction.WEST)) .placeNearTarget(); @@ -313,90 +321,92 @@ public class MiscTFMGScenes { } - public static void surface_scanner(SceneBuilder scene, SceneBuildingUtil util) { + public static void surface_scanner(SceneBuilder builder, SceneBuildingUtil util) { + CreateSceneBuilder scene = new CreateSceneBuilder(builder); scene.title("surface_scanner", ""); scene.configureBasePlate(0, 0, 5); scene.showBasePlate(); - Selection scanner = util.select.fromTo(0, 1, 0, 5, 1, 5); + Selection scanner = util.select().fromTo(0, 1, 0, 5, 1, 5); - scene.world.showSection(util.select.fromTo(0, 1, 0, 5, 1, 5), Direction.UP); - scene.overlay.showText(50) + scene.world().showSection(util.select().fromTo(0, 1, 0, 5, 1, 5), Direction.UP); + scene.overlay().showText(50) .attachKeyFrame() .text("Surface Scanner is used for finding crude oil deposits") - .pointAt(util.vector.blockSurface(util.grid.at(2, 1, 2), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(2, 1, 2), Direction.WEST)) .placeNearTarget(); scene.idle(70); - scene.world.setKineticSpeed(scanner,30); - scene.overlay.showText(50) + scene.world().setKineticSpeed(scanner,30); + scene.overlay().showText(50) .attachKeyFrame() .text("When rotation is applied, the machine starts to find the nearest oil deposit") - .pointAt(util.vector.blockSurface(util.grid.at(2, 1, 2), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(2, 1, 2), Direction.WEST)) .placeNearTarget(); scene.idle(70); - scene.overlay.showText(50) + scene.overlay().showText(50) .attachKeyFrame() .text("When a deposit is found, compass at the top will show the direction") - .pointAt(util.vector.blockSurface(util.grid.at(2, 1, 2), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(2, 1, 2), Direction.WEST)) .placeNearTarget(); scene.idle(70); } - public static void distillation_tower(SceneBuilder scene, SceneBuildingUtil util) { + public static void distillation_tower(SceneBuilder builder, SceneBuildingUtil util) { + CreateSceneBuilder scene = new CreateSceneBuilder(builder); scene.title("distillation_tower", ""); scene.configureBasePlate(0, 0, 6); scene.showBasePlate(); scene.scaleSceneView(.6f); - Selection burners = util.select.fromTo(3, 1, 3, 4, 1, 4); - Selection tank = util.select.fromTo(3, 2, 3, 4, 8, 4); - Selection controller = util.select.fromTo(3, 1, 2, 3, 2, 2); - Selection output = util.select.fromTo(3, 3, 2, 3, 8, 2); - Selection oil_tank = util.select.fromTo(0, 1, 0, 2, 3, 4); - scene.world.setKineticSpeed(oil_tank,80); + Selection burners = util.select().fromTo(3, 1, 3, 4, 1, 4); + Selection tank = util.select().fromTo(3, 2, 3, 4, 8, 4); + Selection controller = util.select().fromTo(3, 1, 2, 3, 2, 2); + Selection output = util.select().fromTo(3, 3, 2, 3, 8, 2); + Selection oil_tank = util.select().fromTo(0, 1, 0, 2, 3, 4); + scene.world().setKineticSpeed(oil_tank,80); - ElementLink tankElement = scene.world.showIndependentSection(tank,Direction.DOWN); + ElementLink tankElement = scene.world().showIndependentSection(tank,Direction.DOWN); - scene.overlay.showText(70) + scene.overlay().showText(70) .attachKeyFrame() .text("Base of a distillation tower are steel tanks") - .pointAt(util.vector.blockSurface(util.grid.at(4, 6, 3), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(4, 6, 3), Direction.WEST)) .placeNearTarget(); scene.idle(80); - ElementLink controllerElement = scene.world.showIndependentSection(controller,Direction.DOWN); + ElementLink controllerElement = scene.world().showIndependentSection(controller,Direction.DOWN); - scene.overlay.showText(50) + scene.overlay().showText(50) .attachKeyFrame() .text("Tower is assembled by placing Steel Distillation Controller next to the tanks") - .pointAt(util.vector.blockSurface(util.grid.at(2, 2, 3), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(2, 2, 3), Direction.WEST)) .placeNearTarget(); scene.idle(70); - ElementLink outputElement = scene.world.showIndependentSection(output,Direction.DOWN); - scene.overlay.showText(60) + ElementLink outputElement = scene.world().showIndependentSection(output,Direction.DOWN); + scene.overlay().showText(60) .attachKeyFrame() .text("To finish the multiblock, place up to 6 Distillation outputs and Industrial Pipes between them") - .pointAt(util.vector.blockSurface(util.grid.at(2, 7, 3), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(2, 7, 3), Direction.WEST)) .placeNearTarget(); scene.idle(70); - ElementLink burnerElement = scene.world.showIndependentSection(burners,Direction.DOWN); - scene.overlay.showText(60) + ElementLink burnerElement = scene.world().showIndependentSection(burners,Direction.DOWN); + scene.overlay().showText(60) .attachKeyFrame() .text("Place a heat source under the tanks to power it, dial on the tower shows the power level of the structure ") - .pointAt(util.vector.blockSurface(util.grid.at(3, 1, 2), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(3, 1, 2), Direction.WEST)) .placeNearTarget(); scene.idle(70); - scene.world.showIndependentSection(oil_tank,Direction.DOWN); + scene.world().showIndependentSection(oil_tank,Direction.DOWN); - scene.overlay.showText(60) + scene.overlay().showText(60) .attachKeyFrame() .text("Oil is inputted into the controller block") - .pointAt(util.vector.blockSurface(util.grid.at(2, 2, 3), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(2, 2, 3), Direction.WEST)) .placeNearTarget(); scene.idle(80); @@ -405,7 +415,8 @@ public class MiscTFMGScenes { } - public static void radial_engines(SceneBuilder scene, SceneBuildingUtil util){ + public static void radial_engines(SceneBuilder builder, SceneBuildingUtil util){ + CreateSceneBuilder scene = new CreateSceneBuilder(builder); scene.title("radial_engines", ""); scene.configureBasePlate(0, 0, 5); scene.idle(10); @@ -413,162 +424,164 @@ public class MiscTFMGScenes { scene.showBasePlate(); - Selection engine_small = util.select.fromTo(2, 1, 1, 2, 1, 1); + Selection engine_small = util.select().fromTo(2, 1, 1, 2, 1, 1); - Selection engine_large = util.select.fromTo(1, 1, 1, 1, 1, 1); + Selection engine_large = util.select().fromTo(1, 1, 1, 1, 1, 1); - Selection engine_lever = util.select.fromTo(3, 1, 0, 3, 1, 0); + Selection engine_lever = util.select().fromTo(3, 1, 0, 3, 1, 0); - Selection input_pump = util.select.fromTo(3, 1, 2, 3, 1, 2); + Selection input_pump = util.select().fromTo(3, 1, 2, 3, 1, 2); - Selection input = util.select.fromTo(3, 1, 1, 3, 1, 1); + Selection input = util.select().fromTo(3, 1, 1, 3, 1, 1); - Selection tank_1 = util.select.fromTo(3, 1, 3, 3, 2, 3); + Selection tank_1 = util.select().fromTo(3, 1, 3, 3, 2, 3); - Selection tank_2 = util.select.fromTo(2, 1, 3, 2, 2, 3); + Selection tank_2 = util.select().fromTo(2, 1, 3, 2, 2, 3); - scene.world.setKineticSpeed(engine_small,0); + scene.world().setKineticSpeed(engine_small,0); - ElementLink engineElement = scene.world.showIndependentSectionImmediately(engine_small); - scene.overlay.showText(50) + ElementLink engineElement = scene.world().showIndependentSectionImmediately(engine_small); + scene.overlay().showText(50) .attachKeyFrame() .text("Radial Engines are a special Type of Engine that doesn't require an exhaust block and has a shaft from both sides") - .pointAt(util.vector.blockSurface(util.grid.at(4, 0, 4), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(4, 0, 4), Direction.WEST)) .placeNearTarget(); scene.idle(100); - scene.world.setKineticSpeed(input_pump,80); - ElementLink inputElement = scene.world.showIndependentSection(input,Direction.DOWN); + scene.world().setKineticSpeed(input_pump,80); + ElementLink inputElement = scene.world().showIndependentSection(input,Direction.DOWN); scene.idle(50); - BlockPos inputPos = util.grid.at(2, 1, 1); - Vec3 topOf = util.vector.topOf(inputPos); - scene.overlay.showControls(new InputWindowElement(topOf, Pointing.DOWN).rightClick() - .withItem(new ItemStack(AllItems.WRENCH.get())), 20); + BlockPos inputPos = util.grid().at(2, 1, 1); + Vec3 topOf = util.vector().topOf(inputPos); + scene.overlay().showControls(topOf, Pointing.DOWN, 20) + .rightClick() + .withItem(new ItemStack(AllItems.WRENCH.get())); - scene.overlay.showText(70) + scene.overlay().showText(70) .attachKeyFrame() .text("Clicking the Engine from one of its sides will spawn an input slot that can accept fuel and redstone signals") - .pointAt(util.vector.blockSurface(util.grid.at(2, 1, 1), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(2, 1, 1), Direction.WEST)) .placeNearTarget(); scene.idle(100); - scene.overlay.showText(40) + scene.overlay().showText(40) .attachKeyFrame() .text("Regular Radial Engines uses gasoline as fuel") - .pointAt(util.vector.blockSurface(util.grid.at(2, 1, 1), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(2, 1, 1), Direction.WEST)) .placeNearTarget(); scene.idle(80); - ElementLink inputPumpElement = scene.world.showIndependentSection(input_pump,Direction.DOWN); - ElementLink tankElement1 = scene.world.showIndependentSection(tank_1,Direction.DOWN); + ElementLink inputPumpElement = scene.world().showIndependentSection(input_pump,Direction.DOWN); + ElementLink tankElement1 = scene.world().showIndependentSection(tank_1,Direction.DOWN); - ElementLink leverElement = scene.world.showIndependentSection(engine_lever,Direction.DOWN); - scene.world.setKineticSpeed(engine_small,180); - scene.world.setKineticSpeed(engine_large,180); + ElementLink leverElement = scene.world().showIndependentSection(engine_lever,Direction.DOWN); + scene.world().setKineticSpeed(engine_small,180); + scene.world().setKineticSpeed(engine_large,180); - scene.overlay.showText(50) + scene.overlay().showText(50) .attachKeyFrame() .text("Engine will start when redstone signal is applied to the input slot or the block itself") - .pointAt(util.vector.blockSurface(util.grid.at(3, 1, 0), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(3, 1, 0), Direction.WEST)) .placeNearTarget(); scene.idle(100); - scene.world.hideIndependentSection(engineElement,Direction.SOUTH); - scene.world.hideIndependentSection(tankElement1,Direction.SOUTH); + scene.world().hideIndependentSection(engineElement,Direction.SOUTH); + scene.world().hideIndependentSection(tankElement1,Direction.SOUTH); scene.idle(50); - ElementLink largeEngineElement = scene.world.showIndependentSection(engine_large,Direction.DOWN); - ElementLink tankElement2 = scene.world.showIndependentSection(tank_2,Direction.DOWN); - scene.world.moveSection(largeEngineElement,new Vec3(1d,0d,0d),0); - scene.world.moveSection(tankElement2,new Vec3(1d,0d,0d),0); + ElementLink largeEngineElement = scene.world().showIndependentSection(engine_large,Direction.DOWN); + ElementLink tankElement2 = scene.world().showIndependentSection(tank_2,Direction.DOWN); + scene.world().moveSection(largeEngineElement,new Vec3(1d,0d,0d),0); + scene.world().moveSection(tankElement2,new Vec3(1d,0d,0d),0); - scene.overlay.showText(50) + scene.overlay().showText(50) .attachKeyFrame() .text("The second variant of a radial is The Large Radial Engine which uses kerosene as fuel"); scene.idle(50); } - public static void large_generator(SceneBuilder scene, SceneBuildingUtil util) { + public static void large_generator(SceneBuilder builder, SceneBuildingUtil util) { + CreateSceneBuilder scene = new CreateSceneBuilder(builder); scene.title("large_generator", ""); scene.configureBasePlate(0, 0, 7); scene.showBasePlate(); - Selection stator = util.select.fromTo(3, 1, 5, 5, 3, 5); - Selection rotor = util.select.fromTo(4, 2, 3, 4, 2, 3); - Selection kinetics1 = util.select.fromTo(4, 1, 1, 6 , 2, 2); + Selection stator = util.select().fromTo(3, 1, 5, 5, 3, 5); + Selection rotor = util.select().fromTo(4, 2, 3, 4, 2, 3); + Selection kinetics1 = util.select().fromTo(4, 1, 1, 6 , 2, 2); - Selection kinetics2 = util.select.fromTo(6, 1, 3, 6, 1, 3); - Selection cables = util.select.fromTo(1, 1, 3, 2, 2, 6); + Selection kinetics2 = util.select().fromTo(6, 1, 3, 6, 1, 3); + Selection cables = util.select().fromTo(1, 1, 3, 2, 2, 6); - scene.world.setKineticSpeed(kinetics1,120); - scene.world.setKineticSpeed(kinetics2,120); - //scene.world.setKineticSpeed(rotor,120); - scene.world.showIndependentSection(rotor,Direction.DOWN); + scene.world().setKineticSpeed(kinetics1,120); + scene.world().setKineticSpeed(kinetics2,120); + //scene.world().setKineticSpeed(rotor,120); + scene.world().showIndependentSection(rotor,Direction.DOWN); - scene.overlay.showText(50) + scene.overlay().showText(50) .attachKeyFrame() .text("The main of the Large Generator is the Rotor") - .pointAt(util.vector.blockSurface(util.grid.at(4, 2, 5), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(4, 2, 5), Direction.WEST)) .placeNearTarget(); scene.idle(80); - ElementLink statorElement = scene.world.showIndependentSection(stator,Direction.DOWN); + ElementLink statorElement = scene.world().showIndependentSection(stator,Direction.DOWN); - scene.world.moveSection(statorElement,new Vec3(0d,0d,-2d),0); + scene.world().moveSection(statorElement,new Vec3(0d,0d,-2d),0); - scene.overlay.showText(75) + scene.overlay().showText(75) .attachKeyFrame() .text("To complete the Large Generator, place Stator block around the Rotor") - .pointAt(util.vector.blockSurface(util.grid.at(3, 2, 3), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(3, 2, 3), Direction.WEST)) .placeNearTarget(); scene.idle(105); - scene.world.showIndependentSection(kinetics1,Direction.DOWN); - scene.world.showIndependentSection(kinetics2,Direction.DOWN); + scene.world().showIndependentSection(kinetics1,Direction.DOWN); + scene.world().showIndependentSection(kinetics2,Direction.DOWN); - scene.world.setKineticSpeed(rotor,120); - scene.overlay.showText(65) + scene.world().setKineticSpeed(rotor,120); + scene.overlay().showText(65) .attachKeyFrame() .text("Providing rotational power to the Rotor will produce electric energy") - .pointAt(util.vector.blockSurface(util.grid.at(4, 2, 3), Direction.WEST)) + .pointAt(util.vector().blockSurface(util.grid().at(4, 2, 3), Direction.WEST)) .placeNearTarget(); scene.idle(95); - BlockPos pos = util.grid.at(3, 2, 3); - Vec3 topOf = util.vector.topOf(pos); - scene.overlay.showControls(new InputWindowElement(topOf, Pointing.DOWN).rightClick() - .withItem(new ItemStack(AllItems.WRENCH.get())), 20); + BlockPos pos = util.grid().at(3, 2, 3); + Vec3 topOf = util.vector().topOf(pos); + scene.overlay().showControls(topOf, Pointing.DOWN, 20).rightClick() + .withItem(new ItemStack(AllItems.WRENCH.get())); - scene.overlay.showText(60) + scene.overlay().showText(60) .attachKeyFrame() .text("Clicking a side with a wrench will make it the energy output"); scene.idle(20); - scene.world.showIndependentSection(cables,Direction.DOWN); + scene.world().showIndependentSection(cables,Direction.DOWN); scene.idle(50); } diff --git a/src/main/java/com/drmangotea/tfmg/recipes/PolarizingRecipe.java b/src/main/java/com/drmangotea/tfmg/recipes/PolarizingRecipe.java index 29db17f8..a44c8a16 100644 --- a/src/main/java/com/drmangotea/tfmg/recipes/PolarizingRecipe.java +++ b/src/main/java/com/drmangotea/tfmg/recipes/PolarizingRecipe.java @@ -8,7 +8,8 @@ import com.simibubi.create.compat.jei.category.sequencedAssembly.SequencedAssemb import com.simibubi.create.content.processing.recipe.ProcessingRecipe; import com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder; import com.simibubi.create.content.processing.sequenced.IAssemblyRecipe; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.network.chat.Component; import net.minecraft.util.GsonHelper; @@ -44,11 +45,12 @@ public class PolarizingRecipe extends ProcessingRecipe implements @Override public Component getDescriptionForAssembly() { - return Lang.translateDirect("recipe.assembly.polarizing"); + return CreateLang.translateDirect("recipe.assembly.polarizing"); } @Override public void addRequiredMachines(Set set) { + set.add(TFMGBlocks.POLARIZER.get()); } diff --git a/src/main/java/com/drmangotea/tfmg/recipes/WindingRecipe.java b/src/main/java/com/drmangotea/tfmg/recipes/WindingRecipe.java index e0215a68..fa97eb41 100644 --- a/src/main/java/com/drmangotea/tfmg/recipes/WindingRecipe.java +++ b/src/main/java/com/drmangotea/tfmg/recipes/WindingRecipe.java @@ -7,7 +7,8 @@ import com.simibubi.create.compat.jei.category.sequencedAssembly.SequencedAssemb import com.simibubi.create.content.processing.recipe.ProcessingRecipe; import com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeParams; import com.simibubi.create.content.processing.sequenced.IAssemblyRecipe; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import net.minecraft.network.chat.Component; import net.minecraft.world.item.crafting.Ingredient; import net.minecraft.world.level.ItemLike; @@ -52,7 +53,7 @@ public class WindingRecipe extends ProcessingRecipe implements I // @Override public Component getDescriptionForAssembly() { - return Lang.translateDirect("recipe.assembly.winding"); + return CreateLang.translateDirect("recipe.assembly.winding"); } @Override diff --git a/src/main/java/com/drmangotea/tfmg/recipes/jei/CastingCategory.java b/src/main/java/com/drmangotea/tfmg/recipes/jei/CastingCategory.java index cd790573..780e8a35 100644 --- a/src/main/java/com/drmangotea/tfmg/recipes/jei/CastingCategory.java +++ b/src/main/java/com/drmangotea/tfmg/recipes/jei/CastingCategory.java @@ -38,13 +38,13 @@ public class CastingCategory extends CreateRecipeCategory { .setBackground(getRenderedSlot(), -1, -1) .addItemStack(recipe.getResultItem(registryAccess)); - - builder - .addSlot(RecipeIngredientRole.INPUT, 15, 20) - .setBackground(getRenderedSlot(), -1, -1) - .addIngredients(ForgeTypes.FLUID_STACK, withImprovedVisibility(recipe.getFluidIngredients().get(0).getMatchingFluidStacks())) - .addTooltipCallback(addFluidTooltip(recipe.getFluidIngredients().get(0).getRequiredAmount())); - + addFluidSlot(builder,15,20,recipe.getFluidIngredients().get(0)); + //builder + // .addSlot(RecipeIngredientRole.INPUT, 15, 20) + // .setBackground(getRenderedSlot(), -1, -1) + // .addIngredients(ForgeTypes.FLUID_STACK, withImprovedVisibility(recipe.getFluidIngredients().get(0).getMatchingFluidStacks())) + // .addRichTooltipCallback(addFluidTooltip(recipe.getFluidIngredients().get(0).getRequiredAmount())); +// } diff --git a/src/main/java/com/drmangotea/tfmg/recipes/jei/CokingCategory.java b/src/main/java/com/drmangotea/tfmg/recipes/jei/CokingCategory.java index 2c30ba3b..0d398156 100644 --- a/src/main/java/com/drmangotea/tfmg/recipes/jei/CokingCategory.java +++ b/src/main/java/com/drmangotea/tfmg/recipes/jei/CokingCategory.java @@ -20,57 +20,59 @@ import javax.annotation.ParametersAreNonnullByDefault; @ParametersAreNonnullByDefault public class CokingCategory extends CreateRecipeCategory { - private final CokeOven cokeOven = new CokeOven(); + private final CokeOven cokeOven = new CokeOven(); - public CokingCategory(Info info) { - super(info); - } + public CokingCategory(Info info) { + super(info); + } + @Override + public void setRecipe(IRecipeLayoutBuilder builder, CokingRecipe recipe, IFocusGroup focuses) { - @Override - public void setRecipe(IRecipeLayoutBuilder builder, CokingRecipe recipe, IFocusGroup focuses) { + builder + .addSlot(RecipeIngredientRole.INPUT, 1, 13) + .setBackground(getRenderedSlot(), -1, -1) + .addIngredients(recipe.getIngredients().get(0)); - RegistryAccess registryAccess = Minecraft.getInstance().level.registryAccess(); - builder - .addSlot(RecipeIngredientRole.INPUT, 1, 13) - .setBackground(getRenderedSlot(), -1, -1) - .addIngredients(recipe.getIngredients().get(0)); + builder + .addSlot(RecipeIngredientRole.OUTPUT, 121, 90) + .setBackground(getRenderedSlot(), -1, -1) + .addItemStack(recipe.getRollableResults().get(0).getStack()); - builder - .addSlot(RecipeIngredientRole.OUTPUT, 121, 90) - .setBackground(getRenderedSlot(), -1, -1) - .addItemStack(recipe.getResultItem(registryAccess)); + //fluid - //fluid + if (recipe.getFluidResults().size() >= 2) + addFluidSlot(builder, 160, 46, recipe.getFluidResults().get(1)); + if (!recipe.getFluidResults().isEmpty()) + addFluidSlot(builder, 160, 22, recipe.getFluidResults().get(0)); + // builder + // .addSlot(RecipeIngredientRole.OUTPUT, 160, 46) + // .setBackground(getRenderedSlot(), -1, -1) + // .addIngredient(ForgeTypes.FLUID_STACK, withImprovedVisibility(recipe.getFluidResults().get(1))) + // .addRichTooltipCallback(addFluidTooltip(recipe.getFluidResults().get(1).getAmount())); +// + // builder + // .addSlot(RecipeIngredientRole.OUTPUT, 160, 22) + // .setBackground(getRenderedSlot(), -1, -1) + // .addIngredient(ForgeTypes.FLUID_STACK, withImprovedVisibility(recipe.getFluidResults().get(0))) + // .addRichTooltipCallback(addFluidTooltip(recipe.getFluidResults().get(0).getAmount())); - builder - .addSlot(RecipeIngredientRole.OUTPUT,160, 46) - .setBackground(getRenderedSlot(), -1, -1) - .addIngredient(ForgeTypes.FLUID_STACK, withImprovedVisibility(recipe.getFluidResults().get(1))) - .addTooltipCallback(addFluidTooltip(recipe.getFluidResults().get(1).getAmount())); + } - builder - .addSlot(RecipeIngredientRole.OUTPUT,160, 22) - .setBackground(getRenderedSlot(), -1, -1) - .addIngredient(ForgeTypes.FLUID_STACK, withImprovedVisibility(recipe.getFluidResults().get(0))) - .addTooltipCallback(addFluidTooltip(recipe.getFluidResults().get(0).getAmount())); - - } - - @Override - public void draw(CokingRecipe recipe, IRecipeSlotsView iRecipeSlotsView, GuiGraphics graphics, double mouseX, double mouseY) { - cokeOven - .draw(graphics, 65, 50); - AllGuiTextures.JEI_ARROW.render(graphics, 20, 15); + @Override + public void draw(CokingRecipe recipe, IRecipeSlotsView iRecipeSlotsView, GuiGraphics graphics, double mouseX, double mouseY) { + cokeOven + .draw(graphics, 65, 50); + AllGuiTextures.JEI_ARROW.render(graphics, 20, 15); - AllGuiTextures.JEI_ARROW.render(graphics, 115, 25); - AllGuiTextures.JEI_ARROW.render(graphics, 115, 50); + AllGuiTextures.JEI_ARROW.render(graphics, 115, 25); + AllGuiTextures.JEI_ARROW.render(graphics, 115, 50); - AllGuiTextures.JEI_DOWN_ARROW.render(graphics, 115, 73); + AllGuiTextures.JEI_DOWN_ARROW.render(graphics, 115, 73); - } + } } diff --git a/src/main/java/com/drmangotea/tfmg/recipes/jei/DistillationCategory.java b/src/main/java/com/drmangotea/tfmg/recipes/jei/DistillationCategory.java index b7deb43a..e1e289fc 100644 --- a/src/main/java/com/drmangotea/tfmg/recipes/jei/DistillationCategory.java +++ b/src/main/java/com/drmangotea/tfmg/recipes/jei/DistillationCategory.java @@ -35,20 +35,24 @@ public class DistillationCategory extends CreateRecipeCategory { @Override public void setRecipe(IRecipeLayoutBuilder builder, HotBlastRecipe recipe, IFocusGroup focuses) { + addFluidSlot(builder,18,52,recipe.getFluidIngredients().get(0)); + addFluidSlot(builder,18,74,recipe.getFluidIngredients().get(1)); - builder - .addSlot(RecipeIngredientRole.INPUT, 18, 52) - .setBackground(getRenderedSlot(), -1, -1) - .addIngredients(ForgeTypes.FLUID_STACK, withImprovedVisibility(recipe.getFluidIngredients().get(0).getMatchingFluidStacks())) - .addTooltipCallback(addFluidTooltip(recipe.getFluidIngredients().get(0).getRequiredAmount())); - - builder - .addSlot(RecipeIngredientRole.INPUT, 18, 74) - .setBackground(getRenderedSlot(), -1, -1) - .addIngredients(ForgeTypes.FLUID_STACK, withImprovedVisibility(recipe.getFluidIngredients().get(1).getMatchingFluidStacks())) - .addTooltipCallback(addFluidTooltip(recipe.getFluidIngredients().get(1).getRequiredAmount())); - - /// / - builder - .addSlot(RecipeIngredientRole.OUTPUT, 105, 51) - .setBackground(getRenderedSlot(), -1, -1) - .addIngredient(ForgeTypes.FLUID_STACK, withImprovedVisibility(recipe.getFluidResults().get(0))) - .addTooltipCallback(addFluidTooltip(recipe.getFluidResults().get(0).getAmount())); - - builder - .addSlot(RecipeIngredientRole.OUTPUT, 105, 75) - .setBackground(getRenderedSlot(), -1, -1) - .addIngredient(ForgeTypes.FLUID_STACK, withImprovedVisibility(recipe.getFluidResults().get(1))) - .addTooltipCallback(addFluidTooltip(recipe.getFluidResults().get(1).getAmount())); + addFluidSlot(builder,105,51,recipe.getFluidResults().get(0)); + addFluidSlot(builder,105,75,recipe.getFluidResults().get(1)); + //builder + // .addSlot(RecipeIngredientRole.INPUT, 18, 52) + // .setBackground(getRenderedSlot(), -1, -1) + // .addIngredients(ForgeTypes.FLUID_STACK, withImprovedVisibility(recipe.getFluidIngredients().get(0).getMatchingFluidStacks())) + // .addRichTooltipCallback(addFluidTooltip(recipe.getFluidIngredients().get(0).getRequiredAmount())); +// + //builder + // .addSlot(RecipeIngredientRole.INPUT, 18, 74) + // .setBackground(getRenderedSlot(), -1, -1) + // .addIngredients(ForgeTypes.FLUID_STACK, withImprovedVisibility(recipe.getFluidIngredients().get(1).getMatchingFluidStacks())) + // .addRichTooltipCallback(addFluidTooltip(recipe.getFluidIngredients().get(1).getRequiredAmount())); +// + ///// / + //builder + // .addSlot(RecipeIngredientRole.OUTPUT, 105, 51) + // .setBackground(getRenderedSlot(), -1, -1) + // .addIngredient(ForgeTypes.FLUID_STACK, withImprovedVisibility(recipe.getFluidResults().get(0))) + // .addRichTooltipCallback(addFluidTooltip(recipe.getFluidResults().get(0).getAmount())); +// + //builder + // .addSlot(RecipeIngredientRole.OUTPUT, 105, 75) + // .setBackground(getRenderedSlot(), -1, -1) + // .addIngredient(ForgeTypes.FLUID_STACK, withImprovedVisibility(recipe.getFluidResults().get(1))) + // .addRichTooltipCallback(addFluidTooltip(recipe.getFluidResults().get(1).getAmount())); } diff --git a/src/main/java/com/drmangotea/tfmg/recipes/jei/IndustrialBlastingCategory.java b/src/main/java/com/drmangotea/tfmg/recipes/jei/IndustrialBlastingCategory.java index 6ed61cac..3da74eb4 100644 --- a/src/main/java/com/drmangotea/tfmg/recipes/jei/IndustrialBlastingCategory.java +++ b/src/main/java/com/drmangotea/tfmg/recipes/jei/IndustrialBlastingCategory.java @@ -32,41 +32,32 @@ public class IndustrialBlastingCategory extends CreateRecipeCategory info = new CreateRecipeCategory.Info<>( - new mezz.jei.api.recipe.RecipeType<>(Create.asResource(name), recipeClass), - Lang.translateDirect("recipe." + name), background, icon, recipesSupplier, catalysts); + new mezz.jei.api.recipe.RecipeType<>(TFMG.asResource(name), recipeClass), + CreateLang.translateDirect("recipe." + name), background, icon, recipesSupplier, catalysts); CreateRecipeCategory category = factory.create(info); allCategories.add(category); return category; diff --git a/src/main/java/com/drmangotea/tfmg/recipes/jei/WindingCategory.java b/src/main/java/com/drmangotea/tfmg/recipes/jei/WindingCategory.java index b04e83c9..32ae5e74 100644 --- a/src/main/java/com/drmangotea/tfmg/recipes/jei/WindingCategory.java +++ b/src/main/java/com/drmangotea/tfmg/recipes/jei/WindingCategory.java @@ -5,7 +5,7 @@ import com.drmangotea.tfmg.recipes.PolarizingRecipe; import com.drmangotea.tfmg.recipes.WindingRecipe; import com.drmangotea.tfmg.recipes.jei.machines.Polarizer; import com.drmangotea.tfmg.recipes.jei.machines.WindingMachine; -import com.jozufozu.flywheel.core.PartialModel; +import dev.engine_room.flywheel.lib.model.baked.PartialModel; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.compat.jei.category.CreateRecipeCategory; import com.simibubi.create.compat.jei.category.animations.AnimatedDeployer; @@ -13,7 +13,7 @@ import com.simibubi.create.compat.jei.category.sequencedAssembly.SequencedAssemb import com.simibubi.create.content.processing.sequenced.IAssemblyRecipe; import com.simibubi.create.content.processing.sequenced.SequencedRecipe; import com.simibubi.create.foundation.gui.AllGuiTextures; -import com.simibubi.create.foundation.render.CachedBufferer; +import net.createmod.catnip.render.CachedBuffers; import mezz.jei.api.gui.builder.IRecipeLayoutBuilder; import mezz.jei.api.gui.builder.IRecipeSlotBuilder; import mezz.jei.api.gui.ingredient.IRecipeSlotsView; diff --git a/src/main/java/com/drmangotea/tfmg/recipes/jei/machines/BlastFurnace.java b/src/main/java/com/drmangotea/tfmg/recipes/jei/machines/BlastFurnace.java index c98ca2fe..eeb3d121 100644 --- a/src/main/java/com/drmangotea/tfmg/recipes/jei/machines/BlastFurnace.java +++ b/src/main/java/com/drmangotea/tfmg/recipes/jei/machines/BlastFurnace.java @@ -25,7 +25,7 @@ public class BlastFurnace extends AnimatedKinetics { matrixStack.mulPose(Axis.XP.rotationDegrees(-15.5f)); matrixStack.mulPose(Axis.YP.rotationDegrees(22.5f)); int scale = 23; - BlazeBurnerBlock.HeatLevel heatLevel = BlazeBurnerBlock.HeatLevel.SMOULDERING; + blockElement(TFMGBlocks.BLAST_FURNACE_OUTPUT.getDefaultState()) @@ -55,7 +55,6 @@ public class BlastFurnace extends AnimatedKinetics { .scale(scale) .render(graphics); - if(i!=3){ blockElement(TFMGBlocks.FIREPROOF_BRICK_REINFORCEMENT.getDefaultState().setValue(NORTH_WALL, WallSide.TALL).setValue(WEST_WALL, WallSide.TALL)) .atLocal(1, -i, 0) @@ -74,7 +73,6 @@ public class BlastFurnace extends AnimatedKinetics { .scale(scale) .render(graphics); - } } diff --git a/src/main/java/com/drmangotea/tfmg/recipes/jei/machines/Polarizer.java b/src/main/java/com/drmangotea/tfmg/recipes/jei/machines/Polarizer.java index 4442ba68..8d35296d 100644 --- a/src/main/java/com/drmangotea/tfmg/recipes/jei/machines/Polarizer.java +++ b/src/main/java/com/drmangotea/tfmg/recipes/jei/machines/Polarizer.java @@ -6,7 +6,7 @@ import com.drmangotea.tfmg.registry.TFMGBlocks; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.compat.jei.category.animations.AnimatedKinetics; import com.simibubi.create.foundation.gui.AllGuiTextures; -import com.simibubi.create.foundation.gui.element.GuiGameElement; +import net.createmod.catnip.gui.element.GuiGameElement; import net.minecraft.client.gui.GuiGraphics; import net.minecraft.core.Direction; @@ -23,6 +23,7 @@ public class Polarizer extends AnimatedKinetics { AllGuiTextures.JEI_SHADOW.render(graphics, -16, 13); matrixStack.translate(-2.0, 18.0, 0.0); int scale = 22; + GuiGameElement.of(TFMGBlocks.POLARIZER.getDefaultState().setValue(PolarizerBlock.FACING, Direction.NORTH)).rotateBlock(22.5, 22.5, 0.0).scale(scale).render(graphics); matrixStack.popPose(); } diff --git a/src/main/java/com/drmangotea/tfmg/recipes/jei/machines/WindingMachine.java b/src/main/java/com/drmangotea/tfmg/recipes/jei/machines/WindingMachine.java index eb013cd4..8e3df7d5 100644 --- a/src/main/java/com/drmangotea/tfmg/recipes/jei/machines/WindingMachine.java +++ b/src/main/java/com/drmangotea/tfmg/recipes/jei/machines/WindingMachine.java @@ -4,12 +4,12 @@ package com.drmangotea.tfmg.recipes.jei.machines; import com.drmangotea.tfmg.content.electricity.utilities.polarizer.PolarizerBlock; import com.drmangotea.tfmg.registry.TFMGBlocks; import com.drmangotea.tfmg.registry.TFMGPartialModels; -import com.jozufozu.flywheel.core.PartialModel; +import dev.engine_room.flywheel.lib.model.baked.PartialModel; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.AllPartialModels; import com.simibubi.create.compat.jei.category.animations.AnimatedKinetics; import com.simibubi.create.foundation.gui.AllGuiTextures; -import com.simibubi.create.foundation.gui.element.GuiGameElement; +import net.createmod.catnip.gui.element.GuiGameElement; import net.minecraft.client.gui.GuiGraphics; import net.minecraft.core.Direction; diff --git a/src/main/java/com/drmangotea/tfmg/registry/TFMGBlockEntities.java b/src/main/java/com/drmangotea/tfmg/registry/TFMGBlockEntities.java index 5c32093a..72a3f933 100644 --- a/src/main/java/com/drmangotea/tfmg/registry/TFMGBlockEntities.java +++ b/src/main/java/com/drmangotea/tfmg/registry/TFMGBlockEntities.java @@ -5,8 +5,8 @@ import com.drmangotea.tfmg.content.decoration.cogs.*; import com.drmangotea.tfmg.content.decoration.doors.TFMGSlidingDoorBlockEntity; import com.drmangotea.tfmg.content.decoration.doors.TFMGSlidingDoorRenderer; import com.drmangotea.tfmg.content.decoration.flywheels.TFMGFlywheelBlockEntity; -import com.drmangotea.tfmg.content.decoration.flywheels.TFMGFlywheelInstance; import com.drmangotea.tfmg.content.decoration.flywheels.TFMGFlywheelRenderer; +import com.drmangotea.tfmg.content.decoration.flywheels.TFMGFlywheelVisual; import com.drmangotea.tfmg.content.decoration.pipes.TFMGPipeBlockEntity; import com.drmangotea.tfmg.content.decoration.pipes.TFMGPipes; import com.drmangotea.tfmg.content.decoration.tanks.TFMGFluidTankRenderer; @@ -29,7 +29,6 @@ import com.drmangotea.tfmg.content.electricity.lights.neon_tube.NeonTubeRenderer import com.drmangotea.tfmg.content.electricity.lights.variants.AluminumLampRenderer; import com.drmangotea.tfmg.content.electricity.lights.variants.CircularLightRenderer; import com.drmangotea.tfmg.content.electricity.lights.variants.ModernLightRenderer; -import com.drmangotea.tfmg.content.electricity.measurement.AmmeterBlockEntity; import com.drmangotea.tfmg.content.electricity.measurement.VoltMeterBlockEntity; import com.drmangotea.tfmg.content.electricity.measurement.VoltMeterRenderer; import com.drmangotea.tfmg.content.electricity.storage.AccumulatorBlockEntity; @@ -46,18 +45,14 @@ import com.drmangotea.tfmg.content.electricity.utilities.potentiometer.Potentiom import com.drmangotea.tfmg.content.electricity.utilities.resistor.ResistorBlockEntity; import com.drmangotea.tfmg.content.electricity.utilities.segmented_display.SegmentedDisplayBlockEntity; import com.drmangotea.tfmg.content.electricity.utilities.segmented_display.SegmentedDisplayRenderer; -import com.drmangotea.tfmg.content.electricity.utilities.segmented_display.SegmentedDisplaySource; -import com.drmangotea.tfmg.content.electricity.utilities.segmented_display.SegmentedDisplayTarget; import com.drmangotea.tfmg.content.electricity.utilities.traffic_light.TrafficLightBlockEntity; import com.drmangotea.tfmg.content.electricity.utilities.traffic_light.TrafficLightRenderer; import com.drmangotea.tfmg.content.electricity.utilities.transformer.TransformerBlockEntity; import com.drmangotea.tfmg.content.electricity.utilities.transformer.TransformerRenderer; import com.drmangotea.tfmg.content.electricity.utilities.voltage_observer.VoltageObserverBlockEntity; -import com.drmangotea.tfmg.content.engines.base.EngineInstance; -import com.drmangotea.tfmg.content.engines.engine_controller.EngineControllerBlock; import com.drmangotea.tfmg.content.engines.engine_controller.EngineControllerBlockEntity; +import com.drmangotea.tfmg.content.engines.engine_controller.EngineControllerRenderer; import com.drmangotea.tfmg.content.engines.engine_gearbox.EngineGearboxBlockEntity; -import com.drmangotea.tfmg.content.engines.engine_gearbox.EngineGearboxInstance; import com.drmangotea.tfmg.content.engines.engine_gearbox.EngineGearboxRenderer; import com.drmangotea.tfmg.content.engines.regular_engine.RegularEngineBlockEntity; import com.drmangotea.tfmg.content.engines.regular_engine.RegularEngineRenderer; @@ -72,22 +67,19 @@ import com.drmangotea.tfmg.content.machinery.metallurgy.coke_oven.CokeOvenRender import com.drmangotea.tfmg.content.machinery.misc.air_intake.AirIntakeBlockEntity; import com.drmangotea.tfmg.content.machinery.misc.air_intake.AirIntakeRenderer; import com.drmangotea.tfmg.content.machinery.misc.concrete_hose.ConcreteHoseBlockEntity; -import com.drmangotea.tfmg.content.machinery.misc.concrete_hose.ConcreteHoseInstance; import com.drmangotea.tfmg.content.machinery.misc.concrete_hose.ConcreteHoseRenderer; import com.drmangotea.tfmg.content.machinery.misc.exhaust.ExhaustBlockEntity; import com.drmangotea.tfmg.content.machinery.misc.firebox.FireboxBlockEntity; import com.drmangotea.tfmg.content.machinery.misc.flarestack.FlarestackBlockEntity; import com.drmangotea.tfmg.content.machinery.misc.machine_input.MachineInputBlockEntity; import com.drmangotea.tfmg.content.machinery.misc.smokestack.SmokestackBlockEntity; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.base.VatBlockEntity; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.base.VatRenderer; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.electrode_holder.ElectrodeHolderBlockEntity; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.electrode_holder.ElectrodeHolderRenderer; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.industrial_mixer.IndustrialMixerBlockEntity; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.industrial_mixer.IndustrialMixerInstance; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.industrial_mixer.IndustrialMixerRenderer; +import com.drmangotea.tfmg.content.machinery.vat.base.VatBlockEntity; +import com.drmangotea.tfmg.content.machinery.vat.base.VatRenderer; +import com.drmangotea.tfmg.content.machinery.vat.electrode_holder.ElectrodeHolderBlockEntity; +import com.drmangotea.tfmg.content.machinery.vat.electrode_holder.ElectrodeHolderRenderer; +import com.drmangotea.tfmg.content.machinery.vat.industrial_mixer.IndustrialMixerBlockEntity; +import com.drmangotea.tfmg.content.machinery.vat.industrial_mixer.IndustrialMixerRenderer; import com.drmangotea.tfmg.content.machinery.misc.winding_machine.WindingMachineBlockEntity; -import com.drmangotea.tfmg.content.machinery.misc.winding_machine.WindingMachineInstance; import com.drmangotea.tfmg.content.machinery.misc.winding_machine.WindingMachineRenderer; import com.drmangotea.tfmg.content.machinery.oil_processing.distillation_tower.controller.DistillationControllerBlockEntity; import com.drmangotea.tfmg.content.machinery.oil_processing.distillation_tower.controller.DistillationControllerRenderer; @@ -99,29 +91,31 @@ import com.drmangotea.tfmg.content.machinery.oil_processing.pumpjack.pumpjack.ha import com.drmangotea.tfmg.content.machinery.oil_processing.pumpjack.pumpjack.hammer.PumpjackRenderer; import com.drmangotea.tfmg.content.machinery.oil_processing.surface_scanner.SurfaceScannerBlockEntity; import com.drmangotea.tfmg.content.machinery.oil_processing.surface_scanner.SurfaceScannerRenderer; +import com.simibubi.create.AllPartialModels; import com.simibubi.create.content.fluids.pipes.FluidPipeBlockEntity; import com.simibubi.create.content.fluids.pipes.SmartFluidPipeBlockEntity; import com.simibubi.create.content.fluids.pipes.StraightPipeBlockEntity; import com.simibubi.create.content.fluids.pipes.TransparentStraightPipeRenderer; import com.simibubi.create.content.fluids.pipes.valve.FluidValveBlockEntity; -import com.simibubi.create.content.fluids.pipes.valve.FluidValveInstance; import com.simibubi.create.content.fluids.pipes.valve.FluidValveRenderer; +import com.simibubi.create.content.fluids.pipes.valve.FluidValveVisual; import com.simibubi.create.content.fluids.pump.PumpBlockEntity; -import com.simibubi.create.content.fluids.pump.PumpCogInstance; import com.simibubi.create.content.fluids.pump.PumpRenderer; import com.simibubi.create.content.fluids.tank.FluidTankBlockEntity; import com.simibubi.create.content.kinetics.base.*; import com.simibubi.create.content.kinetics.gearbox.GearboxBlockEntity; -import com.simibubi.create.content.kinetics.gearbox.GearboxInstance; import com.simibubi.create.content.kinetics.gearbox.GearboxRenderer; +import com.simibubi.create.content.kinetics.gearbox.GearboxVisual; +import com.simibubi.create.content.kinetics.simpleRelays.BracketedKineticBlockEntity; import com.simibubi.create.content.kinetics.simpleRelays.SimpleKineticBlockEntity; import com.simibubi.create.foundation.blockEntity.renderer.SmartBlockEntityRenderer; import com.tterrag.registrate.util.entry.BlockEntityEntry; import static com.drmangotea.tfmg.TFMG.REGISTRATE; -import static com.simibubi.create.content.redstone.displayLink.AllDisplayBehaviours.assignDataBehaviourBE; public class TFMGBlockEntities { + + public static final BlockEntityEntry STEEL_DISTILLATION_OUTPUT = REGISTRATE .blockEntity("distillation_tower_output", DistillationOutputBlockEntity::new) .validBlocks(TFMGBlocks.STEEL_DISTILLATION_OUTPUT) @@ -147,12 +141,12 @@ public class TFMGBlockEntities { .blockEntity("resistor", ResistorBlockEntity::new) .validBlocks(TFMGBlocks.RESISTOR) .register(); - public static final BlockEntityEntry STATOR = REGISTRATE + public static final BlockEntityEntry STATOR = REGISTRATE .blockEntity("stator", StatorBlockEntity::new) .validBlocks(TFMGBlocks.STATOR) .register(); - public static final BlockEntityEntry NEON_TUBE = REGISTRATE + public static final BlockEntityEntry NEON_TUBE = REGISTRATE .blockEntity("neon_tube", NeonTubeBlockEntity::new) .validBlocks(TFMGBlocks.NEON_TUBE) .renderer(() -> NeonTubeRenderer::new) @@ -171,13 +165,13 @@ public class TFMGBlockEntities { public static final BlockEntityEntry ROTOR = REGISTRATE .blockEntity("rotor", RotorBlockEntity::new) - .instance(() -> RotorInstance::new, false) + .visual(() -> SingleAxisRotatingVisual::shaft) .validBlocks(TFMGBlocks.ROTOR) .renderer(() -> RotorRenderer::new) .register(); public static final BlockEntityEntry CONCRETE_HOSE = REGISTRATE .blockEntity("concrete_hose", ConcreteHoseBlockEntity::new) - .instance(() -> ConcreteHoseInstance::new) + //.instance(() -> ConcreteHoseInstance::new) .validBlocks(TFMGBlocks.CONCRETE_HOSE) .renderer(() -> ConcreteHoseRenderer::new) .register(); @@ -227,7 +221,7 @@ public class TFMGBlockEntities { .register(); public static final BlockEntityEntry MACHINE_INPUT = REGISTRATE .blockEntity("machine_input", MachineInputBlockEntity::new) - .instance(() -> HalfShaftInstance::new,true) + .visual(() -> OrientedRotatingVisual.of(AllPartialModels.SHAFT_HALF)) .validBlocks(TFMGBlocks.MACHINE_INPUT) .renderer(() -> HalfShaftRenderer::new) .register(); @@ -259,20 +253,20 @@ public class TFMGBlockEntities { public static final BlockEntityEntry DIODE = REGISTRATE .blockEntity("electric_diode", ElectricDiodeBlockEntity::new) - .validBlocks(TFMGBlocks.DIODE,TFMGBlocks.ENCASED_DIODE) + .validBlocks(TFMGBlocks.DIODE, TFMGBlocks.ENCASED_DIODE) .register(); public static final BlockEntityEntry REGULAR_ENGINE = REGISTRATE .blockEntity("regular_engine", RegularEngineBlockEntity::new) - .instance(() -> EngineInstance::new, true) + // .visual(() -> OrientedRotatingVisual.of(AllPartialModels.SHAFT_HALF)) .renderer(() -> RegularEngineRenderer::new) .validBlocks(TFMGBlocks.REGULAR_ENGINE) .register(); public static final BlockEntityEntry POTENTIOMETER = REGISTRATE .blockEntity("potentiometer", PotentiometerBlockEntity::new) - .validBlocks(TFMGBlocks.POTENTIOMETER,TFMGBlocks.ENCASED_POTENTIOMETER) + .validBlocks(TFMGBlocks.POTENTIOMETER, TFMGBlocks.ENCASED_POTENTIOMETER) .register(); public static final BlockEntityEntry TFMG_SLIDING_DOOR = @@ -282,20 +276,20 @@ public class TFMGBlockEntities { .register(); public static final BlockEntityEntry ENGINE_GEARBOX = REGISTRATE .blockEntity("engine_gearbox", EngineGearboxBlockEntity::new) - .instance(() -> ShaftInstance::new, false) + .visual(() -> SingleAxisRotatingVisual::shaft) .validBlocks(TFMGBlocks.ENGINE_GEARBOX) .renderer(() -> EngineGearboxRenderer::new) .register(); public static final BlockEntityEntry ENGINE_CONTROLLER = REGISTRATE .blockEntity("engine_controller", EngineControllerBlockEntity::new) - // .instance(() -> ShaftInstance::new, false) + //// .instance(() -> ShaftInstance::new, false) .validBlocks(TFMGBlocks.ENGINE_CONTROLLER) - //.renderer(() -> EngineGearboxRenderer::new) + .renderer(() -> EngineControllerRenderer::new) .register(); public static final BlockEntityEntry INDUSTRIAL_MIXER = REGISTRATE .blockEntity("industrial_mixer", IndustrialMixerBlockEntity::new) - .instance(() -> IndustrialMixerInstance::new, true) + .visual(() -> IndustrialMixerBlockEntity::createVisual) .renderer(() -> IndustrialMixerRenderer::new) .validBlocks(TFMGBlocks.INDUSTRIAL_MIXER) .register(); @@ -304,12 +298,6 @@ public class TFMGBlockEntities { .validBlocks(TFMGBlocks.ELECTRODE_HOLDER) .renderer(() -> ElectrodeHolderRenderer::new) .register(); - // public static final BlockEntityEntry CATALYST_HOLDER = REGISTRATE - // .blockEntity("catalyst_holder", CatalystHolderBlockEntity::new) - // .validBlocks(TFMGBlocks.ELECTRODE_HOLDER) - // .register(); - - public static final BlockEntityEntry STEEL_FLUID_TANK = REGISTRATE .blockEntity("steel_fluid_tank", SteelTankBlockEntity::new) .validBlocks(TFMGBlocks.STEEL_FLUID_TANK) @@ -325,7 +313,7 @@ public class TFMGBlockEntities { public static final BlockEntityEntry CHEMICAL_VAT = REGISTRATE .blockEntity("chemical_vat", VatBlockEntity::new) - .validBlocks(TFMGBlocks.STEEL_CHEMICAL_VAT) + .validBlocks(TFMGBlocks.STEEL_CHEMICAL_VAT,TFMGBlocks.FIREPROOF_CHEMICAL_VAT,TFMGBlocks.CAST_IRON_CHEMICAL_VAT) .renderer(() -> VatRenderer::new) .register(); public static final BlockEntityEntry BLAST_STOVE = REGISTRATE @@ -334,7 +322,6 @@ public class TFMGBlockEntities { .register(); - public static final BlockEntityEntry CREATIVE_GENERATOR = REGISTRATE .blockEntity("creative_generator", CreativeGeneratorBlockEntity::new) .validBlocks(TFMGBlocks.CREATIVE_GENERATOR) @@ -345,11 +332,6 @@ public class TFMGBlockEntities { .validBlocks(TFMGBlocks.VOLTMETER) .renderer(() -> VoltMeterRenderer::new) .register(); - public static final BlockEntityEntry AMMETER = REGISTRATE - .blockEntity("ammeter", AmmeterBlockEntity::new) - .validBlocks(TFMGBlocks.AMMETER) - .renderer(() -> VoltMeterRenderer::new) - .register(); public static final BlockEntityEntry TRAFFIC_LIGHT = REGISTRATE .blockEntity("traffic_light", TrafficLightBlockEntity::new) @@ -370,8 +352,8 @@ public class TFMGBlockEntities { .blockEntity("segmented_display", SegmentedDisplayBlockEntity::new) .validBlocks(TFMGBlocks.SEGMENTED_DISPLAY) .renderer(() -> SegmentedDisplayRenderer::new) - .onRegister(assignDataBehaviourBE(new SegmentedDisplayTarget())) - .onRegister(assignDataBehaviourBE(new SegmentedDisplaySource())) + //.onRegister(assignDataBehaviourBE(new SegmentedDisplayTarget())) + //.onRegister(assignDataBehaviourBE(new SegmentedDisplaySource())) .register(); public static final BlockEntityEntry SMOKESTACK = REGISTRATE @@ -389,16 +371,16 @@ public class TFMGBlockEntities { .validBlocks(TFMGBlocks.FLARESTACK) .register(); - public static final BlockEntityEntry TFMG_COGWHEEL = REGISTRATE - .blockEntity("tfmg_simple_kinetic", SimpleKineticBlockEntity::new) - .instance(() -> TFMGCogwheelInstance::new, false) + public static final BlockEntityEntry TFMG_COGWHEEL = REGISTRATE + .blockEntity("tfmg_simple_kinetic", BracketedKineticBlockEntity::new) + .visual(() -> TFMGCogwheelVisual::create, true) .validBlocks(TFMGBlocks.STEEL_COGWHEEL, TFMGBlocks.LARGE_STEEL_COGWHEEL, TFMGBlocks.ALUMINUM_COGWHEEL, TFMGBlocks.LARGE_ALUMINUM_COGWHEEL) .renderer(() -> TFMGCogwheelRenderer::new) .register(); public static final BlockEntityEntry ENCASED_STEEL_COGWHEEL = REGISTRATE .blockEntity("tfmg_encased_steel_cogwheel", SimpleKineticBlockEntity::new) - .instance(() -> EncasedSteelCogInstance::small, false) + .visual(() -> EncasedAluminumCogVisual::small, false) .validBlocks( TFMGEncasedBlocks.STEEL_ENCASED_STEEL_COGWHEEL, TFMGEncasedBlocks.HEAVY_CASING_ENCASED_STEEL_COGWHEEL @@ -409,17 +391,17 @@ public class TFMGBlockEntities { public static final BlockEntityEntry ENCASED_LARGE_STEEL_COGWHEEL = REGISTRATE .blockEntity("encased_large_steel_cogwheel", SimpleKineticBlockEntity::new) - .instance(() -> EncasedSteelCogInstance::large, false) + .visual(() -> EncasedSteelCogVisual::large, false) .validBlocks( TFMGEncasedBlocks.STEEL_ENCASED_LARGE_STEEL_COGWHEEL, TFMGEncasedBlocks.HEAVY_CASING_ENCASED_LARGE_STEEL_COGWHEEL ) - .renderer(() -> EncasedSteelCogRenderer::large) + //.renderer(() -> EncasedSteelCogRenderer::large) .register(); public static final BlockEntityEntry ENCASED_ALUMINUM_COGWHEEL = REGISTRATE .blockEntity("tfmg_encased_aluminum_cogwheel", SimpleKineticBlockEntity::new) - .instance(() -> EncasedAluminumCogInstance::small, false) + .visual(() -> EncasedAluminumCogVisual::small, false) .validBlocks( TFMGEncasedBlocks.STEEL_ENCASED_ALUMINUM_COGWHEEL, TFMGEncasedBlocks.HEAVY_CASING_ENCASED_ALUMINUM_COGWHEEL @@ -430,7 +412,7 @@ public class TFMGBlockEntities { public static final BlockEntityEntry ENCASED_LARGE_ALUMINUM_COGWHEEL = REGISTRATE .blockEntity("encased_large_aluminum_cogwheel", SimpleKineticBlockEntity::new) - .instance(() -> EncasedAluminumCogInstance::large, false) + .visual(() -> EncasedAluminumCogVisual::large, false) .validBlocks( TFMGEncasedBlocks.STEEL_ENCASED_LARGE_ALUMINUM_COGWHEEL, TFMGEncasedBlocks.HEAVY_CASING_ENCASED_LARGE_ALUMINUM_COGWHEEL @@ -441,28 +423,28 @@ public class TFMGBlockEntities { public static final BlockEntityEntry TFMG_ENCASED_SHAFT = REGISTRATE .blockEntity("tfmg_encased_shaft", KineticBlockEntity::new) - .instance(() -> ShaftInstance::new, false) + .visual(() -> SingleAxisRotatingVisual::shaft, false) .validBlocks(TFMGEncasedBlocks.STEEL_ENCASED_SHAFT, TFMGEncasedBlocks.HEAVY_CASING_ENCASED_SHAFT) .renderer(() -> ShaftRenderer::new) .register(); public static final BlockEntityEntry STEEL_GEARBOX = REGISTRATE .blockEntity("steel_gearbox", GearboxBlockEntity::new) - .instance(() -> GearboxInstance::new, false) + .visual(() -> GearboxVisual::new, false) .validBlocks(TFMGBlocks.STEEL_GEARBOX) .renderer(() -> GearboxRenderer::new) .register(); public static final BlockEntityEntry TFMG_FLYWHEEL = REGISTRATE .blockEntity("steel_flywheel", TFMGFlywheelBlockEntity::new) - .instance(() -> TFMGFlywheelInstance::new, false) + .visual(() -> TFMGFlywheelVisual::new, false) .validBlocks( TFMGBlocks.STEEL_FLYWHEEL, TFMGBlocks.ALUMINUM_FLYWHEEL, TFMGBlocks.CAST_IRON_FLYWHEEL, TFMGBlocks.LEAD_FLYWHEEL, TFMGBlocks.NICKEL_FLYWHEEL - +// ) .renderer(() -> TFMGFlywheelRenderer::new) .register(); @@ -491,7 +473,7 @@ public class TFMGBlockEntities { TFMGBlocks.ALUMINUM_CABLE_HUB, TFMGBlocks.HEAVY_CABLE_HUB, TFMGBlocks.STEEL_CASING_CABLE_HUB - +// ) .register(); @@ -508,14 +490,14 @@ public class TFMGBlockEntities { public static final BlockEntityEntry GENERATOR = REGISTRATE .blockEntity("generator", GeneratorBlockEntity::new) - .instance(() -> HalfShaftInstance::new) + .visual(() -> OrientedRotatingVisual.of(AllPartialModels.SHAFT_HALF)) .validBlocks(TFMGBlocks.GENERATOR) .renderer(() -> HalfShaftRenderer::new) .register(); public static final BlockEntityEntry ELECTRIC_MOTOR = REGISTRATE .blockEntity("electric_motor", ElectricMotorBlockEntity::new) - .instance(() -> HalfShaftInstance::new) + .visual(() -> OrientedRotatingVisual.of(AllPartialModels.SHAFT_HALF)) .validBlocks(TFMGBlocks.ELECTRIC_MOTOR) .renderer(() -> HalfShaftRenderer::new) .register(); @@ -535,7 +517,7 @@ public class TFMGBlockEntities { public static final BlockEntityEntry WINDING_MACHINE = REGISTRATE .blockEntity("winding_machine", WindingMachineBlockEntity::new) - .instance(() -> WindingMachineInstance::new) + // .visual(() -> OrientedRotatingVisual.of(AllPartialModels.SHAFT_HALF)) .validBlocks(TFMGBlocks.WINDING_MACHINE) .renderer(() -> WindingMachineRenderer::new) .register(); @@ -577,7 +559,7 @@ public class TFMGBlockEntities { public static final BlockEntityEntry TFMG_MECHANICAL_PUMP = REGISTRATE .blockEntity("mechanical_pump", PumpBlockEntity::new) - .instance(() -> PumpCogInstance::new) + .visual(() -> SingleAxisRotatingVisual.ofZ(AllPartialModels.MECHANICAL_PUMP_COG)) .validBlocks( TFMGPipes.TFMG_PIPES.get(TFMGPipes.PipeMaterial.STEEL).get(3), TFMGPipes.TFMG_PIPES.get(TFMGPipes.PipeMaterial.ALUMINUM).get(3), @@ -602,7 +584,7 @@ public class TFMGBlockEntities { public static final BlockEntityEntry TFMG_FLUID_VALVE = REGISTRATE .blockEntity("fluid_valve", FluidValveBlockEntity::new) - .instance(() -> FluidValveInstance::new) + .visual(() -> FluidValveVisual::new) .validBlocks( TFMGPipes.TFMG_PIPES.get(TFMGPipes.PipeMaterial.STEEL).get(5), TFMGPipes.TFMG_PIPES.get(TFMGPipes.PipeMaterial.ALUMINUM).get(5), @@ -613,7 +595,8 @@ public class TFMGBlockEntities { .renderer(() -> FluidValveRenderer::new) .register(); - public static void init() { + } + } diff --git a/src/main/java/com/drmangotea/tfmg/registry/TFMGBlocks.java b/src/main/java/com/drmangotea/tfmg/registry/TFMGBlocks.java index 4dd66e45..3e091090 100644 --- a/src/main/java/com/drmangotea/tfmg/registry/TFMGBlocks.java +++ b/src/main/java/com/drmangotea/tfmg/registry/TFMGBlocks.java @@ -2,6 +2,7 @@ package com.drmangotea.tfmg.registry; import com.drmangotea.tfmg.base.*; +import com.drmangotea.tfmg.config.TFMGStress; import com.drmangotea.tfmg.content.decoration.LithiumTorchBlock; import com.drmangotea.tfmg.content.decoration.LithiumTorchGenerator; import com.drmangotea.tfmg.content.decoration.cogs.TFMGCogWheelBlock; @@ -29,7 +30,6 @@ import com.drmangotea.tfmg.content.electricity.connection.diagonal.DiagonalCable import com.drmangotea.tfmg.content.electricity.connection.diagonal.DiagonalCableGenerator; import com.drmangotea.tfmg.content.electricity.connection.tube.CableTubeBlock; import com.drmangotea.tfmg.content.electricity.debug.DebugGeneratorBlock; -import com.drmangotea.tfmg.content.electricity.electrians_wrench.ElectricBlockItem; import com.drmangotea.tfmg.content.electricity.generators.GeneratorBlock; import com.drmangotea.tfmg.content.electricity.generators.creative_generator.CreativeGeneratorBlock; import com.drmangotea.tfmg.content.electricity.generators.large_generator.RotorBlock; @@ -38,7 +38,6 @@ import com.drmangotea.tfmg.content.electricity.generators.large_generator.Stator import com.drmangotea.tfmg.content.electricity.lights.LampGenerator; import com.drmangotea.tfmg.content.electricity.lights.LightBulbBlock; import com.drmangotea.tfmg.content.electricity.lights.neon_tube.NeonTubeBlock; -import com.drmangotea.tfmg.content.electricity.measurement.AmmeterBlock; import com.drmangotea.tfmg.content.electricity.measurement.VoltMeterBlock; import com.drmangotea.tfmg.content.electricity.storage.AccumulatorBlock; import com.drmangotea.tfmg.content.electricity.storage.AccumulatorItem; @@ -90,10 +89,10 @@ import com.drmangotea.tfmg.content.machinery.misc.flarestack.FlarestackGenerator import com.drmangotea.tfmg.content.machinery.misc.machine_input.MachineInputBlock; import com.drmangotea.tfmg.content.machinery.misc.smokestack.SmokestackBlock; import com.drmangotea.tfmg.content.machinery.misc.smokestack.SmokestackGenerator; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.base.VatBlock; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.base.VatGenerator; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.electrode_holder.ElectrodeHolderBlock; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.industrial_mixer.IndustrialMixerBlock; +import com.drmangotea.tfmg.content.machinery.vat.base.VatBlock; +import com.drmangotea.tfmg.content.machinery.vat.base.VatGenerator; +import com.drmangotea.tfmg.content.machinery.vat.electrode_holder.ElectrodeHolderBlock; +import com.drmangotea.tfmg.content.machinery.vat.industrial_mixer.IndustrialMixerBlock; import com.drmangotea.tfmg.content.machinery.misc.winding_machine.WindingMachineBlock; import com.drmangotea.tfmg.content.machinery.oil_processing.distillation_tower.IndustrialPipeBlock; import com.drmangotea.tfmg.content.machinery.oil_processing.distillation_tower.controller.DistillationControllerBlock; @@ -111,6 +110,7 @@ import com.drmangotea.tfmg.content.machinery.oil_processing.pumpjack.pumpjack.ha import com.drmangotea.tfmg.content.machinery.oil_processing.surface_scanner.SurfaceScannerBlock; import com.drmangotea.tfmg.content.decoration.LithiumBlock; import com.simibubi.create.AllTags; +import com.simibubi.create.api.stress.BlockStressValues; import com.simibubi.create.content.contraptions.bearing.StabilizedBearingMovementBehaviour; import com.simibubi.create.content.decoration.MetalLadderBlock; import com.simibubi.create.content.decoration.MetalScaffoldingBlock; @@ -119,13 +119,11 @@ import com.simibubi.create.content.decoration.encasing.CasingBlock; import com.simibubi.create.content.decoration.encasing.EncasedCTBehaviour; import com.simibubi.create.content.decoration.encasing.EncasingRegistry; import com.simibubi.create.content.decoration.slidingDoor.SlidingDoorBlock; -import com.simibubi.create.content.kinetics.BlockStressDefaults; import com.simibubi.create.content.kinetics.gearbox.GearboxBlock; import com.simibubi.create.content.kinetics.motor.CreativeMotorGenerator; import com.simibubi.create.content.kinetics.simpleRelays.BracketedKineticBlockModel; import com.simibubi.create.foundation.block.connected.HorizontalCTBehaviour; import com.simibubi.create.foundation.data.*; -import com.simibubi.create.foundation.utility.Couple; import com.tterrag.registrate.providers.loot.RegistrateBlockLootTables; import com.tterrag.registrate.util.DataIngredient; import com.tterrag.registrate.util.entry.BlockEntry; @@ -142,7 +140,7 @@ import net.minecraftforge.common.Tags; import static com.drmangotea.tfmg.TFMG.REGISTRATE; import static com.drmangotea.tfmg.base.TFMGBuilderTransformers.*; import static com.drmangotea.tfmg.content.electricity.lights.LightBulbBlock.LIGHT; -import static com.simibubi.create.AllMovementBehaviours.movementBehaviour; +import static com.simibubi.create.api.behaviour.movement.MovementBehaviour.movementBehaviour; import static com.simibubi.create.foundation.data.BlockStateGen.axisBlock; import static com.simibubi.create.foundation.data.BlockStateGen.simpleCubeAll; import static com.simibubi.create.foundation.data.CreateRegistrate.casingConnectivity; @@ -171,6 +169,49 @@ public class TFMGBlocks { .item() .transform(customItemModel()) .register(); + public static final BlockEntry TURBINE_ENGINE = REGISTRATE.block("turbine_engine", RegularEngineBlock::new) + .initialProperties(() -> Blocks.IRON_BLOCK) + .properties(p -> p.sound(SoundType.NETHERITE_BLOCK)) + .properties(BlockBehaviour.Properties::noOcclusion) + .onRegister(connectedTextures(()->new EngineCTBehavior(TFMGSpriteShifts.REGULAR_ENGINE_TOP, TFMGSpriteShifts.REGULAR_ENGINE_BOTTOM, TFMGSpriteShifts.REGULAR_ENGINE_SIDE))) + .blockstate(new EngineGenerator()::generate) + .item() + .transform(customItemModel()) + .register(); + public static final BlockEntry ROTARY_ENGINE = REGISTRATE.block("rotary_engine", RegularEngineBlock::new) + .initialProperties(() -> Blocks.IRON_BLOCK) + .properties(p -> p.sound(SoundType.NETHERITE_BLOCK)) + .properties(BlockBehaviour.Properties::noOcclusion) + .onRegister(connectedTextures(()->new EngineCTBehavior(TFMGSpriteShifts.REGULAR_ENGINE_TOP, TFMGSpriteShifts.REGULAR_ENGINE_BOTTOM, TFMGSpriteShifts.REGULAR_ENGINE_SIDE))) + .blockstate(new EngineGenerator()::generate) + .item() + .transform(customItemModel()) + .register(); + public static final BlockEntry RADIAL_ENGINE = REGISTRATE.block("regular_engine", RegularEngineBlock::new) + .initialProperties(() -> Blocks.IRON_BLOCK) + .properties(p -> p.sound(SoundType.NETHERITE_BLOCK)) + .properties(BlockBehaviour.Properties::noOcclusion) + .onRegister(connectedTextures(()->new EngineCTBehavior(TFMGSpriteShifts.REGULAR_ENGINE_TOP, TFMGSpriteShifts.REGULAR_ENGINE_BOTTOM, TFMGSpriteShifts.REGULAR_ENGINE_SIDE))) + .blockstate(new EngineGenerator()::generate) + .item() + .transform(customItemModel()) + .register(); + public static final BlockEntry LARGE_ENGINE = REGISTRATE.block("regular_engine", RegularEngineBlock::new) + .initialProperties(() -> Blocks.IRON_BLOCK) + .properties(p -> p.sound(SoundType.NETHERITE_BLOCK)) + .properties(BlockBehaviour.Properties::noOcclusion) + .onRegister(connectedTextures(()->new EngineCTBehavior(TFMGSpriteShifts.REGULAR_ENGINE_TOP, TFMGSpriteShifts.REGULAR_ENGINE_BOTTOM, TFMGSpriteShifts.REGULAR_ENGINE_SIDE))) + .blockstate(new EngineGenerator()::generate) + .item() + .transform(customItemModel()) + .register(); + public static final BlockEntry ENGINE_EXPANSION = REGISTRATE.block("engine_expansion", Block::new) + .initialProperties(() -> Blocks.IRON_BLOCK) + .properties(p -> p.sound(SoundType.NETHERITE_BLOCK)) + .properties(BlockBehaviour.Properties::noOcclusion) + .item() + .transform(customItemModel()) + .register(); public static final BlockEntry ENGINE_GEARBOX = REGISTRATE.block("engine_gearbox", EngineGearboxBlock::new) .initialProperties(() -> Blocks.IRON_BLOCK) .properties(p -> p.sound(SoundType.NETHERITE_BLOCK)) @@ -380,14 +421,42 @@ public class TFMGBlocks { //------------------VAT_MACHINES------------------// @SuppressWarnings("'addLayer(java.util.function.Supplier>)' is deprecated and marked for removal ") public static final BlockEntry STEEL_CHEMICAL_VAT = - REGISTRATE.block("steel_chemical_vat", VatBlock::new) + REGISTRATE.block("steel_chemical_vat", VatBlock::steel) .initialProperties(SharedProperties::copperMetal) .properties(p -> p.sound(SoundType.NETHERITE_BLOCK)) .properties(BlockBehaviour.Properties::noOcclusion) .properties(p -> p.isRedstoneConductor((p1, p2, p3) -> true)) .transform(pickaxeOnly()) .blockstate(new VatGenerator()::generate) - .onRegister(CreateRegistrate.blockModel(() -> SteelFluidTankModel::standard)) + .onRegister(CreateRegistrate.blockModel(() -> SteelFluidTankModel::steelVat)) + .addLayer(() -> RenderType::cutoutMipped) + .item(SteelTankItem::new) + .model(AssetLookup.customBlockItemModel("_", "block_single_window")) + .build() + .register(); + public static final BlockEntry CAST_IRON_CHEMICAL_VAT = + REGISTRATE.block("cast_iron_chemical_vat", VatBlock::cast_iron) + .initialProperties(SharedProperties::copperMetal) + .properties(p -> p.sound(SoundType.NETHERITE_BLOCK)) + .properties(BlockBehaviour.Properties::noOcclusion) + .properties(p -> p.isRedstoneConductor((p1, p2, p3) -> true)) + .transform(pickaxeOnly()) + .blockstate(new VatGenerator()::generate) + .onRegister(CreateRegistrate.blockModel(() -> SteelFluidTankModel::castIronVat)) + .addLayer(() -> RenderType::cutoutMipped) + .item(SteelTankItem::new) + .model(AssetLookup.customBlockItemModel("_", "block_single_window")) + .build() + .register(); + public static final BlockEntry FIREPROOF_CHEMICAL_VAT = + REGISTRATE.block("fireproof_chemical_vat", VatBlock::fireproof) + .initialProperties(SharedProperties::copperMetal) + .properties(p -> p.sound(SoundType.NETHERITE_BLOCK)) + .properties(BlockBehaviour.Properties::noOcclusion) + .properties(p -> p.isRedstoneConductor((p1, p2, p3) -> true)) + .transform(pickaxeOnly()) + .blockstate(new VatGenerator()::generate) + .onRegister(CreateRegistrate.blockModel(() -> SteelFluidTankModel::fireproofVat)) .addLayer(() -> RenderType::cutoutMipped) .item(SteelTankItem::new) .model(AssetLookup.customBlockItemModel("_", "block_single_window")) @@ -635,7 +704,7 @@ public class TFMGBlocks { .properties(p -> p .strength(4.5F)) .transform(axeOrPickaxe()) - .transform(BlockStressDefaults.setImpact(4.0)) + .transform(TFMGStress.setImpact(4.0)) .blockstate(BlockStateGen.directionalBlockProvider(true)) .item() .build() @@ -646,7 +715,7 @@ public class TFMGBlocks { .properties(BlockBehaviour.Properties::noOcclusion) .transform(pickaxeOnly()) .blockstate(BlockStateGen.horizontalBlockProvider(true)) - .transform(BlockStressDefaults.setImpact(4.0)) + .transform(TFMGStress.setImpact(4.0)) .item() .transform(customItemModel()) .register(); @@ -804,7 +873,7 @@ public class TFMGBlocks { .initialProperties(() -> Blocks.IRON_BLOCK) .transform(pickaxeOnly()) .properties(BlockBehaviour.Properties::noOcclusion) - .transform(BlockStressDefaults.setImpact(40.0)) + .transform(TFMGStress.setImpact(5.0f)) .blockstate(BlockStateGen.directionalBlockProvider(true)) .item() .transform(customItemModel()) @@ -955,8 +1024,8 @@ public class TFMGBlocks { .transform(pickaxeOnly()) .properties(BlockBehaviour.Properties::noOcclusion) .blockstate(new CreativeMotorGenerator()::generate) - .transform(BlockStressDefaults.setCapacity(45.0)) - .transform(BlockStressDefaults.setGeneratorSpeed(() -> Couple.create(0, 256))) + .transform(TFMGStress.setCapacity(45.0)) + .onRegister(BlockStressValues.setGeneratorSpeed(64, true)) .item() .transform(customItemModel()) .register(); @@ -1111,15 +1180,7 @@ public class TFMGBlocks { .transform(pickaxeOnly()) .properties(BlockBehaviour.Properties::noOcclusion) .blockstate(BlockStateGen.horizontalBlockProvider(true)) - .item() - .transform(customItemModel()) - .register(); - public static final BlockEntry AMMETER = - REGISTRATE.block("ammeter", AmmeterBlock::new) - .initialProperties(() -> Blocks.IRON_BLOCK) - .transform(pickaxeOnly()) - .properties(BlockBehaviour.Properties::noOcclusion) - .blockstate(BlockStateGen.horizontalBlockProvider(true)) + .lang("Electric Gauge") .item() .transform(customItemModel()) .register(); @@ -1139,7 +1200,7 @@ public class TFMGBlocks { .transform(pickaxeOnly()) .properties(BlockBehaviour.Properties::noOcclusion) .blockstate(BlockStateGen.axisBlockProvider(true)) - .transform(BlockStressDefaults.setImpact(10)) + .transform(TFMGStress.setImpact(10)) .item() .transform(customItemModel()) .register(); @@ -1268,7 +1329,7 @@ public class TFMGBlocks { REGISTRATE.block("steel_cogwheel", TFMGCogWheelBlock::small) .initialProperties(SharedProperties::stone) .properties(p -> p.sound(SoundType.NETHERITE_BLOCK)) - .transform(BlockStressDefaults.setNoImpact()) + .transform(TFMGStress.setNoImpact()) .transform(axeOrPickaxe()) .blockstate(BlockStateGen.axisBlockProvider(false)) .onRegister(CreateRegistrate.blockModel(() -> BracketedKineticBlockModel::new)) @@ -1281,7 +1342,7 @@ public class TFMGBlocks { .initialProperties(SharedProperties::stone) .properties(p -> p.sound(SoundType.NETHERITE_BLOCK)) .transform(axeOrPickaxe()) - .transform(BlockStressDefaults.setNoImpact()) + .transform(TFMGStress.setNoImpact()) .blockstate(BlockStateGen.axisBlockProvider(false)) .onRegister(CreateRegistrate.blockModel(() -> BracketedKineticBlockModel::new)) .item(TFMGCogwheelBlockItem::new) @@ -1293,7 +1354,7 @@ public class TFMGBlocks { .initialProperties(SharedProperties::stone) .properties(p -> p.sound(SoundType.COPPER)) .addLayer(() -> RenderType::cutoutMipped) - .transform(BlockStressDefaults.setNoImpact()) + .transform(TFMGStress.setNoImpact()) .transform(axeOrPickaxe()) .blockstate(BlockStateGen.axisBlockProvider(false)) .onRegister(CreateRegistrate.blockModel(() -> BracketedKineticBlockModel::new)) @@ -1307,7 +1368,7 @@ public class TFMGBlocks { .properties(p -> p.sound(SoundType.COPPER)) .addLayer(() -> RenderType::cutoutMipped) .transform(axeOrPickaxe()) - .transform(BlockStressDefaults.setNoImpact()) + .transform(TFMGStress.setNoImpact()) .blockstate(BlockStateGen.axisBlockProvider(false)) .onRegister(CreateRegistrate.blockModel(() -> BracketedKineticBlockModel::new)) .item(TFMGCogwheelBlockItem::new) @@ -1526,7 +1587,7 @@ public class TFMGBlocks { //------------------GEARBOXES------------------// public static final BlockEntry STEEL_GEARBOX = REGISTRATE.block("steel_gearbox", SteelGearboxBlock::new) .initialProperties(SharedProperties::stone) - .transform(BlockStressDefaults.setNoImpact()) + .transform(TFMGStress.setNoImpact()) .transform(axeOrPickaxe()) .properties(p -> p.noOcclusion()) .onRegister(CreateRegistrate.connectedTextures(() -> new EncasedCTBehaviour(TFMGSpriteShifts.HEAVY_MACHINERY_CASING))) @@ -1653,11 +1714,11 @@ public class TFMGBlocks { //------------------FLYWHEELS------------------// public static final BlockEntry - STEEL_FLYWHEEL = flywheel("steel"), - LEAD_FLYWHEEL = flywheel("lead"), - CAST_IRON_FLYWHEEL = flywheel("cast_iron"), - ALUMINUM_FLYWHEEL = flywheel("aluminum"), - NICKEL_FLYWHEEL = flywheel("nickel"); + STEEL_FLYWHEEL = flywheel("steel", TFMGFlywheelBlock::steel), + LEAD_FLYWHEEL = flywheel("lead", TFMGFlywheelBlock::lead), + CAST_IRON_FLYWHEEL = flywheel("cast_iron", TFMGFlywheelBlock::cast_iron), + ALUMINUM_FLYWHEEL = flywheel("aluminum", TFMGFlywheelBlock::aluminum), + NICKEL_FLYWHEEL = flywheel("nickel", TFMGFlywheelBlock::nickel); public static String[] DECOR_METALS = {"steel", "aluminum", "cast_iron", "lead", "nickel","constantan" , "copper", "zinc", "brass"}; diff --git a/src/main/java/com/drmangotea/tfmg/registry/TFMGEncasedBlocks.java b/src/main/java/com/drmangotea/tfmg/registry/TFMGEncasedBlocks.java index 733b30b0..8d405b41 100644 --- a/src/main/java/com/drmangotea/tfmg/registry/TFMGEncasedBlocks.java +++ b/src/main/java/com/drmangotea/tfmg/registry/TFMGEncasedBlocks.java @@ -8,8 +8,8 @@ import com.simibubi.create.AllBlocks; import com.simibubi.create.content.decoration.encasing.EncasingRegistry; import com.simibubi.create.content.kinetics.simpleRelays.encased.EncasedCogCTBehaviour; import com.simibubi.create.foundation.data.CreateRegistrate; -import com.simibubi.create.foundation.utility.Couple; import com.tterrag.registrate.util.entry.BlockEntry; +import net.createmod.catnip.data.Couple; import static com.drmangotea.tfmg.TFMG.REGISTRATE; import static com.drmangotea.tfmg.content.decoration.encased.TFMGEncasedCogwheelBlock.aluminum; @@ -21,14 +21,14 @@ public class TFMGEncasedBlocks { public static final BlockEntry STEEL_ENCASED_SHAFT = REGISTRATE.block("steel_encased_shaft", p -> new TFMGEncasedShaftBlock(p, TFMGBlocks.STEEL_CASING::get)) .transform(TFMGBuilderTransformers.encasedShaft("steel", () -> TFMGSpriteShifts.STEEL_CASING)) - .transform(EncasingRegistry.addVariantTo(AllBlocks.SHAFT)) + // .transform(EncasingRegistry.addVariantTo(AllBlocks.SHAFT)) .transform(axeOrPickaxe()) .register(); public static final BlockEntry HEAVY_CASING_ENCASED_SHAFT = REGISTRATE.block("heavy_casing_encased_shaft", p -> new TFMGEncasedShaftBlock(p, TFMGBlocks.HEAVY_MACHINERY_CASING::get)) .transform(TFMGBuilderTransformers.encasedShaft("heavy_casing", () -> TFMGSpriteShifts.HEAVY_MACHINERY_CASING)) - .transform(EncasingRegistry.addVariantTo(AllBlocks.SHAFT)) + //.transform(EncasingRegistry.addVariantTo(AllBlocks.SHAFT)) .transform(axeOrPickaxe()) .register(); diff --git a/src/main/java/com/drmangotea/tfmg/registry/TFMGEntityTypes.java b/src/main/java/com/drmangotea/tfmg/registry/TFMGEntityTypes.java index 8c948c7b..0508e128 100644 --- a/src/main/java/com/drmangotea/tfmg/registry/TFMGEntityTypes.java +++ b/src/main/java/com/drmangotea/tfmg/registry/TFMGEntityTypes.java @@ -14,7 +14,8 @@ import com.drmangotea.tfmg.content.items.weapons.explosives.thermite_grenades.Th import com.drmangotea.tfmg.content.items.weapons.lithium_blade.LithiumSpark; import com.drmangotea.tfmg.content.items.weapons.lithium_blade.LithiumSparkRenderer; import com.simibubi.create.foundation.data.CreateEntityBuilder; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import com.tterrag.registrate.util.entry.EntityEntry; import com.tterrag.registrate.util.nullness.NonNullConsumer; import com.tterrag.registrate.util.nullness.NonNullFunction; @@ -76,7 +77,7 @@ public class TFMGEntityTypes { NonNullSupplier>> renderer, MobCategory group, int range, int updateFrequency, boolean sendVelocity, boolean immuneToFire, NonNullConsumer> propertyBuilder) { - String id = Lang.asId(name); + String id = CreateLang.asId(name); return (CreateEntityBuilder) TFMG.REGISTRATE .entity(id, factory, group) .properties(b -> b.setTrackingRange(range) diff --git a/src/main/java/com/drmangotea/tfmg/registry/TFMGFluids.java b/src/main/java/com/drmangotea/tfmg/registry/TFMGFluids.java index 96d5dc9a..9053fc17 100644 --- a/src/main/java/com/drmangotea/tfmg/registry/TFMGFluids.java +++ b/src/main/java/com/drmangotea/tfmg/registry/TFMGFluids.java @@ -8,10 +8,10 @@ import com.drmangotea.tfmg.base.fluid.HotFluidType; import com.simibubi.create.AllFluids; import com.simibubi.create.AllTags; import com.simibubi.create.content.fluids.VirtualFluid; -import com.simibubi.create.foundation.utility.Color; import com.tterrag.registrate.builders.FluidBuilder; import com.tterrag.registrate.util.entry.FluidEntry; import com.tterrag.registrate.util.nullness.NonNullFunction; +import net.createmod.catnip.theme.Color; import net.minecraft.core.BlockPos; import net.minecraft.resources.ResourceLocation; import net.minecraft.tags.TagKey; @@ -34,50 +34,49 @@ public class TFMGFluids { LPG = gasFuel("lpg", TFMGTags.TFMGFluidTags.LPG.tag, TFMGTags.TFMGFluidTags.FIREBOX_FUEL.tag), BUTANE = gasFuel("butane", TFMGTags.TFMGFluidTags.FIREBOX_FUEL.tag), PROPANE = gasFuel("propane", TFMGTags.TFMGFluidTags.FIREBOX_FUEL.tag), + HYDROGEN = gasFuel("hydrogen"), - FURNACE_GAS = gasFuel("furnace_gas", TFMGTags.TFMGFluidTags.BLAST_STOVE_FUEL.tag, TFMGTags.TFMGFluidTags.FURNACE_GAS.tag), - // METHANE = gasFuel("methane"), - ETHYLENE = gas("ethylene"), - PROPYLENE =gas("propylene"), - NEON =gas("neon"), - CARBON_DIOXIDE =gas("carbon_dioxide"), - AIR =gas("air"), - HOT_AIR =gas("hot_air") - ; + FURNACE_GAS = gasFuel("furnace_gas", TFMGTags.TFMGFluidTags.BLAST_STOVE_FUEL.tag, TFMGTags.TFMGFluidTags.FURNACE_GAS.tag), + // METHANE = gasFuel("methane"), + ETHYLENE = gas("ethylene"), + PROPYLENE = gas("propylene"), + NEON = gas("neon"), + CARBON_DIOXIDE = gas("carbon_dioxide"), + AIR = gas("air"), + HOT_AIR = gas("hot_air"); public static final FluidEntry - CRUDE_OIL = fluid("crude_oil",0x010101,TFMGTags.TFMGFluidTags.CRUDE_OIL.tag, TFMGTags.TFMGFluidTags.FLAMMABLE.tag), - HEAVY_OIL = fluid("heavy_oil",0x010101,TFMGTags.TFMGFluidTags.HEAVY_OIL.tag, TFMGTags.TFMGFluidTags.FLAMMABLE.tag), + CRUDE_OIL = fluid("crude_oil", 0x010101, TFMGTags.TFMGFluidTags.CRUDE_OIL.tag, TFMGTags.TFMGFluidTags.FLAMMABLE.tag), + HEAVY_OIL = fluid("heavy_oil", 0x010101, TFMGTags.TFMGFluidTags.HEAVY_OIL.tag, TFMGTags.TFMGFluidTags.FLAMMABLE.tag), - GASOLINE = fuel("gasoline",0x010101,TFMGTags.TFMGFluidTags.GASOLINE.tag), - DIESEL = fuel("diesel",0x010101,TFMGTags.TFMGFluidTags.DIESEL.tag, TFMGTags.TFMGFluidTags.FIREBOX_FUEL.tag), - NAPHTHA = fuel("naphtha",0x010101,TFMGTags.TFMGFluidTags.NAPHTHA.tag, TFMGTags.TFMGFluidTags.FIREBOX_FUEL.tag), - KEROSENE = fuel("kerosene",0x010101,TFMGTags.TFMGFluidTags.KEROSENE.tag, TFMGTags.TFMGFluidTags.FIREBOX_FUEL.tag), - CREOSOTE = fuel("creosote",0x010101,TFMGTags.TFMGFluidTags.CREOSOTE.tag, TFMGTags.TFMGFluidTags.BLAST_STOVE_FUEL.tag), + GASOLINE = fuel("gasoline", 0x010101, TFMGTags.TFMGFluidTags.GASOLINE.tag), + DIESEL = fuel("diesel", 0x010101, TFMGTags.TFMGFluidTags.DIESEL.tag, TFMGTags.TFMGFluidTags.FIREBOX_FUEL.tag), + NAPHTHA = fuel("naphtha", 0x010101, TFMGTags.TFMGFluidTags.NAPHTHA.tag, TFMGTags.TFMGFluidTags.FIREBOX_FUEL.tag), + KEROSENE = fuel("kerosene", 0x010101, TFMGTags.TFMGFluidTags.KEROSENE.tag, TFMGTags.TFMGFluidTags.FIREBOX_FUEL.tag), + CREOSOTE = fuel("creosote", 0x010101, TFMGTags.TFMGFluidTags.CREOSOTE.tag, TFMGTags.TFMGFluidTags.BLAST_STOVE_FUEL.tag), - MOLTEN_STEEL = hotFluid("molten_steel",0x010101,TFMGTags.TFMGFluidTags.MOLTEN_STEEL.tag), - MOLTEN_SLAG = hotFluid("molten_slag",0x010101), - MOLTEN_PLASTIC = hotFluid("molten_plastic",0x010101), - LIQUID_SILICON = hotFluid("liquid_silicon",0x010101), + MOLTEN_STEEL = hotFluid("molten_steel", 0x010101, TFMGTags.TFMGFluidTags.MOLTEN_STEEL.tag), + MOLTEN_SLAG = hotFluid("molten_slag", 0x010101), + MOLTEN_PLASTIC = hotFluid("molten_plastic", 0x010101), + LIQUID_SILICON = hotFluid("liquid_silicon", 0x010101), - LUBRICATION_OIL = fluid("lubrication_oil", 0x010101, TFMGTags.TFMGFluidTags.LUBRICATION_OIL.tag, TFMGTags.TFMGFluidTags.FLAMMABLE.tag), + LUBRICATION_OIL = fluid("lubrication_oil", 0x010101, TFMGTags.TFMGFluidTags.LUBRICATION_OIL.tag, TFMGTags.TFMGFluidTags.FLAMMABLE.tag), - COOLING_FLUID = fluid("cooling_fluid", 0x010101), + COOLING_FLUID = fluid("cooling_fluid", 0x010101), - NAPALM = fluid("napalm", 0x010101), + NAPALM = fluid("napalm", 0x010101), + SULFURIC_ACID = fluid("napalm", 0x010101), - LIQUID_CONCRETE = concreteFluid("liquid_concrete",0x010101, ConcreteFluid.Source::new), - - LIQUID_ASPHALT = concreteFluid("liquid_asphalt",0x010101, AsphaltFluid.Source::new) - ; + LIQUID_CONCRETE = concreteFluid("liquid_concrete", 0x010101, ConcreteFluid.Source::new), + LIQUID_ASPHALT = concreteFluid("liquid_asphalt", 0x010101, AsphaltFluid.Source::new); @SafeVarargs private static FluidEntry fluid(String name, int fogColor, TagKey... tags) { - return REGISTRATE.fluid(name,getLocation(name),getLocationFlow(name), - SolidRenderedPlaceableFluidType.create(fogColor,()->1f)) + return REGISTRATE.fluid(name, getLocation(name), getLocationFlow(name), + SolidRenderedPlaceableFluidType.create(fogColor, () -> 1f)) .lang(toHumanReadable(name)) .properties(b -> b.viscosity(1000) .density(1000)) @@ -88,15 +87,15 @@ public class TFMGFluids { .tag(tags) .source(ForgeFlowingFluid.Source::new) .bucket() - .tag(AllTags.forgeItemTag("buckets/"+name)) + .tag(AllTags.forgeItemTag("buckets/" + name)) .build() .register(); } @SafeVarargs private static FluidEntry fuel(String name, int fogColor, TagKey... tags) { - return REGISTRATE.fluid(name,getLocation(name),getLocationFlow(name), - SolidRenderedPlaceableFluidType.create(fogColor,()->1f)) + return REGISTRATE.fluid(name, getLocation(name), getLocationFlow(name), + SolidRenderedPlaceableFluidType.create(fogColor, () -> 1f)) .lang(toHumanReadable(name)) .properties(b -> b.viscosity(1000) .density(1000)) @@ -108,15 +107,15 @@ public class TFMGFluids { .tag(TFMGTags.TFMGFluidTags.FUEL.tag, TFMGTags.TFMGFluidTags.FLAMMABLE.tag) .source(ForgeFlowingFluid.Source::new) .bucket() - .tag(AllTags.forgeItemTag("buckets/"+name)) + .tag(AllTags.forgeItemTag("buckets/" + name)) .build() .register(); } @SafeVarargs private static FluidEntry hotFluid(String name, int fogColor, TagKey... tags) { - return REGISTRATE.fluid(name,getLocation(name),getLocationFlow(name), - HotFluidType.create(fogColor,()->1f)) + return REGISTRATE.fluid(name, getLocation(name), getLocationFlow(name), + HotFluidType.create(fogColor, () -> 1f)) .lang(toHumanReadable(name)) .properties(b -> b.viscosity(1000) .density(1000)) @@ -127,14 +126,15 @@ public class TFMGFluids { .tag(tags) .source(ForgeFlowingFluid.Source::new) .bucket() - .tag(AllTags.forgeItemTag("buckets/"+name)) + .tag(AllTags.forgeItemTag("buckets/" + name)) .build() .register(); } + @SafeVarargs private static FluidEntry concreteFluid(String name, int fogColor, NonNullFunction factory, TagKey... tags) { - return REGISTRATE.fluid(name,getLocation(name),getLocationFlow(name), - SolidRenderedPlaceableFluidType.create(fogColor,()->1f)) + return REGISTRATE.fluid(name, getLocation(name), getLocationFlow(name), + SolidRenderedPlaceableFluidType.create(fogColor, () -> 1f)) .lang(toHumanReadable(name)) .properties(b -> b.viscosity(5000) .density(2500)) @@ -145,52 +145,50 @@ public class TFMGFluids { .tag(tags) .source(factory) .bucket() - .tag(AllTags.forgeItemTag("buckets/"+name)) + .tag(AllTags.forgeItemTag("buckets/" + name)) .build() .register(); } - - @SafeVarargs - public static FluidEntry gas(String name, TagKey... tags){ - return REGISTRATE.gasFluid(name,getLocation(name),getLocationFlow(name)) + public static FluidEntry gas(String name, TagKey... tags) { + return REGISTRATE.gasFluid(name, getLocation(name), getLocationFlow(name)) .lang(TFMGUtils.fromId(name)) .tag(tags) .tag(TFMGTags.TFMGFluidTags.GAS.tag) .bucket() - .lang(TFMGUtils.fromId(name)+" Tank") - .tag(AllTags.forgeItemTag("buckets/"+name)) + .lang(TFMGUtils.fromId(name) + " Tank") + .tag(AllTags.forgeItemTag("buckets/" + name)) .build() .register(); } @SafeVarargs - public static FluidEntry gasFuel(String name, TagKey... tags){ - return REGISTRATE.gasFluid(name,getGasLocation(name),getGasLocation(name)) + public static FluidEntry gasFuel(String name, TagKey... tags) { + return REGISTRATE.gasFluid(name, getGasLocation(name), getGasLocation(name)) .lang(TFMGUtils.fromId(name)) .tag(tags) .tag(TFMGTags.TFMGFluidTags.GAS.tag) .tag(TFMGTags.TFMGFluidTags.FUEL.tag) .tag(TFMGTags.TFMGFluidTags.FLAMMABLE.tag) .bucket() - .lang(TFMGUtils.fromId(name)+" Tank") - .tag(AllTags.forgeItemTag("buckets/"+name)) + .lang(TFMGUtils.fromId(name) + " Tank") + .tag(AllTags.forgeItemTag("buckets/" + name)) .build() .register(); } - public static ResourceLocation getGasLocation(String name){ - return TFMG.asResource("fluid/"+name); + public static ResourceLocation getGasLocation(String name) { + return TFMG.asResource("fluid/" + name); } - public static ResourceLocation getLocation(String name){ - return TFMG.asResource("fluid/"+name+"_still"); + public static ResourceLocation getLocation(String name) { + return TFMG.asResource("fluid/" + name + "_still"); } - public static ResourceLocation getLocationFlow(String name){ - return TFMG.asResource("fluid/"+name+"_flow"); + public static ResourceLocation getLocationFlow(String name) { + return TFMG.asResource("fluid/" + name + "_flow"); } public static class SolidRenderedPlaceableFluidType extends AllFluids.TintedFluidType { @@ -199,7 +197,6 @@ public class TFMGFluids { private Supplier fogDistance; - public static FluidBuilder.FluidTypeFactory create(int fogColor, Supplier fogDistance) { return (p, s, f) -> { SolidRenderedPlaceableFluidType fluidType = new SolidRenderedPlaceableFluidType(p, s, f); @@ -210,7 +207,7 @@ public class TFMGFluids { } public SolidRenderedPlaceableFluidType(Properties properties, ResourceLocation stillTexture, - ResourceLocation flowingTexture) { + ResourceLocation flowingTexture) { super(properties, stillTexture, flowingTexture); } @@ -237,5 +234,6 @@ public class TFMGFluids { } - public static void init(){} + public static void init() { + } } diff --git a/src/main/java/com/drmangotea/tfmg/registry/TFMGGuiTextures.java b/src/main/java/com/drmangotea/tfmg/registry/TFMGGuiTextures.java index d2b33131..d17244b9 100644 --- a/src/main/java/com/drmangotea/tfmg/registry/TFMGGuiTextures.java +++ b/src/main/java/com/drmangotea/tfmg/registry/TFMGGuiTextures.java @@ -3,9 +3,9 @@ package com.drmangotea.tfmg.registry; import com.drmangotea.tfmg.TFMG; import com.mojang.blaze3d.systems.RenderSystem; -import com.simibubi.create.foundation.gui.UIRenderHelper; -import com.simibubi.create.foundation.gui.element.ScreenElement; -import com.simibubi.create.foundation.utility.Color; +import net.createmod.catnip.gui.UIRenderHelper; +import net.createmod.catnip.gui.element.ScreenElement; +import net.createmod.catnip.theme.Color; import net.minecraft.client.gui.GuiGraphics; import net.minecraft.resources.ResourceLocation; import net.minecraftforge.api.distmarker.Dist; @@ -16,12 +16,20 @@ public enum TFMGGuiTextures implements ScreenElement { // SCREENS ELECTRICIANS_WRENCH("electricians_wrench", 0, 0, 188, 101), + ENGINE_CONTROLLER("engine_controller", 0, 0, 179, 109), // JEI DISTILLATION_TOWER_TOP("distillation_tower", 0, 0, 44, 12), DISTILLATION_TOWER_MIDDLE("distillation_tower", 0, 12, 44, 24), DISTILLATION_TOWER_BOTTOM("distillation_tower", 0, 36, 44, 24), DISTILLATION_TOWER_FIRE("distillation_tower", 0, 60, 44, 12), BLAST_STOVE("distillation_tower", 60, 0, 45, 105), + VAT("chemical_vat", 0, 0, 110, 84), + VAT_MACHINE("chemical_vat", 112, 0, 24, 24), + SLOT("chemical_vat", 112, 24, 20, 20), + MIXER("chemical_vat", 136, 0, 38, 37), + ELECTRODE("chemical_vat", 189, 0, 8, 29), + GRAPHITE_ELECTRODE("chemical_vat", 176, 0, 8, 29), + FIREPROOF_BRICK_OVERLAY("chemical_vat", 0, 84, 96, 72), ; diff --git a/src/main/java/com/drmangotea/tfmg/registry/TFMGItems.java b/src/main/java/com/drmangotea/tfmg/registry/TFMGItems.java index 166eeb84..1a789ee2 100644 --- a/src/main/java/com/drmangotea/tfmg/registry/TFMGItems.java +++ b/src/main/java/com/drmangotea/tfmg/registry/TFMGItems.java @@ -3,6 +3,7 @@ package com.drmangotea.tfmg.registry; import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.base.TFMGArmorMaterials; import com.drmangotea.tfmg.base.TFMGTiers; +import com.drmangotea.tfmg.content.electricity.measurement.MultimeterItem; import com.drmangotea.tfmg.content.engines.CylinderItem; import com.drmangotea.tfmg.content.decoration.gearbox.SteelVerticalGearboxItem; import com.drmangotea.tfmg.content.electricity.connection.cables.CableConnection; @@ -12,6 +13,7 @@ import com.drmangotea.tfmg.content.electricity.utilities.fuse_block.FuseItem; import com.drmangotea.tfmg.content.electricity.utilities.resistor.ResistorItem; import com.drmangotea.tfmg.content.electricity.utilities.transformer.ElectromagneticCoilItem; import com.drmangotea.tfmg.content.engines.FluidContainingItem; +import com.drmangotea.tfmg.content.engines.upgrades.TransmissionItem; import com.drmangotea.tfmg.content.items.CoalCokeItem; import com.drmangotea.tfmg.content.items.ScrewdriverItem; import com.drmangotea.tfmg.content.items.weapons.LeadAxeItem; @@ -26,7 +28,7 @@ import com.drmangotea.tfmg.content.items.weapons.lithium_blade.LithiumBladeItem; import com.drmangotea.tfmg.content.items.weapons.quad_potato_cannon.QuadPotatoCannonItem; import com.drmangotea.tfmg.content.machinery.misc.winding_machine.SpoolItem; import com.drmangotea.tfmg.content.machinery.oil_processing.pumpjack.pumpjack.base.DepositItem; -import com.jozufozu.flywheel.core.PartialModel; +import dev.engine_room.flywheel.lib.model.baked.PartialModel; import com.simibubi.create.AllTags; import com.simibubi.create.content.processing.sequenced.SequencedAssemblyItem; import com.simibubi.create.foundation.data.AssetLookup; @@ -36,6 +38,7 @@ import net.minecraft.world.item.*; import net.minecraftforge.common.Tags; import static com.drmangotea.tfmg.TFMG.REGISTRATE; +import static com.drmangotea.tfmg.base.TFMGBuilderTransformers.COLORS; import static com.drmangotea.tfmg.content.items.weapons.explosives.thermite_grenades.ThermiteGrenade.ChemicalColor.*; import static com.simibubi.create.AllTags.AllItemTags.CREATE_INGOTS; import static com.simibubi.create.AllTags.forgeItemTag; @@ -50,7 +53,6 @@ public class TFMGItems { STEEL_INGOT = taggedIngredient("steel_ingot", forgeItemTag("ingots/steel"), CREATE_INGOTS.tag), CAST_IRON_INGOT = taggedIngredient("cast_iron_ingot", forgeItemTag("ingots/cast_iron"), CREATE_INGOTS.tag), ALUMINUM_INGOT = taggedIngredient("aluminum_ingot", forgeItemTag("ingots/aluminum"), CREATE_INGOTS.tag), - PLASTIC_SHEET = taggedIngredient("plastic_sheet", forgeItemTag("ingots/plastic"), CREATE_INGOTS.tag), HEAVY_PLATE = taggedIngredient("heavy_plate", forgeItemTag("plates/steel")), ALUMINUM_SHEET = taggedIngredient("aluminum_sheet", forgeItemTag("plates/aluminum")), @@ -89,7 +91,7 @@ public class TFMGItems { FIRECLAY_BALL = REGISTRATE.item("fireclay_ball", Item::new).register(), SCREW = REGISTRATE.item("screw", Item::new).register(), - TURBINE_BLADE = REGISTRATE.item("turbine_blade", Item::new).register(), + TURBINE_BLADE = REGISTRATE.item("turbine_blade", Item::new).register(), THERMITE_POWDER = REGISTRATE.item("thermite_powder", Item::new).register(), STEEL_MECHANISM = REGISTRATE.item("steel_mechanism", Item::new).register(), NITRATE_DUST = REGISTRATE.item("nitrate_dust", Item::new).register(), @@ -105,9 +107,9 @@ public class TFMGItems { ZINC_SULFATE = REGISTRATE.item("zinc_sulfate", Item::new).register(), COPPER_SULFATE = REGISTRATE.item("copper_sulfate", Item::new).register(), LITHIUM_CHARGE = REGISTRATE.item("lithium_charge", Item::new).register(), - TURBO = REGISTRATE.item("turbo", Item::new).register(), - GOLDEN_TURBO = REGISTRATE.item("golden_turbo", Item::new).register(), - TRANSMISSION = REGISTRATE.item("transmission", Item::new).register(), + TURBO = REGISTRATE.item("turbo", Item::new).register(), + GOLDEN_TURBO = REGISTRATE.item("golden_turbo", Item::new).register(), + CINDERBLOCK = REGISTRATE.item("cinderblock", Item::new) // .recipe((c, p) -> p.stonecutting(DataIngredient.items(TFMGBlocks.CONCRETE.get()), RecipeCategory.BUILDING_BLOCKS, c::get, 4)) @@ -116,8 +118,9 @@ public class TFMGItems { NAPALM_POTATO = REGISTRATE.item("napalm_potato", Item::new).register(), MIXER_BLADE = REGISTRATE.item("mixer_blade", Item::new).register(), CENTRIFUGE = REGISTRATE.item("centrifuge", Item::new).register(), - MULTIMETER = REGISTRATE.item("multimeter", Item::new).register(), - CRANKSHAFT = REGISTRATE.item("crankshaft", Item::new).register(), + CRANKSHAFT = REGISTRATE.item("crankshaft", Item::new) + .model((c, p) -> p.withExistingParent(c.getName(), TFMG.asResource("item/crankshaft_model"))) + .register(), P_SEMICONDUCTOR = REGISTRATE.item("p_semiconductor", Item::new) .lang("P-Semiconductor").register(), N_SEMICONDUCTOR = REGISTRATE.item("n_semiconductor", Item::new) @@ -140,12 +143,13 @@ public class TFMGItems { .model((c, p) -> p.withExistingParent(c.getName(), TFMG.asResource("item/unfinished_insulator_model"))).register(), GLASS_INSULATOR_SEGMENT = REGISTRATE.item("glass_insulator_segment", Item::new) .model((c, p) -> p.withExistingParent(c.getName(), TFMG.asResource("item/glass_insulator_segment_model"))).register(); - + public static final ItemEntry + TRANSMISSION = REGISTRATE.item("transmission", TransmissionItem::new).register(); public static final ItemEntry UNFINISHED_RESISTOR = REGISTRATE.item("unfinished_resistor", ResistorItem::new).register(); public static final ItemEntry - ENGINE_CYLINDER = REGISTRATE.item("engine_cylinder", CylinderItem::new).register(); + ENGINE_CYLINDER = REGISTRATE.item("engine_cylinder", CylinderItem::new).register(); public static final ItemEntry EMPTY_SPOOL = spoolItem("empty", null, 0x000000, CableConnection.CableType.NONE), COPPER_SPOOL = spoolItem("copper", TFMGPartialModels.COPPER_SPOOL, 0xD8735A, CableConnection.CableType.COPPER), @@ -157,7 +161,7 @@ public class TFMGItems { .properties(p -> p.stacksTo(1)) .register(); public static final ItemEntry FUSE = REGISTRATE.item("fuse", FuseItem::new) - .properties(p->p.stacksTo(1)) + .properties(p -> p.stacksTo(1)) .register(); public static final ItemEntry COAL_COKE_DUST = REGISTRATE.item("coal_coke_dust", CoalCokeItem::new) .tag(forgeItemTag("dusts/coal_coke"), TFMGTags.TFMGItemTags.BLAST_FURNACE_FUEL.tag) @@ -216,6 +220,10 @@ public class TFMGItems { .properties(p -> p.stacksTo(1)) .register(); + static { + multimeters(); + } + public static final ItemEntry UNFINISHED_POTENTIOMETER = sequencedIngredient("unfinished_potentiometer", "block/potentiometer/unfinished"), UNFINISHED_ELECTRIC_MOTOR = sequencedIngredient("unfinished_electric_motor", "block/electric_motor/unfinished"), @@ -223,9 +231,7 @@ public class TFMGItems { UNFINISHED_STEEL_MECHANISM = sequencedIngredient("unfinished_steel_mechanism"), UNFINISHED_TRANSISTOR = sequencedIngredient("unfinished_transistor"), UNFINISHED_CAPACITOR = sequencedIngredient("unfinished_capacitor"), - UNPROCESSED_HEAVY_PLATE = sequencedIngredient("unprocessed_heavy_plate") - - ; + UNPROCESSED_HEAVY_PLATE = sequencedIngredient("unprocessed_heavy_plate"); public static final ItemEntry QUAD_POTATO_CANNON = @@ -240,6 +246,7 @@ public class TFMGItems { public static final ItemEntry OIL_CAN = REGISTRATE.item("oil_can", p -> new FluidContainingItem(p, TFMGFluids.LUBRICATION_OIL)) .properties(p -> p.stacksTo(1)) + .model((c, p) -> p.withExistingParent(c.getName(), TFMG.asResource("item/oil_can_model"))) .register(), COOLING_FLUID_BOTTLE = REGISTRATE.item("cooling_fluid_bottle", p -> new FluidContainingItem(p, TFMGFluids.COOLING_FLUID)) .properties(p -> p.stacksTo(1)) @@ -256,7 +263,7 @@ public class TFMGItems { public static final ItemEntry COPPER_GRENADE = thermiteGrenade("copper_grenade", BLUE); - //////////////////////////// + /// ///////////////////////// private static ItemEntry sequencedIngredient(String name, String model) { return REGISTRATE.item(name, SequencedAssemblyItem::new) @@ -360,6 +367,16 @@ public class TFMGItems { .register(); } + public static void multimeters() { + REGISTRATE.item("multimeter", MultimeterItem::new) + .register(); + + for(String color : COLORS){ + REGISTRATE.item(color+"_multimeter", MultimeterItem::new) + .register(); + } + } + public static ItemEntry spoolItem(String name, PartialModel model, int barColor, CableConnection.CableType type) { return REGISTRATE.item(name + "_spool", p -> new SpoolItem(p, model, barColor, type)) .tag(TFMGTags.TFMGItemTags.SPOOLS.tag) diff --git a/src/main/java/com/drmangotea/tfmg/registry/TFMGPackets.java b/src/main/java/com/drmangotea/tfmg/registry/TFMGPackets.java index 861c703e..74742bb0 100644 --- a/src/main/java/com/drmangotea/tfmg/registry/TFMGPackets.java +++ b/src/main/java/com/drmangotea/tfmg/registry/TFMGPackets.java @@ -9,13 +9,11 @@ import com.drmangotea.tfmg.content.electricity.base.UpdateInFrontPacket; import com.drmangotea.tfmg.content.electricity.connection.cables.CablePlacePacket; import com.drmangotea.tfmg.content.electricity.connection.cables.CableRemovalPacket; import com.drmangotea.tfmg.content.electricity.electrians_wrench.ElectriciansWrenchPacket; -import com.drmangotea.tfmg.content.engines.engine_controller.packets.EngineControllerBindPacket; -import com.drmangotea.tfmg.content.engines.engine_controller.packets.EngineControllerInputPacket; -import com.drmangotea.tfmg.content.engines.engine_controller.packets.EngineControllerStopControllerPacket; +import com.drmangotea.tfmg.content.engines.engine_controller.packets.*; import com.drmangotea.tfmg.content.items.weapons.advanced_potato_cannon.AdvancedPotatoCannonPacket; import com.drmangotea.tfmg.content.items.weapons.quad_potato_cannon.QuadPotatoCannonPacket; import com.drmangotea.tfmg.content.machinery.metallurgy.coke_oven.CokeOvenPacket; -import com.drmangotea.tfmg.content.machinery.misc.vat_machines.base.VatEvaluationPacket; +import com.drmangotea.tfmg.content.machinery.vat.base.VatEvaluationPacket; import com.simibubi.create.foundation.networking.SimplePacketBase; import net.minecraft.core.BlockPos; import net.minecraft.network.FriendlyByteBuf; @@ -49,8 +47,10 @@ public enum TFMGPackets { ELECTRICIANS_WRENCH_PACKET(ElectriciansWrenchPacket.class, ElectriciansWrenchPacket::new, PLAY_TO_SERVER), ENGINE_CONTROLLER_INPUT(EngineControllerInputPacket.class, EngineControllerInputPacket::new, PLAY_TO_SERVER), ENGINE_CONTROLLER_BIND(EngineControllerBindPacket.class, EngineControllerBindPacket::new, PLAY_TO_SERVER), - ENGINE_CONTROLLER_USE_LECTERN(EngineControllerStopControllerPacket.class, EngineControllerStopControllerPacket::new, - PLAY_TO_SERVER); + ENGINE_TRANSMISSION_PACKET(TransmissionShiftPacket.class, TransmissionShiftPacket::new, PLAY_TO_SERVER), + ENGINE_CONTROLLER_STOP_CONTROL(EngineControllerStopControllerPacket.class, EngineControllerStopControllerPacket::new, PLAY_TO_SERVER), + ENGINE_START(EngineStartPacket.class, EngineStartPacket::new, PLAY_TO_SERVER), + ; diff --git a/src/main/java/com/drmangotea/tfmg/registry/TFMGPaletteStoneTypes.java b/src/main/java/com/drmangotea/tfmg/registry/TFMGPaletteStoneTypes.java index 227573da..194d0692 100644 --- a/src/main/java/com/drmangotea/tfmg/registry/TFMGPaletteStoneTypes.java +++ b/src/main/java/com/drmangotea/tfmg/registry/TFMGPaletteStoneTypes.java @@ -7,7 +7,8 @@ import com.drmangotea.tfmg.base.palettes.TFMGPaletteBlockPattern; import com.drmangotea.tfmg.base.palettes.TFMGPalettesVariantEntry; import com.simibubi.create.AllTags; import com.simibubi.create.foundation.data.CreateRegistrate; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import com.tterrag.registrate.util.nullness.NonNullSupplier; import net.minecraft.tags.TagKey; import net.minecraft.world.item.Item; @@ -58,7 +59,7 @@ public enum TFMGPaletteStoneTypes { for (TFMGPaletteStoneTypes paletteStoneVariants : values()) { NonNullSupplier baseBlock = paletteStoneVariants.factory.apply(registrate); paletteStoneVariants.baseBlock = baseBlock; - String id = Lang.asId(paletteStoneVariants.name()); + String id = CreateLang.asId(paletteStoneVariants.name()); paletteStoneVariants.materialTag = AllTags.optionalTag(ForgeRegistries.ITEMS, TFMG.asResource("stone_types/" + id)); paletteStoneVariants.variants = new TFMGPalettesVariantEntry(id, paletteStoneVariants); diff --git a/src/main/java/com/drmangotea/tfmg/registry/TFMGPartialModels.java b/src/main/java/com/drmangotea/tfmg/registry/TFMGPartialModels.java index 6bf7f999..39e12c0c 100644 --- a/src/main/java/com/drmangotea/tfmg/registry/TFMGPartialModels.java +++ b/src/main/java/com/drmangotea/tfmg/registry/TFMGPartialModels.java @@ -3,11 +3,12 @@ package com.drmangotea.tfmg.registry; import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.content.decoration.pipes.TFMGPipes; -import com.jozufozu.flywheel.core.PartialModel; import com.simibubi.create.content.fluids.FluidTransportBehaviour; -import com.simibubi.create.foundation.utility.Couple; -import com.simibubi.create.foundation.utility.Iterate; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; +import dev.engine_room.flywheel.lib.model.baked.PartialModel; +import net.createmod.catnip.data.Couple; +import net.createmod.catnip.data.Iterate; import net.minecraft.core.Direction; import net.minecraft.resources.ResourceLocation; @@ -34,6 +35,11 @@ public class TFMGPartialModels { COKE_OVEN_DOOR_RIGHT_TOP = block("coke_oven/door_right_top"), COAL_COKE_DUST_LAYER = block("coal_coke_dust_layer"), POLARIZER_DIAL = block("polarizer/dial"), + STEEL_FLYWHEEL = block("steel_flywheel/block"), + ALUMINUM_FLYWHEEL = block("aluminum_flywheel/block"), + CAST_IRON_FLYWHEEL = block("cast_iron_flywheel/block"), + LEAD_FLYWHEEL = block("lead_flywheel/block"), + NICKEL_FLYWHEEL = block("nickel_flywheel/block"), DISTILLATION_CONTROLLER_DIAL = block("steel_distillation_controller/dial"), PUMPJACK_HAMMER = block("pumpjack/hammer_holder"), PUMPJACK_FRONT_ROPE = block("pumpjack/pumpjack_front_rope"), @@ -61,8 +67,8 @@ public class TFMGPartialModels { ENGINE_EXTENSION = block("regular_engine/extension"), ENGINE_EXTENSION_FRONT = block("regular_engine/extension_front"), LARGE_STEEL_COGHWEEL = block("large_steel_cogwheel_shaftless"), - ALUMINUM_COGHWEEL = block("aluminum_cogwheel_shaftless"), - LARGE_ALUMINUM_COGHWEEL = block("large_aluminum_cogwheel_shaftless"), + ALUMINUM_COGHWEEL = block("aluminum_cogwheel"), + LARGE_ALUMINUM_COGHWEEL = block("large_aluminum_cogwheel"), SPOOL = block("winding_machine/spool"), COPPER_SPOOL = block("winding_machine/copper_spool"), ALUMINUM_SPOOL = block("winding_machine/aluminum_spool"), @@ -81,14 +87,17 @@ public class TFMGPartialModels { TURBO_PROPELLER = block("engine_upgrades/turbo_propeller"), GOLDEN_TURBO = block("engine_upgrades/golden_turbo"), GOLDEN_TURBO_PROPELLER = block("engine_upgrades/golden_turbo_propeller"), - EXHAUST_MIDDLE = block("engine_upgrades/exhaust_middle"), - EXHAUST_FRONT = block("engine_upgrades/exhaust_front"), - EXHAUST_BACK = block("engine_upgrades/exhaust_back"), - EXHAUST_ALONE = block("engine_upgrades/exhaust_alone"), - CENTRIFUGE = block("industrial_mixer/centrifuge"), - SMALL_CENTRIFUGE = block("industrial_mixer/centrifuge_small"), - CENTRIFUGE_MIDDLE = block("industrial_mixer/centrifuge_middle"), - SMALL_CENTRIFUGE_MIDDLE = block("industrial_mixer/centrifuge_small_middle"), + STEERING_WHEEL = block("engine_controller/wheel"), + PEDAL = block("engine_controller/pedal"), + TRANSMISSION_LEVER = block("engine_controller/transmission_lever"), + SMALL_CENTRIFUGE_BOTTOM = block("industrial_mixer/small_centrifuge_bottom"), + SMALL_CENTRIFUGE_MIDDLE = block("industrial_mixer/small_centrifuge_middle"), + SMALL_CENTRIFUGE_TOP = block("industrial_mixer/small_centrifuge_top"), + SMALL_CENTRIFUGE_ALONE = block("industrial_mixer/small_centrifuge_alone"), + LARGE_CENTRIFUGE_BOTTOM = block("industrial_mixer/large_centrifuge_bottom"), + LARGE_CENTRIFUGE_MIDDLE = block("industrial_mixer/large_centrifuge_middle"), + LARGE_CENTRIFUGE_TOP = block("industrial_mixer/large_centrifuge_top"), + LARGE_CENTRIFUGE_ALONE = block("industrial_mixer/large_centrifuge_alone"), COPPER_ELECTRODE = block("electrode_holder/copper_electrode"), ZINC_ELECTRODE = block("electrode_holder/zinc_electrode"), GRAPHITE_ELECTRODE = block("electrode_holder/graphite_electrode"), @@ -122,8 +131,8 @@ public class TFMGPartialModels { for (FluidTransportBehaviour.AttachmentTypes.ComponentPartials type : FluidTransportBehaviour.AttachmentTypes.ComponentPartials.values()) { Map map = new HashMap<>(); for (Direction d : Iterate.directions) { - String asId = Lang.asId(type.name()); - map.put(d, block(material.name + "_pipe/" + asId + "/" + Lang.asId(d.getSerializedName()))); + String asId = CreateLang.asId(type.name()); + map.put(d, block(material.name + "_pipe/" + asId + "/" + CreateLang.asId(d.getSerializedName()))); } attachments.put(type, map); } @@ -133,12 +142,9 @@ public class TFMGPartialModels { PIPE_CASINGS.put(material, block(material.name + "_pipe/casing")); } - - //////////////// putFoldingDoor("steel_door"); - } @@ -148,7 +154,7 @@ public class TFMGPartialModels { } private static PartialModel block(String path) { - return new PartialModel(TFMG.asResource("block/" + path)); + return PartialModel.of(TFMG.asResource("block/" + path)); } public static void init() { diff --git a/src/main/java/com/drmangotea/tfmg/registry/TFMGParticleTypes.java b/src/main/java/com/drmangotea/tfmg/registry/TFMGParticleTypes.java index 4e6bf73a..78ca63f8 100644 --- a/src/main/java/com/drmangotea/tfmg/registry/TFMGParticleTypes.java +++ b/src/main/java/com/drmangotea/tfmg/registry/TFMGParticleTypes.java @@ -4,7 +4,8 @@ package com.drmangotea.tfmg.registry; import com.drmangotea.tfmg.TFMG; import com.drmangotea.tfmg.base.spark.ElectricSparkParticle; import com.simibubi.create.foundation.particle.ICustomParticleData; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import net.minecraft.core.particles.ParticleOptions; import net.minecraft.core.particles.ParticleType; import net.minecraftforge.api.distmarker.Dist; @@ -25,7 +26,7 @@ public enum TFMGParticleTypes { private final ParticleEntry entry; TFMGParticleTypes(Supplier> typeFactory) { - String name = Lang.asId(name()); + String name = CreateLang.asId(name()); entry = new ParticleEntry<>(name, typeFactory); } diff --git a/src/main/java/com/drmangotea/tfmg/registry/TFMGRecipeTypes.java b/src/main/java/com/drmangotea/tfmg/registry/TFMGRecipeTypes.java index 8100743e..5cbe76c9 100644 --- a/src/main/java/com/drmangotea/tfmg/registry/TFMGRecipeTypes.java +++ b/src/main/java/com/drmangotea/tfmg/registry/TFMGRecipeTypes.java @@ -7,7 +7,8 @@ import com.simibubi.create.AllTags; import com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeFactory; import com.simibubi.create.content.processing.recipe.ProcessingRecipeSerializer; import com.simibubi.create.foundation.recipe.IRecipeTypeInfo; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import net.minecraft.core.registries.Registries; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.Container; @@ -44,7 +45,7 @@ POLARIZING(PolarizingRecipe::new) private final Supplier> type; TFMGRecipeTypes(Supplier> serializerSupplier, Supplier> typeSupplier, boolean registerType) { - String name = Lang.asId(name()); + String name = CreateLang.asId(name()); id = TFMG.asResource(name); serializerObject = Registers.SERIALIZER_REGISTER.register(name, serializerSupplier); if (registerType) { @@ -57,7 +58,7 @@ POLARIZING(PolarizingRecipe::new) } TFMGRecipeTypes(Supplier> serializerSupplier) { - String name = Lang.asId(name()); + String name = CreateLang.asId(name()); id = TFMG.asResource(name); serializerObject = Registers.SERIALIZER_REGISTER.register(name, serializerSupplier); typeObject = Registers.TYPE_REGISTER.register(name, () -> simpleType(id)); diff --git a/src/main/java/com/drmangotea/tfmg/registry/TFMGTags.java b/src/main/java/com/drmangotea/tfmg/registry/TFMGTags.java index 0293bd03..3878e207 100644 --- a/src/main/java/com/drmangotea/tfmg/registry/TFMGTags.java +++ b/src/main/java/com/drmangotea/tfmg/registry/TFMGTags.java @@ -3,7 +3,8 @@ package com.drmangotea.tfmg.registry; import com.drmangotea.tfmg.TFMG; import com.simibubi.create.AllTags; -import com.simibubi.create.foundation.utility.Lang; + +import com.simibubi.create.foundation.utility.CreateLang; import net.minecraft.resources.ResourceLocation; import net.minecraft.tags.BlockTags; import net.minecraft.tags.FluidTags; @@ -104,7 +105,7 @@ public class TFMGTags { } TFMGBlockTags(NameSpace namespace, String path, boolean optional, boolean alwaysDatagen) { - ResourceLocation id = new ResourceLocation(namespace.id, path == null ? Lang.asId(name()) : path); + ResourceLocation id = new ResourceLocation(namespace.id, path == null ? CreateLang.asId(name()) : path); if (optional) { tag = optionalTag(ForgeRegistries.BLOCKS, id); } else { @@ -160,7 +161,7 @@ public class TFMGTags { } TFMGItemTags(NameSpace namespace, String path, boolean optional, boolean alwaysDatagen) { - ResourceLocation id = new ResourceLocation(namespace.id, path == null ? Lang.asId(name()) : path); + ResourceLocation id = new ResourceLocation(namespace.id, path == null ? CreateLang.asId(name()) : path); if (optional) { tag = optionalTag(ForgeRegistries.ITEMS, id); } else { @@ -225,7 +226,7 @@ public class TFMGTags { } TFMGFluidTags(NameSpace namespace, String path, boolean optional, boolean alwaysDatagen) { - ResourceLocation id = new ResourceLocation(namespace.id, path == null ? Lang.asId(name()) : path); + ResourceLocation id = new ResourceLocation(namespace.id, path == null ? CreateLang.asId(name()) : path); if (optional) { tag = optionalTag(ForgeRegistries.FLUIDS, id); } else { diff --git a/src/main/java/com/drmangotea/tfmg/worldgen/TFMGBiomeModifiers.java b/src/main/java/com/drmangotea/tfmg/worldgen/TFMGBiomeModifiers.java index eeaf9975..c44782bb 100644 --- a/src/main/java/com/drmangotea/tfmg/worldgen/TFMGBiomeModifiers.java +++ b/src/main/java/com/drmangotea/tfmg/worldgen/TFMGBiomeModifiers.java @@ -11,12 +11,15 @@ import net.minecraft.tags.BiomeTags; import net.minecraft.world.level.biome.Biome; import net.minecraft.world.level.levelgen.GenerationStep; import net.minecraft.world.level.levelgen.placement.PlacedFeature; +import net.minecraftforge.common.Tags; import net.minecraftforge.common.world.BiomeModifier; import net.minecraftforge.common.world.ForgeBiomeModifiers; import net.minecraftforge.registries.ForgeRegistries; public class TFMGBiomeModifiers { public static final ResourceKey + OIL_DEPOSIT = key("oil_deposit"), + OIL_WELL = key("oil_well"), LEAD_ORE = key("lead_ore"), NICKEL_ORE = key("nickel_ore"), LITHIUM_ORE = key("lithium_ore"), @@ -30,15 +33,26 @@ public class TFMGBiomeModifiers { public static void bootstrap(BootstapContext ctx) { HolderGetter biomeLookup = ctx.lookup(Registries.BIOME); HolderSet isOverworld = biomeLookup.getOrThrow(BiomeTags.IS_OVERWORLD); - HolderSet isNether = biomeLookup.getOrThrow(BiomeTags.IS_NETHER); + HolderSet isNether = biomeLookup.getOrThrow(Tags.Biomes.IS_DESERT); + + HolderSet isDesert = biomeLookup.getOrThrow(BiomeTags.HAS_DESERT_PYRAMID); HolderGetter featureLookup = ctx.lookup(Registries.PLACED_FEATURE); + + Holder oilDeposit = featureLookup.getOrThrow(TFMGPlacedFeatures.OIL_DEPOSIT); + Holder oilWell = featureLookup.getOrThrow(TFMGPlacedFeatures.OIL_WELL); + Holder leadOre = featureLookup.getOrThrow(TFMGPlacedFeatures.LEAD_ORE); Holder nickelOre = featureLookup.getOrThrow(TFMGPlacedFeatures.NICKEL_ORE); Holder lithiumOre = featureLookup.getOrThrow(TFMGPlacedFeatures.LITHIUM_ORE); Holder striatedOresOverworld = featureLookup.getOrThrow(TFMGPlacedFeatures.TFMG_STRIATED_ORES_OVERWORLD); Holder striatedOresNether = featureLookup.getOrThrow(TFMGPlacedFeatures.TFMG_STRIATED_ORES_NETHER); + + ctx.register(OIL_DEPOSIT,addOre(isOverworld,oilDeposit)); + + ctx.register(OIL_WELL,addOilWell(isDesert,oilWell)); + ctx.register(LEAD_ORE, addOre(isOverworld, leadOre)); ctx.register(NICKEL_ORE, addOre(isOverworld, nickelOre)); ctx.register(LITHIUM_ORE, addOre(isOverworld, lithiumOre)); @@ -49,4 +63,10 @@ public class TFMGBiomeModifiers { private static ForgeBiomeModifiers.AddFeaturesBiomeModifier addOre(HolderSet biomes, Holder feature) { return new ForgeBiomeModifiers.AddFeaturesBiomeModifier(biomes, HolderSet.direct(feature), GenerationStep.Decoration.UNDERGROUND_ORES); } + + + private static ForgeBiomeModifiers.AddFeaturesBiomeModifier addOilWell(HolderSet biomes, Holder feature) { + return new ForgeBiomeModifiers.AddFeaturesBiomeModifier(biomes, HolderSet.direct(feature), GenerationStep.Decoration.FLUID_SPRINGS); + } + } diff --git a/src/main/java/com/drmangotea/tfmg/worldgen/TFMGConfiguredFeatures.java b/src/main/java/com/drmangotea/tfmg/worldgen/TFMGConfiguredFeatures.java index 87d8f8bb..f2910d8a 100644 --- a/src/main/java/com/drmangotea/tfmg/worldgen/TFMGConfiguredFeatures.java +++ b/src/main/java/com/drmangotea/tfmg/worldgen/TFMGConfiguredFeatures.java @@ -11,6 +11,7 @@ import net.minecraft.resources.ResourceKey; import net.minecraft.tags.BlockTags; import net.minecraft.world.level.levelgen.feature.ConfiguredFeature; import net.minecraft.world.level.levelgen.feature.Feature; +import net.minecraft.world.level.levelgen.feature.configurations.NoneFeatureConfiguration; import net.minecraft.world.level.levelgen.feature.configurations.OreConfiguration; import net.minecraft.world.level.levelgen.structure.templatesystem.RuleTest; import net.minecraft.world.level.levelgen.structure.templatesystem.TagMatchTest; @@ -21,6 +22,8 @@ import static net.minecraft.data.worldgen.features.FeatureUtils.register; public class TFMGConfiguredFeatures { public static final ResourceKey> + OIL_DEPOSIT = key("oil_deposit"), + OIL_WELL = key("oil_well"), LEAD_ORE = key("lead_ore"), NICKEL_ORE = key("nickel_ore"), LITHIUM_ORE = key("lithium_ore"), @@ -35,6 +38,8 @@ public class TFMGConfiguredFeatures { RuleTest stoneOreReplaceables = new TagMatchTest(BlockTags.STONE_ORE_REPLACEABLES); RuleTest deepslateOreReplaceables = new TagMatchTest(BlockTags.DEEPSLATE_ORE_REPLACEABLES); + + List leadTargetStates = List.of( OreConfiguration.target(stoneOreReplaceables, TFMGBlocks.LEAD_ORE.get() .defaultBlockState()), @@ -54,6 +59,10 @@ public class TFMGConfiguredFeatures { .defaultBlockState()) ); + + register(ctx, OIL_DEPOSIT, TFMGFeatures.OIL_DEPOSIT.get(),new NoneFeatureConfiguration()); + register(ctx, OIL_WELL, TFMGFeatures.OIL_WELL.get(),new NoneFeatureConfiguration()); + register(ctx, LEAD_ORE, Feature.ORE, new OreConfiguration(leadTargetStates, 12)); register(ctx, NICKEL_ORE, Feature.ORE, new OreConfiguration(nickelTargetStates, 10)); register(ctx, LITHIUM_ORE, Feature.ORE, new OreConfiguration(lithiumTargetStates, 7)); diff --git a/src/main/java/com/drmangotea/tfmg/worldgen/TFMGFeatures.java b/src/main/java/com/drmangotea/tfmg/worldgen/TFMGFeatures.java index df77cc41..a865c035 100644 --- a/src/main/java/com/drmangotea/tfmg/worldgen/TFMGFeatures.java +++ b/src/main/java/com/drmangotea/tfmg/worldgen/TFMGFeatures.java @@ -3,18 +3,29 @@ package com.drmangotea.tfmg.worldgen; +import com.drmangotea.tfmg.TFMG; +import com.drmangotea.tfmg.worldgen.deposits.OilDepositFeature; +import com.drmangotea.tfmg.worldgen.deposits.OilWellFeature; import net.minecraft.world.level.levelgen.feature.Feature; import net.minecraft.world.level.levelgen.feature.configurations.NoneFeatureConfiguration; +import net.minecraftforge.eventbus.api.IEventBus; import net.minecraftforge.registries.DeferredRegister; import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; public class TFMGFeatures { - // public static final DeferredRegister> FEATURES = DeferredRegister.create(ForgeRegistries.FEATURES, CreateTFMG.MOD_ID); -// - // public static final RegistryObject OIL_DEPOSIT = FEATURES.register("oil_deposit", () -> new OilDepositFeature(NoneFeatureConfiguration.CODEC)); + public static final DeferredRegister> FEATURES = DeferredRegister.create(ForgeRegistries.FEATURES, TFMG.MOD_ID); + public static final RegistryObject OIL_DEPOSIT = + FEATURES.register("oil_deposit", () -> new OilDepositFeature(NoneFeatureConfiguration.CODEC)); + public static final RegistryObject OIL_WELL = + FEATURES.register("oil_well", () -> new OilWellFeature(NoneFeatureConfiguration.CODEC)); + + public static void register(IEventBus modEventBus) { + FEATURES.register(modEventBus); + } } diff --git a/src/main/java/com/drmangotea/tfmg/worldgen/TFMGPlacedFeatures.java b/src/main/java/com/drmangotea/tfmg/worldgen/TFMGPlacedFeatures.java index 97cc7ced..680781b0 100644 --- a/src/main/java/com/drmangotea/tfmg/worldgen/TFMGPlacedFeatures.java +++ b/src/main/java/com/drmangotea/tfmg/worldgen/TFMGPlacedFeatures.java @@ -8,6 +8,7 @@ import net.minecraft.core.HolderGetter; import net.minecraft.core.registries.Registries; import net.minecraft.data.worldgen.BootstapContext; import net.minecraft.resources.ResourceKey; +import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.levelgen.VerticalAnchor; import net.minecraft.world.level.levelgen.feature.ConfiguredFeature; import net.minecraft.world.level.levelgen.placement.*; @@ -18,6 +19,8 @@ import static net.minecraft.data.worldgen.placement.PlacementUtils.register; public class TFMGPlacedFeatures { public static final ResourceKey + OIL_DEPOSIT = key("oil_deposit"), + OIL_WELL = key("oil_well"), LEAD_ORE = key("lead_ore"), NICKEL_ORE = key("nickel_ore"), LITHIUM_ORE = key("lithium_ore"), @@ -30,12 +33,20 @@ public class TFMGPlacedFeatures { public static void bootstrap(BootstapContext ctx) { HolderGetter> featureLookup = ctx.lookup(Registries.CONFIGURED_FEATURE); + + Holder> oilDeposit = featureLookup.getOrThrow(TFMGConfiguredFeatures.OIL_DEPOSIT); + Holder> oilWell = featureLookup.getOrThrow(TFMGConfiguredFeatures.OIL_WELL); + Holder> leadOre = featureLookup.getOrThrow(TFMGConfiguredFeatures.LEAD_ORE); Holder> nickelOre = featureLookup.getOrThrow(TFMGConfiguredFeatures.NICKEL_ORE); Holder> lithiumOre = featureLookup.getOrThrow(TFMGConfiguredFeatures.LITHIUM_ORE); Holder> striatedOresOverworld = featureLookup.getOrThrow(TFMGConfiguredFeatures.TFMG_STRIATED_ORES_OVERWORLD); Holder> striatedOresNether = featureLookup.getOrThrow(TFMGConfiguredFeatures.TFMG_STRIATED_ORES_NETHER); + register(ctx, OIL_DEPOSIT,oilDeposit,oilPlacement(RarityFilter.onAverageOnceEvery(4))); + + register(ctx, OIL_WELL,oilWell,oilPlacement(RarityFilter.onAverageOnceEvery(500))); + register(ctx, LEAD_ORE, leadOre, placement(CountPlacement.of(5), -15, 80)); register(ctx, NICKEL_ORE, nickelOre, placement(CountPlacement.of(5), -63, 20)); register(ctx, LITHIUM_ORE, lithiumOre, placement(CountPlacement.of(3), -63, -5)); @@ -51,4 +62,12 @@ public class TFMGPlacedFeatures { ConfigPlacementFilter.INSTANCE ); } + private static List oilPlacement(PlacementModifier frequency) { + return List.of( + frequency, + InSquarePlacement.spread(), + HeightRangePlacement.uniform(VerticalAnchor.absolute(-64), VerticalAnchor.absolute(-64)), + ConfigPlacementFilter.INSTANCE + ); + } } diff --git a/src/main/resources/assets/tfmg/lang/default/interface.json b/src/main/resources/assets/tfmg/lang/default/interface.json index 9216012a..972ff55b 100644 --- a/src/main/resources/assets/tfmg/lang/default/interface.json +++ b/src/main/resources/assets/tfmg/lang/default/interface.json @@ -59,8 +59,8 @@ "create.goggles.electricity.insufficient_voltage": "Insufficient Voltage", "create.goggles.voltmeter": "Voltmeter:", - "create.goggles.voltmeter.voltage": " Measured Voltage: %1$s V", - "create.goggles.voltmeter.range": " Measuring Range: %1$s V", + "create.goggles.gauge.value": " Measured Voltage:", + "create.goggles.voltmeter.range": " Measuring Range: %1$s", "create.goggles.ammeter": "Ammeter:", "create.goggles.ammeter.amps": " Measured Amps: %1$s V", diff --git a/src/main/resources/assets/tfmg/models/block/aluminum_cogwheel.json b/src/main/resources/assets/tfmg/models/block/aluminum_cogwheel.json index 8f2cd43e..614a7464 100644 --- a/src/main/resources/assets/tfmg/models/block/aluminum_cogwheel.json +++ b/src/main/resources/assets/tfmg/models/block/aluminum_cogwheel.json @@ -2,6 +2,7 @@ "credit": "Made with Blockbench", "parent": "create:block/large_wheels", "texture_size": [32, 32], + "render_type": "minecraft:cutout", "textures": { "0": "tfmg:block/aluminum_coghweel", "1": "create:block/axis_top", diff --git a/src/main/resources/assets/tfmg/models/block/aluminum_cogwheel_shaftless.json b/src/main/resources/assets/tfmg/models/block/aluminum_cogwheel_shaftless.json index 68578bd7..a174240e 100644 --- a/src/main/resources/assets/tfmg/models/block/aluminum_cogwheel_shaftless.json +++ b/src/main/resources/assets/tfmg/models/block/aluminum_cogwheel_shaftless.json @@ -2,6 +2,7 @@ "credit": "Made with Blockbench", "parent": "create:block/large_wheels", "texture_size": [32, 32], + "render_type": "minecraft:cutout", "textures": { "0": "tfmg:block/aluminum_coghweel", "particle": "tfmg:block/aluminum_coghweel" diff --git a/src/main/resources/assets/tfmg/models/block/distillation_tower/gauge.json b/src/main/resources/assets/tfmg/models/block/distillation_tower/gauge.json index e8e721c0..009c9397 100644 --- a/src/main/resources/assets/tfmg/models/block/distillation_tower/gauge.json +++ b/src/main/resources/assets/tfmg/models/block/distillation_tower/gauge.json @@ -1,36 +1,35 @@ { "credit": "Made with Blockbench", + "render_type": "cutout", "textures": { - "1": "tfmg:block/gauge", - "2": "create:block/gauge", - "particle": "tfmg:block/gauge" + "0": "tfmg:block/steel_gauge", + "particle": "tfmg:block/steel_gauge" }, "elements": [ { - "name": "GaugeButton", - "from": [15.5, 5.2, 5.2], - "to": [16.5, 6.3, 6.3], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 8, 8]}, + "name": "casing", + "from": [14.05, 1.05, 1.05], + "to": [16.95, 13.95, 14.95], + "rotation": {"angle": 0, "axis": "y", "origin": [22, 8, 8]}, "faces": { - "north": {"uv": [0, 9.5, 0.5, 10], "texture": "#2"}, - "east": {"uv": [0, 9.5, 0.5, 10], "texture": "#2"}, - "south": {"uv": [0, 9.5, 0.5, 10], "texture": "#2"}, - "west": {"uv": [0, 9.5, 0.5, 10], "texture": "#2"}, - "up": {"uv": [0, 9.5, 0.5, 10], "texture": "#2"}, - "down": {"uv": [0, 9.5, 0.5, 10], "texture": "#2"} + "north": {"uv": [10.5, 9, 12, 15.5], "texture": "#0"}, + "east": {"uv": [0.5, 1, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [12, 9, 10.5, 15.5], "texture": "#0"}, + "up": {"uv": [10, 8.5, 8.5, 15.5], "texture": "#0"}, + "down": {"uv": [12.5, 8.5, 14, 15.5], "rotation": 180, "texture": "#0"} } }, { - "name": "GuageMetalBack", - "from": [14, 3.05, 3.05], - "to": [15.95, 12.95, 12.95], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 8, 8]}, + "name": "interior", + "from": [16.95, 1.05, 1.05], + "to": [16.05, 13.95, 14.95], + "rotation": {"angle": 0, "axis": "y", "origin": [22, 8, 8]}, "faces": { - "north": {"uv": [11, 0, 13, 10], "texture": "#1"}, - "east": {"uv": [0, 0, 10, 10], "texture": "#1"}, - "south": {"uv": [11, 0, 13, 10], "rotation": 180, "texture": "#1"}, - "up": {"uv": [11, 0, 13, 10], "rotation": 180, "texture": "#1"}, - "down": {"uv": [11, 0, 13, 10], "rotation": 180, "texture": "#1"} + "north": {"uv": [13.5, 8.5, 14, 15.5], "texture": "#0"}, + "east": {"uv": [0.5, 9, 7.5, 15.5], "texture": "#0"}, + "south": {"uv": [14, 8.5, 13.5, 15.5], "texture": "#0"}, + "up": {"uv": [14, 8.5, 13.5, 15.5], "texture": "#0"}, + "down": {"uv": [13.5, 9, 14, 15.5], "rotation": 180, "texture": "#0"} } } ] diff --git a/src/main/resources/assets/tfmg/models/block/engine_controller/block.json b/src/main/resources/assets/tfmg/models/block/engine_controller/block.json index 7078a2cc..6ea53cde 100644 --- a/src/main/resources/assets/tfmg/models/block/engine_controller/block.json +++ b/src/main/resources/assets/tfmg/models/block/engine_controller/block.json @@ -4,85 +4,9 @@ "texture_size": [32, 32], "textures": { "0": "tfmg:block/engine_controller", - "1": "tfmg:block/shaft", - "2": "tfmg:block/engines/engine_controller_parts", "particle": "tfmg:block/engine_controller" }, "elements": [ - { - "from": [6, 9, 2], - "to": [10, 13, 10], - "rotation": {"angle": 22.5, "axis": "x", "origin": [7, 10, 6]}, - "faces": { - "north": {"uv": [0, 0, 4, 4], "texture": "#1"}, - "east": {"uv": [6, 0, 10, 8], "rotation": 90, "texture": "#1"}, - "south": {"uv": [0, 0, 4, 4], "texture": "#1"}, - "west": {"uv": [6, 0, 10, 8], "rotation": 90, "texture": "#1"}, - "up": {"uv": [6, 0, 10, 8], "texture": "#1"}, - "down": {"uv": [6, 0, 10, 8], "texture": "#1"} - } - }, - { - "from": [5, 8, 1], - "to": [11, 14, 3], - "rotation": {"angle": 22.5, "axis": "x", "origin": [3, 10, 6]}, - "faces": { - "north": {"uv": [3, 0, 9, 6], "texture": "#2"}, - "east": {"uv": [3, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "south": {"uv": [3, 0, 9, 6], "texture": "#2"}, - "west": {"uv": [3, 9, 9, 7], "rotation": 90, "texture": "#2"}, - "up": {"uv": [3, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [3, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [11, 8, 1], - "to": [15, 10, 3], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 10, 6]}, - "faces": { - "north": {"uv": [13, 4, 9, 6], "texture": "#2"}, - "east": {"uv": [0, 10, 2, 12], "texture": "#2"}, - "south": {"uv": [9, 4, 13, 6], "texture": "#2"}, - "up": {"uv": [0, 11, 2, 15], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 11, 2, 15], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [1, 10, 1], - "to": [3, 14, 3], - "rotation": {"angle": 22.5, "axis": "x", "origin": [-2, 10, 6]}, - "faces": { - "north": {"uv": [11, 0, 13, 4], "texture": "#2"}, - "east": {"uv": [11, 0, 13, 4], "texture": "#2"}, - "south": {"uv": [11, 0, 13, 4], "texture": "#2"}, - "west": {"uv": [0, 12, 2, 16], "texture": "#2"}, - "up": {"uv": [0, 8, 2, 10], "texture": "#2"} - } - }, - { - "from": [13, 10, 1], - "to": [15, 14, 3], - "rotation": {"angle": 22.5, "axis": "x", "origin": [7, 10, 6]}, - "faces": { - "north": {"uv": [11, 0, 13, 4], "texture": "#2"}, - "east": {"uv": [0, 10, 2, 14], "texture": "#2"}, - "south": {"uv": [0, 10, 2, 14], "texture": "#2"}, - "west": {"uv": [11, 0, 13, 4], "texture": "#2"}, - "up": {"uv": [0, 8, 2, 10], "texture": "#2"} - } - }, - { - "from": [1, 8, 1], - "to": [5, 10, 3], - "rotation": {"angle": 22.5, "axis": "x", "origin": [-3, 10, 6]}, - "faces": { - "north": {"uv": [9, 4, 13, 6], "texture": "#2"}, - "south": {"uv": [13, 4, 9, 6], "texture": "#2"}, - "west": {"uv": [0, 12, 2, 14], "texture": "#2"}, - "up": {"uv": [0, 12, 2, 16], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 15, 2, 11], "rotation": 90, "texture": "#2"} - } - }, { "from": [4, 0, 5], "to": [15, 5, 16], @@ -125,7 +49,7 @@ "to": [13, 19, 13], "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 12, 3]}, "faces": { - "north": {"uv": [0, 0, 5, 3.5], "texture": "#0"}, + "north": {"uv": [0, 0, 5, 2.5], "texture": "#0"}, "east": {"uv": [5, 2.5, 7, 5], "texture": "#0"}, "south": {"uv": [0, 2.5, 5, 5], "texture": "#0"}, "west": {"uv": [5.5, 2.5, 7.5, 5], "texture": "#0"}, @@ -197,150 +121,23 @@ "up": {"uv": [0.5, 2, 4.5, 2.5], "texture": "#0"}, "down": {"uv": [0, 0, 8, 1], "texture": "#missing"} } - }, - { - "from": [5.5, 0, 3], - "to": [7.5, 4, 3], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 1, 5]}, - "faces": { - "north": {"uv": [10, 9, 12, 13], "texture": "#2"}, - "east": {"uv": [0, 0, 0, 4], "texture": "#2"}, - "south": {"uv": [0, 0, 2, 4], "texture": "#2"}, - "west": {"uv": [0, 0, 0, 4], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 0], "texture": "#2"}, - "down": {"uv": [0, 0, 2, 0], "texture": "#2"} - } - }, - { - "from": [8, 0, 3], - "to": [10, 4, 3], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 1, 5]}, - "faces": { - "north": {"uv": [10, 9, 12, 13], "texture": "#2"}, - "east": {"uv": [0, 0, 0, 4], "texture": "#2"}, - "south": {"uv": [0, 0, 2, 4], "texture": "#2"}, - "west": {"uv": [0, 0, 0, 4], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 0], "texture": "#2"}, - "down": {"uv": [0, 0, 2, 0], "texture": "#2"} - } - }, - { - "from": [10.5, 0, 3], - "to": [12.5, 4, 3], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 1, 5]}, - "faces": { - "north": {"uv": [10, 9, 12, 13], "texture": "#2"}, - "east": {"uv": [0, 0, 0, 4], "texture": "#2"}, - "south": {"uv": [0, 0, 2, 4], "texture": "#2"}, - "west": {"uv": [0, 0, 0, 4], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 0], "texture": "#2"}, - "down": {"uv": [0, 0, 2, 0], "texture": "#2"} - } - }, - { - "from": [6.5, 1, 3], - "to": [6.5, 3, 7], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 1, 5]}, - "faces": { - "north": {"uv": [0, 0, 0, 2], "texture": "#2"}, - "east": {"uv": [5, 10, 9, 12], "texture": "#2"}, - "south": {"uv": [0, 0, 0, 2], "texture": "#2"}, - "west": {"uv": [5, 10, 9, 12], "texture": "#2"}, - "up": {"uv": [0, 0, 0, 4], "texture": "#2"}, - "down": {"uv": [0, 0, 0, 4], "texture": "#2"} - } - }, - { - "from": [9, 1, 3], - "to": [9, 3, 7], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 1, 5]}, - "faces": { - "north": {"uv": [0, 0, 0, 2], "texture": "#2"}, - "east": {"uv": [5, 10, 9, 12], "texture": "#2"}, - "south": {"uv": [0, 0, 0, 2], "texture": "#2"}, - "west": {"uv": [5, 10, 9, 12], "texture": "#2"}, - "up": {"uv": [0, 0, 0, 4], "texture": "#2"}, - "down": {"uv": [0, 0, 0, 4], "texture": "#2"} - } - }, - { - "from": [11.5, 1, 3], - "to": [11.5, 3, 7], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 1, 5]}, - "faces": { - "north": {"uv": [0, 0, 0, 2], "texture": "#2"}, - "east": {"uv": [5, 10, 9, 12], "texture": "#2"}, - "south": {"uv": [0, 0, 0, 2], "texture": "#2"}, - "west": {"uv": [5, 10, 9, 12], "texture": "#2"}, - "up": {"uv": [0, 0, 0, 4], "texture": "#2"}, - "down": {"uv": [0, 0, 0, 4], "texture": "#2"} - } - }, - { - "from": [-2, 2, 1], - "to": [0, 4, 3], - "rotation": {"angle": -22.5, "axis": "x", "origin": [-1, 3, 2]}, - "faces": { - "north": {"uv": [10, 11, 12, 13], "texture": "#2"}, - "east": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "south": {"uv": [10, 11, 12, 13], "texture": "#2"}, - "west": {"uv": [10, 11, 12, 13], "texture": "#2"}, - "up": {"uv": [10, 11, 12, 13], "texture": "#2"}, - "down": {"uv": [10, 11, 12, 13], "texture": "#2"} - } - }, - { - "from": [-2, 4, 1], - "to": [-2, 10, 3], - "rotation": {"angle": -22.5, "axis": "x", "origin": [-1, 3, 2]}, - "faces": { - "north": {"uv": [0, 0, 0, 6], "texture": "#missing"}, - "east": {"uv": [2, 12, 8, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 0, 0, 6], "texture": "#missing"}, - "west": {"uv": [2, 10, 8, 12], "rotation": 90, "texture": "#2"}, - "up": {"uv": [0, 0, 0, 2], "texture": "#missing"}, - "down": {"uv": [0, 0, 0, 2], "texture": "#missing"} - } - }, - { - "from": [-3, 10, 1], - "to": [-1, 12, 3], - "rotation": {"angle": -22.5, "axis": "x", "origin": [-1, 3, 2]}, - "faces": { - "north": {"uv": [4, 13, 6, 15], "texture": "#2"}, - "east": {"uv": [4, 13, 6, 15], "texture": "#2"}, - "south": {"uv": [4, 13, 6, 15], "texture": "#2"}, - "west": {"uv": [4, 13, 6, 15], "texture": "#2"}, - "up": {"uv": [4, 13, 6, 15], "texture": "#2"}, - "down": {"uv": [4, 13, 6, 15], "texture": "#2"} - } } ], - "display": {}, "groups": [ { "name": "steering_wheel", "origin": [-3, 10, 4], "color": 0, - "children": [0, 1, 2, 3, 4, 5] + "children": [] }, + 0, + 1, + 2, + 3, + 4, + 5, 6, 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23 + 8 ] } \ No newline at end of file diff --git a/src/main/resources/assets/tfmg/models/block/engine_controller/item.json b/src/main/resources/assets/tfmg/models/block/engine_controller/item.json index 7078a2cc..83c2fe0f 100644 --- a/src/main/resources/assets/tfmg/models/block/engine_controller/item.json +++ b/src/main/resources/assets/tfmg/models/block/engine_controller/item.json @@ -125,7 +125,7 @@ "to": [13, 19, 13], "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 12, 3]}, "faces": { - "north": {"uv": [0, 0, 5, 3.5], "texture": "#0"}, + "north": {"uv": [0, 0, 5, 2.5], "texture": "#0"}, "east": {"uv": [5, 2.5, 7, 5], "texture": "#0"}, "south": {"uv": [0, 2.5, 5, 5], "texture": "#0"}, "west": {"uv": [5.5, 2.5, 7.5, 5], "texture": "#0"}, @@ -199,48 +199,35 @@ } }, { - "from": [5.5, 0, 3], - "to": [7.5, 4, 3], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 1, 5]}, + "from": [4.5, 0, 2], + "to": [7.5, 6, 2], + "rotation": {"angle": 22.5, "axis": "x", "origin": [4, 1, 4]}, "faces": { - "north": {"uv": [10, 9, 12, 13], "texture": "#2"}, + "north": {"uv": [10, 7, 13, 13], "texture": "#2"}, "east": {"uv": [0, 0, 0, 4], "texture": "#2"}, - "south": {"uv": [0, 0, 2, 4], "texture": "#2"}, + "south": {"uv": [10, 7, 13, 13], "texture": "#2"}, "west": {"uv": [0, 0, 0, 4], "texture": "#2"}, "up": {"uv": [0, 0, 2, 0], "texture": "#2"}, "down": {"uv": [0, 0, 2, 0], "texture": "#2"} } }, { - "from": [8, 0, 3], - "to": [10, 4, 3], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 1, 5]}, + "from": [8.5, 0, 2], + "to": [11.5, 6, 2], + "rotation": {"angle": 22.5, "axis": "x", "origin": [3, 1, 4]}, "faces": { - "north": {"uv": [10, 9, 12, 13], "texture": "#2"}, + "north": {"uv": [10, 7, 13, 13], "texture": "#2"}, "east": {"uv": [0, 0, 0, 4], "texture": "#2"}, - "south": {"uv": [0, 0, 2, 4], "texture": "#2"}, + "south": {"uv": [10, 7, 13, 13], "texture": "#2"}, "west": {"uv": [0, 0, 0, 4], "texture": "#2"}, "up": {"uv": [0, 0, 2, 0], "texture": "#2"}, "down": {"uv": [0, 0, 2, 0], "texture": "#2"} } }, { - "from": [10.5, 0, 3], - "to": [12.5, 4, 3], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 1, 5]}, - "faces": { - "north": {"uv": [10, 9, 12, 13], "texture": "#2"}, - "east": {"uv": [0, 0, 0, 4], "texture": "#2"}, - "south": {"uv": [0, 0, 2, 4], "texture": "#2"}, - "west": {"uv": [0, 0, 0, 4], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 0], "texture": "#2"}, - "down": {"uv": [0, 0, 2, 0], "texture": "#2"} - } - }, - { - "from": [6.5, 1, 3], - "to": [6.5, 3, 7], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 1, 5]}, + "from": [5.5, 1, 2], + "to": [5.5, 3, 6], + "rotation": {"angle": 22.5, "axis": "x", "origin": [4, 1, 4]}, "faces": { "north": {"uv": [0, 0, 0, 2], "texture": "#2"}, "east": {"uv": [5, 10, 9, 12], "texture": "#2"}, @@ -251,27 +238,40 @@ } }, { - "from": [9, 1, 3], - "to": [9, 3, 7], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 1, 5]}, + "from": [9.5, 1, 2], + "to": [9.5, 3, 6], + "rotation": {"angle": 22.5, "axis": "x", "origin": [3, 1, 4]}, "faces": { "north": {"uv": [0, 0, 0, 2], "texture": "#2"}, "east": {"uv": [5, 10, 9, 12], "texture": "#2"}, "south": {"uv": [0, 0, 0, 2], "texture": "#2"}, - "west": {"uv": [5, 10, 9, 12], "texture": "#2"}, + "west": {"uv": [5, 8, 10, 12], "texture": "#2"}, "up": {"uv": [0, 0, 0, 4], "texture": "#2"}, "down": {"uv": [0, 0, 0, 4], "texture": "#2"} } }, { - "from": [11.5, 1, 3], - "to": [11.5, 3, 7], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 1, 5]}, + "from": [12.5, 0, 2], + "to": [15.5, 6, 2], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7, 1, 4]}, + "faces": { + "north": {"uv": [10, 7, 13, 13], "texture": "#2"}, + "east": {"uv": [0, 0, 0, 4], "texture": "#2"}, + "south": {"uv": [10, 7, 13, 13], "texture": "#2"}, + "west": {"uv": [0, 0, 0, 4], "texture": "#2"}, + "up": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "down": {"uv": [0, 0, 2, 0], "texture": "#2"} + } + }, + { + "from": [13.5, 1, 2], + "to": [13.5, 3, 6], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7, 1, 4]}, "faces": { "north": {"uv": [0, 0, 0, 2], "texture": "#2"}, "east": {"uv": [5, 10, 9, 12], "texture": "#2"}, "south": {"uv": [0, 0, 0, 2], "texture": "#2"}, - "west": {"uv": [5, 10, 9, 12], "texture": "#2"}, + "west": {"uv": [5, 8, 10, 12], "texture": "#2"}, "up": {"uv": [0, 0, 0, 4], "texture": "#2"}, "down": {"uv": [0, 0, 0, 4], "texture": "#2"} } @@ -281,12 +281,12 @@ "to": [0, 4, 3], "rotation": {"angle": -22.5, "axis": "x", "origin": [-1, 3, 2]}, "faces": { - "north": {"uv": [10, 11, 12, 13], "texture": "#2"}, + "north": {"uv": [7, 10, 9, 12], "texture": "#2"}, "east": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "south": {"uv": [10, 11, 12, 13], "texture": "#2"}, - "west": {"uv": [10, 11, 12, 13], "texture": "#2"}, - "up": {"uv": [10, 11, 12, 13], "texture": "#2"}, - "down": {"uv": [10, 11, 12, 13], "texture": "#2"} + "south": {"uv": [7, 10, 9, 12], "texture": "#2"}, + "west": {"uv": [7, 10, 9, 12], "texture": "#2"}, + "up": {"uv": [7, 10, 9, 12], "texture": "#2"}, + "down": {"uv": [7, 10, 9, 12], "texture": "#2"} } }, { @@ -316,7 +316,6 @@ } } ], - "display": {}, "groups": [ { "name": "steering_wheel", diff --git a/src/main/resources/assets/tfmg/models/block/large_aluminum_cogwheel.json b/src/main/resources/assets/tfmg/models/block/large_aluminum_cogwheel.json index f3813578..2f8fb0f0 100644 --- a/src/main/resources/assets/tfmg/models/block/large_aluminum_cogwheel.json +++ b/src/main/resources/assets/tfmg/models/block/large_aluminum_cogwheel.json @@ -2,6 +2,7 @@ "credit": "Made with Blockbench", "parent": "block/block", "texture_size": [32, 32], + "render_type": "minecraft:cutout", "textures": { "0": "tfmg:block/large_aluminum_coghweel", "1": "create:block/axis_top", @@ -71,7 +72,7 @@ "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, "faces": { "north": {"uv": [10, 0, 11, 1], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "east": {"uv": [13.975, 0, 16, 7], "rotation": 90, "texture": "#0"}, "south": {"uv": [10, 6, 11, 7], "rotation": 90, "texture": "#0"}, "west": {"uv": [10, 0, 11, 7], "rotation": 90, "texture": "#0"}, "up": {"uv": [12, 0, 13, 7], "rotation": 180, "texture": "#0"}, @@ -86,7 +87,7 @@ "faces": { "north": {"uv": [10, 0, 11, 7], "rotation": 90, "texture": "#0"}, "east": {"uv": [10, 0, 11, 1], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "south": {"uv": [13.975, 0, 16, 7], "rotation": 90, "texture": "#0"}, "west": {"uv": [10, 6, 11, 7], "rotation": 90, "texture": "#0"}, "up": {"uv": [13, 0, 14, 7], "rotation": 270, "texture": "#0"}, "down": {"uv": [12, 0, 13, 7], "rotation": 90, "texture": "#0"} @@ -101,7 +102,7 @@ "north": {"uv": [10, 6, 11, 7], "rotation": 90, "texture": "#0"}, "east": {"uv": [10, 0, 11, 7], "rotation": 90, "texture": "#0"}, "south": {"uv": [10, 0, 11, 1], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "west": {"uv": [13.975, 0, 16, 7], "rotation": 90, "texture": "#0"}, "up": {"uv": [15, 0, 16, 7], "texture": "#0"}, "down": {"uv": [14, 0, 15, 7], "texture": "#0"} } @@ -112,7 +113,7 @@ "to": [15, 10.025, 17], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, "faces": { - "north": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "north": {"uv": [13.975, 0, 16, 7], "rotation": 90, "texture": "#0"}, "east": {"uv": [10, 6, 11, 7], "rotation": 90, "texture": "#0"}, "south": {"uv": [10, 0, 11, 7], "rotation": 90, "texture": "#0"}, "west": {"uv": [10, 0, 11, 1], "rotation": 90, "texture": "#0"}, diff --git a/src/main/resources/assets/tfmg/models/block/large_aluminum_cogwheel_shaftless.json b/src/main/resources/assets/tfmg/models/block/large_aluminum_cogwheel_shaftless.json index ae525d34..1b281ff8 100644 --- a/src/main/resources/assets/tfmg/models/block/large_aluminum_cogwheel_shaftless.json +++ b/src/main/resources/assets/tfmg/models/block/large_aluminum_cogwheel_shaftless.json @@ -2,6 +2,7 @@ "credit": "Made with Blockbench", "parent": "block/block", "texture_size": [32, 32], + "render_type": "minecraft:cutout", "textures": { "0": "tfmg:block/large_aluminum_coghweel", "particle": "tfmg:block/large_aluminum_coghweel" @@ -69,7 +70,7 @@ "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, "faces": { "north": {"uv": [10, 0, 11, 1], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "east": {"uv": [13.975, 0, 16, 7], "rotation": 90, "texture": "#0"}, "south": {"uv": [10, 6, 11, 7], "rotation": 90, "texture": "#0"}, "west": {"uv": [10, 0, 11, 7], "rotation": 90, "texture": "#0"}, "up": {"uv": [12, 0, 13, 7], "rotation": 180, "texture": "#0"}, @@ -84,7 +85,7 @@ "faces": { "north": {"uv": [10, 0, 11, 7], "rotation": 90, "texture": "#0"}, "east": {"uv": [10, 0, 11, 1], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "south": {"uv": [13.975, 0, 16, 7], "rotation": 90, "texture": "#0"}, "west": {"uv": [10, 6, 11, 7], "rotation": 90, "texture": "#0"}, "up": {"uv": [13, 0, 14, 7], "rotation": 270, "texture": "#0"}, "down": {"uv": [12, 0, 13, 7], "rotation": 90, "texture": "#0"} @@ -99,7 +100,7 @@ "north": {"uv": [10, 6, 11, 7], "rotation": 90, "texture": "#0"}, "east": {"uv": [10, 0, 11, 7], "rotation": 90, "texture": "#0"}, "south": {"uv": [10, 0, 11, 1], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "west": {"uv": [13.975, 0, 16, 7], "rotation": 90, "texture": "#0"}, "up": {"uv": [15, 0, 16, 7], "texture": "#0"}, "down": {"uv": [14, 0, 15, 7], "texture": "#0"} } @@ -110,7 +111,7 @@ "to": [15, 10.025, 17], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, "faces": { - "north": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "north": {"uv": [13.975, 0, 16, 7], "rotation": 90, "texture": "#0"}, "east": {"uv": [10, 6, 11, 7], "rotation": 90, "texture": "#0"}, "south": {"uv": [10, 0, 11, 7], "rotation": 90, "texture": "#0"}, "west": {"uv": [10, 0, 11, 1], "rotation": 90, "texture": "#0"}, diff --git a/src/main/resources/assets/tfmg/models/block/radial_engine/block.json b/src/main/resources/assets/tfmg/models/block/radial_engine/block.json deleted file mode 100644 index 06c14b2e..00000000 --- a/src/main/resources/assets/tfmg/models/block/radial_engine/block.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [128, 128], - "textures": { - "1": "tfmg:block/radial_engine", - "particle": "tfmg:block/steel_block" - }, - "elements": [ - { - "from": [5, 5, 3], - "to": [11, 11, 13], - "faces": { - "north": {"uv": [6.25, 2.875, 7, 3.625], "texture": "#1"}, - "east": {"uv": [6.125, 0.875, 7.375, 1.625], "texture": "#1"}, - "south": {"uv": [6.25, 2.875, 7, 3.625], "texture": "#1"}, - "west": {"uv": [6.125, 0.875, 7.375, 1.625], "texture": "#1"}, - "up": {"uv": [7.375, 1.625, 6.125, 0.875], "rotation": 90, "texture": "#1"}, - "down": {"uv": [6.125, 1.625, 7.375, 0.875], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [1, 1, 4], - "to": [15, 15, 12], - "faces": { - "north": {"uv": [0, 0, 1.75, 1.75], "texture": "#1"}, - "east": {"uv": [6, 1.75, 7.75, 2.75], "rotation": 90, "texture": "#1"}, - "south": {"uv": [0, 1.75, 1.75, 3.5], "texture": "#1"}, - "west": {"uv": [6, 1.75, 7.75, 2.75], "rotation": 90, "texture": "#1"}, - "up": {"uv": [7.75, 2.75, 6, 1.75], "texture": "#1"}, - "down": {"uv": [7.75, 1.75, 6, 2.75], "texture": "#1"} - } - }, - { - "from": [6, -6, 6], - "to": [10, 22, 10], - "faces": { - "north": {"uv": [1.75, 2.375, 5.25, 2.875], "rotation": 90, "texture": "#1"}, - "east": {"uv": [1.75, 3.375, 5.25, 3.875], "rotation": 90, "texture": "#1"}, - "south": {"uv": [1.75, 2.875, 5.25, 3.375], "rotation": 90, "texture": "#1"}, - "west": {"uv": [1.75, 3.375, 5.25, 3.875], "rotation": 90, "texture": "#1"}, - "up": {"uv": [5.75, 3.375, 5.25, 2.875], "texture": "#1"}, - "down": {"uv": [5.75, 2.875, 5.25, 3.375], "texture": "#1"} - } - }, - { - "from": [-6, 6, 6], - "to": [22, 10, 10], - "faces": { - "north": {"uv": [1.75, 2.375, 5.25, 2.875], "texture": "#1"}, - "east": {"uv": [5.25, 2.875, 5.75, 3.375], "texture": "#1"}, - "south": {"uv": [1.75, 2.875, 5.25, 3.375], "texture": "#1"}, - "west": {"uv": [5.25, 2.875, 5.75, 3.375], "texture": "#1"}, - "up": {"uv": [5.25, 3.875, 1.75, 3.375], "texture": "#1"}, - "down": {"uv": [5.25, 3.375, 1.75, 3.875], "texture": "#1"} - } - }, - { - "from": [6, -6, 6], - "to": [10, 22, 10], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [1.75, 2.375, 5.25, 2.875], "rotation": 90, "texture": "#1"}, - "east": {"uv": [1.75, 3.375, 5.25, 3.875], "rotation": 90, "texture": "#1"}, - "south": {"uv": [1.75, 2.875, 5.25, 3.375], "rotation": 90, "texture": "#1"}, - "west": {"uv": [1.75, 3.375, 5.25, 3.875], "rotation": 90, "texture": "#1"}, - "up": {"uv": [5.75, 3.375, 5.25, 2.875], "texture": "#1"}, - "down": {"uv": [5.75, 2.875, 5.25, 3.375], "texture": "#1"} - } - }, - { - "from": [-6, 6, 6], - "to": [22, 10, 10], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [1.75, 2.375, 5.25, 2.875], "texture": "#1"}, - "east": {"uv": [5.25, 2.875, 5.75, 3.375], "texture": "#1"}, - "south": {"uv": [1.75, 2.875, 5.25, 3.375], "texture": "#1"}, - "west": {"uv": [5.25, 2.875, 5.75, 3.375], "texture": "#1"}, - "up": {"uv": [5.25, 3.875, 1.75, 3.375], "texture": "#1"}, - "down": {"uv": [5.25, 3.375, 1.75, 3.875], "texture": "#1"} - } - }, - { - "from": [5, -6, 5], - "to": [11, 22, 11], - "faces": { - "north": {"uv": [1.75, 0, 5.25, 0.75], "rotation": 90, "texture": "#1"}, - "east": {"uv": [1.75, 1.5, 5.25, 2.25], "rotation": 90, "texture": "#1"}, - "south": {"uv": [1.75, 0.75, 5.25, 1.5], "rotation": 90, "texture": "#1"}, - "west": {"uv": [1.75, 1.5, 5.25, 2.25], "rotation": 90, "texture": "#1"}, - "up": {"uv": [6, 1.5, 5.25, 0.75], "texture": "#1"}, - "down": {"uv": [6, 0.75, 5.25, 1.5], "texture": "#1"} - } - }, - { - "from": [-6, 5, 5], - "to": [22, 11, 11], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [1.75, 0, 5.25, 0.75], "texture": "#1"}, - "east": {"uv": [5.25, 0.75, 6, 1.5], "texture": "#1"}, - "south": {"uv": [1.75, 0.75, 5.25, 1.5], "texture": "#1"}, - "west": {"uv": [5.25, 0.75, 6, 1.5], "texture": "#1"}, - "up": {"uv": [5.25, 2.25, 1.75, 1.5], "texture": "#1"}, - "down": {"uv": [5.25, 1.5, 1.75, 2.25], "texture": "#1"} - } - }, - { - "from": [5, -6, 5], - "to": [11, 22, 11], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [1.75, 0, 5.25, 0.75], "rotation": 90, "texture": "#1"}, - "east": {"uv": [1.75, 1.5, 5.25, 2.25], "rotation": 90, "texture": "#1"}, - "south": {"uv": [1.75, 0.75, 5.25, 1.5], "rotation": 90, "texture": "#1"}, - "west": {"uv": [1.75, 1.5, 5.25, 2.25], "rotation": 90, "texture": "#1"}, - "up": {"uv": [6, 1.5, 5.25, 0.75], "texture": "#1"}, - "down": {"uv": [6, 0.75, 5.25, 1.5], "texture": "#1"} - } - }, - { - "from": [-6, 5, 5], - "to": [22, 11, 11], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [1.75, 0, 5.25, 0.75], "texture": "#1"}, - "east": {"uv": [5.25, 0.75, 6, 1.5], "texture": "#1"}, - "south": {"uv": [1.75, 0.75, 5.25, 1.5], "texture": "#1"}, - "west": {"uv": [5.25, 0.75, 6, 1.5], "texture": "#1"}, - "up": {"uv": [5.25, 2.25, 1.75, 1.5], "texture": "#1"}, - "down": {"uv": [5.25, 1.5, 1.75, 2.25], "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/tfmg/models/block/radial_engine/item.json b/src/main/resources/assets/tfmg/models/block/radial_engine/item.json index f7752c02..f492ca68 100644 --- a/src/main/resources/assets/tfmg/models/block/radial_engine/item.json +++ b/src/main/resources/assets/tfmg/models/block/radial_engine/item.json @@ -3,147 +3,151 @@ "parent": "block/block", "texture_size": [128, 128], "textures": { - "1": "tfmg:block/radial_engine", - "particle": "tfmg:block/steel_block" + "0": "tfmg:block/large_radial_engine", + "1": "tfmg:block/shaft_top", + "2": "tfmg:block/shaft", + "particle": "tfmg:block/large_radial_engine" }, "elements": [ { - "name": "shaft", - "from": [6, 6, 0], - "to": [10, 10, 16], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 0]}, + "from": [-3, -3, 3], + "to": [19, 19, 13], "faces": { - "north": {"uv": [3, 5.625, 3.5, 6.125], "texture": "#1"}, - "east": {"uv": [1, 5.5, 1.5, 7.5], "rotation": 90, "texture": "#1"}, - "south": {"uv": [3, 5.625, 3.5, 6.125], "texture": "#1"}, - "west": {"uv": [1, 5.5, 1.5, 7.5], "rotation": 90, "texture": "#1"}, - "up": {"uv": [1.5, 7.5, 1, 5.5], "texture": "#1"}, - "down": {"uv": [1.5, 5.5, 1, 7.5], "texture": "#1"} + "north": {"uv": [0, 0, 5.5, 5.5], "texture": "#0"}, + "east": {"uv": [7, 4, 9.5, 9.5], "texture": "#0"}, + "south": {"uv": [0, 0, 5.5, 5.5], "texture": "#0"}, + "west": {"uv": [7, 4, 9.5, 9.5], "texture": "#0"}, + "up": {"uv": [7, 4, 9.5, 9.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [7, 4, 9.5, 9.5], "rotation": 90, "texture": "#0"} } }, { - "from": [5, 5, 3], - "to": [11, 11, 13], + "from": [0, 0, 2], + "to": [16, 16, 14], "faces": { - "north": {"uv": [6.25, 2.875, 7, 3.625], "texture": "#1"}, - "east": {"uv": [6.125, 0.875, 7.375, 1.625], "texture": "#1"}, - "south": {"uv": [6.25, 2.875, 7, 3.625], "texture": "#1"}, - "west": {"uv": [6.125, 0.875, 7.375, 1.625], "texture": "#1"}, - "up": {"uv": [7.375, 1.625, 6.125, 0.875], "rotation": 90, "texture": "#1"}, - "down": {"uv": [6.125, 1.625, 7.375, 0.875], "rotation": 90, "texture": "#1"} + "north": {"uv": [0, 5.5, 4, 9.5], "texture": "#0"}, + "east": {"uv": [4, 5.5, 7, 9.5], "texture": "#0"}, + "south": {"uv": [0, 5.5, 4, 9.5], "texture": "#0"}, + "west": {"uv": [4, 5.5, 7, 9.5], "texture": "#0"}, + "up": {"uv": [4, 5.5, 7, 9.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [4, 5.5, 7, 9.5], "rotation": 90, "texture": "#0"} } }, { - "from": [1, 1, 4], - "to": [15, 15, 12], - "faces": { - "north": {"uv": [0, 0, 1.75, 1.75], "texture": "#1"}, - "east": {"uv": [6, 1.75, 7.75, 2.75], "rotation": 90, "texture": "#1"}, - "south": {"uv": [0, 1.75, 1.75, 3.5], "texture": "#1"}, - "west": {"uv": [6, 1.75, 7.75, 2.75], "rotation": 90, "texture": "#1"}, - "up": {"uv": [7.75, 2.75, 6, 1.75], "texture": "#1"}, - "down": {"uv": [7.75, 1.75, 6, 2.75], "texture": "#1"} - } - }, - { - "from": [6, -6, 6], - "to": [10, 22, 10], - "faces": { - "north": {"uv": [1.75, 2.375, 5.25, 2.875], "rotation": 90, "texture": "#1"}, - "east": {"uv": [1.75, 3.375, 5.25, 3.875], "rotation": 90, "texture": "#1"}, - "south": {"uv": [1.75, 2.875, 5.25, 3.375], "rotation": 90, "texture": "#1"}, - "west": {"uv": [1.75, 3.375, 5.25, 3.875], "rotation": 90, "texture": "#1"}, - "up": {"uv": [5.75, 3.375, 5.25, 2.875], "texture": "#1"}, - "down": {"uv": [5.75, 2.875, 5.25, 3.375], "texture": "#1"} - } - }, - { - "from": [-6, 6, 6], - "to": [22, 10, 10], - "faces": { - "north": {"uv": [1.75, 2.375, 5.25, 2.875], "texture": "#1"}, - "east": {"uv": [5.25, 2.875, 5.75, 3.375], "texture": "#1"}, - "south": {"uv": [1.75, 2.875, 5.25, 3.375], "texture": "#1"}, - "west": {"uv": [5.25, 2.875, 5.75, 3.375], "texture": "#1"}, - "up": {"uv": [5.25, 3.875, 1.75, 3.375], "texture": "#1"}, - "down": {"uv": [5.25, 3.375, 1.75, 3.875], "texture": "#1"} - } - }, - { - "from": [6, -6, 6], - "to": [10, 22, 10], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [1.75, 2.375, 5.25, 2.875], "rotation": 90, "texture": "#1"}, - "east": {"uv": [1.75, 3.375, 5.25, 3.875], "rotation": 90, "texture": "#1"}, - "south": {"uv": [1.75, 2.875, 5.25, 3.375], "rotation": 90, "texture": "#1"}, - "west": {"uv": [1.75, 3.375, 5.25, 3.875], "rotation": 90, "texture": "#1"}, - "up": {"uv": [5.75, 3.375, 5.25, 2.875], "texture": "#1"}, - "down": {"uv": [5.75, 2.875, 5.25, 3.375], "texture": "#1"} - } - }, - { - "from": [-6, 6, 6], - "to": [22, 10, 10], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [1.75, 2.375, 5.25, 2.875], "texture": "#1"}, - "east": {"uv": [5.25, 2.875, 5.75, 3.375], "texture": "#1"}, - "south": {"uv": [1.75, 2.875, 5.25, 3.375], "texture": "#1"}, - "west": {"uv": [5.25, 2.875, 5.75, 3.375], "texture": "#1"}, - "up": {"uv": [5.25, 3.875, 1.75, 3.375], "texture": "#1"}, - "down": {"uv": [5.25, 3.375, 1.75, 3.875], "texture": "#1"} - } - }, - { - "from": [5, -6, 5], - "to": [11, 22, 11], - "faces": { - "north": {"uv": [1.75, 0, 5.25, 0.75], "rotation": 90, "texture": "#1"}, - "east": {"uv": [1.75, 1.5, 5.25, 2.25], "rotation": 90, "texture": "#1"}, - "south": {"uv": [1.75, 0.75, 5.25, 1.5], "rotation": 90, "texture": "#1"}, - "west": {"uv": [1.75, 1.5, 5.25, 2.25], "rotation": 90, "texture": "#1"}, - "up": {"uv": [6, 1.5, 5.25, 0.75], "texture": "#1"}, - "down": {"uv": [6, 0.75, 5.25, 1.5], "texture": "#1"} - } - }, - { - "from": [-6, 5, 5], - "to": [22, 11, 11], + "from": [-12, 5, 5], + "to": [28, 11, 11], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0]}, "faces": { - "north": {"uv": [1.75, 0, 5.25, 0.75], "texture": "#1"}, - "east": {"uv": [5.25, 0.75, 6, 1.5], "texture": "#1"}, - "south": {"uv": [1.75, 0.75, 5.25, 1.5], "texture": "#1"}, - "west": {"uv": [5.25, 0.75, 6, 1.5], "texture": "#1"}, - "up": {"uv": [5.25, 2.25, 1.75, 1.5], "texture": "#1"}, - "down": {"uv": [5.25, 1.5, 1.75, 2.25], "texture": "#1"} + "north": {"uv": [5.5, 2, 15.5, 3.5], "texture": "#0"}, + "east": {"uv": [15, 7, 13.5, 5.5], "rotation": 90, "texture": "#0"}, + "south": {"uv": [5.5, 2, 15.5, 3.5], "rotation": 180, "texture": "#0"}, + "west": {"uv": [15, 5.5, 13.5, 7], "rotation": 90, "texture": "#0"}, + "up": {"uv": [5.5, 2, 15.5, 3.5], "rotation": 180, "texture": "#0"}, + "down": {"uv": [5.5, 2, 15.5, 3.5], "rotation": 180, "texture": "#0"} } }, { - "from": [5, -6, 5], - "to": [11, 22, 11], + "from": [5, -12, 5], + "to": [11, 28, 11], "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 0]}, "faces": { - "north": {"uv": [1.75, 0, 5.25, 0.75], "rotation": 90, "texture": "#1"}, - "east": {"uv": [1.75, 1.5, 5.25, 2.25], "rotation": 90, "texture": "#1"}, - "south": {"uv": [1.75, 0.75, 5.25, 1.5], "rotation": 90, "texture": "#1"}, - "west": {"uv": [1.75, 1.5, 5.25, 2.25], "rotation": 90, "texture": "#1"}, - "up": {"uv": [6, 1.5, 5.25, 0.75], "texture": "#1"}, - "down": {"uv": [6, 0.75, 5.25, 1.5], "texture": "#1"} + "north": {"uv": [5.5, 2, 15.5, 3.5], "rotation": 270, "texture": "#0"}, + "east": {"uv": [5.5, 2, 15.5, 3.5], "rotation": 270, "texture": "#0"}, + "south": {"uv": [5.5, 2, 15.5, 3.5], "rotation": 270, "texture": "#0"}, + "west": {"uv": [5.5, 2, 15.5, 3.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [15, 5.5, 13.5, 7], "rotation": 180, "texture": "#0"}, + "down": {"uv": [15, 7, 13.5, 5.5], "rotation": 180, "texture": "#0"} } }, { - "from": [-6, 5, 5], - "to": [22, 11, 11], + "from": [-12, 5, 5], + "to": [28, 11, 11], "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 0]}, "faces": { - "north": {"uv": [1.75, 0, 5.25, 0.75], "texture": "#1"}, - "east": {"uv": [5.25, 0.75, 6, 1.5], "texture": "#1"}, - "south": {"uv": [1.75, 0.75, 5.25, 1.5], "texture": "#1"}, - "west": {"uv": [5.25, 0.75, 6, 1.5], "texture": "#1"}, - "up": {"uv": [5.25, 2.25, 1.75, 1.5], "texture": "#1"}, - "down": {"uv": [5.25, 1.5, 1.75, 2.25], "texture": "#1"} + "north": {"uv": [5.5, 2, 15.5, 3.5], "texture": "#0"}, + "east": {"uv": [15, 7, 13.5, 5.5], "rotation": 90, "texture": "#0"}, + "south": {"uv": [5.5, 2, 15.5, 3.5], "rotation": 180, "texture": "#0"}, + "west": {"uv": [15, 5.5, 13.5, 7], "rotation": 90, "texture": "#0"}, + "up": {"uv": [5.5, 2, 15.5, 3.5], "rotation": 180, "texture": "#0"}, + "down": {"uv": [5.5, 2, 15.5, 3.5], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [5, -12, 5], + "to": [11, 28, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0]}, + "faces": { + "north": {"uv": [5.5, 2, 15.5, 3.5], "rotation": 270, "texture": "#0"}, + "east": {"uv": [5.5, 2, 15.5, 3.5], "rotation": 270, "texture": "#0"}, + "south": {"uv": [5.5, 2, 15.5, 3.5], "rotation": 270, "texture": "#0"}, + "west": {"uv": [5.5, 2, 15.5, 3.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [15, 5.5, 13.5, 7], "rotation": 180, "texture": "#0"}, + "down": {"uv": [15, 7, 13.5, 5.5], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [4, -12, 4], + "to": [12, 28, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0]}, + "faces": { + "north": {"uv": [5.5, 0, 15.5, 2], "rotation": 90, "texture": "#0"}, + "east": {"uv": [5.5, 0, 15.5, 2], "rotation": 90, "texture": "#0"}, + "south": {"uv": [5.5, 0, 15.5, 2], "rotation": 90, "texture": "#0"}, + "west": {"uv": [5.5, 0, 15.5, 2], "rotation": 90, "texture": "#0"}, + "up": {"uv": [15.5, 5.5, 13.5, 3.5], "texture": "#0"}, + "down": {"uv": [15.5, 3.5, 13.5, 5.5], "texture": "#0"} + } + }, + { + "from": [-12, 4, 4], + "to": [28, 12, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0]}, + "faces": { + "north": {"uv": [5.5, 0, 15.5, 2], "texture": "#0"}, + "east": {"uv": [15.5, 5.5, 13.5, 3.5], "rotation": 90, "texture": "#0"}, + "south": {"uv": [5.5, 0, 15.5, 2], "rotation": 180, "texture": "#0"}, + "west": {"uv": [15.5, 3.5, 13.5, 5.5], "rotation": 90, "texture": "#0"}, + "up": {"uv": [5.5, 0, 15.5, 2], "rotation": 180, "texture": "#0"}, + "down": {"uv": [5.5, 0, 15.5, 2], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [4, -12, 4], + "to": [12, 28, 12], + "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 0]}, + "faces": { + "north": {"uv": [5.5, 0, 15.5, 2], "rotation": 90, "texture": "#0"}, + "east": {"uv": [5.5, 0, 15.5, 2], "rotation": 90, "texture": "#0"}, + "south": {"uv": [5.5, 0, 15.5, 2], "rotation": 90, "texture": "#0"}, + "west": {"uv": [5.5, 0, 15.5, 2], "rotation": 90, "texture": "#0"}, + "up": {"uv": [15.5, 5.5, 13.5, 3.5], "texture": "#0"}, + "down": {"uv": [15.5, 3.5, 13.5, 5.5], "texture": "#0"} + } + }, + { + "from": [-12, 4, 4], + "to": [28, 12, 12], + "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 0]}, + "faces": { + "north": {"uv": [5.5, 0, 15.5, 2], "texture": "#0"}, + "east": {"uv": [13.5, 3.5, 15.5, 5.5], "texture": "#0"}, + "south": {"uv": [5.5, 0, 15.5, 2], "texture": "#0"}, + "west": {"uv": [13.5, 3.5, 15.5, 5.5], "texture": "#0"}, + "up": {"uv": [15.5, 2, 5.5, 0], "texture": "#0"}, + "down": {"uv": [15.5, 0, 5.5, 2], "texture": "#0"} + } + }, + { + "from": [6, 6, 0], + "to": [10, 10, 16], + "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 0]}, + "faces": { + "north": {"uv": [6, 6, 10, 10], "texture": "#1"}, + "east": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#2"}, + "south": {"uv": [6, 6, 10, 10], "texture": "#1"}, + "west": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#2"}, + "up": {"uv": [6, 0, 10, 16], "texture": "#2"}, + "down": {"uv": [6, 0, 10, 16], "texture": "#2"} } } ] diff --git a/src/main/resources/assets/tfmg/models/block/radial_engine_input_ponder/block.json b/src/main/resources/assets/tfmg/models/block/radial_engine_input_ponder/block.json deleted file mode 100644 index ea4c76b4..00000000 --- a/src/main/resources/assets/tfmg/models/block/radial_engine_input_ponder/block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [128, 128], - "textures": { - "0": "tfmg:block/radial_engine", - "particle": "tfmg:block/radial_engine" - }, - "elements": [ - { - "from": [6, 5, 6.01], - "to": [10, 9, 17.01], - "rotation": {"angle": 0, "axis": "x", "origin": [0, 7, 8]}, - "faces": { - "north": {"uv": [6.75, 4.25, 7.25, 4.75], "rotation": 180, "texture": "#0"}, - "east": {"uv": [6.125, 4.25, 6.625, 5.625], "rotation": 270, "texture": "#0"}, - "south": {"uv": [6.75, 4.25, 7.25, 4.75], "texture": "#0"}, - "west": {"uv": [6.125, 4.25, 6.625, 5.625], "rotation": 90, "texture": "#0"}, - "up": {"uv": [6.125, 4.25, 6.625, 5.625], "rotation": 180, "texture": "#0"}, - "down": {"uv": [6.125, 4.25, 6.625, 5.625], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/tfmg/models/block/radial_engine_input_ponder/item.json b/src/main/resources/assets/tfmg/models/block/radial_engine_input_ponder/item.json deleted file mode 100644 index ea4c76b4..00000000 --- a/src/main/resources/assets/tfmg/models/block/radial_engine_input_ponder/item.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [128, 128], - "textures": { - "0": "tfmg:block/radial_engine", - "particle": "tfmg:block/radial_engine" - }, - "elements": [ - { - "from": [6, 5, 6.01], - "to": [10, 9, 17.01], - "rotation": {"angle": 0, "axis": "x", "origin": [0, 7, 8]}, - "faces": { - "north": {"uv": [6.75, 4.25, 7.25, 4.75], "rotation": 180, "texture": "#0"}, - "east": {"uv": [6.125, 4.25, 6.625, 5.625], "rotation": 270, "texture": "#0"}, - "south": {"uv": [6.75, 4.25, 7.25, 4.75], "texture": "#0"}, - "west": {"uv": [6.125, 4.25, 6.625, 5.625], "rotation": 90, "texture": "#0"}, - "up": {"uv": [6.125, 4.25, 6.625, 5.625], "rotation": 180, "texture": "#0"}, - "down": {"uv": [6.125, 4.25, 6.625, 5.625], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/tfmg/models/block/regular_engine/block_front_extended.json b/src/main/resources/assets/tfmg/models/block/regular_engine/block_front_extended.json index a4968bca..4b093630 100644 --- a/src/main/resources/assets/tfmg/models/block/regular_engine/block_front_extended.json +++ b/src/main/resources/assets/tfmg/models/block/regular_engine/block_front_extended.json @@ -2,21 +2,22 @@ "credit": "Made with Blockbench", "textures": { "1": "tfmg:block/engines/engine_bottom", - "2": "tfmg:block/engines/engine_front", "3": "tfmg:block/engines/engine_side", "4": "tfmg:block/engines/engine_top", "5": "tfmg:block/engines/engine_back", + "6": "tfmg:block/engines/engine_front_tall", + "7": "tfmg:block/engines/engine_side_tall", "particle": "tfmg:block/engines/engine_back" }, "elements": [ { "from": [13, 0, 1], - "to": [16, 7, 16], + "to": [16, 11, 16], "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 0]}, "faces": { - "north": {"uv": [0, 9, 3, 16], "texture": "#2"}, - "east": {"uv": [1, 9, 16, 16], "texture": "#3"}, - "south": {"uv": [13, 9, 16, 16], "texture": "#5"}, + "north": {"uv": [0, 5, 3, 16], "texture": "#6"}, + "east": {"uv": [1, 5, 16, 16], "texture": "#7"}, + "south": {"uv": [13, 5, 16, 16], "texture": "#5"}, "up": {"uv": [0, 0, 3, 14], "texture": "#4"}, "down": {"uv": [13, 1, 16, 16], "texture": "#1"} } @@ -26,7 +27,7 @@ "to": [13, 12, 16], "rotation": {"angle": 0, "axis": "y", "origin": [10, 0, 0]}, "faces": { - "north": {"uv": [3, 4, 13, 16], "texture": "#2"}, + "north": {"uv": [3, 4, 13, 16], "texture": "#6"}, "east": {"uv": [1, 3, 15, 15], "texture": "#3"}, "south": {"uv": [3, 4, 13, 16], "texture": "#5"}, "west": {"uv": [1, 3, 15, 15], "texture": "#3"}, @@ -36,11 +37,11 @@ }, { "from": [0, 0, 1], - "to": [3, 7, 16], + "to": [3, 11, 16], "faces": { - "north": {"uv": [13, 9, 16, 16], "texture": "#2"}, - "south": {"uv": [0, 9, 3, 16], "texture": "#5"}, - "west": {"uv": [0, 9, 15, 16], "texture": "#3"}, + "north": {"uv": [13, 5, 16, 16], "texture": "#6"}, + "south": {"uv": [0, 5, 3, 16], "texture": "#5"}, + "west": {"uv": [0, 5, 15, 16], "texture": "#7"}, "up": {"uv": [13, 0, 16, 14], "texture": "#4"}, "down": {"uv": [0, 1, 3, 16], "texture": "#1"} } @@ -50,10 +51,10 @@ "to": [13, 5, 2], "rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 0]}, "faces": { - "north": {"uv": [3, 11, 13, 16], "texture": "#2"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#missing"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#missing"}, - "up": {"uv": [3, 11, 13, 12], "texture": "#2"}, + "north": {"uv": [3, 11, 13, 16], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 5], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 5], "texture": "#6"}, + "up": {"uv": [3, 11, 13, 12], "texture": "#6"}, "down": {"uv": [3, 0, 13, 1], "texture": "#1"} } }, @@ -62,11 +63,11 @@ "to": [13, 12, 2], "rotation": {"angle": 0, "axis": "y", "origin": [3, 5, 0]}, "faces": { - "north": {"uv": [3, 4, 5, 11], "texture": "#2"}, + "north": {"uv": [3, 4, 5, 11], "texture": "#6"}, "east": {"uv": [0, 3, 1, 10], "texture": "#3"}, - "west": {"uv": [4, 4, 5, 11], "texture": "#2"}, + "west": {"uv": [4, 4, 5, 11], "texture": "#6"}, "up": {"uv": [11, 0, 13, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#missing"} + "down": {"uv": [0, 0, 2, 1], "texture": "#6"} } }, { @@ -74,11 +75,11 @@ "to": [5, 12, 2], "rotation": {"angle": 0, "axis": "y", "origin": [-5, 5, 0]}, "faces": { - "north": {"uv": [11, 4, 13, 11], "texture": "#2"}, - "east": {"uv": [11, 4, 12, 11], "texture": "#2"}, + "north": {"uv": [11, 4, 13, 11], "texture": "#6"}, + "east": {"uv": [11, 4, 12, 11], "texture": "#6"}, "west": {"uv": [0, 3, 1, 10], "texture": "#3"}, "up": {"uv": [3, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#missing"} + "down": {"uv": [0, 0, 2, 1], "texture": "#6"} } }, { @@ -86,36 +87,11 @@ "to": [11, 12, 2], "rotation": {"angle": 0, "axis": "y", "origin": [-1, 5, 0]}, "faces": { - "north": {"uv": [5, 4, 11, 5], "texture": "#2"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#missing"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "north": {"uv": [5, 4, 11, 5], "texture": "#6"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#6"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#6"}, "up": {"uv": [5, 0, 11, 1], "texture": "#4"}, - "down": {"uv": [4.7, 4.2, 10.7, 5.2], "texture": "#2"} - } - }, - { - "from": [13, 7, 1], - "to": [16, 11, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]}, - "faces": { - "north": {"uv": [16, 4, 13, 8], "texture": "#3"}, - "east": {"uv": [1, 9, 16, 13], "texture": "#3"}, - "south": {"uv": [3, 5, 0, 9], "texture": "#5"}, - "west": {"uv": [0, 0, 0, 0], "texture": "#3"}, - "up": {"uv": [0, 12, 15, 9], "rotation": 90, "texture": "#3"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#3"} - } - }, - { - "from": [0, 7, 1], - "to": [3, 11, 16], - "faces": { - "north": {"uv": [13, 4, 16, 8], "texture": "#3"}, - "east": {"uv": [0, 0, 0, 0], "texture": "#3"}, - "south": {"uv": [0, 5, 3, 9], "texture": "#5"}, - "west": {"uv": [16, 9, 1, 13], "texture": "#3"}, - "up": {"uv": [0, 9, 15, 12], "rotation": 90, "texture": "#3"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#3"} + "down": {"uv": [4.7, 4.2, 10.7, 5.2], "texture": "#6"} } } ] diff --git a/src/main/resources/assets/tfmg/models/block/regular_engine/block_normal_extended.json b/src/main/resources/assets/tfmg/models/block/regular_engine/block_normal_extended.json index c0a0d90d..d08ab87f 100644 --- a/src/main/resources/assets/tfmg/models/block/regular_engine/block_normal_extended.json +++ b/src/main/resources/assets/tfmg/models/block/regular_engine/block_normal_extended.json @@ -6,28 +6,29 @@ "1": "tfmg:block/engines/engine_bottom", "3": "tfmg:block/engines/engine_side", "4": "tfmg:block/engines/engine_top", + "5": "tfmg:block/engines/engine_side_tall", "particle": "tfmg:block/engines/engine_back" }, "elements": [ { "from": [0, 0, 0], - "to": [3, 7, 16], + "to": [3, 11, 16], "faces": { - "north": {"uv": [13, 9, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 9, 3, 16], "texture": "#0"}, - "west": {"uv": [0, 9, 16, 16], "texture": "#3"}, + "north": {"uv": [13, 5, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 5, 3, 16], "texture": "#0"}, + "west": {"uv": [0, 5, 16, 16], "texture": "#5"}, "up": {"uv": [13, 0, 16, 16], "texture": "#4"}, "down": {"uv": [0, 0, 3, 16], "texture": "#1"} } }, { "from": [13, 0, 0], - "to": [16, 7, 16], + "to": [16, 11, 16], "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 0]}, "faces": { - "north": {"uv": [0, 9, 3, 16], "texture": "#0"}, - "east": {"uv": [0, 9, 16, 16], "texture": "#3"}, - "south": {"uv": [13, 9, 16, 16], "texture": "#0"}, + "north": {"uv": [0, 5, 3, 16], "texture": "#0"}, + "east": {"uv": [0, 5, 16, 16], "texture": "#5"}, + "south": {"uv": [13, 5, 16, 16], "texture": "#0"}, "up": {"uv": [0, 0, 3, 16], "texture": "#4"}, "down": {"uv": [13, 0, 16, 16], "texture": "#1"} } @@ -44,31 +45,6 @@ "up": {"uv": [3, 0, 13, 16], "texture": "#4"}, "down": {"uv": [3, 0, 13, 16], "texture": "#1"} } - }, - { - "from": [13, 7, 0], - "to": [16, 11, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]}, - "faces": { - "north": {"uv": [16, 5, 13, 9], "texture": "#0"}, - "east": {"uv": [0, 9, 16, 13], "texture": "#3"}, - "south": {"uv": [3, 5, 0, 9], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 0], "texture": "#3"}, - "up": {"uv": [0, 12, 16, 9], "rotation": 90, "texture": "#3"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#3"} - } - }, - { - "from": [0, 7, 0], - "to": [3, 11, 16], - "faces": { - "north": {"uv": [13, 5, 16, 9], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 0], "texture": "#3"}, - "south": {"uv": [0, 5, 3, 9], "texture": "#0"}, - "west": {"uv": [16, 9, 0, 13], "texture": "#3"}, - "up": {"uv": [0, 9, 16, 12], "rotation": 90, "texture": "#3"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#3"} - } } ] } \ No newline at end of file diff --git a/src/main/resources/assets/tfmg/models/block/rotor/item.json b/src/main/resources/assets/tfmg/models/block/rotor/item.json index 1305ed05..708729a3 100644 --- a/src/main/resources/assets/tfmg/models/block/rotor/item.json +++ b/src/main/resources/assets/tfmg/models/block/rotor/item.json @@ -15,9 +15,9 @@ "rotation": {"angle": 0, "axis": "y", "origin": [6, 7, 0]}, "faces": { "north": {"uv": [6, 6, 10, 10], "texture": "#1"}, - "east": {"uv": [6, 0, 10, 19], "rotation": 90, "texture": "#2"}, + "east": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#2"}, "south": {"uv": [6, 6, 10, 10], "texture": "#1"}, - "west": {"uv": [6, 0, 10, 19], "rotation": 90, "texture": "#2"}, + "west": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#2"}, "up": {"uv": [6, 0, 10, 16], "texture": "#2"}, "down": {"uv": [6, 0, 10, 16], "texture": "#2"} } diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom.json index 1a6139c0..b069fd14 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom.json @@ -2,10 +2,9 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "4": "tfmg:block/steel_fluid_tank_inner", - "particle": "tfmg:block/steel_fluid_tank" + "0": "tfmg:block/steel_vat_top", + "1": "tfmg:block/steel_vat", + "particle": "tfmg:block/steel_vat" }, "elements": [ { @@ -18,7 +17,7 @@ "east": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "east"}, "south": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "south"}, "west": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "west"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#4"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} } }, diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window.json index 23d3e9b5..95538232 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window.json @@ -2,20 +2,19 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "3": "tfmg:block/steel_fluid_tank_window", - "4": "tfmg:block/steel_fluid_tank_inner", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "3": "tfmg:block/steel_vat_window", + "4": "tfmg:block/steel_vat_top", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", "from": [0, 4, 0], - "to": [4, 16, 1], + "to": [3, 16, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, "faces": { - "north": {"uv": [12, 0, 16, 12], "texture": "#1", "cullface": "north"}, + "north": {"uv": [13, 0, 16, 12], "texture": "#1", "cullface": "north"}, "east": {"uv": [12, 0, 13, 12], "texture": "#1", "cullface": "north"}, "south": {"uv": [0, 0, 4, 12], "texture": "#1", "cullface": "north"} } @@ -23,109 +22,109 @@ { "name": "SideRight", "from": [15, 4, 0], - "to": [16, 16, 4], + "to": [16, 16, 3], "faces": { - "east": {"uv": [12, 0, 16, 12], "texture": "#1", "cullface": "east"}, + "east": {"uv": [13, 0, 16, 12], "texture": "#1", "cullface": "east"}, "south": {"uv": [12, 0, 13, 12], "texture": "#1", "cullface": "east"}, "west": {"uv": [0, 0, 4, 12], "texture": "#1", "cullface": "east"} } }, { "name": "SideRight", - "from": [12, 4, 15], + "from": [13, 4, 15], "to": [16, 16, 16], "faces": { "north": {"uv": [0, 0, 4, 12], "texture": "#1", "cullface": "south"}, - "south": {"uv": [12, 0, 16, 12], "texture": "#1", "cullface": "south"}, + "south": {"uv": [13, 0, 16, 12], "texture": "#1", "cullface": "south"}, "west": {"uv": [12, 0, 13, 12], "texture": "#1", "cullface": "south"} } }, { "name": "SideRight", - "from": [0, 4, 12], + "from": [0, 4, 13], "to": [1, 16, 16], "faces": { "north": {"uv": [12, 0, 13, 12], "texture": "#1", "cullface": "west"}, "east": {"uv": [0, 0, 4, 12], "texture": "#1", "cullface": "west"}, - "west": {"uv": [12, 0, 16, 12], "texture": "#1", "cullface": "west"} + "west": {"uv": [13, 0, 16, 12], "texture": "#1", "cullface": "west"} } }, { "name": "Window", - "from": [4, 4, 1], - "to": [12, 16, 1], + "from": [3, 4, 1], + "to": [13, 16, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, "faces": { - "north": {"uv": [0, 4, 8, 16], "texture": "#3", "cullface": "north"}, - "south": {"uv": [0, 4, 8, 16], "texture": "#3", "cullface": "north"} + "north": {"uv": [0, 2, 5, 8], "texture": "#3", "cullface": "north"}, + "south": {"uv": [0, 2, 5, 8], "texture": "#3", "cullface": "north"} } }, { "name": "Window", - "from": [15, 4, 4], - "to": [15, 16, 12], + "from": [15, 4, 3], + "to": [15, 16, 13], "faces": { - "east": {"uv": [0, 4, 8, 16], "texture": "#3", "cullface": "east"}, - "west": {"uv": [0, 4, 8, 16], "texture": "#3", "cullface": "east"} + "east": {"uv": [0, 2, 5, 8], "texture": "#3", "cullface": "east"}, + "west": {"uv": [0, 2, 5, 8], "texture": "#3", "cullface": "east"} } }, { "name": "Window", - "from": [4, 4, 15], - "to": [12, 16, 15], + "from": [3, 4, 15], + "to": [13, 16, 15], "faces": { - "north": {"uv": [0, 4, 8, 16], "texture": "#3", "cullface": "south"}, - "south": {"uv": [0, 4, 8, 16], "texture": "#3", "cullface": "south"} + "north": {"uv": [0, 2, 5, 8], "texture": "#3", "cullface": "south"}, + "south": {"uv": [0, 2, 5, 8], "texture": "#3", "cullface": "south"} } }, { "name": "Window", - "from": [1, 4, 4], - "to": [1, 16, 12], + "from": [1, 4, 3], + "to": [1, 16, 13], "faces": { - "east": {"uv": [0, 4, 8, 16], "texture": "#3", "cullface": "west"}, - "west": {"uv": [0, 4, 8, 16], "texture": "#3", "cullface": "west"} + "east": {"uv": [0, 2, 5, 8], "texture": "#3", "cullface": "west"}, + "west": {"uv": [0, 2, 5, 8], "texture": "#3", "cullface": "west"} } }, { "name": "SideLeft", - "from": [12, 4, 0], + "from": [13, 4, 0], "to": [16, 16, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, "faces": { - "north": {"uv": [0, 0, 4, 12], "texture": "#1", "cullface": "north"}, + "north": {"uv": [0, 0, 3, 12], "texture": "#1", "cullface": "north"}, "south": {"uv": [12, 0, 16, 12], "texture": "#1", "cullface": "north"}, "west": {"uv": [3, 0, 4, 12], "texture": "#1", "cullface": "north"} } }, { "name": "SideLeft", - "from": [15, 4, 12], + "from": [15, 4, 13], "to": [16, 16, 16], "faces": { "north": {"uv": [3, 0, 4, 12], "texture": "#1", "cullface": "east"}, - "east": {"uv": [0, 0, 4, 12], "texture": "#1", "cullface": "east"}, + "east": {"uv": [0, 0, 3, 12], "texture": "#1", "cullface": "east"}, "west": {"uv": [12, 0, 16, 12], "texture": "#1", "cullface": "east"} } }, { "name": "SideLeft", "from": [0, 4, 15], - "to": [4, 16, 16], + "to": [3, 16, 16], "faces": { "north": {"uv": [12, 0, 16, 12], "texture": "#1", "cullface": "south"}, "east": {"uv": [3, 0, 4, 12], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 0, 4, 12], "texture": "#1", "cullface": "south"} + "south": {"uv": [0, 0, 3, 12], "texture": "#1", "cullface": "south"} } }, { "name": "SideLeft", "from": [0, 4, 0], - "to": [1, 16, 4], + "to": [1, 16, 3], "faces": { "east": {"uv": [12, 0, 16, 12], "texture": "#1", "cullface": "west"}, "south": {"uv": [3, 0, 4, 12], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 0, 4, 12], "texture": "#1", "cullface": "west"} + "west": {"uv": [0, 0, 3, 12], "texture": "#1", "cullface": "west"} } }, { @@ -139,7 +138,7 @@ "south": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "south"}, "west": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "west"}, "up": {"uv": [0, 0, 16, 16], "texture": "#4"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} + "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "down"} } } ], diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_ne.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_ne.json index cdf22357..fe09e6cd 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_ne.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_ne.json @@ -2,19 +2,18 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "3": "tfmg:block/steel_fluid_tank_window", - "4": "tfmg:block/steel_fluid_tank_inner", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "3": "tfmg:block/steel_vat_window", + "4": "tfmg:block/steel_vat_top", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", "from": [15, 4, 0], - "to": [16, 16, 12], + "to": [16, 16, 11], "faces": { - "east": {"uv": [4, 0, 16, 12], "texture": "#1"}, + "east": {"uv": [5, 0, 16, 12], "texture": "#1"}, "south": {"uv": [12, 0, 13, 12], "texture": "#1"}, "west": {"uv": [0, 0, 12, 12], "texture": "#1"} } @@ -22,27 +21,27 @@ { "name": "Window", "from": [0, 4, 1], - "to": [4, 16, 1], + "to": [5, 16, 1], "faces": { - "north": {"uv": [0, 4, 4, 16], "texture": "#3"}, - "south": {"uv": [4, 4, 8, 16], "texture": "#3"} + "north": {"uv": [0, 2, 2.5, 8], "texture": "#3"}, + "south": {"uv": [2.5, 2, 5, 8], "texture": "#3"} } }, { "name": "Window", - "from": [15, 4, 12], + "from": [15, 4, 11], "to": [15, 16, 16], "faces": { - "east": {"uv": [4, 4, 8, 16], "texture": "#3"}, - "west": {"uv": [0, 4, 4, 16], "texture": "#3"} + "east": {"uv": [2.5, 2, 5, 8], "texture": "#3"}, + "west": {"uv": [0, 2, 2.5, 8], "texture": "#3"} } }, { "name": "SideLeft", - "from": [4, 4, 0], + "from": [5, 4, 0], "to": [16, 16, 1], "faces": { - "north": {"uv": [0, 0, 12, 12], "texture": "#1"}, + "north": {"uv": [0, 0, 11, 12], "texture": "#1"}, "south": {"uv": [4, 0, 16, 12], "texture": "#1"}, "west": {"uv": [3, 0, 4, 12], "texture": "#1"} } @@ -58,7 +57,7 @@ "south": {"uv": [0, 12, 16, 16], "texture": "#1"}, "west": {"uv": [0, 12, 16, 16], "texture": "#1"}, "up": {"uv": [0, 0, 16, 16], "texture": "#4"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} + "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "down"} } } ], diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_nw.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_nw.json index a2335bc4..bbe9408f 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_nw.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_nw.json @@ -2,49 +2,48 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "3": "tfmg:block/steel_fluid_tank_window", - "4": "tfmg:block/steel_fluid_tank_inner", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "3": "tfmg:block/steel_vat_window", + "4": "tfmg:block/steel_vat_top", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", "from": [0, 4, 0], - "to": [12, 16, 1], + "to": [11, 16, 1], "faces": { - "north": {"uv": [4, 0, 16, 12], "texture": "#1"}, + "north": {"uv": [5, 0, 16, 12], "texture": "#1"}, "east": {"uv": [12, 0, 13, 12], "texture": "#1"}, "south": {"uv": [0, 0, 12, 12], "texture": "#1"} } }, { "name": "Window", - "from": [1, 4, 12], + "from": [1, 4, 11], "to": [1, 16, 16], "faces": { - "east": {"uv": [4, 4, 8, 16], "texture": "#3"}, - "west": {"uv": [0, 4, 4, 16], "texture": "#3"} + "east": {"uv": [2.5, 2, 5, 8], "texture": "#3"}, + "west": {"uv": [0, 2, 2.5, 8], "texture": "#3"} } }, { "name": "Window", - "from": [12, 4, 1], + "from": [11, 4, 1], "to": [16, 16, 1], "faces": { - "north": {"uv": [4, 4, 8, 16], "texture": "#3"}, - "south": {"uv": [0, 4, 4, 16], "texture": "#3"} + "north": {"uv": [2.5, 2, 5, 8], "texture": "#3"}, + "south": {"uv": [0, 2, 2.5, 8], "texture": "#3"} } }, { "name": "SideLeft", "from": [0, 4, 0], - "to": [1, 16, 12], + "to": [1, 16, 11], "faces": { "east": {"uv": [4, 0, 16, 12], "texture": "#1"}, "south": {"uv": [3, 0, 4, 12], "texture": "#1"}, - "west": {"uv": [0, 0, 12, 12], "texture": "#1"} + "west": {"uv": [0, 0, 11, 12], "texture": "#1"} } }, { @@ -58,7 +57,7 @@ "south": {"uv": [0, 12, 16, 16], "texture": "#1"}, "west": {"uv": [0, 12, 16, 16], "texture": "#1"}, "up": {"uv": [0, 0, 16, 16], "texture": "#4"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} + "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "down"} } } ], diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_se.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_se.json index 0de65d07..f4becb20 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_se.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_se.json @@ -2,49 +2,48 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "3": "tfmg:block/steel_fluid_tank_window", - "4": "tfmg:block/steel_fluid_tank_inner", - "particle": "tfmg:block/steel_fluid_tank" + "0": "tfmg:block/steel_vat_top", + "1": "tfmg:block/steel_vat", + "3": "tfmg:block/steel_vat_window", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", - "from": [4, 4, 15], + "from": [5, 4, 15], "to": [16, 16, 16], "faces": { "north": {"uv": [0, 0, 12, 12], "texture": "#1"}, - "south": {"uv": [4, 0, 16, 12], "texture": "#1"}, + "south": {"uv": [5, 0, 16, 12], "texture": "#1"}, "west": {"uv": [12, 0, 13, 12], "texture": "#1"} } }, { "name": "Window", "from": [15, 4, 0], - "to": [15, 16, 4], + "to": [15, 16, 5], "faces": { - "east": {"uv": [0, 4, 4, 16], "texture": "#3"}, - "west": {"uv": [4, 4, 8, 16], "texture": "#3"} + "east": {"uv": [0, 2, 2.5, 8], "texture": "#3"}, + "west": {"uv": [2.5, 2, 5, 8], "texture": "#3"} } }, { "name": "Window", "from": [0, 4, 15], - "to": [4, 16, 15], + "to": [5, 16, 15], "faces": { - "north": {"uv": [0, 4, 4, 16], "texture": "#3"}, - "south": {"uv": [4, 4, 8, 16], "texture": "#3"} + "north": {"uv": [0, 2, 2.5, 8], "texture": "#3"}, + "south": {"uv": [2.5, 2, 5, 8], "texture": "#3"} } }, { "name": "SideLeft", - "from": [15, 4, 4], + "from": [15, 4, 5], "to": [16, 16, 16], "faces": { "north": {"uv": [3, 0, 4, 12], "texture": "#1"}, "east": {"uv": [0, 0, 12, 12], "texture": "#1"}, - "west": {"uv": [4, 0, 16, 12], "texture": "#1"} + "west": {"uv": [5, 0, 16, 12], "texture": "#1"} } }, { @@ -57,7 +56,7 @@ "east": {"uv": [0, 12, 16, 16], "texture": "#1"}, "south": {"uv": [0, 12, 16, 16], "texture": "#1"}, "west": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#4"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} } } diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_sw.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_sw.json index 82b80793..4abc2dd6 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_sw.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_sw.json @@ -2,49 +2,48 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "3": "tfmg:block/steel_fluid_tank_window", - "4": "tfmg:block/steel_fluid_tank_inner", - "particle": "tfmg:block/steel_fluid_tank" + "0": "tfmg:block/steel_vat_top", + "1": "tfmg:block/steel_vat", + "3": "tfmg:block/steel_vat_window", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", - "from": [0, 4, 4], + "from": [0, 4, 5], "to": [1, 16, 16], "faces": { "north": {"uv": [12, 0, 13, 12], "texture": "#1"}, "east": {"uv": [0, 0, 12, 12], "texture": "#1"}, - "west": {"uv": [4, 0, 16, 12], "texture": "#1"} + "west": {"uv": [5, 0, 16, 12], "texture": "#1"} } }, { "name": "Window", - "from": [12, 4, 15], + "from": [11, 4, 15], "to": [16, 16, 15], "faces": { - "north": {"uv": [4, 4, 8, 16], "texture": "#3"}, - "south": {"uv": [0, 4, 4, 16], "texture": "#3"} + "north": {"uv": [2.5, 2, 5, 8], "texture": "#3"}, + "south": {"uv": [0, 2, 2.5, 8], "texture": "#3"} } }, { "name": "Window", "from": [1, 4, 0], - "to": [1, 16, 4], + "to": [1, 16, 5], "faces": { - "east": {"uv": [0, 4, 4, 16], "texture": "#3"}, - "west": {"uv": [4, 4, 8, 16], "texture": "#3"} + "east": {"uv": [0, 2, 2.5, 8], "texture": "#3"}, + "west": {"uv": [2.5, 2, 5, 8], "texture": "#3"} } }, { "name": "SideLeft", "from": [0, 4, 15], - "to": [12, 16, 16], + "to": [11, 16, 16], "faces": { "north": {"uv": [4, 0, 16, 12], "texture": "#1"}, "east": {"uv": [3, 0, 4, 12], "texture": "#1"}, - "south": {"uv": [0, 0, 12, 12], "texture": "#1"} + "south": {"uv": [0, 0, 11, 12], "texture": "#1"} } }, { @@ -57,7 +56,7 @@ "east": {"uv": [0, 12, 16, 16], "texture": "#1"}, "south": {"uv": [0, 12, 16, 16], "texture": "#1"}, "west": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#4"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} } } diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle.json index 3127b307..1901c3d1 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle.json @@ -2,8 +2,8 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "1": "tfmg:block/steel_fluid_tank", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "particle": "tfmg:block/steel_vat" }, "elements": [ { @@ -51,6 +51,7 @@ { "name": "tank", "origin": [8, 8, -23], + "color": 0, "children": [0, 1, 2, 3] } ] diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window.json index 780456c5..651fdd2b 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window.json @@ -2,18 +2,18 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "1": "tfmg:block/steel_fluid_tank", - "3": "tfmg:block/steel_fluid_tank_window", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "3": "tfmg:block/steel_vat_window", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", "from": [0, 0, 0], - "to": [4, 16, 1], + "to": [3, 16, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, "faces": { - "north": {"uv": [12, 0, 16, 16], "texture": "#1", "cullface": "north"}, + "north": {"uv": [13, 0, 16, 16], "texture": "#1", "cullface": "north"}, "east": {"uv": [12, 0, 13, 16], "texture": "#1", "cullface": "north"}, "south": {"uv": [0, 0, 4, 16], "texture": "#1", "cullface": "north"} } @@ -21,109 +21,109 @@ { "name": "SideRight", "from": [15, 0, 0], - "to": [16, 16, 4], + "to": [16, 16, 3], "faces": { - "east": {"uv": [12, 0, 16, 16], "texture": "#1", "cullface": "east"}, + "east": {"uv": [13, 0, 16, 16], "texture": "#1", "cullface": "east"}, "south": {"uv": [12, 0, 13, 16], "texture": "#1", "cullface": "east"}, "west": {"uv": [0, 0, 4, 16], "texture": "#1", "cullface": "east"} } }, { "name": "SideRight", - "from": [12, 0, 15], + "from": [13, 0, 15], "to": [16, 16, 16], "faces": { "north": {"uv": [0, 0, 4, 16], "texture": "#1", "cullface": "south"}, - "south": {"uv": [12, 0, 16, 16], "texture": "#1", "cullface": "south"}, + "south": {"uv": [13, 0, 16, 16], "texture": "#1", "cullface": "south"}, "west": {"uv": [12, 0, 13, 16], "texture": "#1", "cullface": "south"} } }, { "name": "SideRight", - "from": [0, 0, 12], + "from": [0, 0, 13], "to": [1, 16, 16], "faces": { "north": {"uv": [12, 0, 13, 16], "texture": "#1", "cullface": "west"}, "east": {"uv": [0, 0, 4, 16], "texture": "#1", "cullface": "west"}, - "west": {"uv": [12, 0, 16, 16], "texture": "#1", "cullface": "west"} + "west": {"uv": [13, 0, 16, 16], "texture": "#1", "cullface": "west"} } }, { "name": "Window", - "from": [4, 0, 1], - "to": [12, 16, 1], + "from": [3, 0, 1], + "to": [13, 16, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, "faces": { - "north": {"uv": [8, 0, 16, 16], "texture": "#3", "cullface": "north"}, - "south": {"uv": [8, 0, 16, 16], "texture": "#3", "cullface": "north"} + "north": {"uv": [5, 0, 10, 8], "texture": "#3", "cullface": "north"}, + "south": {"uv": [5, 0, 10, 8], "texture": "#3", "cullface": "north"} } }, { "name": "Window", - "from": [15, 0, 4], - "to": [15, 16, 12], + "from": [15, 0, 3], + "to": [15, 16, 13], "faces": { - "east": {"uv": [8, 0, 16, 16], "texture": "#3", "cullface": "east"}, - "west": {"uv": [8, 0, 16, 16], "texture": "#3", "cullface": "east"} + "east": {"uv": [5, 0, 10, 8], "texture": "#3", "cullface": "east"}, + "west": {"uv": [5, 0, 10, 8], "texture": "#3", "cullface": "east"} } }, { "name": "Window", - "from": [4, 0, 15], - "to": [12, 16, 15], + "from": [3, 0, 15], + "to": [13, 16, 15], "faces": { - "north": {"uv": [8, 0, 16, 16], "texture": "#3", "cullface": "south"}, - "south": {"uv": [8, 0, 16, 16], "texture": "#3", "cullface": "south"} + "north": {"uv": [5, 0, 10, 8], "texture": "#3", "cullface": "south"}, + "south": {"uv": [5, 0, 10, 8], "texture": "#3", "cullface": "south"} } }, { "name": "Window", - "from": [1, 0, 4], - "to": [1, 16, 12], + "from": [1, 0, 3], + "to": [1, 16, 13], "faces": { - "east": {"uv": [8, 0, 16, 16], "texture": "#3", "cullface": "west"}, - "west": {"uv": [8, 0, 16, 16], "texture": "#3", "cullface": "west"} + "east": {"uv": [5, 0, 10, 8], "texture": "#3", "cullface": "west"}, + "west": {"uv": [5, 0, 10, 8], "texture": "#3", "cullface": "west"} } }, { "name": "SideLeft", - "from": [12, 0, 0], + "from": [13, 0, 0], "to": [16, 16, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, "faces": { - "north": {"uv": [0, 0, 4, 16], "texture": "#1", "cullface": "north"}, + "north": {"uv": [0, 0, 3, 16], "texture": "#1", "cullface": "north"}, "south": {"uv": [12, 0, 16, 16], "texture": "#1", "cullface": "north"}, "west": {"uv": [3, 0, 4, 16], "texture": "#1", "cullface": "north"} } }, { "name": "SideLeft", - "from": [15, 0, 12], + "from": [15, 0, 13], "to": [16, 16, 16], "faces": { "north": {"uv": [3, 0, 4, 16], "texture": "#1", "cullface": "east"}, - "east": {"uv": [0, 0, 4, 16], "texture": "#1", "cullface": "east"}, + "east": {"uv": [0, 0, 3, 16], "texture": "#1", "cullface": "east"}, "west": {"uv": [12, 0, 16, 16], "texture": "#1", "cullface": "east"} } }, { "name": "SideLeft", "from": [0, 0, 15], - "to": [4, 16, 16], + "to": [3, 16, 16], "faces": { "north": {"uv": [12, 0, 16, 16], "texture": "#1", "cullface": "south"}, "east": {"uv": [3, 0, 4, 16], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 0, 4, 16], "texture": "#1", "cullface": "south"} + "south": {"uv": [0, 0, 3, 16], "texture": "#1", "cullface": "south"} } }, { "name": "SideLeft", "from": [0, 0, 0], - "to": [1, 16, 4], + "to": [1, 16, 3], "faces": { "east": {"uv": [12, 0, 16, 16], "texture": "#1", "cullface": "west"}, "south": {"uv": [3, 0, 4, 16], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 0, 4, 16], "texture": "#1", "cullface": "west"} + "west": {"uv": [0, 0, 3, 16], "texture": "#1", "cullface": "west"} } } ], @@ -131,6 +131,7 @@ { "name": "tank", "origin": [8, 8, -23], + "color": 0, "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] } ] diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_ne.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_ne.json index 9bcf0747..9f8f5238 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_ne.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_ne.json @@ -2,17 +2,17 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "1": "tfmg:block/steel_fluid_tank", - "3": "tfmg:block/steel_fluid_tank_window", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "3": "tfmg:block/steel_vat_window", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", "from": [15, 0, 0], - "to": [16, 16, 12], + "to": [16, 16, 11], "faces": { - "east": {"uv": [4, 0, 16, 16], "texture": "#1"}, + "east": {"uv": [5, 0, 16, 16], "texture": "#1"}, "south": {"uv": [12, 0, 13, 16], "texture": "#1"}, "west": {"uv": [0, 0, 12, 16], "texture": "#1"} } @@ -20,27 +20,27 @@ { "name": "Window", "from": [0, 0, 1], - "to": [4, 16, 1], + "to": [5, 16, 1], "faces": { - "north": {"uv": [8, 0, 12, 16], "texture": "#3"}, - "south": {"uv": [12, 0, 16, 16], "texture": "#3"} + "north": {"uv": [5, 0, 7.5, 8], "texture": "#3"}, + "south": {"uv": [7.5, 0, 10, 8], "texture": "#3"} } }, { "name": "Window", - "from": [15, 0, 12], + "from": [15, 0, 11], "to": [15, 16, 16], "faces": { - "east": {"uv": [12, 0, 16, 16], "texture": "#3"}, - "west": {"uv": [8, 0, 12, 16], "texture": "#3"} + "east": {"uv": [7.5, 0, 10, 8], "texture": "#3"}, + "west": {"uv": [5, 0, 7.5, 8], "texture": "#3"} } }, { "name": "SideLeft", - "from": [4, 0, 0], + "from": [5, 0, 0], "to": [16, 16, 1], "faces": { - "north": {"uv": [0, 0, 12, 16], "texture": "#1"}, + "north": {"uv": [0, 0, 11, 16], "texture": "#1"}, "south": {"uv": [4, 0, 16, 16], "texture": "#1"}, "west": {"uv": [3, 0, 4, 16], "texture": "#1"} } @@ -50,6 +50,7 @@ { "name": "tank", "origin": [8, 8, -23], + "color": 0, "children": [0, 1, 2, 3] } ] diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_nw.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_nw.json index f0a70435..aff9ca04 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_nw.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_nw.json @@ -2,47 +2,47 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "1": "tfmg:block/steel_fluid_tank", - "3": "tfmg:block/steel_fluid_tank_window", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "3": "tfmg:block/steel_vat_window", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", "from": [0, 0, 0], - "to": [12, 16, 1], + "to": [11, 16, 1], "faces": { - "north": {"uv": [4, 0, 16, 16], "texture": "#1"}, + "north": {"uv": [5, 0, 16, 16], "texture": "#1"}, "east": {"uv": [12, 0, 13, 16], "texture": "#1"}, "south": {"uv": [0, 0, 12, 16], "texture": "#1"} } }, { "name": "Window", - "from": [1, 0, 12], + "from": [1, 0, 11], "to": [1, 16, 16], "faces": { - "east": {"uv": [12, 0, 16, 16], "texture": "#3"}, - "west": {"uv": [8, 0, 12, 16], "texture": "#3"} + "east": {"uv": [7.5, 0, 10, 8], "texture": "#3"}, + "west": {"uv": [5, 0, 7.5, 8], "texture": "#3"} } }, { "name": "Window", - "from": [12, 0, 1], + "from": [11, 0, 1], "to": [16, 16, 1], "faces": { - "north": {"uv": [12, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 16], "texture": "#3"} + "north": {"uv": [7.5, 0, 10, 8], "texture": "#3"}, + "south": {"uv": [5, 0, 7.5, 8], "texture": "#3"} } }, { "name": "SideLeft", "from": [0, 0, 0], - "to": [1, 16, 12], + "to": [1, 16, 11], "faces": { "east": {"uv": [4, 0, 16, 16], "texture": "#1"}, "south": {"uv": [3, 0, 4, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 12, 16], "texture": "#1"} + "west": {"uv": [0, 0, 11, 16], "texture": "#1"} } } ], @@ -50,6 +50,7 @@ { "name": "tank", "origin": [8, 8, -23], + "color": 0, "children": [0, 1, 2, 3] } ] diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_se.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_se.json index 43ccead9..6bc49a61 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_se.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_se.json @@ -2,17 +2,17 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "1": "tfmg:block/steel_fluid_tank", - "3": "tfmg:block/steel_fluid_tank_window", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "3": "tfmg:block/steel_vat_window", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", - "from": [4, 0, 15], + "from": [5, 0, 15], "to": [16, 16, 16], "faces": { - "north": {"uv": [0, 0, 12, 16], "texture": "#1"}, + "north": {"uv": [0, 0, 11, 16], "texture": "#1"}, "south": {"uv": [4, 0, 16, 16], "texture": "#1"}, "west": {"uv": [12, 0, 13, 16], "texture": "#1"} } @@ -20,28 +20,28 @@ { "name": "Window", "from": [15, 0, 0], - "to": [15, 16, 4], + "to": [15, 16, 5], "faces": { - "east": {"uv": [8, 0, 12, 16], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 16], "texture": "#3"} + "east": {"uv": [5, 0, 7.5, 8], "texture": "#3"}, + "west": {"uv": [7.5, 0, 10, 8], "texture": "#3"} } }, { "name": "Window", "from": [0, 0, 15], - "to": [4, 16, 15], + "to": [5, 16, 15], "faces": { - "north": {"uv": [8, 0, 12, 16], "texture": "#3"}, - "south": {"uv": [12, 0, 16, 16], "texture": "#3"} + "north": {"uv": [5, 0, 7.5, 8], "texture": "#3"}, + "south": {"uv": [7.5, 0, 10, 8], "texture": "#3"} } }, { "name": "SideLeft", - "from": [15, 0, 4], + "from": [15, 0, 5], "to": [16, 16, 16], "faces": { "north": {"uv": [3, 0, 4, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 12, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 11, 16], "texture": "#1"}, "west": {"uv": [4, 0, 16, 16], "texture": "#1"} } } @@ -50,6 +50,7 @@ { "name": "tank", "origin": [8, 8, -23], + "color": 0, "children": [0, 1, 2, 3] } ] diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_sw.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_sw.json index a73b67b8..2af8678f 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_sw.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_sw.json @@ -2,47 +2,47 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "1": "tfmg:block/steel_fluid_tank", - "3": "tfmg:block/steel_fluid_tank_window", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "3": "tfmg:block/steel_vat_window", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", - "from": [0, 0, 4], + "from": [0, 0, 5], "to": [1, 16, 16], "faces": { "north": {"uv": [12, 0, 13, 16], "texture": "#1"}, "east": {"uv": [0, 0, 12, 16], "texture": "#1"}, - "west": {"uv": [4, 0, 16, 16], "texture": "#1"} + "west": {"uv": [5, 0, 16, 16], "texture": "#1"} } }, { "name": "Window", - "from": [12, 0, 15], + "from": [11, 0, 15], "to": [16, 16, 15], "faces": { - "north": {"uv": [12, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 16], "texture": "#3"} + "north": {"uv": [7.5, 0, 10, 8], "texture": "#3"}, + "south": {"uv": [5, 0, 7.5, 8], "texture": "#3"} } }, { "name": "Window", "from": [1, 0, 0], - "to": [1, 16, 4], + "to": [1, 16, 5], "faces": { - "east": {"uv": [8, 0, 12, 16], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 16], "texture": "#3"} + "east": {"uv": [5, 0, 7.5, 8], "texture": "#3"}, + "west": {"uv": [7.5, 0, 10, 8], "texture": "#3"} } }, { "name": "SideLeft", "from": [0, 0, 15], - "to": [12, 16, 16], + "to": [11, 16, 16], "faces": { "north": {"uv": [4, 0, 16, 16], "texture": "#1"}, "east": {"uv": [3, 0, 4, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 12, 16], "texture": "#1"} + "south": {"uv": [0, 0, 11, 16], "texture": "#1"} } } ], @@ -50,6 +50,7 @@ { "name": "tank", "origin": [8, 8, -23], + "color": 0, "children": [0, 1, 2, 3] } ] diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single.json index e0454ab4..1cadf699 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single.json @@ -2,10 +2,9 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "4": "tfmg:block/steel_fluid_tank_inner", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "4": "tfmg:block/steel_vat_top", + "particle": "tfmg:block/steel_vat" }, "elements": [ { @@ -19,7 +18,7 @@ "south": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "south"}, "west": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "west"}, "up": {"uv": [0, 0, 16, 16], "texture": "#4"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} + "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "down"} } }, { @@ -62,7 +61,7 @@ "east": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "east"}, "south": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "south"}, "west": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "west"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "up"}, "down": {"uv": [0, 0, 16, 16], "texture": "#4"} } }, diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window.json index 288c27a3..870e68ec 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window.json @@ -2,11 +2,10 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "4": "tfmg:block/steel_fluid_tank_inner", - "5": "tfmg:block/steel_fluid_tank_window_single", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "4": "tfmg:block/steel_vat_top", + "5": "tfmg:block/steel_vat_window_single", + "particle": "tfmg:block/steel_vat" }, "elements": [ { @@ -19,17 +18,17 @@ "east": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "east"}, "south": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "south"}, "west": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "west"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "up"}, "down": {"uv": [0, 0, 16, 16], "texture": "#4"} } }, { "name": "SideRight", "from": [0, 4, 0], - "to": [4, 12, 1], + "to": [3, 12, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, "faces": { - "north": {"uv": [12, 4, 16, 12], "texture": "#1", "cullface": "north"}, + "north": {"uv": [13, 4, 16, 12], "texture": "#1", "cullface": "north"}, "east": {"uv": [12, 4, 13, 12], "texture": "#1", "cullface": "north"}, "south": {"uv": [0, 4, 4, 12], "texture": "#1", "cullface": "north"} } @@ -37,109 +36,109 @@ { "name": "SideRight", "from": [15, 4, 0], - "to": [16, 12, 4], + "to": [16, 12, 3], "faces": { - "east": {"uv": [12, 4, 16, 12], "texture": "#1", "cullface": "east"}, + "east": {"uv": [13, 4, 16, 12], "texture": "#1", "cullface": "east"}, "south": {"uv": [12, 4, 13, 12], "texture": "#1", "cullface": "east"}, "west": {"uv": [0, 4, 4, 12], "texture": "#1", "cullface": "east"} } }, { "name": "SideRight", - "from": [12, 4, 15], + "from": [13, 4, 15], "to": [16, 12, 16], "faces": { "north": {"uv": [0, 4, 4, 12], "texture": "#1", "cullface": "south"}, - "south": {"uv": [12, 4, 16, 12], "texture": "#1", "cullface": "south"}, + "south": {"uv": [13, 4, 16, 12], "texture": "#1", "cullface": "south"}, "west": {"uv": [12, 4, 13, 12], "texture": "#1", "cullface": "south"} } }, { "name": "SideRight", - "from": [0, 4, 12], + "from": [0, 4, 13], "to": [1, 12, 16], "faces": { "north": {"uv": [12, 4, 13, 12], "texture": "#1", "cullface": "west"}, "east": {"uv": [0, 4, 4, 12], "texture": "#1", "cullface": "west"}, - "west": {"uv": [12, 4, 16, 12], "texture": "#1", "cullface": "west"} + "west": {"uv": [13, 4, 16, 12], "texture": "#1", "cullface": "west"} } }, { "name": "Window", - "from": [4, 4, 1], - "to": [12, 12, 1], + "from": [3, 4, 1], + "to": [13, 12, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, "faces": { - "north": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "north"}, - "south": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "north"} + "north": {"uv": [0, 0, 10, 8], "texture": "#5", "cullface": "north"}, + "south": {"uv": [0, 0, 10, 8], "texture": "#5", "cullface": "north"} } }, { "name": "Window", - "from": [15, 4, 4], - "to": [15, 12, 12], + "from": [15, 4, 3], + "to": [15, 12, 13], "faces": { - "east": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "east"}, - "west": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "east"} + "east": {"uv": [0, 0, 10, 8], "texture": "#5", "cullface": "east"}, + "west": {"uv": [0, 0, 10, 8], "texture": "#5", "cullface": "east"} } }, { "name": "Window", - "from": [4, 4, 15], - "to": [12, 12, 15], + "from": [3, 4, 15], + "to": [13, 12, 15], "faces": { - "north": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "south"}, - "south": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "south"} + "north": {"uv": [0, 0, 10, 8], "texture": "#5", "cullface": "south"}, + "south": {"uv": [0, 0, 10, 8], "texture": "#5", "cullface": "south"} } }, { "name": "Window", - "from": [1, 4, 4], - "to": [1, 12, 12], + "from": [1, 4, 3], + "to": [1, 12, 13], "faces": { - "east": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "west"}, - "west": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "west"} + "east": {"uv": [0, 0, 10, 8], "texture": "#5", "cullface": "west"}, + "west": {"uv": [0, 0, 10, 8], "texture": "#5", "cullface": "west"} } }, { "name": "SideLeft", - "from": [12, 4, 0], + "from": [13, 4, 0], "to": [16, 12, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, "faces": { - "north": {"uv": [0, 4, 4, 12], "texture": "#1", "cullface": "north"}, + "north": {"uv": [0, 4, 3, 12], "texture": "#1", "cullface": "north"}, "south": {"uv": [12, 4, 16, 12], "texture": "#1", "cullface": "north"}, "west": {"uv": [3, 4, 4, 12], "texture": "#1", "cullface": "north"} } }, { "name": "SideLeft", - "from": [15, 4, 12], + "from": [15, 4, 13], "to": [16, 12, 16], "faces": { "north": {"uv": [3, 4, 4, 12], "texture": "#1", "cullface": "east"}, - "east": {"uv": [0, 4, 4, 12], "texture": "#1", "cullface": "east"}, + "east": {"uv": [0, 4, 3, 12], "texture": "#1", "cullface": "east"}, "west": {"uv": [12, 4, 16, 12], "texture": "#1", "cullface": "east"} } }, { "name": "SideLeft", "from": [0, 4, 15], - "to": [4, 12, 16], + "to": [3, 12, 16], "faces": { "north": {"uv": [12, 4, 16, 12], "texture": "#1", "cullface": "south"}, "east": {"uv": [3, 4, 4, 12], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 4, 4, 12], "texture": "#1", "cullface": "south"} + "south": {"uv": [0, 4, 3, 12], "texture": "#1", "cullface": "south"} } }, { "name": "SideLeft", "from": [0, 4, 0], - "to": [1, 12, 4], + "to": [1, 12, 3], "faces": { "east": {"uv": [12, 4, 16, 12], "texture": "#1", "cullface": "west"}, "south": {"uv": [3, 4, 4, 12], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 4, 4, 12], "texture": "#1", "cullface": "west"} + "west": {"uv": [0, 4, 3, 12], "texture": "#1", "cullface": "west"} } }, { @@ -153,7 +152,7 @@ "south": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "south"}, "west": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "west"}, "up": {"uv": [0, 0, 16, 16], "texture": "#4"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} + "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "down"} } } ], diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_ne.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_ne.json index 80eda6ca..d1181599 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_ne.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_ne.json @@ -2,20 +2,19 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "4": "tfmg:block/steel_fluid_tank_inner", - "5": "tfmg:block/steel_fluid_tank_window_single", - "particle": "tfmg:block/steel_fluid_tank" + "0": "tfmg:block/steel_vat_top", + "1": "tfmg:block/steel_vat", + "5": "tfmg:block/steel_vat_window_single", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", "from": [15, 4, 0], - "to": [16, 12, 12], + "to": [16, 12, 11], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "east": {"uv": [4, 4, 16, 12], "texture": "#1"}, + "east": {"uv": [5, 4, 16, 12], "texture": "#1"}, "south": {"uv": [12, 4, 13, 12], "texture": "#1"}, "west": {"uv": [0, 4, 12, 12], "texture": "#1"} } @@ -23,30 +22,30 @@ { "name": "Window", "from": [0, 4, 1], - "to": [4, 12, 1], + "to": [5, 12, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "north": {"uv": [0, 0, 4, 8], "texture": "#5"}, - "south": {"uv": [4, 0, 8, 8], "texture": "#5"} + "north": {"uv": [0, 0, 5, 8], "texture": "#5"}, + "south": {"uv": [5, 0, 10, 8], "texture": "#5"} } }, { "name": "Window", - "from": [15, 4, 12], + "from": [15, 4, 11], "to": [15, 12, 16], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "east": {"uv": [4, 0, 8, 8], "texture": "#5"}, - "west": {"uv": [0, 0, 4, 8], "texture": "#5"} + "east": {"uv": [5, 0, 10, 8], "texture": "#5"}, + "west": {"uv": [0, 0, 5, 8], "texture": "#5"} } }, { "name": "SideLeft", - "from": [4, 4, 0], + "from": [5, 4, 0], "to": [16, 12, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "north": {"uv": [0, 4, 12, 12], "texture": "#1"}, + "north": {"uv": [0, 4, 11, 12], "texture": "#1"}, "south": {"uv": [4, 4, 16, 12], "texture": "#1"}, "west": {"uv": [3, 4, 4, 12], "texture": "#1"} } @@ -62,7 +61,7 @@ "south": {"uv": [0, 0, 16, 4], "texture": "#1"}, "west": {"uv": [0, 0, 16, 4], "texture": "#1"}, "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} } }, { @@ -75,7 +74,7 @@ "east": {"uv": [0, 12, 16, 16], "texture": "#1"}, "south": {"uv": [0, 12, 16, 16], "texture": "#1"}, "west": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#4"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} } } diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_nw.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_nw.json index f607e07c..32ab2a44 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_nw.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_nw.json @@ -2,53 +2,52 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "4": "tfmg:block/steel_fluid_tank_inner", - "5": "tfmg:block/steel_fluid_tank_window_single", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "4": "tfmg:block/steel_vat_top", + "5": "tfmg:block/steel_vat_window_single", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", "from": [0, 4, 0], - "to": [12, 12, 1], + "to": [11, 12, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "north": {"uv": [4, 4, 16, 12], "texture": "#1"}, + "north": {"uv": [5, 4, 16, 12], "texture": "#1"}, "east": {"uv": [12, 4, 13, 12], "texture": "#1"}, "south": {"uv": [0, 4, 12, 12], "texture": "#1"} } }, { "name": "Window", - "from": [1, 4, 12], + "from": [1, 4, 11], "to": [1, 12, 16], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "east": {"uv": [4, 0, 8, 8], "texture": "#5"}, - "west": {"uv": [0, 0, 4, 8], "texture": "#5"} + "east": {"uv": [5, 0, 10, 8], "texture": "#5"}, + "west": {"uv": [0, 0, 5, 8], "texture": "#5"} } }, { "name": "Window", - "from": [12, 4, 1], + "from": [11, 4, 1], "to": [16, 12, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "north": {"uv": [4, 0, 8, 8], "texture": "#5"}, - "south": {"uv": [0, 0, 4, 8], "texture": "#5"} + "north": {"uv": [5, 0, 10, 8], "texture": "#5"}, + "south": {"uv": [0, 0, 5, 8], "texture": "#5"} } }, { "name": "SideLeft", "from": [0, 4, 0], - "to": [1, 12, 12], + "to": [1, 12, 11], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { "east": {"uv": [4, 4, 16, 12], "texture": "#1"}, "south": {"uv": [3, 4, 4, 12], "texture": "#1"}, - "west": {"uv": [0, 4, 12, 12], "texture": "#1"} + "west": {"uv": [0, 4, 11, 12], "texture": "#1"} } }, { @@ -61,7 +60,7 @@ "east": {"uv": [0, 0, 16, 4], "texture": "#1"}, "south": {"uv": [0, 0, 16, 4], "texture": "#1"}, "west": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "up"}, "down": {"uv": [0, 0, 16, 16], "texture": "#4"} } }, @@ -76,7 +75,7 @@ "south": {"uv": [0, 12, 16, 16], "texture": "#1"}, "west": {"uv": [0, 12, 16, 16], "texture": "#1"}, "up": {"uv": [0, 0, 16, 16], "texture": "#4"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} + "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "down"} } } ], diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_se.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_se.json index 7b9860dc..3ff91cde 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_se.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_se.json @@ -2,52 +2,51 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "4": "tfmg:block/steel_fluid_tank_inner", - "5": "tfmg:block/steel_fluid_tank_window_single", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "4": "tfmg:block/steel_vat_top", + "5": "tfmg:block/steel_vat_window_single", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", - "from": [4, 4, 15], + "from": [5, 4, 15], "to": [16, 12, 16], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { "north": {"uv": [0, 4, 12, 12], "texture": "#1"}, - "south": {"uv": [4, 4, 16, 12], "texture": "#1"}, + "south": {"uv": [5, 4, 16, 12], "texture": "#1"}, "west": {"uv": [12, 4, 13, 12], "texture": "#1"} } }, { "name": "Window", "from": [15, 4, 0], - "to": [15, 12, 4], + "to": [15, 12, 5], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "east": {"uv": [0, 0, 4, 8], "texture": "#5"}, - "west": {"uv": [4, 0, 8, 8], "texture": "#5"} + "east": {"uv": [0, 0, 5, 8], "texture": "#5"}, + "west": {"uv": [5, 0, 10, 8], "texture": "#5"} } }, { "name": "Window", "from": [0, 4, 15], - "to": [4, 12, 15], + "to": [5, 12, 15], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "north": {"uv": [0, 0, 4, 8], "texture": "#5"}, - "south": {"uv": [4, 0, 8, 8], "texture": "#5"} + "north": {"uv": [0, 0, 5, 8], "texture": "#5"}, + "south": {"uv": [5, 0, 10, 8], "texture": "#5"} } }, { "name": "SideLeft", - "from": [15, 4, 4], + "from": [15, 4, 5], "to": [16, 12, 16], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { "north": {"uv": [3, 4, 4, 12], "texture": "#1"}, - "east": {"uv": [0, 4, 12, 12], "texture": "#1"}, + "east": {"uv": [0, 4, 11, 12], "texture": "#1"}, "west": {"uv": [4, 4, 16, 12], "texture": "#1"} } }, @@ -61,7 +60,7 @@ "east": {"uv": [0, 0, 16, 4], "texture": "#1"}, "south": {"uv": [0, 0, 16, 4], "texture": "#1"}, "west": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "up"}, "down": {"uv": [0, 0, 16, 16], "texture": "#4"} } }, @@ -76,7 +75,7 @@ "south": {"uv": [0, 12, 16, 16], "texture": "#1"}, "west": {"uv": [0, 12, 16, 16], "texture": "#1"}, "up": {"uv": [0, 0, 16, 16], "texture": "#4"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} + "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "down"} } } ], diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_sw.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_sw.json index fb04288b..ff8b4308 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_sw.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_single_window_sw.json @@ -2,53 +2,52 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "4": "tfmg:block/steel_fluid_tank_inner", - "5": "tfmg:block/steel_fluid_tank_window_single", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "4": "tfmg:block/steel_vat_top", + "5": "tfmg:block/steel_vat_window_single", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", - "from": [0, 4, 4], + "from": [0, 4, 5], "to": [1, 12, 16], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { "north": {"uv": [12, 4, 13, 12], "texture": "#1"}, "east": {"uv": [0, 4, 12, 12], "texture": "#1"}, - "west": {"uv": [4, 4, 16, 12], "texture": "#1"} + "west": {"uv": [5, 4, 16, 12], "texture": "#1"} } }, { "name": "Window", - "from": [12, 4, 15], + "from": [11, 4, 15], "to": [16, 12, 15], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "north": {"uv": [4, 0, 8, 8], "texture": "#5"}, - "south": {"uv": [0, 0, 4, 8], "texture": "#5"} + "north": {"uv": [5, 0, 10, 8], "texture": "#5"}, + "south": {"uv": [0, 0, 5, 8], "texture": "#5"} } }, { "name": "Window", "from": [1, 4, 0], - "to": [1, 12, 4], + "to": [1, 12, 5], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "east": {"uv": [0, 0, 4, 8], "texture": "#5"}, - "west": {"uv": [4, 0, 8, 8], "texture": "#5"} + "east": {"uv": [0, 0, 5, 8], "texture": "#5"}, + "west": {"uv": [5, 0, 10, 8], "texture": "#5"} } }, { "name": "SideLeft", "from": [0, 4, 15], - "to": [12, 12, 16], + "to": [11, 12, 16], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { "north": {"uv": [4, 4, 16, 12], "texture": "#1"}, "east": {"uv": [3, 4, 4, 12], "texture": "#1"}, - "south": {"uv": [0, 4, 12, 12], "texture": "#1"} + "south": {"uv": [0, 4, 11, 12], "texture": "#1"} } }, { @@ -61,7 +60,7 @@ "east": {"uv": [0, 0, 16, 4], "texture": "#1"}, "south": {"uv": [0, 0, 16, 4], "texture": "#1"}, "west": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "up"}, "down": {"uv": [0, 0, 16, 16], "texture": "#4"} } }, @@ -76,7 +75,7 @@ "south": {"uv": [0, 12, 16, 16], "texture": "#1"}, "west": {"uv": [0, 12, 16, 16], "texture": "#1"}, "up": {"uv": [0, 0, 16, 16], "texture": "#4"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} + "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "down"} } } ], diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top.json index 95c767c1..823840a2 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top.json @@ -2,10 +2,9 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "4": "tfmg:block/steel_fluid_tank_inner", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "4": "tfmg:block/steel_vat_top", + "particle": "tfmg:block/steel_vat" }, "elements": [ { @@ -18,7 +17,7 @@ "east": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "east"}, "south": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "south"}, "west": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "west"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "up"}, "down": {"uv": [0, 0, 16, 16], "texture": "#4"} } }, diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window.json index bb293ab3..3399bf0c 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window.json @@ -2,11 +2,10 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "3": "tfmg:block/steel_fluid_tank_window", - "4": "tfmg:block/steel_fluid_tank_inner", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "3": "tfmg:block/steel_vat_window", + "4": "tfmg:block/steel_vat_top", + "particle": "tfmg:block/steel_vat" }, "elements": [ { @@ -19,17 +18,17 @@ "east": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "east"}, "south": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "south"}, "west": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "west"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "up"}, "down": {"uv": [0, 0, 16, 16], "texture": "#4"} } }, { "name": "SideRight", "from": [0, 0, 0], - "to": [4, 12, 1], + "to": [3, 12, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, "faces": { - "north": {"uv": [12, 4, 16, 16], "texture": "#1", "cullface": "north"}, + "north": {"uv": [13, 4, 16, 16], "texture": "#1", "cullface": "north"}, "east": {"uv": [12, 4, 13, 16], "texture": "#1", "cullface": "north"}, "south": {"uv": [0, 4, 4, 16], "texture": "#1", "cullface": "north"} } @@ -37,109 +36,109 @@ { "name": "SideRight", "from": [15, 0, 0], - "to": [16, 12, 4], + "to": [16, 12, 3], "faces": { - "east": {"uv": [12, 4, 16, 16], "texture": "#1", "cullface": "east"}, + "east": {"uv": [13, 4, 16, 16], "texture": "#1", "cullface": "east"}, "south": {"uv": [12, 4, 13, 16], "texture": "#1", "cullface": "east"}, "west": {"uv": [0, 4, 4, 16], "texture": "#1", "cullface": "east"} } }, { "name": "SideRight", - "from": [12, 0, 15], + "from": [13, 0, 15], "to": [16, 12, 16], "faces": { "north": {"uv": [0, 4, 4, 16], "texture": "#1", "cullface": "south"}, - "south": {"uv": [12, 4, 16, 16], "texture": "#1", "cullface": "south"}, + "south": {"uv": [13, 4, 16, 16], "texture": "#1", "cullface": "south"}, "west": {"uv": [12, 4, 13, 16], "texture": "#1", "cullface": "south"} } }, { "name": "SideRight", - "from": [0, 0, 12], + "from": [0, 0, 13], "to": [1, 12, 16], "faces": { "north": {"uv": [12, 4, 13, 16], "texture": "#1", "cullface": "west"}, "east": {"uv": [0, 4, 4, 16], "texture": "#1", "cullface": "west"}, - "west": {"uv": [12, 4, 16, 16], "texture": "#1", "cullface": "west"} + "west": {"uv": [13, 4, 16, 16], "texture": "#1", "cullface": "west"} } }, { "name": "Window", - "from": [4, 0, 1], - "to": [12, 12, 1], + "from": [3, 0, 1], + "to": [13, 12, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, "faces": { - "north": {"uv": [0, 0, 8, 12], "texture": "#3", "cullface": "north"}, - "south": {"uv": [0, 0, 8, 12], "texture": "#3", "cullface": "north"} + "north": {"uv": [0, 0, 5, 6], "texture": "#3", "cullface": "north"}, + "south": {"uv": [0, 0, 5, 6], "texture": "#3", "cullface": "north"} } }, { "name": "Window", - "from": [15, 0, 4], - "to": [15, 12, 12], + "from": [15, 0, 3], + "to": [15, 12, 13], "faces": { - "east": {"uv": [0, 0, 8, 12], "texture": "#3", "cullface": "east"}, - "west": {"uv": [0, 0, 8, 12], "texture": "#3", "cullface": "east"} + "east": {"uv": [0, 0, 5, 6], "texture": "#3", "cullface": "east"}, + "west": {"uv": [0, 0, 5, 6], "texture": "#3", "cullface": "east"} } }, { "name": "Window", - "from": [4, 0, 15], - "to": [12, 12, 15], + "from": [3, 0, 15], + "to": [13, 12, 15], "faces": { - "north": {"uv": [0, 0, 8, 12], "texture": "#3", "cullface": "south"}, - "south": {"uv": [0, 0, 8, 12], "texture": "#3", "cullface": "south"} + "north": {"uv": [0, 0, 5, 6], "texture": "#3", "cullface": "south"}, + "south": {"uv": [0, 0, 5, 6], "texture": "#3", "cullface": "south"} } }, { "name": "Window", - "from": [1, 0, 4], - "to": [1, 12, 12], + "from": [1, 0, 3], + "to": [1, 12, 13], "faces": { - "east": {"uv": [0, 0, 8, 12], "texture": "#3", "cullface": "west"}, - "west": {"uv": [0, 0, 8, 12], "texture": "#3", "cullface": "west"} + "east": {"uv": [0, 0, 5, 6], "texture": "#3", "cullface": "west"}, + "west": {"uv": [0, 0, 5, 6], "texture": "#3", "cullface": "west"} } }, { "name": "SideLeft", - "from": [12, 0, 0], + "from": [13, 0, 0], "to": [16, 12, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, "faces": { - "north": {"uv": [0, 4, 4, 16], "texture": "#1", "cullface": "north"}, + "north": {"uv": [0, 4, 3, 16], "texture": "#1", "cullface": "north"}, "south": {"uv": [12, 4, 16, 16], "texture": "#1", "cullface": "north"}, "west": {"uv": [3, 4, 4, 16], "texture": "#1", "cullface": "north"} } }, { "name": "SideLeft", - "from": [15, 0, 12], + "from": [15, 0, 13], "to": [16, 12, 16], "faces": { "north": {"uv": [3, 4, 4, 16], "texture": "#1", "cullface": "east"}, - "east": {"uv": [0, 4, 4, 16], "texture": "#1", "cullface": "east"}, + "east": {"uv": [0, 4, 3, 16], "texture": "#1", "cullface": "east"}, "west": {"uv": [12, 4, 16, 16], "texture": "#1", "cullface": "east"} } }, { "name": "SideLeft", "from": [0, 0, 15], - "to": [4, 12, 16], + "to": [3, 12, 16], "faces": { "north": {"uv": [12, 4, 16, 16], "texture": "#1", "cullface": "south"}, "east": {"uv": [3, 4, 4, 16], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 4, 4, 16], "texture": "#1", "cullface": "south"} + "south": {"uv": [0, 4, 3, 16], "texture": "#1", "cullface": "south"} } }, { "name": "SideLeft", "from": [0, 0, 0], - "to": [1, 12, 4], + "to": [1, 12, 3], "faces": { "east": {"uv": [12, 4, 16, 16], "texture": "#1", "cullface": "west"}, "south": {"uv": [3, 4, 4, 16], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 4, 4, 16], "texture": "#1", "cullface": "west"} + "west": {"uv": [0, 4, 3, 16], "texture": "#1", "cullface": "west"} } } ], diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_ne.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_ne.json index dc3e3279..a38d3a38 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_ne.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_ne.json @@ -2,20 +2,19 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "3": "tfmg:block/steel_fluid_tank_window", - "4": "tfmg:block/steel_fluid_tank_inner", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "3": "tfmg:block/steel_vat_window", + "4": "tfmg:block/steel_vat_top", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", "from": [15, 0, 0], - "to": [16, 12, 12], + "to": [16, 12, 11], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "east": {"uv": [4, 4, 16, 16], "texture": "#1"}, + "east": {"uv": [5, 4, 16, 16], "texture": "#1"}, "south": {"uv": [12, 4, 13, 16], "texture": "#1"}, "west": {"uv": [0, 4, 12, 16], "texture": "#1"} } @@ -23,30 +22,30 @@ { "name": "Window", "from": [0, 0, 1], - "to": [4, 12, 1], + "to": [5, 12, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "north": {"uv": [0, 0, 4, 12], "texture": "#3"}, - "south": {"uv": [4, 0, 8, 12], "texture": "#3"} + "north": {"uv": [0, 0, 2.5, 6], "texture": "#3"}, + "south": {"uv": [2.5, 0, 5, 6], "texture": "#3"} } }, { "name": "Window", - "from": [15, 0, 12], + "from": [15, 0, 11], "to": [15, 12, 16], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "east": {"uv": [4, 0, 8, 12], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 12], "texture": "#3"} + "east": {"uv": [2.5, 0, 5, 6], "texture": "#3"}, + "west": {"uv": [0, 0, 2.5, 6], "texture": "#3"} } }, { "name": "SideLeft", - "from": [4, 0, 0], + "from": [5, 0, 0], "to": [16, 12, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "north": {"uv": [0, 4, 12, 16], "texture": "#1"}, + "north": {"uv": [0, 4, 11, 16], "texture": "#1"}, "south": {"uv": [4, 4, 16, 16], "texture": "#1"}, "west": {"uv": [3, 4, 4, 16], "texture": "#1"} } @@ -61,7 +60,7 @@ "east": {"uv": [0, 0, 16, 4], "texture": "#1"}, "south": {"uv": [0, 0, 16, 4], "texture": "#1"}, "west": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "up"}, "down": {"uv": [0, 0, 16, 16], "texture": "#4"} } } diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_nw.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_nw.json index bd55ea68..8de72b7f 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_nw.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_nw.json @@ -2,53 +2,52 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "3": "tfmg:block/steel_fluid_tank_window", - "4": "tfmg:block/steel_fluid_tank_inner", - "particle": "tfmg:block/steel_fluid_tank" + "0": "tfmg:block/steel_vat_top", + "1": "tfmg:block/steel_vat", + "3": "tfmg:block/steel_vat_window", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", "from": [0, 0, 0], - "to": [12, 12, 1], + "to": [11, 12, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "north": {"uv": [4, 4, 16, 16], "texture": "#1"}, + "north": {"uv": [5, 4, 16, 16], "texture": "#1"}, "east": {"uv": [12, 4, 13, 16], "texture": "#1"}, "south": {"uv": [0, 4, 12, 16], "texture": "#1"} } }, { "name": "Window", - "from": [1, 0, 12], + "from": [1, 0, 11], "to": [1, 12, 16], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "east": {"uv": [4, 0, 8, 12], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 12], "texture": "#3"} + "east": {"uv": [2.5, 0, 5, 6], "texture": "#3"}, + "west": {"uv": [0, 0, 2.5, 6], "texture": "#3"} } }, { "name": "Window", - "from": [12, 0, 1], + "from": [11, 0, 1], "to": [16, 12, 1], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "north": {"uv": [4, 0, 8, 12], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 12], "texture": "#3"} + "north": {"uv": [2.5, 0, 5, 6], "texture": "#3"}, + "south": {"uv": [0, 0, 2.5, 6], "texture": "#3"} } }, { "name": "SideLeft", "from": [0, 0, 0], - "to": [1, 12, 12], + "to": [1, 12, 11], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { "east": {"uv": [4, 4, 16, 16], "texture": "#1"}, "south": {"uv": [3, 4, 4, 16], "texture": "#1"}, - "west": {"uv": [0, 4, 12, 16], "texture": "#1"} + "west": {"uv": [0, 4, 11, 16], "texture": "#1"} } }, { @@ -62,7 +61,7 @@ "south": {"uv": [0, 0, 16, 4], "texture": "#1"}, "west": {"uv": [0, 0, 16, 4], "texture": "#1"}, "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} } } ], diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_se.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_se.json index 07ba6d7e..9a91d2ea 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_se.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_se.json @@ -2,52 +2,51 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "3": "tfmg:block/steel_fluid_tank_window", - "4": "tfmg:block/steel_fluid_tank_inner", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "3": "tfmg:block/steel_vat_window", + "4": "tfmg:block/steel_vat_top", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", - "from": [4, 0, 15], + "from": [5, 0, 15], "to": [16, 12, 16], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { "north": {"uv": [0, 4, 12, 16], "texture": "#1"}, - "south": {"uv": [4, 4, 16, 16], "texture": "#1"}, + "south": {"uv": [5, 4, 16, 16], "texture": "#1"}, "west": {"uv": [12, 4, 13, 16], "texture": "#1"} } }, { "name": "Window", "from": [15, 0, 0], - "to": [15, 12, 4], + "to": [15, 12, 5], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "east": {"uv": [0, 0, 4, 12], "texture": "#3"}, - "west": {"uv": [4, 0, 8, 12], "texture": "#3"} + "east": {"uv": [0, 0, 2.5, 6], "texture": "#3"}, + "west": {"uv": [2.5, 0, 5, 6], "texture": "#3"} } }, { "name": "Window", "from": [0, 0, 15], - "to": [4, 12, 15], + "to": [5, 12, 15], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "north": {"uv": [0, 0, 4, 12], "texture": "#3"}, - "south": {"uv": [4, 0, 8, 12], "texture": "#3"} + "north": {"uv": [0, 0, 2.5, 6], "texture": "#3"}, + "south": {"uv": [2.5, 0, 5, 6], "texture": "#3"} } }, { "name": "SideLeft", - "from": [15, 0, 4], + "from": [15, 0, 5], "to": [16, 12, 16], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { "north": {"uv": [3, 4, 4, 16], "texture": "#1"}, - "east": {"uv": [0, 4, 12, 16], "texture": "#1"}, + "east": {"uv": [0, 4, 11, 16], "texture": "#1"}, "west": {"uv": [4, 4, 16, 16], "texture": "#1"} } }, @@ -61,7 +60,7 @@ "east": {"uv": [0, 0, 16, 4], "texture": "#1"}, "south": {"uv": [0, 0, 16, 4], "texture": "#1"}, "west": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "up"}, "down": {"uv": [0, 0, 16, 16], "texture": "#4"} } } diff --git a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_sw.json b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_sw.json index 300a4c8c..603e2aa5 100644 --- a/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_sw.json +++ b/src/main/resources/assets/tfmg/models/block/steel_chemical_vat/block_top_window_sw.json @@ -2,53 +2,52 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "0": "tfmg:block/steel_fluid_tank_top", - "1": "tfmg:block/steel_fluid_tank", - "3": "tfmg:block/steel_fluid_tank_window", - "4": "tfmg:block/steel_fluid_tank_inner", - "particle": "tfmg:block/steel_fluid_tank" + "1": "tfmg:block/steel_vat", + "3": "tfmg:block/steel_vat_window", + "4": "tfmg:block/steel_vat_top", + "particle": "tfmg:block/steel_vat" }, "elements": [ { "name": "SideRight", - "from": [0, 0, 4], + "from": [0, 0, 5], "to": [1, 12, 16], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { "north": {"uv": [12, 4, 13, 16], "texture": "#1"}, "east": {"uv": [0, 4, 12, 16], "texture": "#1"}, - "west": {"uv": [4, 4, 16, 16], "texture": "#1"} + "west": {"uv": [5, 4, 16, 16], "texture": "#1"} } }, { "name": "Window", - "from": [12, 0, 15], + "from": [11, 0, 15], "to": [16, 12, 15], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { - "north": {"uv": [4, 0, 8, 12], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 12], "texture": "#3"} + "north": {"uv": [2.5, 0, 5, 6], "texture": "#3"}, + "south": {"uv": [0, 0, 2.5, 6], "texture": "#3"} } }, { "name": "Window", "from": [1, 0, 0], - "to": [1, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, + "to": [1, 12, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 9]}, "faces": { - "east": {"uv": [0, 0, 4, 12], "texture": "#3"}, - "west": {"uv": [4, 0, 8, 12], "texture": "#3"} + "east": {"uv": [0, 0, 2.5, 6], "texture": "#3"}, + "west": {"uv": [2.5, 0, 5, 6], "texture": "#3"} } }, { "name": "SideLeft", "from": [0, 0, 15], - "to": [12, 12, 16], + "to": [11, 12, 16], "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, "faces": { "north": {"uv": [4, 4, 16, 16], "texture": "#1"}, "east": {"uv": [3, 4, 4, 16], "texture": "#1"}, - "south": {"uv": [0, 4, 12, 16], "texture": "#1"} + "south": {"uv": [0, 4, 11, 16], "texture": "#1"} } }, { @@ -61,7 +60,7 @@ "east": {"uv": [0, 0, 16, 4], "texture": "#1"}, "south": {"uv": [0, 0, 16, 4], "texture": "#1"}, "west": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "up"}, "down": {"uv": [0, 0, 16, 16], "texture": "#4"} } } diff --git a/src/main/resources/assets/tfmg/models/block/turbine_engine/item.json b/src/main/resources/assets/tfmg/models/block/turbine_engine/item.json index d179ec29..6321b38c 100644 --- a/src/main/resources/assets/tfmg/models/block/turbine_engine/item.json +++ b/src/main/resources/assets/tfmg/models/block/turbine_engine/item.json @@ -1,61 +1,48 @@ { "credit": "Made with Blockbench", - "parent": "minecraft:block/block", + "parent": "block/block", "textures": { - "0": "tfmg:block/engines/turbine", - "1": "create:block/axis", - "2": "create:block/axis_top", - "particle": "block/anvil" + "0": "tfmg:block/engines/engine_back", + "1": "tfmg:block/engines/engine_bottom", + "3": "tfmg:block/engines/engine_side", + "4": "tfmg:block/engines/engine_top", + "particle": "tfmg:block/engines/engine_back" }, "elements": [ { - "from": [1, 4, 5], - "to": [15, 10, 16], + "from": [0, 0, 0], + "to": [3, 7, 16], "faces": { - "north": {"uv": [2.125, 8.875, 3.875, 9.625], "texture": "#0"}, - "east": {"uv": [1.5, 6.375, 2.875, 7.125], "texture": "#0"}, - "south": {"uv": [2.125, 8.125, 3.875, 8.875], "texture": "#0"}, - "west": {"uv": [1.125, 7.125, 2.5, 6.375], "rotation": 180, "texture": "#0"}, - "up": {"uv": [8.5, 5.875, 9.725, 7.625], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 14, 11], "texture": "#0"} + "north": {"uv": [13, 9, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 9, 3, 16], "texture": "#0"}, + "west": {"uv": [0, 9, 16, 16], "texture": "#3"}, + "up": {"uv": [13, 0, 16, 16], "texture": "#4"}, + "down": {"uv": [0, 0, 3, 16], "texture": "#1"} } }, { - "from": [0, 0, 2], - "to": [16, 4, 16], + "from": [13, 0, 0], + "to": [16, 7, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 0]}, "faces": { - "north": {"uv": [0.25, 1, 2.25, 1.5], "texture": "#0"}, - "east": {"uv": [4.5, 1, 2.75, 1.475], "texture": "#0"}, - "south": {"uv": [5, 1, 7, 1.5], "texture": "#0"}, - "west": {"uv": [2.75, 1, 4.5, 1.5], "texture": "#0"}, - "up": {"uv": [5.75, 4.5, 7.75, 6.25], "texture": "#0"}, - "down": {"uv": [2.5, 3.5, 4.5, 1.75], "texture": "#0"} + "north": {"uv": [0, 9, 3, 16], "texture": "#0"}, + "east": {"uv": [0, 9, 16, 16], "texture": "#3"}, + "south": {"uv": [13, 9, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 3, 16], "texture": "#4"}, + "down": {"uv": [13, 0, 16, 16], "texture": "#1"} } }, { - "from": [3, 4, 2], - "to": [13, 13, 16], + "from": [3, 0, 0], + "to": [13, 12, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 0, 0]}, "faces": { - "north": {"uv": [0.625, 0, 1.875, 1.125], "texture": "#0"}, - "east": {"uv": [0.5, 11, 1.625, 9.25], "rotation": 90, "texture": "#0"}, - "south": {"uv": [5.375, 0, 6.625, 1.125], "texture": "#0"}, - "west": {"uv": [0.5, 9.25, 1.625, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0.625, 1.75, 1.875, 3.5], "texture": "#0"}, - "down": {"uv": [0, 0, 10, 14], "texture": "#0"} - } - }, - { - "name": "Axis", - "from": [6, 6, 0], - "to": [10, 10, 10], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "east": {"uv": [6, 0, 10, 10], "rotation": 90, "texture": "#1"}, - "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, - "west": {"uv": [6, 0, 10, 10], "rotation": 270, "texture": "#1"}, - "up": {"uv": [6, 0, 10, 10], "texture": "#1"}, - "down": {"uv": [6, 0, 10, 10], "rotation": 180, "texture": "#1"} + "north": {"uv": [3, 4, 13, 16], "texture": "#0"}, + "east": {"uv": [0, 3, 16, 15], "texture": "#3"}, + "south": {"uv": [3, 4, 13, 16], "texture": "#0"}, + "west": {"uv": [0, 3, 16, 15], "texture": "#3"}, + "up": {"uv": [3, 0, 13, 16], "texture": "#4"}, + "down": {"uv": [3, 0, 13, 16], "texture": "#1"} } } ] diff --git a/src/main/resources/assets/tfmg/models/item/bars.json b/src/main/resources/assets/tfmg/models/item/bars.json index a440a5ff..397b8a6d 100644 --- a/src/main/resources/assets/tfmg/models/item/bars.json +++ b/src/main/resources/assets/tfmg/models/item/bars.json @@ -1,7 +1,86 @@ { - "parent": "create:item/bars", + "credit": "Made with Blockbench", + "ambientocclusion": false, "textures": { - "bars": "tfmg:block/bars/steel_bars", - "edge": "tfmg:block/bars/steel_bars_edge" + "bars": "block/iron_bars", + "edge": "block/iron_bars_edge" + }, + "elements": [ + { + "from": [0, 0, 8], + "to": [16, 16, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#bars"}, + "south": {"uv": [16, 0, 0, 16], "texture": "#bars"} + } + }, + { + "from": [15.95, 0, 7], + "to": [16, 16, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "east": {"uv": [7, 16, 9, 0], "rotation": 180, "texture": "#bars", "cullface": "east"}, + "west": {"uv": [9, 16, 7, 0], "rotation": 180, "texture": "#bars", "cullface": "east"} + } + }, + { + "from": [0, 0, 7], + "to": [0.05, 16, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "east": {"uv": [7, 16, 9, 0], "rotation": 180, "texture": "#bars", "cullface": "west"}, + "west": {"uv": [9, 16, 7, 0], "rotation": 180, "texture": "#bars", "cullface": "west"} + } + }, + { + "from": [0, 15.95, 7], + "to": [16, 16, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "up": {"uv": [9, 0, 7, 16], "rotation": 270, "texture": "#edge", "cullface": "up"}, + "down": {"uv": [9, 0, 7, 16], "rotation": 90, "texture": "#edge", "cullface": "up"} + } + }, + { + "from": [0, 0, 7], + "to": [16, 0.05, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "up": {"uv": [9, 0, 7, 16], "rotation": 270, "texture": "#edge", "cullface": "down"}, + "down": {"uv": [9, 0, 7, 16], "rotation": 90, "texture": "#edge", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 135, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/tfmg/textures/block/diesel_engine_linkage.png b/src/main/resources/assets/tfmg/textures/block/diesel_engine_linkage.png index 9fe1f8b2..5397ab56 100644 Binary files a/src/main/resources/assets/tfmg/textures/block/diesel_engine_linkage.png and b/src/main/resources/assets/tfmg/textures/block/diesel_engine_linkage.png differ diff --git a/src/main/resources/assets/tfmg/textures/block/diesel_engine_side.png b/src/main/resources/assets/tfmg/textures/block/diesel_engine_side.png index 6bd0d8cb..9b485f50 100644 Binary files a/src/main/resources/assets/tfmg/textures/block/diesel_engine_side.png and b/src/main/resources/assets/tfmg/textures/block/diesel_engine_side.png differ diff --git a/src/main/resources/assets/tfmg/textures/block/engines/base.png b/src/main/resources/assets/tfmg/textures/block/engines/base.png index afecd239..a358651e 100644 Binary files a/src/main/resources/assets/tfmg/textures/block/engines/base.png and b/src/main/resources/assets/tfmg/textures/block/engines/base.png differ diff --git a/src/main/resources/assets/tfmg/textures/block/engines/compact.png b/src/main/resources/assets/tfmg/textures/block/engines/compact.png deleted file mode 100644 index bf6db895..00000000 Binary files a/src/main/resources/assets/tfmg/textures/block/engines/compact.png and /dev/null differ diff --git a/src/main/resources/assets/tfmg/textures/block/engines/engine_back - Copy.png b/src/main/resources/assets/tfmg/textures/block/engines/engine_back - Copy.png deleted file mode 100644 index c9c140ca..00000000 Binary files a/src/main/resources/assets/tfmg/textures/block/engines/engine_back - Copy.png and /dev/null differ diff --git a/src/main/resources/assets/tfmg/textures/block/engines/engine_back.png b/src/main/resources/assets/tfmg/textures/block/engines/engine_back.png index c9c140ca..3d23c2ba 100644 Binary files a/src/main/resources/assets/tfmg/textures/block/engines/engine_back.png and b/src/main/resources/assets/tfmg/textures/block/engines/engine_back.png differ diff --git a/src/main/resources/assets/tfmg/textures/block/engines/engine_bottom.png b/src/main/resources/assets/tfmg/textures/block/engines/engine_bottom.png index f041ad3d..2a0c79d6 100644 Binary files a/src/main/resources/assets/tfmg/textures/block/engines/engine_bottom.png and b/src/main/resources/assets/tfmg/textures/block/engines/engine_bottom.png differ diff --git a/src/main/resources/assets/tfmg/textures/block/engines/engine_bottom_connected.png b/src/main/resources/assets/tfmg/textures/block/engines/engine_bottom_connected.png index c1317a41..130630c1 100644 Binary files a/src/main/resources/assets/tfmg/textures/block/engines/engine_bottom_connected.png and b/src/main/resources/assets/tfmg/textures/block/engines/engine_bottom_connected.png differ diff --git a/src/main/resources/assets/tfmg/textures/block/engines/engine_controller_parts.png b/src/main/resources/assets/tfmg/textures/block/engines/engine_controller_parts.png index bc51e11e..029334f7 100644 Binary files a/src/main/resources/assets/tfmg/textures/block/engines/engine_controller_parts.png and b/src/main/resources/assets/tfmg/textures/block/engines/engine_controller_parts.png differ diff --git a/src/main/resources/assets/tfmg/textures/block/engines/engine_side.png b/src/main/resources/assets/tfmg/textures/block/engines/engine_side.png index 1d80ed53..3bf7807e 100644 Binary files a/src/main/resources/assets/tfmg/textures/block/engines/engine_side.png and b/src/main/resources/assets/tfmg/textures/block/engines/engine_side.png differ diff --git a/src/main/resources/assets/tfmg/textures/block/engines/engine_side_connected.png b/src/main/resources/assets/tfmg/textures/block/engines/engine_side_connected.png index db0006d8..4f4fcc4e 100644 Binary files a/src/main/resources/assets/tfmg/textures/block/engines/engine_side_connected.png and b/src/main/resources/assets/tfmg/textures/block/engines/engine_side_connected.png differ diff --git a/src/main/resources/assets/tfmg/textures/block/engines/engine_top.png b/src/main/resources/assets/tfmg/textures/block/engines/engine_top.png index 2199d64b..637a84b8 100644 Binary files a/src/main/resources/assets/tfmg/textures/block/engines/engine_top.png and b/src/main/resources/assets/tfmg/textures/block/engines/engine_top.png differ diff --git a/src/main/resources/assets/tfmg/textures/block/engines/gasoline.png b/src/main/resources/assets/tfmg/textures/block/engines/gasoline.png index fb21745d..1b22acdc 100644 Binary files a/src/main/resources/assets/tfmg/textures/block/engines/gasoline.png and b/src/main/resources/assets/tfmg/textures/block/engines/gasoline.png differ diff --git a/src/main/resources/assets/tfmg/textures/block/engines/turbine.png b/src/main/resources/assets/tfmg/textures/block/engines/turbine.png deleted file mode 100644 index 5bfad8f6..00000000 Binary files a/src/main/resources/assets/tfmg/textures/block/engines/turbine.png and /dev/null differ diff --git a/src/main/resources/assets/tfmg/textures/block/large_radial_engine.png b/src/main/resources/assets/tfmg/textures/block/large_radial_engine.png index dd6a8a11..f20fdf02 100644 Binary files a/src/main/resources/assets/tfmg/textures/block/large_radial_engine.png and b/src/main/resources/assets/tfmg/textures/block/large_radial_engine.png differ diff --git a/src/main/resources/assets/tfmg/textures/block/surface_scanner_flags/flag1.png b/src/main/resources/assets/tfmg/textures/block/surface_scanner_flags/flag1.png deleted file mode 100644 index c22ba6a0..00000000 Binary files a/src/main/resources/assets/tfmg/textures/block/surface_scanner_flags/flag1.png and /dev/null differ diff --git a/src/main/resources/assets/tfmg/textures/gui/distillation_tower.png b/src/main/resources/assets/tfmg/textures/gui/distillation_tower.png index e55bbcf8..ab87a379 100644 Binary files a/src/main/resources/assets/tfmg/textures/gui/distillation_tower.png and b/src/main/resources/assets/tfmg/textures/gui/distillation_tower.png differ diff --git a/src/main/resources/assets/tfmg/textures/item/centrifuge.png b/src/main/resources/assets/tfmg/textures/item/centrifuge.png deleted file mode 100644 index 111a78a5..00000000 Binary files a/src/main/resources/assets/tfmg/textures/item/centrifuge.png and /dev/null differ diff --git a/src/main/resources/assets/tfmg/textures/item/crankshaft.png b/src/main/resources/assets/tfmg/textures/item/crankshaft.png deleted file mode 100644 index 8b02820b..00000000 Binary files a/src/main/resources/assets/tfmg/textures/item/crankshaft.png and /dev/null differ diff --git a/src/main/resources/assets/tfmg/textures/item/multimeter.png b/src/main/resources/assets/tfmg/textures/item/multimeter.png index 76ba15e1..6da09a23 100644 Binary files a/src/main/resources/assets/tfmg/textures/item/multimeter.png and b/src/main/resources/assets/tfmg/textures/item/multimeter.png differ diff --git a/src/main/resources/assets/tfmg/textures/item/oil_can.png b/src/main/resources/assets/tfmg/textures/item/oil_can.png index 84f552ff..054d66c5 100644 Binary files a/src/main/resources/assets/tfmg/textures/item/oil_can.png and b/src/main/resources/assets/tfmg/textures/item/oil_can.png differ diff --git a/src/main/resources/tfmg.mixins.json b/src/main/resources/tfmg.mixins.json index a9af12fd..623fa544 100644 --- a/src/main/resources/tfmg.mixins.json +++ b/src/main/resources/tfmg.mixins.json @@ -11,7 +11,8 @@ "PipeAttachmentModelMixin", "RecipeProviderMixin", "FluidTankBlockEntityMixin", - "accessor.FluidTankBlockEntityAccessor" + "accessor.FluidTankBlockEntityAccessor", + "accessor.TankSegmentAccessor" ], "client": [ ],