diff --git a/build/generated/sources/modMetadata/META-INF/neoforge.mods.toml b/build/generated/sources/modMetadata/META-INF/neoforge.mods.toml deleted file mode 100644 index a9aa9c82..00000000 --- a/build/generated/sources/modMetadata/META-INF/neoforge.mods.toml +++ /dev/null @@ -1,79 +0,0 @@ -# This is an example mods.toml file. It contains the data relating to the loading mods. -# There are several mandatory fields (#mandatory), and many more that are optional (#optional). -# The overall format is standard TOML format, v0.5.0. -# Note that there are a couple of TOML lists in this file. -# Find more information on toml format here: https://github.com/toml-lang/toml -# The name of the mod loader type to load - for regular FML @Mod mods it should be javafml -modLoader = "javafml" #mandatory -# A version range to match for said mod loader - for regular FML @Mod it will be the the FML version. This is currently 47. -loaderVersion = "[4,)" #mandatory -# The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties. -# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here. -license = "MIT" -# A URL to refer people to when problems occur with this mod -#issueTrackerURL="https://change.me.to.your.issue.tracker.example.invalid/" #optional -# A list of mods - how many allowed here is determined by the individual mod loader -[[mods]] #mandatory -# The modid of the mod -modId = "tfmg" #mandatory -# The version number of the mod -version = "1.0.1" #mandatory -# A display name for the mod -displayName = "Create: The Factory Must Grow" #mandatory -# A URL to query for updates for this mod. See the JSON update specification https://docs.neoforge.net/docs/misc/updatechecker/ -#updateJSONURL="https://change.me.example.invalid/updates.json" #optional -# A URL for the "homepage" for this mod, displayed in the mod UI -#displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional -# A file name (in the root of the mod JAR) containing a logo for display -#logoFile="tfmg.png" #optional -# A text field displayed in the mod UI -#credits="" #optional -# A text field displayed in the mod UI -authors = "DrMangoTea, Pepa, Luna" #optional - -# The description text for the mod (multi line!) (#mandatory) -description = '''Create: The Factory Must Grow brings the age of steel, oil and electricity to the Create mod''' - -# The [[mixins]] block allows you to declare your mixin config to FML so that it gets loaded. -[[mixins]] -config = "tfmg.mixins.json" - -# The [[accessTransformers]] block allows you to declare where your AT file is. -# If this block is omitted, a fallback attempt will be made to load an AT from META-INF/accesstransformer.cfg -#[[accessTransformers]] -#file="META-INF/accesstransformer.cfg" - -# The coremods config file path is not configurable and is always loaded from META-INF/coremods.json - -# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional. -[[dependencies."tfmg"]] #optional -# the modid of the dependency -modId = "neoforge" #mandatory -# The type of the dependency. Can be one of "required", "optional", "incompatible" or "discouraged" (case insensitive). -# 'required' requires the mod to exist, 'optional' does not -# 'incompatible' will prevent the game from loading when the mod exists, and 'discouraged' will show a warning -type = "required" #mandatory -# Optional field describing why the dependency is required or why it is incompatible -# reason="..." -# The version range of the dependency -versionRange = "[21,)" #mandatory -# An ordering relationship for the dependency. -# BEFORE - This mod is loaded BEFORE the dependency -# AFTER - This mod is loaded AFTER the dependency -ordering = "NONE" -# Side this dependency is applied on - BOTH, CLIENT, or SERVER -side = "BOTH" -# Here's another dependency -[[dependencies."tfmg"]] -modId = "minecraft" -type = "required" -# This version range declares a minimum of the current minecraft version up to but not including the next major version -versionRange = "[1.21.1,1.22)" -ordering = "NONE" -side = "BOTH" - -# Features are specific properties of the game environment, that you may want to declare you require. This example declares -# that your mod requires GL version 3.2 or higher. Other features will be added. They are side aware so declaring this won't -# stop your mod loading on the server for example. -#[features."tfmg"] -#openGLVersion="[3.2,)" diff --git a/build/moddev/artifacts/neoforge-21.1.152-merged.jar b/build/moddev/artifacts/neoforge-21.1.152-merged.jar deleted file mode 100644 index 9064dddb..00000000 Binary files a/build/moddev/artifacts/neoforge-21.1.152-merged.jar and /dev/null differ diff --git a/build/moddev/clientRunVmArgs.txt b/build/moddev/clientRunVmArgs.txt deleted file mode 100644 index 91fbc5a0..00000000 --- a/build/moddev/clientRunVmArgs.txt +++ /dev/null @@ -1,22 +0,0 @@ --p -C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\JarJarFileSystems\\0.4.1\\78f59f89defcd032ed788b151ca6a0d40ace796a\\JarJarFileSystems-0.4.1.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\bootstraplauncher\\2.0.2\\1a2d076cbc33b0520cbacd591224427b2a20047d\\bootstraplauncher-2.0.2.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\securejarhandler\\3.0.8\\c0ef95cecd8699a0449053ac7d9c160748d902cd\\securejarhandler-3.0.8.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 ---add-modules -ALL-MODULE-PATH ---add-opens -java.base/java.util.jar=cpw.mods.securejarhandler ---add-opens -java.base/java.lang.invoke=cpw.mods.securejarhandler ---add-exports -java.base/sun.security.util=cpw.mods.securejarhandler ---add-exports -jdk.naming.dns/com.sun.jndi.dns=java.naming --Dlog4j2.configurationFile=C:\\Users\\adamn\\Documents\\minecraft\\mods\\TFMG\\Create-The_Factory_Must_Grow-1.21.1\\build\\moddev\\clientLog4j2.xml --Dneoforge.enableGameTest=true --DlegacyClassPath.file=C:\\Users\\adamn\\Documents\\minecraft\\mods\\TFMG\\Create-The_Factory_Must_Grow-1.21.1\\build\\moddev\\clientLegacyClasspath.txt --DignoreList=securejarhandler-3.0.8.jar,asm-9.7.jar,asm-commons-9.7.jar,asm-tree-9.7.jar,asm-util-9.7.jar,asm-analysis-9.7.jar,bootstraplauncher-2.0.2.jar,JarJarFileSystems-0.4.1.jar,mixinextras-neoforge-0.4.1.jar,client-extra,neoforge- --Dfml.gameLayerLibraries= --DmergeModules=jna-5.10.0.jar,jna-platform-5.10.0.jar --Djava.net.preferIPv6Addresses=system --Dfml.pluginLayerLibraries= --Dneoforge.enabledGameTestNamespaces=tfmg --Dforge.logging.markers=REGISTRIES \ No newline at end of file diff --git a/build/moddev/dataRunVmArgs.txt b/build/moddev/dataRunVmArgs.txt deleted file mode 100644 index 5b90216d..00000000 --- a/build/moddev/dataRunVmArgs.txt +++ /dev/null @@ -1,20 +0,0 @@ --p -C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\JarJarFileSystems\\0.4.1\\78f59f89defcd032ed788b151ca6a0d40ace796a\\JarJarFileSystems-0.4.1.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\bootstraplauncher\\2.0.2\\1a2d076cbc33b0520cbacd591224427b2a20047d\\bootstraplauncher-2.0.2.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\securejarhandler\\3.0.8\\c0ef95cecd8699a0449053ac7d9c160748d902cd\\securejarhandler-3.0.8.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 ---add-modules -ALL-MODULE-PATH ---add-opens -java.base/java.util.jar=cpw.mods.securejarhandler ---add-opens -java.base/java.lang.invoke=cpw.mods.securejarhandler ---add-exports -java.base/sun.security.util=cpw.mods.securejarhandler ---add-exports -jdk.naming.dns/com.sun.jndi.dns=java.naming --Dlog4j2.configurationFile=C:\\Users\\adamn\\Documents\\minecraft\\mods\\TFMG\\Create-The_Factory_Must_Grow-1.21.1\\build\\moddev\\dataLog4j2.xml --DlegacyClassPath.file=C:\\Users\\adamn\\Documents\\minecraft\\mods\\TFMG\\Create-The_Factory_Must_Grow-1.21.1\\build\\moddev\\dataLegacyClasspath.txt --DignoreList=securejarhandler-3.0.8.jar,asm-9.7.jar,asm-commons-9.7.jar,asm-tree-9.7.jar,asm-util-9.7.jar,asm-analysis-9.7.jar,bootstraplauncher-2.0.2.jar,JarJarFileSystems-0.4.1.jar,mixinextras-neoforge-0.4.1.jar,client-extra,neoforge- --Dfml.gameLayerLibraries= --DmergeModules=jna-5.10.0.jar,jna-platform-5.10.0.jar --Djava.net.preferIPv6Addresses=system --Dfml.pluginLayerLibraries= --Dforge.logging.markers=REGISTRIES \ No newline at end of file diff --git a/build/moddev/gameTestServerLog4j2.xml b/build/moddev/gameTestServerLog4j2.xml deleted file mode 100644 index 773e88ab..00000000 --- a/build/moddev/gameTestServerLog4j2.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/moddev/gameTestServerRunVmArgs.txt b/build/moddev/gameTestServerRunVmArgs.txt deleted file mode 100644 index a0d9e415..00000000 --- a/build/moddev/gameTestServerRunVmArgs.txt +++ /dev/null @@ -1,23 +0,0 @@ --p -C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\JarJarFileSystems\\0.4.1\\78f59f89defcd032ed788b151ca6a0d40ace796a\\JarJarFileSystems-0.4.1.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\bootstraplauncher\\2.0.2\\1a2d076cbc33b0520cbacd591224427b2a20047d\\bootstraplauncher-2.0.2.jar;C:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\securejarhandler\\3.0.8\\c0ef95cecd8699a0449053ac7d9c160748d902cd\\securejarhandler-3.0.8.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 ---add-modules -ALL-MODULE-PATH ---add-opens -java.base/java.util.jar=cpw.mods.securejarhandler ---add-opens -java.base/java.lang.invoke=cpw.mods.securejarhandler ---add-exports -java.base/sun.security.util=cpw.mods.securejarhandler ---add-exports -jdk.naming.dns/com.sun.jndi.dns=java.naming --Dlog4j2.configurationFile=C:\\Users\\adamn\\Documents\\minecraft\\mods\\TFMG\\Create-The_Factory_Must_Grow-1.21.1\\build\\moddev\\gameTestServerLog4j2.xml --Dneoforge.enableGameTest=true --Dneoforge.gameTestServer=true --DlegacyClassPath.file=C:\\Users\\adamn\\Documents\\minecraft\\mods\\TFMG\\Create-The_Factory_Must_Grow-1.21.1\\build\\moddev\\gameTestServerLegacyClasspath.txt --DignoreList=securejarhandler-3.0.8.jar,asm-9.7.jar,asm-commons-9.7.jar,asm-tree-9.7.jar,asm-util-9.7.jar,asm-analysis-9.7.jar,bootstraplauncher-2.0.2.jar,JarJarFileSystems-0.4.1.jar,mixinextras-neoforge-0.4.1.jar,client-extra,neoforge- --Dfml.gameLayerLibraries= --DmergeModules=jna-5.10.0.jar,jna-platform-5.10.0.jar --Djava.net.preferIPv6Addresses=system --Dfml.pluginLayerLibraries= --Dneoforge.enabledGameTestNamespaces=tfmg --Dforge.logging.markers=REGISTRIES \ No newline at end of file diff --git a/build/moddev/serverLog4j2.xml b/build/moddev/serverLog4j2.xml deleted file mode 100644 index 773e88ab..00000000 --- a/build/moddev/serverLog4j2.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/moddev/serverRunProgramArgs.txt b/build/moddev/serverRunProgramArgs.txt deleted file mode 100644 index 8d1cd0c3..00000000 --- a/build/moddev/serverRunProgramArgs.txt +++ /dev/null @@ -1,19 +0,0 @@ -# Main Class -cpw.mods.bootstraplauncher.BootstrapLauncher - -# NeoForge Run-Type Program Arguments ---launchTarget -forgeserveruserdev ---gameDir -. ---fml.neoForgeVersion -21.1.152 ---fml.fmlVersion -4.0.38 ---fml.mcVersion -1.21.1 ---fml.neoFormVersion -20240808.144430 - -# User Supplied Program Arguments ---nogui \ No newline at end of file diff --git a/build/reports/configuration-cache/6sy991t1b5nisvk14lmm0kyzl/1uzgwysk65zngn2q6915o08ag/configuration-cache-report.html b/build/reports/configuration-cache/6sy991t1b5nisvk14lmm0kyzl/1uzgwysk65zngn2q6915o08ag/configuration-cache-report.html deleted file mode 100644 index e7cb43b8..00000000 --- a/build/reports/configuration-cache/6sy991t1b5nisvk14lmm0kyzl/1uzgwysk65zngn2q6915o08ag/configuration-cache-report.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - - - - - - - - - Gradle Configuration Cache - - - -
- -
- Loading... -
- - - - - - diff --git a/build/resources/main/.cache/c5d1eddcf072f02c4997a7ec80c1b21ad739b1b3 b/build/resources/main/.cache/c5d1eddcf072f02c4997a7ec80c1b21ad739b1b3 deleted file mode 100644 index 0f61dd60..00000000 --- a/build/resources/main/.cache/c5d1eddcf072f02c4997a7ec80c1b21ad739b1b3 +++ /dev/null @@ -1,515 +0,0 @@ -// 1.21.1 2025-06-30T15:04:10.6625255 TFMG'S Standard Recipes -1ba4d033b7372e3e76f656e6d6f9eb1b8a2efe0a data/tfmg/advancement/recipes/misc/blasting/lead_ingot_blasting.json -e83131f3f345326695a796d8dac58b0868861458 data/tfmg/advancement/recipes/misc/blasting/lead_ingot_from_crushed_blasting.json -975643162ee77b2111d0bfebfb57da861544490a data/tfmg/advancement/recipes/misc/blasting/lithium_ingot_blasting.json -341f3bf3c91447d6184207919fdd47885f34e41f data/tfmg/advancement/recipes/misc/blasting/nickel_ingot_blasting.json -ae1d6b3f1f2569d0b18fad4d2c0af33cb349eca0 data/tfmg/advancement/recipes/misc/blasting/nickel_ingot_from_crushed_blasting.json -10bd2bbd6d600c04da6c42992ffb0d846d9d3fb7 data/tfmg/advancement/recipes/misc/crafting/materials/accumulator.json -6e055de56037e71377746a499ce3970fdc421d65 data/tfmg/advancement/recipes/misc/crafting/materials/accumulatorfrom_lithium.json -6581c5c8a5ecbd4cf0099c151896cf7e1758eef6 data/tfmg/advancement/recipes/misc/crafting/materials/air_intake.json -9ecf97839409e553a9d4062ed11785bdf0a4a500 data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_axe.json -66db94dc52ae41cec71a3a5e4e73b5f0ac28b06d data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_block_from_compacting.json -5fe96e63b033e5d2e949fa9d9366f3bc5680dd68 data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_cable_hub.json -819008864a677090daa4f945cc3094a401432656 data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_cogwheel.json -681e6d711fabdfa569d03b8655fd469c0078e1ae data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_door.json -a70723e2daaed99bb2f63b6d3d6b60b3c2abc3fe data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_fluid_tank.json -64222d3ce0beba6ab163f26846e8b24eead61a71 data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_flywheel.json -55f2186ff61067031e8ef9ffbec08e73cb496a6a data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_frame.json -15d10fa6dbdb2d7698f9e787d182eeb9417c571d data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_hoe.json -c5106fa02f73e852d1fa0cc7ab0de4ba51158b9a data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_ingot_from_compacting.json -0e87476a9f0c32d6725abd6a1b128217e0ee52f3 data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_ingot_from_decompacting.json -a7c4181e01134f321982a443410669884ccbd919 data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_lamp.json -192f2a0604bf014c9c38cbd7af837ad1e845da83 data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_nugget_from_decompacting.json -9c3ac62187020b7dbd5f8f1b0030007633c9ba07 data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_pickaxe.json -07f5c64345a0ce0894ae4b9dee87f463af067ab8 data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_shovel.json -9614368e6b4a3f833588bcf556508afca5014135 data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_spool.json -022368ea9eb516bfe32cb8cb6fdc14659ea226f7 data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_sword.json -20d65fd203a7172e3eb8119a3828fcb88200aab7 data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_truss.json -766b93e1a4fe05f100c1678cf3b01065c373c6a9 data/tfmg/advancement/recipes/misc/crafting/materials/black_concrete.json -eed9387b9eb583355e575ddd72cbd5b1443cf36a data/tfmg/advancement/recipes/misc/crafting/materials/black_multimeter.json -867e9a045a2117bfa453a2b7ed11ddad6868272d data/tfmg/advancement/recipes/misc/crafting/materials/black_rebar_concrete.json -b0d05b322d49df8dcc35bc49ce69f841320995a0 data/tfmg/advancement/recipes/misc/crafting/materials/blast_furnace_hatch.json -33a71456d2d779d14797427b837b7c278a952a8f data/tfmg/advancement/recipes/misc/crafting/materials/blast_furnace_output.json -02d880b4edf4367681e54abea99df8d08f5d7b0d data/tfmg/advancement/recipes/misc/crafting/materials/blast_furnace_reinforcement.json -282d0da4d486a1d1a95b7ff81fd2bb3d92ef1944 data/tfmg/advancement/recipes/misc/crafting/materials/blast_stove.json -99b963c7eed6543f0f207c15dc45051c373dee91 data/tfmg/advancement/recipes/misc/crafting/materials/blue_concrete.json -8514e65743850b4ea7a198fb8c293cc99cb3050b data/tfmg/advancement/recipes/misc/crafting/materials/blue_multimeter.json -c69ff9dfca6f9e864621e36e0b71a2f36d8b0357 data/tfmg/advancement/recipes/misc/crafting/materials/blue_rebar_concrete.json -b9a7cfce24712e56b393cd9fdcea49f2eddfa985 data/tfmg/advancement/recipes/misc/crafting/materials/brass_cable_hub.json -23691b4e1ad2e2578a55bd0c774429fbb650953d data/tfmg/advancement/recipes/misc/crafting/materials/brass_frame.json -2aac6c07c7c29f34f9b9a438b5813eee7efc8f6b data/tfmg/advancement/recipes/misc/crafting/materials/brass_truss.json -fea4f2a75a40a71c322da022033a67a37264c276 data/tfmg/advancement/recipes/misc/crafting/materials/brick_smokestack.json -c66fb2ea1cf956f53764aaaf5f28d70099b36b24 data/tfmg/advancement/recipes/misc/crafting/materials/brown_concrete.json -6021c92d83a6e0c338d18cd41ab84f57609e7ac8 data/tfmg/advancement/recipes/misc/crafting/materials/brown_multimeter.json -734de5893678b28aec289779ecdbee5981d40e35 data/tfmg/advancement/recipes/misc/crafting/materials/brown_rebar_concrete.json -739a00cda189f72c1f4cd38898c0712bffb31f42 data/tfmg/advancement/recipes/misc/crafting/materials/cable_connector.json -24914906f9d01e569ab83ccd37e7744674f8aece data/tfmg/advancement/recipes/misc/crafting/materials/cable_tube.json -04e35e4b7457906935003e0a7651d3cd60005607 data/tfmg/advancement/recipes/misc/crafting/materials/casting_basin.json -04febba3ad12a3ed6d802d76ed93f3200faedb3d data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_block_from_compacting.json -05de7ce92c56492e36ccc00070782e4e42a72daf data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_chemical_vat.json -4be640969f9200b0de32f20720d9fbdfcfab44f7 data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_fluid_tank.json -30ba68537862b68b59af4deb23f4046566c388ea data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_flywheel.json -718628af4fde3012865c3b9769940629fbd45bdb data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_frame.json -fd3fd7562048ea5d7b4f5de3944e6f3fdbd01914 data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_ingot_from_compacting.json -b0adfd6cf795d873f1bfc1732aca91fa02661f9f data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_ingot_from_decompacting.json -c3eb6195e42a6b2b930bb267bae2abff334d7196 data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_nugget_from_decompacting.json -5879584f09b67f4e83aa3cfe33a414699c5f52a2 data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_truss.json -1751159e37c1d9cf3c392726d9ee2ccb25bd044a data/tfmg/advancement/recipes/misc/crafting/materials/centrifuge.json -deb6ee513df35af15592b1f448b7b5da67c6d47b data/tfmg/advancement/recipes/misc/crafting/materials/cinderflour_block.json -0e6ee66a203ad045ffd8064e677d23f16060ccfe data/tfmg/advancement/recipes/misc/crafting/materials/cinder_block.json -6d3a1ea551b3388d226edc667eb445fffbf9eac3 data/tfmg/advancement/recipes/misc/crafting/materials/circular_light.json -27bf3c9801770718566d07821818de76af3d0bf0 data/tfmg/advancement/recipes/misc/crafting/materials/coal_coke.json -92e3306e1eb4c714f0e154aea29ed5f2958e21c6 data/tfmg/advancement/recipes/misc/crafting/materials/coal_coke_block.json -0da79c216abc5da65281795395639f14474e8af8 data/tfmg/advancement/recipes/misc/crafting/materials/coke_oven.json -8ac3434745d07283746318dcf04d8c706d87acd4 data/tfmg/advancement/recipes/misc/crafting/materials/concrete_hose.json -41177c9f8e12c5352b4d8f6f4fc390b96bf305e2 data/tfmg/advancement/recipes/misc/crafting/materials/concrete_smokestack.json -d80539f29b718d1c2ef51c44a08ce43b648219c3 data/tfmg/advancement/recipes/misc/crafting/materials/constantan_block_from_compacting.json -8010276d114f6e4b5c810ae645ef5bcd75655bed data/tfmg/advancement/recipes/misc/crafting/materials/constantan_frame.json -39058fbdea4a5675019f35938aaae7453e871bd5 data/tfmg/advancement/recipes/misc/crafting/materials/constantan_ingot_from_compacting.json -8f7b51b57de3ba242462908c5297f651ff29be72 data/tfmg/advancement/recipes/misc/crafting/materials/constantan_ingot_from_decompacting.json -bf2a101060dbfb52b3afd78fca24e1e496f71103 data/tfmg/advancement/recipes/misc/crafting/materials/constantan_nugget_from_decompacting.json -9526d014d0b78485e0478643b40381c45910011d data/tfmg/advancement/recipes/misc/crafting/materials/constantan_spool.json -0663d334a61948e61ee60229e65d21b75bddb7ac data/tfmg/advancement/recipes/misc/crafting/materials/constantan_truss.json -4aa859d17c9d8a094189df700453e7347a5a516e data/tfmg/advancement/recipes/misc/crafting/materials/converter.json -9f902c1897ab37214d3fc88a2bf37adc39438c8e data/tfmg/advancement/recipes/misc/crafting/materials/cooling_fluid_bottle.json -637002d04dbabae9d9be444890ff801e79dfcd43 data/tfmg/advancement/recipes/misc/crafting/materials/copper_cable_hub.json -e60311ef8f41384dc589fec4871ea4ae0fb70e0f data/tfmg/advancement/recipes/misc/crafting/materials/copper_frame.json -dd71f52393218cf573043ff3a398d80463bad2d6 data/tfmg/advancement/recipes/misc/crafting/materials/copper_grenade.json -ea1913c2461706ca54bc4354dea7962a70cb8afb data/tfmg/advancement/recipes/misc/crafting/materials/copper_spool.json -aa160503040d4977b61ccb05f13098a24cc9df88 data/tfmg/advancement/recipes/misc/crafting/materials/copper_truss.json -316dad2fc4a2aaba2a575109dd691fe093a2042f data/tfmg/advancement/recipes/misc/crafting/materials/copycat_cable_block.json -e3fef1a13983c1a9b325a4c756957d7354929a9e data/tfmg/advancement/recipes/misc/crafting/materials/crankshaft.json -fef9c0f151b60f49b774d4b51de4fa6240720e1c data/tfmg/advancement/recipes/misc/crafting/materials/cyan_concrete.json -05b06795f2a5caa5c12ded0efe73ca77f79cbfa0 data/tfmg/advancement/recipes/misc/crafting/materials/cyan_multimeter.json -f86f0b48bab60d04c8d78bf080480276f5489f06 data/tfmg/advancement/recipes/misc/crafting/materials/cyan_rebar_concrete.json -9dfe2905cd7500a93af662f7b3c4092c5c187bad data/tfmg/advancement/recipes/misc/crafting/materials/diagonal_cable_block.json -b206903e84dfa60d16a6538c5cf5471aad005fc7 data/tfmg/advancement/recipes/misc/crafting/materials/electrical_switch.json -c6edec32f743f4237f82221ca5545f9f360ce9c0 data/tfmg/advancement/recipes/misc/crafting/materials/electricians_wrench.json -87e2ceef418c504f75b207c7a67cc033ab4b48de data/tfmg/advancement/recipes/misc/crafting/materials/electric_diode.json -c6299d55ad53f07fa881ce9d52d7431b8304dd33 data/tfmg/advancement/recipes/misc/crafting/materials/electric_post.json -fec141af53a939b18f0c82adcae33dc6b8eb0d37 data/tfmg/advancement/recipes/misc/crafting/materials/electric_pump.json -a4571766b188a07babf0f91b93b18aa15e29218f data/tfmg/advancement/recipes/misc/crafting/materials/electrode_holder.json -0753a07d9908e21d4b036dbbdac366ece7658816 data/tfmg/advancement/recipes/misc/crafting/materials/empty_circuit_board.json -1b25e33e402a7c2149742ba75d961dc920079835 data/tfmg/advancement/recipes/misc/crafting/materials/engine_gearbox.json -c7cba29e6f7d2aa2b4fd2cdf34a71a17583d5450 data/tfmg/advancement/recipes/misc/crafting/materials/exhaust.json -884395f8fc0702edfbc5f5a8dcd061d81a0d1f93 data/tfmg/advancement/recipes/misc/crafting/materials/firebox.json -c65b18147b7b89fd505071f34a0d9f5bfff070ca data/tfmg/advancement/recipes/misc/crafting/materials/fireclay.json -05e9bad955ee982ba3ae172aff5551bdc66f7594 data/tfmg/advancement/recipes/misc/crafting/materials/fireproof_bricks.json -9e8c3b007ff62f37d5963a510837088e65a0b8e5 data/tfmg/advancement/recipes/misc/crafting/materials/fireproof_brick_reinforcement.json -fbbe810e1208507b4d7e7f6ec51183ab8310605c data/tfmg/advancement/recipes/misc/crafting/materials/fireproof_chemical_vat.json -c2a88b7d49ac16aaaabc5eb41ff44b81e448c2e7 data/tfmg/advancement/recipes/misc/crafting/materials/flarestack.json -34f8c61a0662d74bc5f8868bcc252d1c5e8a3211 data/tfmg/advancement/recipes/misc/crafting/materials/glass_cable_insulator.json -1c6d72c59241276ed97eb12028221af210a0837a data/tfmg/advancement/recipes/misc/crafting/materials/glass_insulator_segment.json -621d720793c003cf0e66365bd33dbdafbac0e742 data/tfmg/advancement/recipes/misc/crafting/materials/gray_concrete.json -afa4710298fcaa77660a93ce877c525474704e48 data/tfmg/advancement/recipes/misc/crafting/materials/gray_multimeter.json -01b1951017fae118b0372e6100ca60d16a32459f data/tfmg/advancement/recipes/misc/crafting/materials/gray_rebar_concrete.json -0c7ec9685284478c517f49b7d7ef08582b98837a data/tfmg/advancement/recipes/misc/crafting/materials/green_concrete.json -22170ac52bcaa7e1f48da11e9e363e67ffb1cfb2 data/tfmg/advancement/recipes/misc/crafting/materials/green_multimeter.json -ab67d5f0305a8188a0f8401cbf08e3154ce415ff data/tfmg/advancement/recipes/misc/crafting/materials/green_rebar_concrete.json -91d27b5c3598954ba0f72ff218e01a8ea7b111ae data/tfmg/advancement/recipes/misc/crafting/materials/heavy_cable_hub.json -7e039b604f1b897e1b94d0370bb5293a01e61486 data/tfmg/advancement/recipes/misc/crafting/materials/heavy_casing_door.json -ec32d19e3bcdb9408a5c980531f644395adf2d6e data/tfmg/advancement/recipes/misc/crafting/materials/heavy_plated_door.json -dd45a928d43f7558bde9bbbfff08991c137d36b2 data/tfmg/advancement/recipes/misc/crafting/materials/industrial_mixer.json -aa4b0182e6132667ce3a8774be8609c76e83a4ec data/tfmg/advancement/recipes/misc/crafting/materials/large_aluminum_cogwheel.json -8ce850d1d6892132c7b040af32e6376acbe0e9dd data/tfmg/advancement/recipes/misc/crafting/materials/large_pumpjack_hammer_connector.json -72f870034c3b74e74b59f2e8972b033a00d5dfc7 data/tfmg/advancement/recipes/misc/crafting/materials/large_pumpjack_hammer_head.json -c0bea63558a8afdea454500f2582f42c50e15f92 data/tfmg/advancement/recipes/misc/crafting/materials/large_steel_cogwheel.json -f052642688690b03ab7ccaa8f0b3c380307d5e9c data/tfmg/advancement/recipes/misc/crafting/materials/lead_axe.json -7737f4ec843701dda1a6205fc75cff8043f22210 data/tfmg/advancement/recipes/misc/crafting/materials/lead_block_from_compacting.json -6a3deb508cb27be73e287fd8eb90402aa2fb3fd2 data/tfmg/advancement/recipes/misc/crafting/materials/lead_flywheel.json -72a2bd6364a14d22d06a0e539cc06680b69e2f20 data/tfmg/advancement/recipes/misc/crafting/materials/lead_frame.json -66ec4781863c9b0cfaf83519103e07893f468e56 data/tfmg/advancement/recipes/misc/crafting/materials/lead_hoe.json -ad2263a7375a058567c68f3632c0734cc6acb256 data/tfmg/advancement/recipes/misc/crafting/materials/lead_ingot_from_compacting.json -b3eeb0e694b0bad6e9909e3d1867b86e3679153a data/tfmg/advancement/recipes/misc/crafting/materials/lead_ingot_from_decompacting.json -6a50e76176ca108e54ad03296487393323ba80cb data/tfmg/advancement/recipes/misc/crafting/materials/lead_nugget_from_decompacting.json -2fb4d6df936bdc2cc3648df5f5eae9cf738397f9 data/tfmg/advancement/recipes/misc/crafting/materials/lead_pickaxe.json -75cb8749fde2ee7e0348ffb3981c0a669ac6b30e data/tfmg/advancement/recipes/misc/crafting/materials/lead_shovel.json -049b54fecf312ef5335e358f8385093f28d5a162 data/tfmg/advancement/recipes/misc/crafting/materials/lead_sword.json -7ca39d780331bddaa59d21057ffe78d959f3df78 data/tfmg/advancement/recipes/misc/crafting/materials/lead_truss.json -a159a885e35b451d3735c8587b132e7a5cc0baca data/tfmg/advancement/recipes/misc/crafting/materials/light_blue_concrete.json -e0a703c7b2fbc72130fffd9e4d4d720217f7e622 data/tfmg/advancement/recipes/misc/crafting/materials/light_blue_multimeter.json -da91a2dd07046cd0a5fc4d9cb2daad7c632ac7d8 data/tfmg/advancement/recipes/misc/crafting/materials/light_blue_rebar_concrete.json -93ddae1b0eb5c6ffe9ff3c2f344727cc39e1f7cc data/tfmg/advancement/recipes/misc/crafting/materials/light_bulb.json -ec555fbacadf85c1a59d18534b5c5749f80b66b3 data/tfmg/advancement/recipes/misc/crafting/materials/light_gray_concrete.json -6949d2d02c0bf766039ef1e9253323c7fb29a8f8 data/tfmg/advancement/recipes/misc/crafting/materials/light_gray_multimeter.json -7a8a4f22874bb0def372ccf31cb4ccbee6fa4a01 data/tfmg/advancement/recipes/misc/crafting/materials/light_gray_rebar_concrete.json -1b4a051efdb330488bc5077e7511ebc88b983b53 data/tfmg/advancement/recipes/misc/crafting/materials/lime_concrete.json -684472d428cf9c509c14028cd29e879ca2dfc5a7 data/tfmg/advancement/recipes/misc/crafting/materials/lime_multimeter.json -6a742b9f97bfacf48517e5545d296059d227c3f8 data/tfmg/advancement/recipes/misc/crafting/materials/lime_rebar_concrete.json -c1454df94da933c12c0876e43dc80f4fcb58638d data/tfmg/advancement/recipes/misc/crafting/materials/lithium_blade.json -ed1deea39a9364f052c78d142e78b0967a133cc6 data/tfmg/advancement/recipes/misc/crafting/materials/lithium_block_from_compacting.json -cbddb4295abe43f1dae30a989bb75750d4ac210d data/tfmg/advancement/recipes/misc/crafting/materials/lithium_charge.json -762b3a31ad1cfbb4ae6d5114a8fa81332fee5c01 data/tfmg/advancement/recipes/misc/crafting/materials/lithium_ingot_from_compacting.json -d2a5ad3c82a1b6f642c3d6e90d07b91e8e33eb0b data/tfmg/advancement/recipes/misc/crafting/materials/lithium_ingot_from_decompacting.json -7f37da4673fb3cf9472365c38a3da91444a7df0b data/tfmg/advancement/recipes/misc/crafting/materials/lithium_nugget_from_decompacting.json -26a2078c01f5f49aedce3f73f597eae2bc26d155 data/tfmg/advancement/recipes/misc/crafting/materials/lithium_torch.json -4578f4ae380f28e6d2ce2d1c14980bc4b8f2c995 data/tfmg/advancement/recipes/misc/crafting/materials/machine_input.json -38b3415de84bd4cdbfd3199f54aa5bc446695c0b data/tfmg/advancement/recipes/misc/crafting/materials/magenta_concrete.json -4fb6e596001f2822c8b1b705ec76972064315f6c data/tfmg/advancement/recipes/misc/crafting/materials/magenta_multimeter.json -0b4d160084dd099087205d50b043d7416b3c74bd data/tfmg/advancement/recipes/misc/crafting/materials/magenta_rebar_concrete.json -a13bf24d8d13571ac6c7760f7f54bdcd5ae4e53f data/tfmg/advancement/recipes/misc/crafting/materials/metal_smokestack.json -68d6fa1171334ea1be1caadfc70da920be034fd6 data/tfmg/advancement/recipes/misc/crafting/materials/mixer_blade.json -80065730056b18fd579f8d7324157211bf9194c9 data/tfmg/advancement/recipes/misc/crafting/materials/modern_light.json -87c2f538d678449112ee089d3aa6ae98ddf06eed data/tfmg/advancement/recipes/misc/crafting/materials/multimeter.json -ae2ec065e1c5570e623c35c385eb260e0e69ad18 data/tfmg/advancement/recipes/misc/crafting/materials/napalm_bomb.json -78bee77974c6664f17d83235cd0a42e50de649ec data/tfmg/advancement/recipes/misc/crafting/materials/neon_tube.json -cd97138073edb2df282bda57f94b1e6dfd5acef6 data/tfmg/advancement/recipes/misc/crafting/materials/nickel_block_from_compacting.json -cda957eb43c07f92f765b12afc15bf4b7ee69ad4 data/tfmg/advancement/recipes/misc/crafting/materials/nickel_flywheel.json -5aeb6f6dd0d67044d08dd94edcd521d97b6eae89 data/tfmg/advancement/recipes/misc/crafting/materials/nickel_frame.json -b5ff824a7d33c9d2161540e83d28d054c6a29880 data/tfmg/advancement/recipes/misc/crafting/materials/nickel_ingot_from_compacting.json -6691caa72021eabd3b53bd1d2f5225ebc6973450 data/tfmg/advancement/recipes/misc/crafting/materials/nickel_ingot_from_decompacting.json -595a1937399c3cc532151b618f5948f56e8122a9 data/tfmg/advancement/recipes/misc/crafting/materials/nickel_nugget_from_decompacting.json -d7959c1f1d53d452c773ab0632f40abd3cc10dfb data/tfmg/advancement/recipes/misc/crafting/materials/nickel_truss.json -d9694d0293cc699e468836e9f8f344f85481e5cb data/tfmg/advancement/recipes/misc/crafting/materials/oil_can.json -b2384676e3745e58240363609dcf97c6713d10c0 data/tfmg/advancement/recipes/misc/crafting/materials/oil_hammer.json -d6bf7b4bdf24c78d46d9bd2575543864b2257767 data/tfmg/advancement/recipes/misc/crafting/materials/orange_concrete.json -73358283a2e2743e79b884ce05d1bca211ae55db data/tfmg/advancement/recipes/misc/crafting/materials/orange_multimeter.json -6066be34dab1e14de24abb8179f3bdbae1c4826b data/tfmg/advancement/recipes/misc/crafting/materials/orange_rebar_concrete.json -38bb95da15e27fb32565714608eed19b8e582c6e data/tfmg/advancement/recipes/misc/crafting/materials/pink_concrete.json -85bc0371e278bd1046ddff0b1d0b6598b52b54f8 data/tfmg/advancement/recipes/misc/crafting/materials/pink_multimeter.json -3b6457e6c6a123db48dacf11feadd16df253892a data/tfmg/advancement/recipes/misc/crafting/materials/pink_rebar_concrete.json -c2c63f9fb303ed0cd7144a4becd56647678d9e17 data/tfmg/advancement/recipes/misc/crafting/materials/pipe_bomb.json -d4aa0bf50dba392e0fb6eb0b0d21eb3deaec16ec data/tfmg/advancement/recipes/misc/crafting/materials/plastic_block.json -119c3d1de8050659210b785d905eed7157af7117 data/tfmg/advancement/recipes/misc/crafting/materials/plastic_sheet.json -e99c1b472d9467501e1ebbf8dc12437a1dcef5d5 data/tfmg/advancement/recipes/misc/crafting/materials/polarizer.json -379cf185c2701bc07bfd722be0ba594b3dd62b04 data/tfmg/advancement/recipes/misc/crafting/materials/pumpjack_base.json -bd22949da5dc31fef4c569f1b30ca16f038d9285 data/tfmg/advancement/recipes/misc/crafting/materials/pumpjack_crank.json -0b59e2e7d3d579d1a61f0a0ca3ebb6260ced4b76 data/tfmg/advancement/recipes/misc/crafting/materials/pumpjack_hammer.json -cdb93bb498da2b4f929c16b8941611ac9c4b67f8 data/tfmg/advancement/recipes/misc/crafting/materials/pumpjack_hammer_connector.json -6308c342d54767577ec94ab2f1aa5da24bdf1808 data/tfmg/advancement/recipes/misc/crafting/materials/pumpjack_hammer_head.json -8b93592849facfcdd255649c4829da450e85af0c data/tfmg/advancement/recipes/misc/crafting/materials/purple_concrete.json -2ef74c6937951efab8c3686891ccccc154a3cc68 data/tfmg/advancement/recipes/misc/crafting/materials/purple_multimeter.json -bd10fd39aef892b39f592e42656c110edc126377 data/tfmg/advancement/recipes/misc/crafting/materials/purple_rebar_concrete.json -cd970d28e19289dfcdd5ff5bb4c7f4f5fc9b3bff data/tfmg/advancement/recipes/misc/crafting/materials/radial_engine.json -e9476245b4a21f828626d8d22ed156226ed0a8d8 data/tfmg/advancement/recipes/misc/crafting/materials/raw_lead.json -2d8f235d312dc979cba8243bef6c4a9170d3461e data/tfmg/advancement/recipes/misc/crafting/materials/raw_lead_block.json -687906fbc87983c694dadf24bdb25650f8b2426c data/tfmg/advancement/recipes/misc/crafting/materials/raw_lithium.json -4e5e886da80de0c13fab1c7046e3206408d31641 data/tfmg/advancement/recipes/misc/crafting/materials/raw_lithium_block.json -161afa320e72f0c8bd0d3d1ac94479f4c1652c43 data/tfmg/advancement/recipes/misc/crafting/materials/raw_nickel.json -eb470478956e99c952e650bffc37207cc0ce198e data/tfmg/advancement/recipes/misc/crafting/materials/raw_nickel_block.json -3fb65e924a5b02cd103602ab65afa0aee350c92d data/tfmg/advancement/recipes/misc/crafting/materials/rebar.json -0eec85efde58168501b9795d93f05c99ef3c0727 data/tfmg/advancement/recipes/misc/crafting/materials/rebar_block.json -d6c4e3088ac4a3d3c36b8cd5a6ee0acb3da9883c data/tfmg/advancement/recipes/misc/crafting/materials/rebar_floor.json -3cf168d83b6f98ab04191a1d02a7d2a379fb89ea data/tfmg/advancement/recipes/misc/crafting/materials/rebar_pile.json -e48f497e37290566146a0be074694fddea2ca1e5 data/tfmg/advancement/recipes/misc/crafting/materials/rebar_pillar.json -1c029151bd593c3f15e6e322b3fb1c2ea0ee8ed3 data/tfmg/advancement/recipes/misc/crafting/materials/rebar_stairs.json -6a0453687fdfbc75cdeb10f3f2eede266b64ad3f data/tfmg/advancement/recipes/misc/crafting/materials/rebar_wall.json -3ae4e10abba58937f04c6e822aa7ca75c43c32d8 data/tfmg/advancement/recipes/misc/crafting/materials/red_concrete.json -404ac0e2485aa91e2f73114afe4a86cb43dd6552 data/tfmg/advancement/recipes/misc/crafting/materials/red_multimeter.json -00f495b34745ab410ffce6c96b03fac2c3599920 data/tfmg/advancement/recipes/misc/crafting/materials/red_rebar_concrete.json -7e336a7bfcdeabb8743194862f83f0a9ed06a6ae data/tfmg/advancement/recipes/misc/crafting/materials/regular_engine.json -9ee5b4b6923fdbbaa4c608d9be82afba1819fab6 data/tfmg/advancement/recipes/misc/crafting/materials/rusted_blast_furnace_reinforcement.json -1f5891a0392f48b0dc1eb5a213725d188837ec06 data/tfmg/advancement/recipes/misc/crafting/materials/screwdriver.json -93970f6a3c33af9c8a4d3fe888e554de551ed35f data/tfmg/advancement/recipes/misc/crafting/materials/screwdriverfrom_brass.json -d90e3ca22d1edc684c089a985b95a9573bf94dfd data/tfmg/advancement/recipes/misc/crafting/materials/segmented_display.json -94ca5eed35ed4358b9c94f6fe120d06261c65dc3 data/tfmg/advancement/recipes/misc/crafting/materials/steel_axe.json -a9709b109852fce282d3969f929e07b949d22567 data/tfmg/advancement/recipes/misc/crafting/materials/steel_block_from_compacting.json -fbafe2a9474c759cea160489f8159850c32d3bfc data/tfmg/advancement/recipes/misc/crafting/materials/steel_cable_hub.json -796883cc61bc9d620681039abea77f49f57a92ae data/tfmg/advancement/recipes/misc/crafting/materials/steel_casing_cable_hub.json -fa6626a32aa4010c068f367e514c478e2857e903 data/tfmg/advancement/recipes/misc/crafting/materials/steel_chemical_vat.json -e3bb2b6dfb06e384b056827b939c69ba8cbd86d1 data/tfmg/advancement/recipes/misc/crafting/materials/steel_cogwheel.json -8f47e9b04e3186655b3e7e97e65d823d056413c4 data/tfmg/advancement/recipes/misc/crafting/materials/steel_distillation_controller.json -567ecb9c0dd2e3c1d05d1fc0bd38faed0aab2fa3 data/tfmg/advancement/recipes/misc/crafting/materials/steel_distillation_output.json -15071185aaeb0aff405630d0fb7a3ed1de388b9e data/tfmg/advancement/recipes/misc/crafting/materials/steel_door.json -6f3d27529a79de118a613acc6331fd7ae5721913 data/tfmg/advancement/recipes/misc/crafting/materials/steel_fluid_tank.json -1d91b1752d7fd3468303a357d6235ce6851c68cb data/tfmg/advancement/recipes/misc/crafting/materials/steel_flywheel.json -0be679170b26160abe9524f3235138a41f7e7d78 data/tfmg/advancement/recipes/misc/crafting/materials/steel_frame.json -a2fe8e7d942c300272a8f75556b7d3b4fe1fba67 data/tfmg/advancement/recipes/misc/crafting/materials/steel_gearbox.json -2fde5da35c5bb54e97b5ea024f2a5a6e14fdc6bf data/tfmg/advancement/recipes/misc/crafting/materials/steel_hoe.json -27db390d78185acbd1a5517896a26854cd0f4413 data/tfmg/advancement/recipes/misc/crafting/materials/steel_ingot_from_compacting.json -bf96d3be6cbbc0c28b5d14f51a4cdcad7e6c1b10 data/tfmg/advancement/recipes/misc/crafting/materials/steel_ingot_from_decompacting.json -95e4f90325a09c41d894a2b29126933df4a41c8a data/tfmg/advancement/recipes/misc/crafting/materials/steel_nugget_from_decompacting.json -b716df5714af0dcb7b5e27245a108829b2f2d6d3 data/tfmg/advancement/recipes/misc/crafting/materials/steel_pickaxe.json -e01da2c61fbf74c8ddd2fcc298c3dcea91e9b175 data/tfmg/advancement/recipes/misc/crafting/materials/steel_shovel.json -885861f0b2275fda0a041b9fed2f7ccafe895f08 data/tfmg/advancement/recipes/misc/crafting/materials/steel_sword.json -8ee691e06b6281c058a3abfa4f01c38ed1a034a4 data/tfmg/advancement/recipes/misc/crafting/materials/steel_trapdoor.json -97bc8a978894f71fc0798ac432ad91f723d4a023 data/tfmg/advancement/recipes/misc/crafting/materials/steel_truss.json -946f0230e73df8e14908a225e4ecc2d6fb50d7da data/tfmg/advancement/recipes/misc/crafting/materials/surface_scanner.json -c9ce3253bed9ed63c89eb5449f719030c788e32e data/tfmg/advancement/recipes/misc/crafting/materials/thermite_grenade.json -cc0912afd54ca449102420dcb86bedd4fa28466c data/tfmg/advancement/recipes/misc/crafting/materials/traffic_light.json -1c6accdff145aeecedec5e8fcbf0f75322485212 data/tfmg/advancement/recipes/misc/crafting/materials/transformer.json -de79bb6623b91d11aa41cebbcf7b7914ccce4546 data/tfmg/advancement/recipes/misc/crafting/materials/transmission.json -aabfe2c1d21303278d0322183d3e7db901db1259 data/tfmg/advancement/recipes/misc/crafting/materials/turbine_engine.json -f624be55db5ffeed17457c1a0dafb89898f26bc0 data/tfmg/advancement/recipes/misc/crafting/materials/turbo.json -5aa3eccc945b3eab8c8b4d8f1c5ae85491351b94 data/tfmg/advancement/recipes/misc/crafting/materials/unfinished_electromagnetic_coil.json -d6fb2554c98e1615be35a068c9f822af85035188 data/tfmg/advancement/recipes/misc/crafting/materials/unfinished_resistor.json -239461226762283f3dd0b160714491828454f28e data/tfmg/advancement/recipes/misc/crafting/materials/unfinished_resistorfrom_slime.json -2ab5b936a5c5eaaa9e87054c18e437cb2595a328 data/tfmg/advancement/recipes/misc/crafting/materials/voltage_observer.json -1bacf66478df941bc649d6345b37329e8f041b97 data/tfmg/advancement/recipes/misc/crafting/materials/voltmeter.json -eff2a5b8584f7a9fe8be9382388c84fa05aac891 data/tfmg/advancement/recipes/misc/crafting/materials/white_concrete.json -489f84a45e46dd0c5d6ab6acb864d002e5c8440b data/tfmg/advancement/recipes/misc/crafting/materials/white_multimeter.json -817f0b94d99d978233e7d279156c87861af7a0f7 data/tfmg/advancement/recipes/misc/crafting/materials/white_rebar_concrete.json -56dfa5ec6e8d47ee5b968dc117caba998aa7f69e data/tfmg/advancement/recipes/misc/crafting/materials/winding_machine.json -e7bcf14c5cf481d6b8fcbb8458684e8a34912211 data/tfmg/advancement/recipes/misc/crafting/materials/yellow_concrete.json -b711ac0b4700990b1cb8b8839f7ee88730e8e588 data/tfmg/advancement/recipes/misc/crafting/materials/yellow_multimeter.json -9560a15dc9c409730ed52ac71944117a065a7cce data/tfmg/advancement/recipes/misc/crafting/materials/yellow_rebar_concrete.json -7155bc1ec5db4d990c88286650a9ff1a799f874f data/tfmg/advancement/recipes/misc/crafting/materials/zinc_frame.json -d54db7ca65d852881fe4e8635a487146ef3ef153 data/tfmg/advancement/recipes/misc/crafting/materials/zinc_grenade.json -002391cb592362488efbb7a01f82016212efd29c data/tfmg/advancement/recipes/misc/crafting/materials/zinc_truss.json -fbe4387c69c1d35e797bda5fee5f166d27cfc823 data/tfmg/advancement/recipes/misc/smelting/fireproof_brick.json -3507cd7119c6ccb08dbd9c2298bf55c9e674d0e9 data/tfmg/advancement/recipes/misc/smelting/lead_ingot.json -01da5054374723da5de0db7935d3c9d097138e1d data/tfmg/advancement/recipes/misc/smelting/lead_ingot_blasting.json -b697f184fcf580d1a2015d11bd992a76b7c218ec data/tfmg/advancement/recipes/misc/smelting/lead_ingot_from_crushed_blasting.json -a6bf8200a0a352dc10bf9dd69809da7598be6436 data/tfmg/advancement/recipes/misc/smelting/lithium_ingot.json -66c9f69eb27bfca2e4c8fde80d88bebbc024d38d data/tfmg/advancement/recipes/misc/smelting/lithium_ingot_blasting.json -cef3238bbd0377fd70e42759ab896cee8533d2f2 data/tfmg/advancement/recipes/misc/smelting/nickel_ingot.json -7b9e9d7087c3bb068f0f23b8be79c07b4ad4a9de data/tfmg/advancement/recipes/misc/smelting/nickel_ingot_blasting.json -d37951c8cadc7171c7d76f3dccb940d63e081546 data/tfmg/advancement/recipes/misc/smelting/nickel_ingot_from_crushed_blasting.json -8e64cc13455d9ac939c3b3779c176a7f0ac94c71 data/tfmg/advancement/recipes/misc/smelting/unfinished_insulator.json -5fd4775deac479175db652d1d60848f30b950a9a data/tfmg/recipe/blasting/lead_ingot_blasting.json -8236c6a98ad8b7c775c33f12dc5443a9814896ba data/tfmg/recipe/blasting/lead_ingot_from_crushed_blasting.json -2875431d39bdec9424b3c1ff51a33d8b8f2838b7 data/tfmg/recipe/blasting/lithium_ingot_blasting.json -8e00b06eda2399bcfdc71013ef1f060c99275f06 data/tfmg/recipe/blasting/nickel_ingot_blasting.json -e8ce85caeb22bc0c54fbb9aeceeeb3f7ea8a1495 data/tfmg/recipe/blasting/nickel_ingot_from_crushed_blasting.json -d106d48e609d7094b0bb707708512a55942d1c15 data/tfmg/recipe/crafting/materials/accumulator.json -20d2cb1f6dd696e0acbdc740eed1932724460559 data/tfmg/recipe/crafting/materials/accumulatorfrom_lithium.json -b23810c7693decbee3fa5ff712471a8abf078509 data/tfmg/recipe/crafting/materials/air_intake.json -c79ce6d267134fe7757c60b99d500eba7fd5e3bd data/tfmg/recipe/crafting/materials/aluminum_axe.json -5abf71eaf49ebde9d803d65692f8ce27c9fdde8b data/tfmg/recipe/crafting/materials/aluminum_block_from_compacting.json -61a2e9d897aa5f58a8125f8f9fc239c59176989d data/tfmg/recipe/crafting/materials/aluminum_cable_hub.json -3ce776d453a8793ee83457c9669fb34f1e5aa750 data/tfmg/recipe/crafting/materials/aluminum_cogwheel.json -e7c8aad1d6c6d214ebbd90d20460c201328a9e0d data/tfmg/recipe/crafting/materials/aluminum_door.json -85c44ae3b2c25483a93da282f2dbc489c943c4aa data/tfmg/recipe/crafting/materials/aluminum_fluid_tank.json -3cba18f633557d792211cbb703a76a2a73cfc3a8 data/tfmg/recipe/crafting/materials/aluminum_flywheel.json -448f2dbf1cb991d9d03ad38d3a7041094533a7ce data/tfmg/recipe/crafting/materials/aluminum_frame.json -0f4a25f4187c3e503c7880c90efc7008e8c41431 data/tfmg/recipe/crafting/materials/aluminum_hoe.json -16d88911e6ad8a9527478388020c3fcd6ed9aadd data/tfmg/recipe/crafting/materials/aluminum_ingot_from_compacting.json -6cbe3b795122382451a65b2402ca90922855e1d0 data/tfmg/recipe/crafting/materials/aluminum_ingot_from_decompacting.json -99828fb9105c78ca2c9a8fefc2076d9e4f0d7bef data/tfmg/recipe/crafting/materials/aluminum_lamp.json -bdbe5170df749d96362887273b885f3dc892bcb7 data/tfmg/recipe/crafting/materials/aluminum_nugget_from_decompacting.json -c4eb965d88eb501683a576ee8c0b80d61f7f92f5 data/tfmg/recipe/crafting/materials/aluminum_pickaxe.json -076c585d13541c358fc4df29b0eb857eb6b51022 data/tfmg/recipe/crafting/materials/aluminum_shovel.json -e5b684822100ee184d35a6129e71881420d4da9e data/tfmg/recipe/crafting/materials/aluminum_spool.json -0ec1566f3714470b185df94ee83c1c84f1277a78 data/tfmg/recipe/crafting/materials/aluminum_sword.json -c7314b55fc65dc3bad2c4d0d004a19a020516e44 data/tfmg/recipe/crafting/materials/aluminum_truss.json -d175595ea677f486ce9a10debd8d3643328824ac data/tfmg/recipe/crafting/materials/black_concrete.json -d2660859c561c4bd68813f400c03bad40e27d120 data/tfmg/recipe/crafting/materials/black_multimeter.json -5ac9abddb8aa449ec5ea472df17986c71e883638 data/tfmg/recipe/crafting/materials/black_rebar_concrete.json -1e2a794b2fba89002b53b1fb7983a447caf45c4a data/tfmg/recipe/crafting/materials/blast_furnace_hatch.json -f1372bc1f490e7831c7b5d9cd45ba58eaa710f07 data/tfmg/recipe/crafting/materials/blast_furnace_output.json -96487a711d26500380a1b7c9c67d72b3a1884af2 data/tfmg/recipe/crafting/materials/blast_furnace_reinforcement.json -18ce4d0dff5f3d95b408638cf7fb4857dccc38b4 data/tfmg/recipe/crafting/materials/blast_stove.json -7821f4885876f7445188a5c1f09c709d49d30409 data/tfmg/recipe/crafting/materials/blue_concrete.json -8901995d191b4b1892480cde3c8c09d95149fd1e data/tfmg/recipe/crafting/materials/blue_multimeter.json -014fa7939f6878f56e0331e2089d1e7b67a00692 data/tfmg/recipe/crafting/materials/blue_rebar_concrete.json -e2c43925defaac733d7a9e28679acc45511734ed data/tfmg/recipe/crafting/materials/brass_cable_hub.json -decd43dfe044ee6fdb1e6abfbac1e150bf61471f data/tfmg/recipe/crafting/materials/brass_frame.json -4f8acc3174e6b4153e8f117c6df0f57cd7fc0970 data/tfmg/recipe/crafting/materials/brass_truss.json -494e6c9b70eb5c992d5fdd19678c0bbc0037d088 data/tfmg/recipe/crafting/materials/brick_smokestack.json -df251ad3fcd97250b3d5c3105f1c29d325df39aa data/tfmg/recipe/crafting/materials/brown_concrete.json -ff2febdab0cca0421a0dd038100cfb6f8dc42faf data/tfmg/recipe/crafting/materials/brown_multimeter.json -537344919a2cee36e64d9931a4030561fbaa6925 data/tfmg/recipe/crafting/materials/brown_rebar_concrete.json -049e09b06c5d28a684a29605e9d1a50b8d8a3395 data/tfmg/recipe/crafting/materials/cable_connector.json -d73bd8005058bd2896092fd213b79039f078cccb data/tfmg/recipe/crafting/materials/cable_tube.json -54b1e6b3b1a0044a950241cadb39ee9bcc4f9933 data/tfmg/recipe/crafting/materials/casting_basin.json -6477ed4f5debc7b645ed864b0f1168fcfd17a5d0 data/tfmg/recipe/crafting/materials/cast_iron_block_from_compacting.json -20cf9808563515b5abbfc4907d88a45a47017938 data/tfmg/recipe/crafting/materials/cast_iron_chemical_vat.json -385df8fd169bf139183a9784c08bec10c1217dc0 data/tfmg/recipe/crafting/materials/cast_iron_fluid_tank.json -98acf8aa7e94ae8df5adb434d912bb690d1ae4dc data/tfmg/recipe/crafting/materials/cast_iron_flywheel.json -705510773f20579136c8f65a579fecf4a39b9a5b data/tfmg/recipe/crafting/materials/cast_iron_frame.json -6d70868e9a875b0eae0da514349e285db67e3661 data/tfmg/recipe/crafting/materials/cast_iron_ingot_from_compacting.json -a7f91fe3b66258765110f7eb3651b3309e7f18d2 data/tfmg/recipe/crafting/materials/cast_iron_ingot_from_decompacting.json -c5560b49308fd54211fd173fb48a3651e385f412 data/tfmg/recipe/crafting/materials/cast_iron_nugget_from_decompacting.json -b5a76d18a47375bd9d6c214039fdccbf67c21063 data/tfmg/recipe/crafting/materials/cast_iron_truss.json -d8049fae9b2c9c70547b97e62c56c7f7a9678cdd data/tfmg/recipe/crafting/materials/centrifuge.json -7a4a6be2415cf4b60cfb72c5e42caa4d1ac2daef data/tfmg/recipe/crafting/materials/cinderflour_block.json -52cefcfc28178016a82a07095669ceb76b35b125 data/tfmg/recipe/crafting/materials/cinder_block.json -163373fb1e28e5595b59e7b9b7b1701df06f4d6a data/tfmg/recipe/crafting/materials/circular_light.json -e69a1fa2ae46c128362c480dbeaa3dae46db9c1f data/tfmg/recipe/crafting/materials/coal_coke.json -9f21479f2d99a4be59ec3746d961cc256b21146d data/tfmg/recipe/crafting/materials/coal_coke_block.json -6e5ee4e853a86c20bd08cd00744df36e09ade6b2 data/tfmg/recipe/crafting/materials/coke_oven.json -116835faa845c6577723cf826a67bbd85f608feb data/tfmg/recipe/crafting/materials/concrete_hose.json -aa6119a180048584ddd7f8f396c8b865cdab0b04 data/tfmg/recipe/crafting/materials/concrete_smokestack.json -cd8026d05aa11602093496f7bb540779eb4b921f data/tfmg/recipe/crafting/materials/constantan_block_from_compacting.json -d102bbba5f703d9155dbfd89f3eeb53618c0c613 data/tfmg/recipe/crafting/materials/constantan_frame.json -8f8eb1d64849c2a993a22414f33eb0b0ced5db95 data/tfmg/recipe/crafting/materials/constantan_ingot_from_compacting.json -a283f9cc32d537b4bb91d7f277e2aa27e9e06ad1 data/tfmg/recipe/crafting/materials/constantan_ingot_from_decompacting.json -10208b260c8590f4dea15949d627c2660dd5a6db data/tfmg/recipe/crafting/materials/constantan_nugget_from_decompacting.json -576a88aa50473a462b05acde251d6941cf646eea data/tfmg/recipe/crafting/materials/constantan_spool.json -ed3b9755ae75894fe5e81133b0b7a10b09142336 data/tfmg/recipe/crafting/materials/constantan_truss.json -0cbf2af89469abe06f849a2d462d8616887ce81d data/tfmg/recipe/crafting/materials/converter.json -a6b7df4a66559f0a57c0e2d4dee85ae49004f84d data/tfmg/recipe/crafting/materials/cooling_fluid_bottle.json -8c981a9139ee9aec63647302eb9d604f84298ee4 data/tfmg/recipe/crafting/materials/copper_cable_hub.json -3bc0af5e78e0a5c22ef4b6ca5050f493c435d5bd data/tfmg/recipe/crafting/materials/copper_frame.json -e75f2251bcdf8cdb47d8de057735cf7efe1fb62f data/tfmg/recipe/crafting/materials/copper_grenade.json -28a6bb6757e75d754b10c536083c5be3d5ca0745 data/tfmg/recipe/crafting/materials/copper_spool.json -be689dc5df3bb0be1474c7b60d972eb9533d8868 data/tfmg/recipe/crafting/materials/copper_truss.json -103bb487b1b53aae642b1df1919c6442dd0e7b3a data/tfmg/recipe/crafting/materials/copycat_cable_block.json -f365d32e6c3f0f570e535b6fc083a640983b1541 data/tfmg/recipe/crafting/materials/crankshaft.json -19cfed240c8dcc7163fd2dad23adf6a827ed2743 data/tfmg/recipe/crafting/materials/cyan_concrete.json -6ae5384d34916efcf8af5825ca8a537dd9ed71fa data/tfmg/recipe/crafting/materials/cyan_multimeter.json -2ad93375bef2e81366458ef4ac711f9670fd5b7d data/tfmg/recipe/crafting/materials/cyan_rebar_concrete.json -ac7373fe6f7c2aa7e190d32950571029ebcf8dd2 data/tfmg/recipe/crafting/materials/diagonal_cable_block.json -57fefddb8873f5b1227737c9bbb7a92f61d43c04 data/tfmg/recipe/crafting/materials/electrical_switch.json -273a761fc931acb13b5dcc7e1ec89c142ee6d5c4 data/tfmg/recipe/crafting/materials/electricians_wrench.json -f9e958dc22be2067aecb38b14fab807e2ec952d1 data/tfmg/recipe/crafting/materials/electric_diode.json -81ed8e97c469a2c43aca94861f8ca81d3c41e6c7 data/tfmg/recipe/crafting/materials/electric_post.json -401d36d81a832fb61fa6d03429551079c99f40ca data/tfmg/recipe/crafting/materials/electric_pump.json -6792ed39b44236f2e5cd3236d952af259f1915f1 data/tfmg/recipe/crafting/materials/electrode_holder.json -e6bcab69512584362e0b6647d653a0bb32145a1f data/tfmg/recipe/crafting/materials/empty_circuit_board.json -e54ec249a95cdee71ac0fea1242bf6d8e28dbd24 data/tfmg/recipe/crafting/materials/engine_gearbox.json -de62177fb0426844d7c481b69a8da8c60474c44b data/tfmg/recipe/crafting/materials/exhaust.json -164ee58837512d583308bf1828f779a82e5df0f1 data/tfmg/recipe/crafting/materials/firebox.json -58bb0c6aa51262ff91bc6a133592329f621271c7 data/tfmg/recipe/crafting/materials/fireclay.json -2ed06fc71610f7d5ebe0a7ba05d0eadf4f8a41a6 data/tfmg/recipe/crafting/materials/fireproof_bricks.json -75eae476980dcc22b61d472ba4f60d297a8f60aa data/tfmg/recipe/crafting/materials/fireproof_brick_reinforcement.json -d09d2edeae31a276ea8c763c95df2aa119f40899 data/tfmg/recipe/crafting/materials/fireproof_chemical_vat.json -9449860c915eff49f557fde951f7c7ca329a8d2e data/tfmg/recipe/crafting/materials/flarestack.json -a9679bba91a9c4459dc12305eceea70c211ffe11 data/tfmg/recipe/crafting/materials/glass_cable_insulator.json -4df43d6d3a37fafaddd71dcb7679103aaabfa0f3 data/tfmg/recipe/crafting/materials/glass_insulator_segment.json -76f9c9a0de818ebf008156d50248fb6b34b145fd data/tfmg/recipe/crafting/materials/gray_concrete.json -6e182fd1827243b25252a600fa02d2354a632dea data/tfmg/recipe/crafting/materials/gray_multimeter.json -02d3990452037497731371ca87a0bdcb9994c62c data/tfmg/recipe/crafting/materials/gray_rebar_concrete.json -49231ae62616e48b0d37ad7db5406bfefd5759ce data/tfmg/recipe/crafting/materials/green_concrete.json -8996fd2ebdf1188a8bc262da95275ae6ffdbb04b data/tfmg/recipe/crafting/materials/green_multimeter.json -4a649fa1e19b634299df35d3897cec642f994219 data/tfmg/recipe/crafting/materials/green_rebar_concrete.json -d90f0635b9732cb6a036d4fcd90418c9ade73b3c data/tfmg/recipe/crafting/materials/heavy_cable_hub.json -c0ab0292bffca8798fcd50bee97955dc4fbf1fd8 data/tfmg/recipe/crafting/materials/heavy_casing_door.json -d02cba7d6e92651a7e5f7f4ebdc2511a085d7579 data/tfmg/recipe/crafting/materials/heavy_plated_door.json -693b34df5f8f775eeef89c0157ebeb1498adc6e7 data/tfmg/recipe/crafting/materials/industrial_mixer.json -76c8b00179d98204f3d4b66ee470ae6e7b631c70 data/tfmg/recipe/crafting/materials/large_aluminum_cogwheel.json -f4a0b0f3aba7ac9d275d67480f8014bb938a14b3 data/tfmg/recipe/crafting/materials/large_pumpjack_hammer_connector.json -96aeb5049913f5e5d933d6f89b8104ec85b27d92 data/tfmg/recipe/crafting/materials/large_pumpjack_hammer_head.json -87a436e57580c73275ebb3caca577c06eadd0412 data/tfmg/recipe/crafting/materials/large_steel_cogwheel.json -cdda82ae60bd65e3e022a2573ced6c86b4e75a17 data/tfmg/recipe/crafting/materials/lead_axe.json -2e05132f93d01876e2dad728b1eb8812430f741d data/tfmg/recipe/crafting/materials/lead_block_from_compacting.json -3f407cf9b54aed3b2d1cc034f57fe2300d48aa03 data/tfmg/recipe/crafting/materials/lead_flywheel.json -99897d44dc47c52ef21a039d601d367559c48106 data/tfmg/recipe/crafting/materials/lead_frame.json -cad7b01d5bf72e94182139d1215b8bab5accd1ba data/tfmg/recipe/crafting/materials/lead_hoe.json -ee7833341651079b5e352917e3272967ab989ca4 data/tfmg/recipe/crafting/materials/lead_ingot_from_compacting.json -9bf467d8c9b21f455afa381eee0e346729f61488 data/tfmg/recipe/crafting/materials/lead_ingot_from_decompacting.json -46795e075fa8d2ee1a6ceca7f292e7992a562e24 data/tfmg/recipe/crafting/materials/lead_nugget_from_decompacting.json -9f598a3243c78dcc7747c2e2865dc8754460ba34 data/tfmg/recipe/crafting/materials/lead_pickaxe.json -0cad798f8fae18f8b15fbb5169dc89a904c73901 data/tfmg/recipe/crafting/materials/lead_shovel.json -2e3359b4c70b84c529595555a3da11fe69468d91 data/tfmg/recipe/crafting/materials/lead_sword.json -b4c1c457beb1c942fca62f1c951ebdb92ab95d9b data/tfmg/recipe/crafting/materials/lead_truss.json -61f68ee5c58af91fb300c68e7a4b60ac6d1aafb6 data/tfmg/recipe/crafting/materials/light_blue_concrete.json -7b7df6e12b4f3ca388aa0630d019d468de730214 data/tfmg/recipe/crafting/materials/light_blue_multimeter.json -4a2c38de2745ced68ac15e162d76a2c5fe38bfd0 data/tfmg/recipe/crafting/materials/light_blue_rebar_concrete.json -cab35ad2b85deb90c4ab35c1d4a4f914ad7ef649 data/tfmg/recipe/crafting/materials/light_bulb.json -ef9e2b4530754aecbe4701ca33982333e08f0e87 data/tfmg/recipe/crafting/materials/light_gray_concrete.json -3d88d33485d11d49c50c0dcc79072e4c929bc448 data/tfmg/recipe/crafting/materials/light_gray_multimeter.json -4c3dbe871240aad96c21dcef317ebed78d2d6086 data/tfmg/recipe/crafting/materials/light_gray_rebar_concrete.json -eab72d8c767a6d3daed71ff32ad7cfe8d1f5dafb data/tfmg/recipe/crafting/materials/lime_concrete.json -fc37b695afdcc2370a903ac5e10b2feb14b326b3 data/tfmg/recipe/crafting/materials/lime_multimeter.json -784f5101bb1fe0309b5275721d48f3d2a6a9d5ef data/tfmg/recipe/crafting/materials/lime_rebar_concrete.json -699ce68a0cd7407d02a6bb27dce17caddab9127a data/tfmg/recipe/crafting/materials/lithium_blade.json -55b5c5bf8026c4733a9624409ce145d4616f453e data/tfmg/recipe/crafting/materials/lithium_block_from_compacting.json -a05ab5e201c2c4ded90ac916140a96d5fa6ed81f data/tfmg/recipe/crafting/materials/lithium_charge.json -c7b8b14ab5c5c5a200be1c71eb7bdbc132b02aec data/tfmg/recipe/crafting/materials/lithium_ingot_from_compacting.json -bd567c33469df6b8da6b6b5d93023312481ff084 data/tfmg/recipe/crafting/materials/lithium_ingot_from_decompacting.json -65ae6d28e9aeb3d5ee378bbf0c63ff0e30c407fe data/tfmg/recipe/crafting/materials/lithium_nugget_from_decompacting.json -432775d6bfa98688cea5de9c8f3bd88f9f9ea76e data/tfmg/recipe/crafting/materials/lithium_torch.json -a222a4ab2eca7456c1858153bd46c442ff07b462 data/tfmg/recipe/crafting/materials/machine_input.json -4b17d78379a67adccca6ee891138391e3263ff8c data/tfmg/recipe/crafting/materials/magenta_concrete.json -c4553d9b30796bf59fb090c876fbf84cc90ba189 data/tfmg/recipe/crafting/materials/magenta_multimeter.json -9defd369c8cae18d25c40be22360b91409653d4a data/tfmg/recipe/crafting/materials/magenta_rebar_concrete.json -2792d5753a7e48f0cc27afb21aaeb84dae6f912c data/tfmg/recipe/crafting/materials/metal_smokestack.json -f685194c17f83a02387a608a93c73676bb580bad data/tfmg/recipe/crafting/materials/mixer_blade.json -70916e3db2a264e19b8e1aea4e8e2581fe00b42d data/tfmg/recipe/crafting/materials/modern_light.json -67cb408efd2a8c30612c1502d94c9a01a470057c data/tfmg/recipe/crafting/materials/multimeter.json -537c1782e33cd3d87c00bb82ae7931ccb22753c4 data/tfmg/recipe/crafting/materials/napalm_bomb.json -6abb2c6f7c328843138f5366ee7094cd56c542dd data/tfmg/recipe/crafting/materials/neon_tube.json -ca7929c5c97a8398faaaf95f66eb07bc50aecc4b data/tfmg/recipe/crafting/materials/nickel_block_from_compacting.json -70bb0a2c65aa87bdbb9ddd0352975078d274f76f data/tfmg/recipe/crafting/materials/nickel_flywheel.json -22437ca9008cda24b9c8e87d67ef909b6a353f87 data/tfmg/recipe/crafting/materials/nickel_frame.json -df71480bb8b83e3ab70f479d16ad369a98b57674 data/tfmg/recipe/crafting/materials/nickel_ingot_from_compacting.json -8edf81be373ba5620a2e39c4b6d70d7c43574bdd data/tfmg/recipe/crafting/materials/nickel_ingot_from_decompacting.json -c7434ac1e9a5fc3d45ee5b6d2e642073526a1685 data/tfmg/recipe/crafting/materials/nickel_nugget_from_decompacting.json -7638f3541fd022faa7fe55b3555889084acb6747 data/tfmg/recipe/crafting/materials/nickel_truss.json -1fae93ad9217c404319fbbd3372a1bf5aa67a615 data/tfmg/recipe/crafting/materials/oil_can.json -4ed8c5b277af83f9f0b4354220eafda8a864503f data/tfmg/recipe/crafting/materials/oil_hammer.json -79a0ffb9bc675a34d85109b2ca5812f93a84d189 data/tfmg/recipe/crafting/materials/orange_concrete.json -10d9904e8ee9210ac18cd67c4f2823b18aa0c79a data/tfmg/recipe/crafting/materials/orange_multimeter.json -48e5a6aec7962ba79a86decbae82b174d7ac6f12 data/tfmg/recipe/crafting/materials/orange_rebar_concrete.json -c2c9d2c53acdcc582ca075b173f8ca8a4fc8e6d9 data/tfmg/recipe/crafting/materials/pink_concrete.json -fd22d270c7e925a6ae7b01e7b87866a9dc898fd2 data/tfmg/recipe/crafting/materials/pink_multimeter.json -9c74c0ffc2f71d6c599286b371266d136904c21e data/tfmg/recipe/crafting/materials/pink_rebar_concrete.json -a0490b8a3557edbdd87c3e4650313cd8ad1265b2 data/tfmg/recipe/crafting/materials/pipe_bomb.json -205a133cc1c17dd7246aa4728b0e542aae42ca15 data/tfmg/recipe/crafting/materials/plastic_block.json -1f5aa2449853410d91b81a93eb242990b6a1fc42 data/tfmg/recipe/crafting/materials/plastic_sheet.json -bd9ec3c0903940cbe06c140378177b99f1fd9a33 data/tfmg/recipe/crafting/materials/polarizer.json -64fa6fe41ff6e6c71fd31f9464b3a4a728a525ac data/tfmg/recipe/crafting/materials/pumpjack_base.json -a3cbf7c3a0c1743e032ab03803504870fd067aa7 data/tfmg/recipe/crafting/materials/pumpjack_crank.json -b5136197f8cd6d84bf8c11bff9b09f783445f55d data/tfmg/recipe/crafting/materials/pumpjack_hammer.json -6f6e0ff50309763bd742744ee89ea66616390c38 data/tfmg/recipe/crafting/materials/pumpjack_hammer_connector.json -784b8fd8de0aa669536c4b57d866e48f2c64c940 data/tfmg/recipe/crafting/materials/pumpjack_hammer_head.json -71af9f516cecbb600a99fa5fe039affe08b8a376 data/tfmg/recipe/crafting/materials/purple_concrete.json -a65c4ddb22a682aedd6422a07b19a2daef486589 data/tfmg/recipe/crafting/materials/purple_multimeter.json -599e1f5996961901edc9bbbff89c61b21a1a7c6f data/tfmg/recipe/crafting/materials/purple_rebar_concrete.json -bcd45743b40b24b7b2a265ecd63631e101d8410e data/tfmg/recipe/crafting/materials/radial_engine.json -f0d28622e3a7c48d6e9293e28449f0bcd5a63216 data/tfmg/recipe/crafting/materials/raw_lead.json -6d4407efb37ab8e7cfae1b01ec01f5afd94b9505 data/tfmg/recipe/crafting/materials/raw_lead_block.json -76258d776f3074d5141ae2ef995230ac7ce9a83c data/tfmg/recipe/crafting/materials/raw_lithium.json -39a74b20017afbe44d6a034be114abbd4abcf688 data/tfmg/recipe/crafting/materials/raw_lithium_block.json -e267154237a0370f1ec5e3334d624bf96cb7bcb5 data/tfmg/recipe/crafting/materials/raw_nickel.json -43ad9810bff66a3af6eabf436f427b43de7feb8a data/tfmg/recipe/crafting/materials/raw_nickel_block.json -14b50cd2dc1f3bab20cd5bce5c785922a5eb8b59 data/tfmg/recipe/crafting/materials/rebar.json -2aceadebd06de865ed5f87ca059cf567158bfbd0 data/tfmg/recipe/crafting/materials/rebar_block.json -2117d420a3f5a2d2d83b98cc2f0e3b8c02a45316 data/tfmg/recipe/crafting/materials/rebar_floor.json -48bacb1e0351e98afa0171514ea883bf9a046f62 data/tfmg/recipe/crafting/materials/rebar_pile.json -797023f6b87ed40745d3d57b19717c29af2263fb data/tfmg/recipe/crafting/materials/rebar_pillar.json -958dc1e2647b53af576b87e25cf7c61f18921489 data/tfmg/recipe/crafting/materials/rebar_stairs.json -982a511f2c976523b22fc80655c8b6ffde1cf8b7 data/tfmg/recipe/crafting/materials/rebar_wall.json -75bc2b21d2a6bd24ab0f5840a00dbbce7c7b8285 data/tfmg/recipe/crafting/materials/red_concrete.json -8949d0c95ce2bf17913fc442b2f780e7ad8f319d data/tfmg/recipe/crafting/materials/red_multimeter.json -077c3c2caeedcfbca8cfb40d4b199fc5bc918d3d data/tfmg/recipe/crafting/materials/red_rebar_concrete.json -f5d3c70ee7ec9092b7a522a82575a9e8fc43bc4f data/tfmg/recipe/crafting/materials/regular_engine.json -889f7c90ccee8555c6aa44d514ede05ccf269950 data/tfmg/recipe/crafting/materials/rusted_blast_furnace_reinforcement.json -0a34a712cabc2de13adaaa2065afa7bd2ae9156b data/tfmg/recipe/crafting/materials/screwdriver.json -7d9e4373134de097f74b364471551e3e44a1cab9 data/tfmg/recipe/crafting/materials/screwdriverfrom_brass.json -5843df447531f1f232c5bb4f874e1a3e64d2fc2d data/tfmg/recipe/crafting/materials/segmented_display.json -aab890f5bbfe58690b55e64411a91c4e9f4fba12 data/tfmg/recipe/crafting/materials/steel_axe.json -cce73975d317457949828490a420c52383bc7a44 data/tfmg/recipe/crafting/materials/steel_block_from_compacting.json -6b0add358b22efaf8d6ae2ac26e260f6bd7b982b data/tfmg/recipe/crafting/materials/steel_cable_hub.json -87920c01cf41a8e5b09ec19a54a48baf5e040a06 data/tfmg/recipe/crafting/materials/steel_casing_cable_hub.json -b46ba3dda18d6d7a29be504bd9dbbf7fee8e8281 data/tfmg/recipe/crafting/materials/steel_chemical_vat.json -4689e7d7b92724a49ce6dc3781a1b12df277633a data/tfmg/recipe/crafting/materials/steel_cogwheel.json -cb47257d448ada80339267b3f60d19ca014ca947 data/tfmg/recipe/crafting/materials/steel_distillation_controller.json -1311dd0176040bbeb89d1ffecccf3c53d85c91b9 data/tfmg/recipe/crafting/materials/steel_distillation_output.json -49a6d60e27d43c1e5b0e49576d24fbaa25816e8d data/tfmg/recipe/crafting/materials/steel_door.json -8b04967a63326d6882bfe2ced45ea95fa06f2a13 data/tfmg/recipe/crafting/materials/steel_fluid_tank.json -a5a51de643646781c968d15ac8ea2ab8011b0d68 data/tfmg/recipe/crafting/materials/steel_flywheel.json -1da2269c9760de28df984114fe6bd93a76141806 data/tfmg/recipe/crafting/materials/steel_frame.json -7dd88acebf3ec59809c58c207bad6c859920bde3 data/tfmg/recipe/crafting/materials/steel_gearbox.json -2eea444590ef1ff3ba042c0505afde174c722540 data/tfmg/recipe/crafting/materials/steel_hoe.json -a7bc08368aa212d6752b07996c0770b86bda627b data/tfmg/recipe/crafting/materials/steel_ingot_from_compacting.json -e9f0a4281209f8b93e6813b878df388b6cf244db data/tfmg/recipe/crafting/materials/steel_ingot_from_decompacting.json -4f740d7416ab3402e90a545a4c5f9a9fabbc1fd5 data/tfmg/recipe/crafting/materials/steel_nugget_from_decompacting.json -525675a63ef58fb3d18c9c9f057dedbeabc2337d data/tfmg/recipe/crafting/materials/steel_pickaxe.json -b476a375c8d50679e97aadfa1b06422555f5e5de data/tfmg/recipe/crafting/materials/steel_shovel.json -fd3bbbc39fdc8fdbbba3b25455aaf1750ee60bf4 data/tfmg/recipe/crafting/materials/steel_sword.json -766986efb85631549d4bd1c87a086b2402a2245e data/tfmg/recipe/crafting/materials/steel_trapdoor.json -628348980a4d38ce6f74f8d3ecfb510b94bb2bc6 data/tfmg/recipe/crafting/materials/steel_truss.json -26efee6aa8ae5a87421ce94816ec679fb8b45b97 data/tfmg/recipe/crafting/materials/surface_scanner.json -d0a83ed4d0e3ef511fffa88b739a00e8ac3f27e8 data/tfmg/recipe/crafting/materials/thermite_grenade.json -51873c54d7b434616fdff4f495c811f6b0db4050 data/tfmg/recipe/crafting/materials/traffic_light.json -6a0b9fd463d44658bf018eee535a47fefe4ce80b data/tfmg/recipe/crafting/materials/transformer.json -18c5229e5df52f4e26cb018af948b6dcb02170b9 data/tfmg/recipe/crafting/materials/transmission.json -a4d5490aef122658c1a10fbdc1fea617ee81ec2c data/tfmg/recipe/crafting/materials/turbine_engine.json -a24ee2a009886c77f180d051c64f4cca5c09744f data/tfmg/recipe/crafting/materials/turbo.json -f1551819f3bc0560de5222a74df0a89c42cf3895 data/tfmg/recipe/crafting/materials/unfinished_electromagnetic_coil.json -7490f3a38c94bcf8205aefd4cfd98876644d8552 data/tfmg/recipe/crafting/materials/unfinished_resistor.json -eb01cd90e9cac40c67f444458cfaad7781fc7771 data/tfmg/recipe/crafting/materials/unfinished_resistorfrom_slime.json -a12273269fd0687008dfc79bb1ca174b65fdd67f data/tfmg/recipe/crafting/materials/voltage_observer.json -4d57095e90fb9544069af4cefbc420ecb56512e4 data/tfmg/recipe/crafting/materials/voltmeter.json -b147baaf165d978f7ae4751cbc69358181ba4994 data/tfmg/recipe/crafting/materials/white_concrete.json -907938c0001639c6bf6b999778bf1b27acc3eace data/tfmg/recipe/crafting/materials/white_multimeter.json -ba5f8bf741f8bd7770d7b1335695521dc3cd7920 data/tfmg/recipe/crafting/materials/white_rebar_concrete.json -95c2c4c95731b032f3b85e399772c90dc89cf667 data/tfmg/recipe/crafting/materials/winding_machine.json -f94eeb4703090b7df927a8247de04dd17f424ccc data/tfmg/recipe/crafting/materials/yellow_concrete.json -34fc462fceb88c36765ab2cd5382480fe3c77938 data/tfmg/recipe/crafting/materials/yellow_multimeter.json -ba40667157de76d5d65dc0259b50c91fc3934a7d data/tfmg/recipe/crafting/materials/yellow_rebar_concrete.json -a26c1895e13e570f50d289254ba2e9776c6bf66e data/tfmg/recipe/crafting/materials/zinc_frame.json -ace7e758ed0c85515233a31a363f1790e12dd0b9 data/tfmg/recipe/crafting/materials/zinc_grenade.json -4d115edcb1461d5028f467c81741b078ad11783b data/tfmg/recipe/crafting/materials/zinc_truss.json -2a1b94d55a3a9d713cf5dc752e688ea05f4b99d3 data/tfmg/recipe/smelting/fireproof_brick.json -76d648e7a227a2461eb2c4a74b42887bad2704b0 data/tfmg/recipe/smelting/lead_ingot.json -76d648e7a227a2461eb2c4a74b42887bad2704b0 data/tfmg/recipe/smelting/lead_ingot_blasting.json -eceb059d38a4e2a6c555cea2edd88045e5569efc data/tfmg/recipe/smelting/lead_ingot_from_crushed_blasting.json -9224b8efd174aff56ac137cf1a174110c20399d3 data/tfmg/recipe/smelting/lithium_ingot.json -9224b8efd174aff56ac137cf1a174110c20399d3 data/tfmg/recipe/smelting/lithium_ingot_blasting.json -00a2f106e8a399c5f64829312665e4b11383bed7 data/tfmg/recipe/smelting/nickel_ingot.json -00a2f106e8a399c5f64829312665e4b11383bed7 data/tfmg/recipe/smelting/nickel_ingot_blasting.json -e1e3cf099b19f5796da3e04a144ecf8dc733663e data/tfmg/recipe/smelting/nickel_ingot_from_crushed_blasting.json -90472e03445b95da996c802bc449ad55898e8755 data/tfmg/recipe/smelting/unfinished_insulator.json diff --git a/build/resources/main/META-INF/neoforge.mods.toml b/build/resources/main/META-INF/neoforge.mods.toml deleted file mode 100644 index a9aa9c82..00000000 --- a/build/resources/main/META-INF/neoforge.mods.toml +++ /dev/null @@ -1,79 +0,0 @@ -# This is an example mods.toml file. It contains the data relating to the loading mods. -# There are several mandatory fields (#mandatory), and many more that are optional (#optional). -# The overall format is standard TOML format, v0.5.0. -# Note that there are a couple of TOML lists in this file. -# Find more information on toml format here: https://github.com/toml-lang/toml -# The name of the mod loader type to load - for regular FML @Mod mods it should be javafml -modLoader = "javafml" #mandatory -# A version range to match for said mod loader - for regular FML @Mod it will be the the FML version. This is currently 47. -loaderVersion = "[4,)" #mandatory -# The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties. -# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here. -license = "MIT" -# A URL to refer people to when problems occur with this mod -#issueTrackerURL="https://change.me.to.your.issue.tracker.example.invalid/" #optional -# A list of mods - how many allowed here is determined by the individual mod loader -[[mods]] #mandatory -# The modid of the mod -modId = "tfmg" #mandatory -# The version number of the mod -version = "1.0.1" #mandatory -# A display name for the mod -displayName = "Create: The Factory Must Grow" #mandatory -# A URL to query for updates for this mod. See the JSON update specification https://docs.neoforge.net/docs/misc/updatechecker/ -#updateJSONURL="https://change.me.example.invalid/updates.json" #optional -# A URL for the "homepage" for this mod, displayed in the mod UI -#displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional -# A file name (in the root of the mod JAR) containing a logo for display -#logoFile="tfmg.png" #optional -# A text field displayed in the mod UI -#credits="" #optional -# A text field displayed in the mod UI -authors = "DrMangoTea, Pepa, Luna" #optional - -# The description text for the mod (multi line!) (#mandatory) -description = '''Create: The Factory Must Grow brings the age of steel, oil and electricity to the Create mod''' - -# The [[mixins]] block allows you to declare your mixin config to FML so that it gets loaded. -[[mixins]] -config = "tfmg.mixins.json" - -# The [[accessTransformers]] block allows you to declare where your AT file is. -# If this block is omitted, a fallback attempt will be made to load an AT from META-INF/accesstransformer.cfg -#[[accessTransformers]] -#file="META-INF/accesstransformer.cfg" - -# The coremods config file path is not configurable and is always loaded from META-INF/coremods.json - -# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional. -[[dependencies."tfmg"]] #optional -# the modid of the dependency -modId = "neoforge" #mandatory -# The type of the dependency. Can be one of "required", "optional", "incompatible" or "discouraged" (case insensitive). -# 'required' requires the mod to exist, 'optional' does not -# 'incompatible' will prevent the game from loading when the mod exists, and 'discouraged' will show a warning -type = "required" #mandatory -# Optional field describing why the dependency is required or why it is incompatible -# reason="..." -# The version range of the dependency -versionRange = "[21,)" #mandatory -# An ordering relationship for the dependency. -# BEFORE - This mod is loaded BEFORE the dependency -# AFTER - This mod is loaded AFTER the dependency -ordering = "NONE" -# Side this dependency is applied on - BOTH, CLIENT, or SERVER -side = "BOTH" -# Here's another dependency -[[dependencies."tfmg"]] -modId = "minecraft" -type = "required" -# This version range declares a minimum of the current minecraft version up to but not including the next major version -versionRange = "[1.21.1,1.22)" -ordering = "NONE" -side = "BOTH" - -# Features are specific properties of the game environment, that you may want to declare you require. This example declares -# that your mod requires GL version 3.2 or higher. Other features will be added. They are side aware so declaring this won't -# stop your mod loading on the server for example. -#[features."tfmg"] -#openGLVersion="[3.2,)" diff --git a/build/resources/main/assets/create/textures/fluid/butane.png b/build/resources/main/assets/create/textures/fluid/butane.png deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/create/textures/fluid/cooling_fluid_flow.png b/build/resources/main/assets/create/textures/fluid/cooling_fluid_flow.png deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/create/textures/fluid/cooling_fluid_still.png.mcmeta b/build/resources/main/assets/create/textures/fluid/cooling_fluid_still.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/create/textures/fluid/cooling_fluid_still.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/create/textures/fluid/creosote_flow.png b/build/resources/main/assets/create/textures/fluid/creosote_flow.png deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/create/textures/fluid/creosote_flow.png.mcmeta b/build/resources/main/assets/create/textures/fluid/creosote_flow.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/create/textures/fluid/creosote_flow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/create/textures/fluid/crude_oil_flow.png.mcmeta b/build/resources/main/assets/create/textures/fluid/crude_oil_flow.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/create/textures/fluid/crude_oil_flow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/create/textures/fluid/diesel_still.png.mcmeta b/build/resources/main/assets/create/textures/fluid/diesel_still.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/create/textures/fluid/diesel_still.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/create/textures/fluid/ethylene.png b/build/resources/main/assets/create/textures/fluid/ethylene.png deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/create/textures/fluid/gasoline_flow.png b/build/resources/main/assets/create/textures/fluid/gasoline_flow.png deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/create/textures/fluid/gasoline_flow.png.mcmeta b/build/resources/main/assets/create/textures/fluid/gasoline_flow.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/create/textures/fluid/gasoline_flow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/create/textures/fluid/gasoline_still.png b/build/resources/main/assets/create/textures/fluid/gasoline_still.png deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/create/textures/fluid/heavy_oil_flow.png b/build/resources/main/assets/create/textures/fluid/heavy_oil_flow.png deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/create/textures/fluid/kerosene_flow.png.mcmeta b/build/resources/main/assets/create/textures/fluid/kerosene_flow.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/create/textures/fluid/kerosene_flow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/create/textures/fluid/kerosene_still.png.mcmeta b/build/resources/main/assets/create/textures/fluid/kerosene_still.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/create/textures/fluid/kerosene_still.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/create/textures/fluid/liquid_asphalt.png b/build/resources/main/assets/create/textures/fluid/liquid_asphalt.png deleted file mode 100644 index 8d837f89..00000000 Binary files a/build/resources/main/assets/create/textures/fluid/liquid_asphalt.png and /dev/null differ diff --git a/build/resources/main/assets/create/textures/fluid/liquid_concrete.png b/build/resources/main/assets/create/textures/fluid/liquid_concrete.png deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/create/textures/fluid/lpg.png b/build/resources/main/assets/create/textures/fluid/lpg.png deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/create/textures/fluid/lpg.png.mcmeta b/build/resources/main/assets/create/textures/fluid/lpg.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/create/textures/fluid/lpg.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/create/textures/fluid/lubrication_oil_still.png b/build/resources/main/assets/create/textures/fluid/lubrication_oil_still.png deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/create/textures/fluid/lubrication_oil_still.png.mcmeta b/build/resources/main/assets/create/textures/fluid/lubrication_oil_still.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/create/textures/fluid/lubrication_oil_still.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/create/textures/fluid/molten_steel_flow.png.mcmeta b/build/resources/main/assets/create/textures/fluid/molten_steel_flow.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/create/textures/fluid/molten_steel_flow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/create/textures/fluid/molten_steel_still.png b/build/resources/main/assets/create/textures/fluid/molten_steel_still.png deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/create/textures/fluid/naphtha_flow.png b/build/resources/main/assets/create/textures/fluid/naphtha_flow.png deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/create/textures/fluid/propylene.png.mcmeta b/build/resources/main/assets/create/textures/fluid/propylene.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/create/textures/fluid/propylene.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/minecraft/atlases/blocks.json b/build/resources/main/assets/minecraft/atlases/blocks.json deleted file mode 100644 index bd1dd372..00000000 --- a/build/resources/main/assets/minecraft/atlases/blocks.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "sources": [ - {"type": "single", "resource": "tfmg:fluid/crude_oil_flow"}, - {"type": "single", "resource": "tfmg:fluid/crude_oil_still"}, - {"type": "single", "resource": "tfmg:fluid/air"}, - {"type": "single", "resource": "tfmg:fluid/butane"}, - {"type": "single", "resource": "tfmg:fluid/carbon_dioxide"}, - {"type": "single", "resource": "tfmg:fluid/cooling_fluid_flow"}, - {"type": "single", "resource": "tfmg:fluid/cooling_fluid_still"}, - {"type": "single", "resource": "tfmg:fluid/creosote_flow"}, - {"type": "single", "resource": "tfmg:fluid/creosote_still"}, - {"type": "single", "resource": "tfmg:fluid/diesel_flow"}, - {"type": "single", "resource": "tfmg:fluid/diesel_still"}, - {"type": "single", "resource": "tfmg:fluid/gasoline_flow"}, - {"type": "single", "resource": "tfmg:fluid/gasoline_still"}, - {"type": "single", "resource": "tfmg:fluid/ethylene"}, - {"type": "single", "resource": "tfmg:fluid/propylene"}, - {"type": "single", "resource": "tfmg:fluid/heavy_oil_flow"}, - {"type": "single", "resource": "tfmg:fluid/heavy_oil_still"}, - {"type": "single", "resource": "tfmg:fluid/kerosene_flow"}, - {"type": "single", "resource": "tfmg:fluid/kerosene_still"}, - {"type": "single", "resource": "tfmg:fluid/liquid_asphalt_still"}, - {"type": "single", "resource": "tfmg:fluid/liquid_asphalt_flow"}, - {"type": "single", "resource": "tfmg:fluid/liquid_concrete_still"}, - {"type": "single", "resource": "tfmg:fluid/liquid_concrete_flow"}, - {"type": "single", "resource": "tfmg:fluid/molten_plastic_flow"}, - {"type": "single", "resource": "tfmg:fluid/molten_plastic_still"}, - {"type": "single", "resource": "tfmg:fluid/lubrication_oil_flow"}, - {"type": "single", "resource": "tfmg:fluid/lubrication_oil_still"}, - {"type": "single", "resource": "tfmg:fluid/molten_slag_flow"}, - {"type": "single", "resource": "tfmg:fluid/molten_slag_still"}, - {"type": "single", "resource": "tfmg:fluid/molten_steel_flow"}, - {"type": "single", "resource": "tfmg:fluid/molten_steel_still"}, - {"type": "single", "resource": "tfmg:fluid/napalm_flow"}, - {"type": "single", "resource": "tfmg:fluid/napalm_still"}, - {"type": "single", "resource": "tfmg:fluid/liquid_silicon_flow"}, - {"type": "single", "resource": "tfmg:fluid/liquid_silicon_still"}, - {"type": "single", "resource": "tfmg:fluid/naphtha_flow"}, - {"type": "single", "resource": "tfmg:fluid/naphtha_still"}, - {"type": "single", "resource": "tfmg:fluid/sulfuric_acid_flow"}, - {"type": "single", "resource": "tfmg:fluid/sulfuric_acid_still"}, - {"type": "single", "resource": "tfmg:fluid/propane"}, - {"type": "single", "resource": "tfmg:fluid/lpg"}, - {"type": "single", "resource": "tfmg:fluid/neon"}, - {"type": "single", "resource": "tfmg:fluid/gas_texture"} - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/blockstates/aluminum_bars.json b/build/resources/main/assets/tfmg/blockstates/aluminum_bars.json deleted file mode 100644 index 4c3802f8..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/aluminum_lamp.json b/build/resources/main/assets/tfmg/blockstates/aluminum_lamp.json deleted file mode 100644 index 15716716..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/aluminum_truss.json b/build/resources/main/assets/tfmg/blockstates/aluminum_truss.json deleted file mode 100644 index 3885be0b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/asphalt.json b/build/resources/main/assets/tfmg/blockstates/asphalt.json deleted file mode 100644 index 39696e3c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/asphalt_stairs.json b/build/resources/main/assets/tfmg/blockstates/asphalt_stairs.json deleted file mode 100644 index d82a4954..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/asphalt_wall.json b/build/resources/main/assets/tfmg/blockstates/asphalt_wall.json deleted file mode 100644 index 765c33b2..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/bauxite_pillar.json b/build/resources/main/assets/tfmg/blockstates/bauxite_pillar.json deleted file mode 100644 index 814e1a90..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/black_concrete_stairs.json b/build/resources/main/assets/tfmg/blockstates/black_concrete_stairs.json deleted file mode 100644 index e94d19cb..00000000 --- a/build/resources/main/assets/tfmg/blockstates/black_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "tfmg:block/black_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "tfmg:block/black_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "tfmg:block/black_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "tfmg:block/black_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "tfmg:block/black_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "tfmg:block/black_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "tfmg:block/black_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "tfmg:block/black_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "tfmg:block/black_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "tfmg:block/black_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "tfmg:block/black_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "tfmg:block/black_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "tfmg:block/black_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "tfmg:block/black_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "tfmg:block/black_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "tfmg:block/black_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "tfmg:block/black_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "tfmg:block/black_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "tfmg:block/black_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "tfmg:block/black_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "tfmg:block/black_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "tfmg:block/black_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "tfmg:block/black_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "tfmg:block/black_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "tfmg:block/black_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "tfmg:block/black_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "tfmg:block/black_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "tfmg:block/black_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "tfmg:block/black_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "tfmg:block/black_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "tfmg:block/black_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "tfmg:block/black_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "tfmg:block/black_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "tfmg:block/black_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "tfmg:block/black_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "tfmg:block/black_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "tfmg:block/black_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "tfmg:block/black_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "tfmg:block/black_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "tfmg:block/black_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/blockstates/black_rebar_concrete_wall.json b/build/resources/main/assets/tfmg/blockstates/black_rebar_concrete_wall.json deleted file mode 100644 index 203c70f6..00000000 --- a/build/resources/main/assets/tfmg/blockstates/black_rebar_concrete_wall.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "multipart": [ - { - "apply": { - "model": "tfmg:block/black_concrete_wall_post" - }, - "when": { - "up": "true" - } - }, - { - "apply": { - "model": "tfmg:block/black_concrete_wall_side", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "low" - } - }, - { - "apply": { - "model": "tfmg:block/black_concrete_wall_side_tall", - "uvlock": true, - "y": 90 - }, - "when": { - "east": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/black_concrete_wall_side", - "uvlock": true - }, - "when": { - "north": "low" - } - }, - { - "apply": { - "model": "tfmg:block/black_concrete_wall_side_tall", - "uvlock": true - }, - "when": { - "north": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/black_concrete_wall_side", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "low" - } - }, - { - "apply": { - "model": "tfmg:block/black_concrete_wall_side_tall", - "uvlock": true, - "y": 180 - }, - "when": { - "south": "tall" - } - }, - { - "apply": { - "model": "tfmg:block/black_concrete_wall_side", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "low" - } - }, - { - "apply": { - "model": "tfmg:block/black_concrete_wall_side_tall", - "uvlock": true, - "y": 270 - }, - "when": { - "west": "tall" - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/blockstates/blast_furnace_reinforcement.json b/build/resources/main/assets/tfmg/blockstates/blast_furnace_reinforcement.json deleted file mode 100644 index 0ff54382..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/blue_caution_block.json b/build/resources/main/assets/tfmg/blockstates/blue_caution_block.json deleted file mode 100644 index 767f3591..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/blue_rebar_concrete_wall.json b/build/resources/main/assets/tfmg/blockstates/blue_rebar_concrete_wall.json deleted file mode 100644 index d24dbe63..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/brass_smart_fluid_pipe.json b/build/resources/main/assets/tfmg/blockstates/brass_smart_fluid_pipe.json deleted file mode 100644 index a47e963f..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/brick_smokestack.json b/build/resources/main/assets/tfmg/blockstates/brick_smokestack.json deleted file mode 100644 index 3950c91a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/brown_caution_block.json b/build/resources/main/assets/tfmg/blockstates/brown_caution_block.json deleted file mode 100644 index 612644da..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/brown_concrete_wall.json b/build/resources/main/assets/tfmg/blockstates/brown_concrete_wall.json deleted file mode 100644 index bd575df3..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/brown_rebar_concrete_slab.json b/build/resources/main/assets/tfmg/blockstates/brown_rebar_concrete_slab.json deleted file mode 100644 index 396f23f2..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/cable_connector.json b/build/resources/main/assets/tfmg/blockstates/cable_connector.json deleted file mode 100644 index 4b0cf223..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/cast_iron_flywheel.json b/build/resources/main/assets/tfmg/blockstates/cast_iron_flywheel.json deleted file mode 100644 index 0b7920a1..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/cast_iron_truss.json b/build/resources/main/assets/tfmg/blockstates/cast_iron_truss.json deleted file mode 100644 index 93beecea..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/coal_coke_block.json b/build/resources/main/assets/tfmg/blockstates/coal_coke_block.json deleted file mode 100644 index 8fb114d6..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/coke_oven.json b/build/resources/main/assets/tfmg/blockstates/coke_oven.json deleted file mode 100644 index 66df01e3..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/concrete_encased_electric_post.json b/build/resources/main/assets/tfmg/blockstates/concrete_encased_electric_post.json deleted file mode 100644 index 98d31161..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/constantan_block.json b/build/resources/main/assets/tfmg/blockstates/constantan_block.json deleted file mode 100644 index 289265e1..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/cooling_fluid.json b/build/resources/main/assets/tfmg/blockstates/cooling_fluid.json deleted file mode 100644 index b4e6808f..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/copper_cable_hub.json b/build/resources/main/assets/tfmg/blockstates/copper_cable_hub.json deleted file mode 100644 index 75401eb0..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/copper_encased_cast_iron_pipe.json b/build/resources/main/assets/tfmg/blockstates/copper_encased_cast_iron_pipe.json deleted file mode 100644 index 9626bb9f..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/copper_encased_plastic_pipe.json b/build/resources/main/assets/tfmg/blockstates/copper_encased_plastic_pipe.json deleted file mode 100644 index 0a40bf5b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/copycat_cable_block.json b/build/resources/main/assets/tfmg/blockstates/copycat_cable_block.json deleted file mode 100644 index 2c8f02f0..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/creative_generator.json b/build/resources/main/assets/tfmg/blockstates/creative_generator.json deleted file mode 100644 index be582125..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/creosote.json b/build/resources/main/assets/tfmg/blockstates/creosote.json deleted file mode 100644 index 7daea690..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/cut_bauxite_brick_stairs.json b/build/resources/main/assets/tfmg/blockstates/cut_bauxite_brick_stairs.json deleted file mode 100644 index b2effb80..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/cut_galena.json b/build/resources/main/assets/tfmg/blockstates/cut_galena.json deleted file mode 100644 index 80e17b41..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/cut_galena_brick_slab.json b/build/resources/main/assets/tfmg/blockstates/cut_galena_brick_slab.json deleted file mode 100644 index c844c89d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/cut_galena_brick_wall.json b/build/resources/main/assets/tfmg/blockstates/cut_galena_brick_wall.json deleted file mode 100644 index a85ee86d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/cut_galena_slab.json b/build/resources/main/assets/tfmg/blockstates/cut_galena_slab.json deleted file mode 100644 index f2da8cfa..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/cut_galena_wall.json b/build/resources/main/assets/tfmg/blockstates/cut_galena_wall.json deleted file mode 100644 index 788c8c8b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/cyan_caution_block.json b/build/resources/main/assets/tfmg/blockstates/cyan_caution_block.json deleted file mode 100644 index f19d96ae..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/cyan_concrete.json b/build/resources/main/assets/tfmg/blockstates/cyan_concrete.json deleted file mode 100644 index 56d6156b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/cyan_concrete_stairs.json b/build/resources/main/assets/tfmg/blockstates/cyan_concrete_stairs.json deleted file mode 100644 index 7e5a5f9d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/cyan_rebar_concrete_slab.json b/build/resources/main/assets/tfmg/blockstates/cyan_rebar_concrete_slab.json deleted file mode 100644 index 5fd79900..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/electric_motor.json b/build/resources/main/assets/tfmg/blockstates/electric_motor.json deleted file mode 100644 index b2acd44d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/electrode_holder.json b/build/resources/main/assets/tfmg/blockstates/electrode_holder.json deleted file mode 100644 index 781571ee..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/engine_gearbox.json b/build/resources/main/assets/tfmg/blockstates/engine_gearbox.json deleted file mode 100644 index 1f5b3a10..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/fireclay.json b/build/resources/main/assets/tfmg/blockstates/fireclay.json deleted file mode 100644 index e82a435a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/fireproof_brick_reinforcement.json b/build/resources/main/assets/tfmg/blockstates/fireproof_brick_reinforcement.json deleted file mode 100644 index 182ce71c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/fireproof_chemical_vat.json b/build/resources/main/assets/tfmg/blockstates/fireproof_chemical_vat.json deleted file mode 100644 index 8aa63c62..00000000 --- a/build/resources/main/assets/tfmg/blockstates/fireproof_chemical_vat.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "variants": { - "bottom=false,shape=plain,top=false": { - "model": "tfmg:block/fireproof_chemical_vat/block_middle" - }, - "bottom=false,shape=plain,top=true": { - "model": "tfmg:block/fireproof_chemical_vat/block_top" - }, - "bottom=false,shape=window,top=false": { - "model": "tfmg:block/fireproof_chemical_vat/block_middle_window" - }, - "bottom=false,shape=window,top=true": { - "model": "tfmg:block/fireproof_chemical_vat/block_top_window" - }, - "bottom=false,shape=window_ne,top=false": { - "model": "tfmg:block/fireproof_chemical_vat/block_middle_window_ne" - }, - "bottom=false,shape=window_ne,top=true": { - "model": "tfmg:block/fireproof_chemical_vat/block_top_window_ne" - }, - "bottom=false,shape=window_nw,top=false": { - "model": "tfmg:block/fireproof_chemical_vat/block_middle_window_nw" - }, - "bottom=false,shape=window_nw,top=true": { - "model": "tfmg:block/fireproof_chemical_vat/block_top_window_nw" - }, - "bottom=false,shape=window_se,top=false": { - "model": "tfmg:block/fireproof_chemical_vat/block_middle_window_se" - }, - "bottom=false,shape=window_se,top=true": { - "model": "tfmg:block/fireproof_chemical_vat/block_top_window_se" - }, - "bottom=false,shape=window_sw,top=false": { - "model": "tfmg:block/fireproof_chemical_vat/block_middle_window_sw" - }, - "bottom=false,shape=window_sw,top=true": { - "model": "tfmg:block/fireproof_chemical_vat/block_top_window_sw" - }, - "bottom=true,shape=plain,top=false": { - "model": "tfmg:block/fireproof_chemical_vat/block_bottom" - }, - "bottom=true,shape=plain,top=true": { - "model": "tfmg:block/fireproof_chemical_vat/block_single" - }, - "bottom=true,shape=window,top=false": { - "model": "tfmg:block/fireproof_chemical_vat/block_bottom_window" - }, - "bottom=true,shape=window,top=true": { - "model": "tfmg:block/fireproof_chemical_vat/block_single_window" - }, - "bottom=true,shape=window_ne,top=false": { - "model": "tfmg:block/fireproof_chemical_vat/block_bottom_window_ne" - }, - "bottom=true,shape=window_ne,top=true": { - "model": "tfmg:block/fireproof_chemical_vat/block_single_window_ne" - }, - "bottom=true,shape=window_nw,top=false": { - "model": "tfmg:block/fireproof_chemical_vat/block_bottom_window_nw" - }, - "bottom=true,shape=window_nw,top=true": { - "model": "tfmg:block/fireproof_chemical_vat/block_single_window_nw" - }, - "bottom=true,shape=window_se,top=false": { - "model": "tfmg:block/fireproof_chemical_vat/block_bottom_window_se" - }, - "bottom=true,shape=window_se,top=true": { - "model": "tfmg:block/fireproof_chemical_vat/block_single_window_se" - }, - "bottom=true,shape=window_sw,top=false": { - "model": "tfmg:block/fireproof_chemical_vat/block_bottom_window_sw" - }, - "bottom=true,shape=window_sw,top=true": { - "model": "tfmg:block/fireproof_chemical_vat/block_single_window_sw" - } - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/blockstates/galena_pillar.json b/build/resources/main/assets/tfmg/blockstates/galena_pillar.json deleted file mode 100644 index 975f64fc..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/glass_brass_pipe.json b/build/resources/main/assets/tfmg/blockstates/glass_brass_pipe.json deleted file mode 100644 index 27d61e17..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/glass_cable_insulator.json b/build/resources/main/assets/tfmg/blockstates/glass_cable_insulator.json deleted file mode 100644 index 1801aa05..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/gray_concrete.json b/build/resources/main/assets/tfmg/blockstates/gray_concrete.json deleted file mode 100644 index cea786cf..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/gray_concrete_wall.json b/build/resources/main/assets/tfmg/blockstates/gray_concrete_wall.json deleted file mode 100644 index 1fa3f2c8..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/gray_rebar_concrete_slab.json b/build/resources/main/assets/tfmg/blockstates/gray_rebar_concrete_slab.json deleted file mode 100644 index 94fb647f..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/gray_rebar_concrete_wall.json b/build/resources/main/assets/tfmg/blockstates/gray_rebar_concrete_wall.json deleted file mode 100644 index 1fa3f2c8..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/hardened_planks.json b/build/resources/main/assets/tfmg/blockstates/hardened_planks.json deleted file mode 100644 index bf1d7e76..00000000 --- a/build/resources/main/assets/tfmg/blockstates/hardened_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfmg:block/hardened_planks" - } - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/blockstates/heavy_casing_encased_large_aluminum_cogwheel.json b/build/resources/main/assets/tfmg/blockstates/heavy_casing_encased_large_aluminum_cogwheel.json deleted file mode 100644 index 042e2bb6..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/heavy_casing_encased_shaft.json b/build/resources/main/assets/tfmg/blockstates/heavy_casing_encased_shaft.json deleted file mode 100644 index 59941237..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/heavy_machinery_casing.json b/build/resources/main/assets/tfmg/blockstates/heavy_machinery_casing.json deleted file mode 100644 index d539ef15..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/large_aluminum_cogwheel.json b/build/resources/main/assets/tfmg/blockstates/large_aluminum_cogwheel.json deleted file mode 100644 index 3dfae762..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/large_engine.json b/build/resources/main/assets/tfmg/blockstates/large_engine.json deleted file mode 100644 index c70f912f..00000000 --- a/build/resources/main/assets/tfmg/blockstates/large_engine.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "variants": { - "face=ceiling,facing=east,waterlogged=false": { - "model": "tfmg:block/large_engine/block", - "x": 180, - "y": 270 - }, - "face=ceiling,facing=east,waterlogged=true": { - "model": "tfmg:block/large_engine/block", - "x": 180, - "y": 270 - }, - "face=ceiling,facing=north,waterlogged=false": { - "model": "tfmg:block/large_engine/block", - "x": 180, - "y": 180 - }, - "face=ceiling,facing=north,waterlogged=true": { - "model": "tfmg:block/large_engine/block", - "x": 180, - "y": 180 - }, - "face=ceiling,facing=south,waterlogged=false": { - "model": "tfmg:block/large_engine/block", - "x": 180 - }, - "face=ceiling,facing=south,waterlogged=true": { - "model": "tfmg:block/large_engine/block", - "x": 180 - }, - "face=ceiling,facing=west,waterlogged=false": { - "model": "tfmg:block/large_engine/block", - "x": 180, - "y": 90 - }, - "face=ceiling,facing=west,waterlogged=true": { - "model": "tfmg:block/large_engine/block", - "x": 180, - "y": 90 - }, - "face=floor,facing=east,waterlogged=false": { - "model": "tfmg:block/large_engine/block", - "y": 90 - }, - "face=floor,facing=east,waterlogged=true": { - "model": "tfmg:block/large_engine/block", - "y": 90 - }, - "face=floor,facing=north,waterlogged=false": { - "model": "tfmg:block/large_engine/block" - }, - "face=floor,facing=north,waterlogged=true": { - "model": "tfmg:block/large_engine/block" - }, - "face=floor,facing=south,waterlogged=false": { - "model": "tfmg:block/large_engine/block", - "y": 180 - }, - "face=floor,facing=south,waterlogged=true": { - "model": "tfmg:block/large_engine/block", - "y": 180 - }, - "face=floor,facing=west,waterlogged=false": { - "model": "tfmg:block/large_engine/block", - "y": 270 - }, - "face=floor,facing=west,waterlogged=true": { - "model": "tfmg:block/large_engine/block", - "y": 270 - }, - "face=wall,facing=east,waterlogged=false": { - "model": "tfmg:block/large_engine/block", - "x": 90, - "y": 90 - }, - "face=wall,facing=east,waterlogged=true": { - "model": "tfmg:block/large_engine/block", - "x": 90, - "y": 90 - }, - "face=wall,facing=north,waterlogged=false": { - "model": "tfmg:block/large_engine/block", - "x": 90 - }, - "face=wall,facing=north,waterlogged=true": { - "model": "tfmg:block/large_engine/block", - "x": 90 - }, - "face=wall,facing=south,waterlogged=false": { - "model": "tfmg:block/large_engine/block", - "x": 90, - "y": 180 - }, - "face=wall,facing=south,waterlogged=true": { - "model": "tfmg:block/large_engine/block", - "x": 90, - "y": 180 - }, - "face=wall,facing=west,waterlogged=false": { - "model": "tfmg:block/large_engine/block", - "x": 90, - "y": 270 - }, - "face=wall,facing=west,waterlogged=true": { - "model": "tfmg:block/large_engine/block", - "x": 90, - "y": 270 - } - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/blockstates/large_pumpjack_hammer_connector.json b/build/resources/main/assets/tfmg/blockstates/large_pumpjack_hammer_connector.json deleted file mode 100644 index 76e65852..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/large_steel_cogwheel.json b/build/resources/main/assets/tfmg/blockstates/large_steel_cogwheel.json deleted file mode 100644 index 15f0c176..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/lead_bars.json b/build/resources/main/assets/tfmg/blockstates/lead_bars.json deleted file mode 100644 index 510e3ed6..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/lead_ladder.json b/build/resources/main/assets/tfmg/blockstates/lead_ladder.json deleted file mode 100644 index bf41713e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/light_blue_concrete.json b/build/resources/main/assets/tfmg/blockstates/light_blue_concrete.json deleted file mode 100644 index 7a3e3669..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/light_blue_concrete_stairs.json b/build/resources/main/assets/tfmg/blockstates/light_blue_concrete_stairs.json deleted file mode 100644 index c37ec2fe..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/light_blue_rebar_concrete.json b/build/resources/main/assets/tfmg/blockstates/light_blue_rebar_concrete.json deleted file mode 100644 index 038399f4..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/light_gray_concrete.json b/build/resources/main/assets/tfmg/blockstates/light_gray_concrete.json deleted file mode 100644 index fef40440..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/light_gray_concrete_stairs.json b/build/resources/main/assets/tfmg/blockstates/light_gray_concrete_stairs.json deleted file mode 100644 index 411109cf..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/light_gray_rebar_concrete.json b/build/resources/main/assets/tfmg/blockstates/light_gray_rebar_concrete.json deleted file mode 100644 index aabf30f0..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/light_gray_rebar_concrete_slab.json b/build/resources/main/assets/tfmg/blockstates/light_gray_rebar_concrete_slab.json deleted file mode 100644 index 0a69f890..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/light_gray_rebar_concrete_stairs.json b/build/resources/main/assets/tfmg/blockstates/light_gray_rebar_concrete_stairs.json deleted file mode 100644 index 411109cf..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/light_gray_rebar_concrete_wall.json b/build/resources/main/assets/tfmg/blockstates/light_gray_rebar_concrete_wall.json deleted file mode 100644 index 7ed35d87..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/lime_caution_block.json b/build/resources/main/assets/tfmg/blockstates/lime_caution_block.json deleted file mode 100644 index 55f63204..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/lime_concrete_slab.json b/build/resources/main/assets/tfmg/blockstates/lime_concrete_slab.json deleted file mode 100644 index 0936cd4b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/lime_rebar_concrete_slab.json b/build/resources/main/assets/tfmg/blockstates/lime_rebar_concrete_slab.json deleted file mode 100644 index 0936cd4b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/lime_rebar_concrete_wall.json b/build/resources/main/assets/tfmg/blockstates/lime_rebar_concrete_wall.json deleted file mode 100644 index 2975bc75..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/liquid_concrete.json b/build/resources/main/assets/tfmg/blockstates/liquid_concrete.json deleted file mode 100644 index cb73717c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/liquid_silicon.json b/build/resources/main/assets/tfmg/blockstates/liquid_silicon.json deleted file mode 100644 index d0ab0f14..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/lithium_block.json b/build/resources/main/assets/tfmg/blockstates/lithium_block.json deleted file mode 100644 index 7187fa5c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/lithium_ore.json b/build/resources/main/assets/tfmg/blockstates/lithium_ore.json deleted file mode 100644 index 1d963e10..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/lubrication_oil.json b/build/resources/main/assets/tfmg/blockstates/lubrication_oil.json deleted file mode 100644 index 6892efe5..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/magenta_caution_block.json b/build/resources/main/assets/tfmg/blockstates/magenta_caution_block.json deleted file mode 100644 index cde48038..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/magenta_concrete_slab.json b/build/resources/main/assets/tfmg/blockstates/magenta_concrete_slab.json deleted file mode 100644 index 79b2ce24..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/magenta_concrete_stairs.json b/build/resources/main/assets/tfmg/blockstates/magenta_concrete_stairs.json deleted file mode 100644 index 701c5f6e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/magenta_concrete_wall.json b/build/resources/main/assets/tfmg/blockstates/magenta_concrete_wall.json deleted file mode 100644 index 69c3f9ec..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/molten_slag.json b/build/resources/main/assets/tfmg/blockstates/molten_slag.json deleted file mode 100644 index 87b42c00..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/napalm.json b/build/resources/main/assets/tfmg/blockstates/napalm.json deleted file mode 100644 index 15ed69ed..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/nickel_block.json b/build/resources/main/assets/tfmg/blockstates/nickel_block.json deleted file mode 100644 index 3b92baa5..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/nickel_flywheel.json b/build/resources/main/assets/tfmg/blockstates/nickel_flywheel.json deleted file mode 100644 index 5747f747..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/nickel_ore.json b/build/resources/main/assets/tfmg/blockstates/nickel_ore.json deleted file mode 100644 index 5b00c33d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/oil_deposit.json b/build/resources/main/assets/tfmg/blockstates/oil_deposit.json deleted file mode 100644 index 060f4782..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/orange_concrete_stairs.json b/build/resources/main/assets/tfmg/blockstates/orange_concrete_stairs.json deleted file mode 100644 index c82b4fa7..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/orange_rebar_concrete.json b/build/resources/main/assets/tfmg/blockstates/orange_rebar_concrete.json deleted file mode 100644 index d4043453..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/orange_rebar_concrete_slab.json b/build/resources/main/assets/tfmg/blockstates/orange_rebar_concrete_slab.json deleted file mode 100644 index a749437c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/pink_concrete_wall.json b/build/resources/main/assets/tfmg/blockstates/pink_concrete_wall.json deleted file mode 100644 index acd2f479..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/pink_rebar_concrete_slab.json b/build/resources/main/assets/tfmg/blockstates/pink_rebar_concrete_slab.json deleted file mode 100644 index f6a019b4..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/pink_rebar_concrete_stairs.json b/build/resources/main/assets/tfmg/blockstates/pink_rebar_concrete_stairs.json deleted file mode 100644 index 908367a5..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/plastic_pipe.json b/build/resources/main/assets/tfmg/blockstates/plastic_pipe.json deleted file mode 100644 index 47d9f517..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/polished_cut_bauxite_slab.json b/build/resources/main/assets/tfmg/blockstates/polished_cut_bauxite_slab.json deleted file mode 100644 index 7bbf0535..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/polished_cut_bauxite_stairs.json b/build/resources/main/assets/tfmg/blockstates/polished_cut_bauxite_stairs.json deleted file mode 100644 index 4a6153b3..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/polished_cut_galena_stairs.json b/build/resources/main/assets/tfmg/blockstates/polished_cut_galena_stairs.json deleted file mode 100644 index 30a7761e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/potentiometer.json b/build/resources/main/assets/tfmg/blockstates/potentiometer.json deleted file mode 100644 index f8c75971..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/pumpjack_hammer.json b/build/resources/main/assets/tfmg/blockstates/pumpjack_hammer.json deleted file mode 100644 index ad8f6d8e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/purple_rebar_concrete_slab.json b/build/resources/main/assets/tfmg/blockstates/purple_rebar_concrete_slab.json deleted file mode 100644 index 765e9a99..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/purple_rebar_concrete_stairs.json b/build/resources/main/assets/tfmg/blockstates/purple_rebar_concrete_stairs.json deleted file mode 100644 index e8903664..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/rebar_floor.json b/build/resources/main/assets/tfmg/blockstates/rebar_floor.json deleted file mode 100644 index 651abad1..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/rebar_pillar.json b/build/resources/main/assets/tfmg/blockstates/rebar_pillar.json deleted file mode 100644 index 18efc8d7..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/red_concrete_stairs.json b/build/resources/main/assets/tfmg/blockstates/red_concrete_stairs.json deleted file mode 100644 index c81f7c85..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/red_rebar_concrete_stairs.json b/build/resources/main/assets/tfmg/blockstates/red_rebar_concrete_stairs.json deleted file mode 100644 index c81f7c85..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/red_rebar_concrete_wall.json b/build/resources/main/assets/tfmg/blockstates/red_rebar_concrete_wall.json deleted file mode 100644 index 1dacf99a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/slag_block.json b/build/resources/main/assets/tfmg/blockstates/slag_block.json deleted file mode 100644 index 2063db2c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/slag_bricks.json b/build/resources/main/assets/tfmg/blockstates/slag_bricks.json deleted file mode 100644 index d80e21e1..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/small_galena_brick_wall.json b/build/resources/main/assets/tfmg/blockstates/small_galena_brick_wall.json deleted file mode 100644 index 1f0c5ac0..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/steel_bars.json b/build/resources/main/assets/tfmg/blockstates/steel_bars.json deleted file mode 100644 index a9bc86cd..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/steel_block.json b/build/resources/main/assets/tfmg/blockstates/steel_block.json deleted file mode 100644 index 5894d5d6..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/steel_distillation_controller.json b/build/resources/main/assets/tfmg/blockstates/steel_distillation_controller.json deleted file mode 100644 index f785a9b9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/steel_encased_aluminum_cogwheel.json b/build/resources/main/assets/tfmg/blockstates/steel_encased_aluminum_cogwheel.json deleted file mode 100644 index bda0082c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/steel_fluid_tank.json b/build/resources/main/assets/tfmg/blockstates/steel_fluid_tank.json deleted file mode 100644 index 8846788b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/steel_frame.json b/build/resources/main/assets/tfmg/blockstates/steel_frame.json deleted file mode 100644 index da3d9ae8..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/steel_mechanical_pump.json b/build/resources/main/assets/tfmg/blockstates/steel_mechanical_pump.json deleted file mode 100644 index 71b3d6b1..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/steel_pipe.json b/build/resources/main/assets/tfmg/blockstates/steel_pipe.json deleted file mode 100644 index d9f75b9d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/steel_scaffolding.json b/build/resources/main/assets/tfmg/blockstates/steel_scaffolding.json deleted file mode 100644 index b758096e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/sulfur.json b/build/resources/main/assets/tfmg/blockstates/sulfur.json deleted file mode 100644 index 2b313ee3..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/yellow_caution_block.json b/build/resources/main/assets/tfmg/blockstates/yellow_caution_block.json deleted file mode 100644 index f95941a4..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/yellow_concrete_wall.json b/build/resources/main/assets/tfmg/blockstates/yellow_concrete_wall.json deleted file mode 100644 index d162cd55..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/blockstates/zinc_truss.json b/build/resources/main/assets/tfmg/blockstates/zinc_truss.json deleted file mode 100644 index 22984c12..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/lang/default/interface.json b/build/resources/main/assets/tfmg/lang/default/interface.json deleted file mode 100644 index c5309ecf..00000000 --- a/build/resources/main/assets/tfmg/lang/default/interface.json +++ /dev/null @@ -1,172 +0,0 @@ -{ - "creative_tab.tfmg_main": "Create: The Factory Must Grow", - "creative_tab.tfmg_decoration": "Create: TFMG Building Blocks", - - "create.goggles.fluid_storage": "Fluid Storage:", - "create.goggles.item_storage": "Item Storage:", - "create.goggles.item_storage_empty": "*Empty*", - - "create.goggles.surface_scanner.header": "Surface Scanner", - "create.goggles.surface_scanner.no_deposit": "No Deposits Found", - "create.goggles.surface_scanner.no_rotation": "Not Enough Rotation (Needs 64rpm)", - "create.goggles.surface_scanner.deposits_found": " Chunks With Oil Deposits Found", - - "create.goggles.distillation_tower.status": "Distillation Tower Info:", - "create.goggles.distillation_tower.tank_not_found": "Steel Fluid Tank Not Found", - "create.goggles.distillation_tower.level": "Heat Level: %1$s", - "create.goggles.distillation_tower.found_outputs": "Output Count: %1$s", - "create.goggles.distillation_tower.no_outputs": "No Output Blocks Found", - - "create.goggles.blast_furnace.stats": "Blast Furnace:", - "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.timer": "Time Left: %1$s", - "create.goggles.blast_furnace.modifier": "Production Time: %1$s", - - "create.goggles.blast_stove.header": "Blast Stove: ", - "create.goggles.blast_stove.tank1": "Input Tank: ", - "create.goggles.blast_stove.tank2": "Fuel Tank: ", - "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.pumpjack_info": "Pumpjack Info:", - "create.goggles.pumpjack.reserves": "Deposit Reserves: ", - "create.goggles.pumpjack.part_missing": "Hammer or Crank Missing", - "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.fluid_amount": "Fluid Amount:", - "create.goggles.pumpjack.deposit_info": "Deposit Info:", - "create.pumpjack_deposit_amount": "%1$s Buckets", - "create.goggles.zero": "Machine Invalid", - - "create.voltage": "Voltage: %1$s", - "create.fe": "FE: %1$s", - "create.network": "Network: %1$s", - - "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.winding_machine.header": "Winding Machine", - "create.goggles.winding_machine.turns": "Turns Left: ", - "create.goggles.winding_machine.progress": "Progress: ", - - "create.goggles.polarizer.header": "Polarizer", - "create.goggles.polarizer.charge": "Charge: ", - "create.goggles.polarizer.insufficient_power": "Not Enough Power (Needs 2000W)", - - "create.goggles.electric_machine.no_power": "No Power", - "create.goggles.electricity.insufficient_voltage": "Insufficient Voltage", - - "create.goggles.voltmeter": "Voltmeter:", - "create.goggles.gauge.value": " Measured Voltage:", - "create.goggles.voltmeter.range": " Range: %1$s", - - "create.goggles.engine.header": "Engine Info", - "create.goggles.engine.type": " Type: ", - "create.goggles.engine.rpm": " Speed: ", - "create.goggles.engine.signal": " Signal: ", - "create.goggles.engine.torque": " Torque:", - "create.goggles.engine.fuel_consumption": " Fuel Consumption:", - "create.goggles.engine.oil": "Oil: ", - "create.goggles.engine.cooling_fluid": "Cooling Fluid: ", - "create.goggles.engine.unfinished": "Engine Unfinished", - "create.goggles.engine.next_component": " Next Component: ", - "create.goggles.engine.pistons_missing": "Pistons Missing", - "create.goggles.engine.turbines_missing": "Turbines Missing", - - "create.goggles.electrode_holder.min_amps": "Not Enough Current (Needs ", - - "create.goggles.vat.header": "Chemical Vat", - "create.goggles.vat.attachments": "Attachments:", - "create.goggles.vat.contents": "Vat Contents:", - "create.goggles.vat.heat_status": "Heat Status: ", - "create.goggles.vat.no_heat": "No Heat", - "create.goggles.vat.heated": "Heated", - "create.goggles.vat.superheated": "Superheated", - "create.goggles.vat.tfmg.graphite_electrode": " Graphite Electrode", - "create.goggles.vat.tfmg.electrode": " Electrode", - "create.goggles.vat.tfmg.mixing": " Mixer", - "create.goggles.vat.tfmg.centrifuge": " Centrifuge", - - - "create.goggles.ammeter": "Ammeter:", - "create.goggles.ammeter.amps": " Measured Amps: %1$s V", - - "create.goggles.motor.usage": "Energy Usage: %1$s fe/t", - "create.goggles.generator.production": "Energy Production: %1$s fe/t", - - "create.resistor.allowed_voltage": "Percentage of Voltage Allowed", - "create.winding_machine.turn_percentage": "Allowed Turn Percentage (From 1000)", - "create.creative_generator.voltage_generation": "Voltage Generation", - - "create.distillation_output.when_tank_is_full": "When Internal Tank is Full", - "create.distillation_output.mode.keep_fluid": "Stop Distillation Process", - "create.distillation_output.mode.void_when_full": "Void Excess Fluid", - - "death.attack.tfmg.concrete": "%1$s tried to eat Concrete", - "death.attack.tfmg.concrete.player": "%1$s tried to eat Concrete", - - "death.attack.tfmg.acid": "%1$s took an acid bath", - "death.attack.tfmg.acid.player": "%1$s took an acid bath", - - "death.attack.tfmg.blast_furnace": "%1$s was turned in carbon steel", - "death.attack.tfmg.blast_furnace.player": "%1$s was thrown into a blast furnace", - - "create.tooltip.fuse": "Rating: %1$s", - "create.tooltip.resistor": "Resistance: %1$s", - "create.tooltip.coils": "Turns: %1$s", - "create.tooltip.cylinder": "Supported Fuels:", - "create.tooltip.fluid_item": "Fluid Amount: %1$s", - - "create.recipe.assembly.winding": "Wind a Spool", - - "create.recipe.distillation": "Distillation", - "create.recipe.advanced_distillation": "Advanced Distillation", - "create.recipe.industrial_blasting": "Industrial Blasting", - "create.recipe.casting": "Casting", - "create.recipe.coking": "Coking", - "create.recipe.polarizing": "Polarizing", - "create.recipe.chemical_vat": "Chemical Vat", - "create.recipe.hot_blast": "Air Blasting", - "create.recipe.winding": "Winding", - - "tfmg.keyinfo.custom_button": "Engine Controller Custom Button", - "tfmg.keyinfo.engine_start": "Start Engine", - "tfmg.keyinfo.transmission_shift_up": "Transmission Shift Up", - "tfmg.keyinfo.transmission_shift_down": "Transmission Shift Down", - - "create.multimeter.header": "Multimeter Data:", - "create.multimeter.additional_values": "Additional Values:", - "create.multimeter.power_usage": " Power Usage: ", - "create.multimeter.group": " Group: ", - "create.multimeter.voltage_generated": " Voltage Generated: ", - "create.multimeter.power_generated": " Power Generated: ", - "create.multimeter.power_percentage": " Grid Strength: ", - "create.multimeter.energy_usage": " Energy Usage: ", - "create.multimeter.energy_stored": " Energy Stored: ", - "create.multimeter.transformer_ratio": " Turn Ratio: ", - - "item.minecraft.potion.effect.hellfire_potion": "Potion of Hellfire", - "item.minecraft.splash_potion.effect.hellfire_potion": "Splash Potion of Hellfire", - "item.minecraft.lingering_potion.effect.hellfire_potion": "Lingering Potion of Hellfire", - "item.minecraft.tipped_arrow.effect.hellfire_potion": "Arrow of Hellfire", - - "effect.tfmg.hellfire": "Hellfire", - - "create.wires.removed_data": "Data Removed", - - "create.oil_hammer.reserves": "Oil Reserves: %1$s", - - - - "tfmg.subtitle.engine_sounds": "Engine Sounds", - "tfmg.subtitle.diesel_engine_sounds": "Diesel Engine Sounds" - - -} diff --git a/build/resources/main/assets/tfmg/lang/default/tooltips.json b/build/resources/main/assets/tfmg/lang/default/tooltips.json deleted file mode 100644 index 36cbbe24..00000000 --- a/build/resources/main/assets/tfmg/lang/default/tooltips.json +++ /dev/null @@ -1,260 +0,0 @@ -{ - - - "OwO": "UwU", - - "item.tfmg.multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.white_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.white_multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.white_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.white_multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.white_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.light_gray_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.light_gray_multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.light_gray_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.light_gray_multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.light_gray_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.gray_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.gray_multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.gray_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.gray_multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.gray_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.black_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.black_multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.black_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.black_multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.black_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.red_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.red_multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.red_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.red_multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.red_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.orange_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.orange_multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.orange_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.orange_multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.orange_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.yellow_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.yellow_multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.yellow_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.yellow_multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.yellow_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.lime_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.lime_multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.lime_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.lime_multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.lime_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.green_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.green_multimeter_.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.green_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.green_multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.green_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.light_blue_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.light_blue_multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.light_blue_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.light_blue_multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.light_blue_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.cyan_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.cyan_multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.cyan_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.cyan_multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.cyan_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.blue_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.blue_multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.blue_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.blue_multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.blue_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.purple_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.purple_multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.purple_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.purple_multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.purple_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.magenta_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.magenta_multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.magenta_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.magenta_multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.magenta_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.pink_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.pink_multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.pink_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.pink_multimeter.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.pink_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "item.tfmg.brown_multimeter.tooltip.summary": "Shows data about an electrical block and its network", - "item.tfmg.brown_multimeter.tooltip.condition1": "When looking at an electric component NOTE: It does not work while wearing Engineers Goggles", - "item.tfmg.brown_multimeter.tooltip.behaviour1": "Shows resistance, voltage, current and power in ohms, volts, amperes and kilowatts respectively along with the components group", - "item.tfmg.brown_multimeter_cannon.tooltip.condition2": "When looking at an electric component while crouching", - "item.tfmg.brown_multimeter.tooltip.behaviour2": "Additionally to the previously mentioned stats the multimeter shows the networks total power generation and consumption", - - "block.tfmg.firebox.tooltip.summary": "Heats machinery when fuel is pumped inside", - "block.tfmg.firebox.tooltip.condition1": "When filled with lpg, butane, diesel, propane, naphta or kerosene with carbon dioxide being pumped out", - "block.tfmg.firebox.tooltip.behaviour1": "Heats machinery above it acting as a blaze burner", - - "block.tfmg.winding_machine.tooltip.summary": "Changes the amount of turns on spools and the resistance on resistors", - "block.tfmg.winding_machine.tooltip.behaviour1": "Right click with your desired item (Electromagnetic Coil or Resistor) and then right click with either a Copper spool for Coils and an Aluminium one for resistors. Interact with it to set the amount of turns/ohms and power with rotation. Use the Engineers goggles to see when your winding is finished.", - - "block.tfmg.surface_scanner.tooltip.summary": "Helps to find chunks with oil", - "block.tfmg.surface_scanner.tooltip.condition1": "When powered from below with a Machine Input", - "block.tfmg.surface_scanner.tooltip.behaviour1": "The machines top 5x5 grid shows the surrounding chunks with its chunk in the center, the chunks that have atleast 1 oil deposit in them should glow. If the surface does not start to glow within a few seconds then it is likely that there are no oil deposits nearby. Chunks can be seen ingame with F3+G", - - "block.tfmg.casting_basin.tooltip.summary": "Casts ingots", - "block.tfmg.casting_basin.tooltip.condition1": "When supplied with molten steel", - "block.tfmg.casting_basin.tooltip.behaviour1": "Creates steel ingots which must have a sufficent output as the internal storage of the basin is limited", - - "block.tfmg.neon_tube.tooltip.summary": "Glows", - "block.tfmg.neon_tube.tooltip.condition1": "When provided with power", - "block.tfmg.neon_tube.tooltip.behaviour1": "Glows relative to the amount of power its receiving", - "block.tfmg.neon_tube.tooltip.condition2": "When interacted with a dye", - "block.tfmg.neon_tube.tooltip.behaviour2": "Changes color to the color of the light when glowing", - "block.tfmg.neon_tube.tooltip.condition3": "When interacted with a Wrench", - "block.tfmg.neon_tube.tooltip.behaviour3": "Changes shape providing a space to power the tube", - - "block.tfmg.light_bulb.tooltip.summary": "Glows", - "block.tfmg.light_bulb.tooltip.condition1": "When provided with power", - "block.tfmg.light_bulb.tooltip.behaviour1": "Glows relative to the amount of power its receiving", - "block.tfmg.light_bulb.tooltip.condition2": "When interacted with a dye", - "block.tfmg.light_bulb.tooltip.behaviour2": "Changes color to the color of the light when glowing", - - "block.tfmg.circular_light.tooltip.summary": "Glows", - "block.tfmg.circular_light.tooltip.condition1": "When provided with power", - "block.tfmg.circular_light.tooltip.behaviour1": "Glows relative to the amount of power its receiving", - "block.tfmg.circular_light.tooltip.condition2": "When interacted with a dye", - "block.tfmg.circular_light.tooltip.behaviour2": "Changes color to the color of the light when glowing", - - "block.tfmg.modern_light.tooltip.summary": "Glows", - "block.tfmg.modern_light.tooltip.condition1": "When provided with power", - "block.tfmg.modern_light.tooltip.behaviour1": "Glows relative to the amount of power its receiving", - "block.tfmg.modern_light.tooltip.condition2": "When interacted with a dye", - "block.tfmg.modern_light.tooltip.behaviour2": "Changes color to the color of the light when glowing", - - "block.tfmg.aluminum_lamp.tooltip.summary": "Glows", - "block.tfmg.aluminum_lamp.tooltip.condition1": "When provided with power", - "block.tfmg.aluminum_lamp.tooltip.behaviour1": "Glows relative to the amount of power its receiving", - "block.tfmg.aluminum_lamp.tooltip.condition2": "When interacted with a dye", - "block.tfmg.aluminum_lamp.tooltip.behaviour2": "Changes color to the color of the light when glowing", - - "item.tfmg.oil_can.tooltip.summary": "Adds lubrication oil to engines", - "item.tfmg.oil_can.tooltip.condition1": "When Right Clicking a tank with lubrication oil inside", - "item.tfmg.oil_can.tooltip.behaviour1": "Fills the can with lubrication oil", - "item.tfmg.oil_can.tooltip.condition2": "When Right Clicking an engine", - "item.tfmg.oil_can.tooltip.behaviour2": "Fills the engine with lubrication oil", - - "block.tfmg.cable_connector.tooltip.summary": "Transfers power", - "block.tfmg.cable_connector.tooltip.condition1": "When 2 cable insulators are right clicked with a copper/aluminum/constantan spool", - "block.tfmg.cable_connector.tooltip.behaviour1": "Created a connection between the 2 insulators transferring power between them", - - "block.tfmg.glass_cable_insulator.tooltip.summary": "Transfers power", - "block.tfmg.glass_cable_insulator.tooltip.condition1": "When 2 cable insulators are right clicked with a copper/aluminum/constantan spool", - "block.tfmg.glass_cable_insulator.tooltip.behaviour1": "Created a connection between the 2 insulators transferring power between them", - - "block.tfmg.transformer.tooltip.summary": "Changes the voltage in a circuit", - "block.tfmg.transformer.tooltip.behaviour1": "Needs 2 electromagnetic coils of different turn amounts that have to be put on the transformer where the output (indicated by a small line of copper) outputs voltage based on the ratio of the 2 coils (for example if the input has a coil with 50 turns and the output has one with a 100 then the voltage is doubled since 100/50 = 2)", - - "block.tfmg.diode.tooltip.summary": "Functions as a one way gateway for power to flow through", - "block.tfmg.diode.tooltip.condition1": "When provided with power from its darker side", - "block.tfmg.diode.tooltip.behaviour1": "The power will be outputted on its lighter side acting as a one way pathway for power (meaning any power that would be coming from its lighter side would not be outputted on the darker one)", - - "block.tfmg.blast_stove.tooltip.summary": "Heats Air", - "block.tfmg.blast_stove.tooltip.behaviour1": "When 3 blast stoves are placed on top of eachother (or in a 3x2 shape) the smallest version of a blast stove is created, to add further internal storage you can add more stove blocks on top which is generally reccomended. A Blast Stove requires 2 things to be pumped in. Air, from the side of the bottom block and Creosote or Furnace gas from the bottom. Carbon dioxide must be pumped out from the side of the bottom block and finally heated air must be pumped out from the machines top.", - - "block.tfmg.resistor.tooltip.summary": "Adds resistance to a network", - "block.tfmg.resistor.tooltip.condition1": "When placed on a block within a group", - "block.tfmg.resistor.tooltip.behaviour1": "Adds the resistors respective resistance (to see how to change its resistance look at the winding machines tooltip) to whatever electric group its target block is in", - - "block.tfmg.electrical_switch.tooltip.summary": "Lets power through when powered with redstone", - - "block.tfmg.potentiometer.tooltip.summary": "Lets through a only a set amount of voltage", - "block.tfmg.potentiometer.tooltip.behaviour1": "Based on what pecentage you set, this machine only lets through a certain amount of voltage outputted by its output (its output can be seen by the arrow like pattern on its top pointing to it)", - - "block.tfmg.fireclay.tooltip.summary": "Spawns in underground veins located in the overworld", - - "item.tfmg.advanced_potato_cannon.tooltip.summary": "Launches _Napalm Potatoes_ at Enemies. Can be powered with _Air_ _Pressure_ from a _Backtank_", - "item.tfmg.advanced_potato_cannon.tooltip.condition1": "When R-Clicked", - "item.tfmg.advanced_potato_cannon.tooltip.behaviour1": "_Shoots_ a _Napalm Potato_ from your _Inventory_.", - "item.tfmg.advanced_potato_cannon.tooltip.condition2": "While wearing Backtank", - "item.tfmg.advanced_potato_cannon.tooltip.behaviour2": "_No_ _Durability_ will be used. Instead, _Air_ _pressure_ is drained from the Tank", - - "item.tfmg.flamethrower.tooltip.summary": "Burns burnable _Gases_ and _Fluids_ to shoot out a burst of flame to burn your Enemies", - "item.tfmg.flamethrower.tooltip.condition1": "When R-Clicked", - "item.tfmg.flamethrower.tooltip.behaviour1": "_Shoots out Flames_ ", - "item.tfmg.flamethrower.tooltip.condition2": "When R-Clicking a Fluid Tank with Gasoline, Diesel, Kerosene, Naphtha, LPG, Molten Slag or Napalm inside", - "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.pipebomb.tooltip.summary": "So cool", - - "item.tfmg.screwdriver.tooltip.summary": "Can lock pipes in place", - "item.tfmg.screwdriver.tooltip.condition1": "When R-Clicking pipe", - "item.tfmg.screwdriver.tooltip.behaviour1": "Locks _Pipe_ in its current rotation allowing for _Pipes_ to be placed next to eachother _Without Connecting_", - - "block.tfmg.polarizer.tooltip.summary": "Makes Magnetis out of Magnetic Ingots", - "block.tfmg.polarizer.tooltip.condition1": "When powered", - "block.tfmg.polarizer.tooltip.behaviour1": "Will turn a _Magnetic Ingot_ into a _Magnet_ when right clicked with a _Magnetic Ingot_ after a bit of time", - - "item.tfmg.magnetic_alloy_ingot.tooltip.summary": "Striking this with a lightning might do something...", - - "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_blade.tooltip.condition1": "When R-Clicked when Off", - "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.condition2": "When R-Clicking when On", - "item.tfmg.lithium_blade.tooltip.behaviour2": "Shoots out several bolts of _Hellfire_ consuming the blades charge", - - "block.tfmg.accumulator.tooltip.summary": "Holds a Large Amount of energy (inserted from bottom) that can be outputted Slowly from the Top", - - "item.tfmg.electrictians_wrench.tooltip.summary": "Changes the electrical group of a component", - "item.tfmg.electrictians_wrench.tooltip.condition1": "When R-Clicking electrical block", - "item.tfmg.electrictians_wrench.tooltip.behaviour1": "Opens up a menu where you can choose the group of set block. Groups are explained within the generators ponder", - - "block.tfmg.flarestack.tooltip.summary": "Burns unneeded oil products", - "block.tfmg.flarestack.tooltip.condition1": "When Pumped burnable Fluids/Gases into from the bottom", - "block.tfmg.flarestack.tooltip.behaviour1": "Deletes what is pumped inside", - - "block.tfmg.large_engine.tooltip.summary": "Creates rotation from less refined fuels", - "block.tfmg.large_engine.tooltip.behaviour1": "To function it requires air and fuel to be pumped in (Diesel, Kerosene, Naphta, Furnace Gas) and co2 to be pumped out (needs an exhaust) to generate rotation (a shaft needs to be attached similiar to a steam engine)", - - "block.tfmg.simple_large_engine.tooltip.summary": "Creates rotation (less effectively than its regular counterpart) from less refined fuels", - "block.tfmg.simple_large_engine.tooltip.behaviour1": "To function it requires air and fuel to be pumped in (Diesel, Kerosene, Naphta, Furnace Gas) and co2 to be pumped out (needs an exhaust) to generate rotation (a shaft needs to be attached similiar to a steam engine)", - - "block.tfmg.engine_controller.tooltip.summary": "Controls the speed and direction of rotation generated by various types of engine", - "block.tfmg.engine_controller.tooltip.condition1": "How to link to an engine", - "block.tfmg.engine_controller.tooltip.behaviour1": "R-Click the controller with a transmission item and then do the same with the engine.", - "block.tfmg.engine_controller.tooltip.condition2": "How to control an engine", - "block.tfmg.engine_controller.tooltip.behaviour2": "Look in the Keybinds part of the minecraft settings specifically in the Create: The Factory Must Grow section", - - "block.tfmg.voltmeter.tooltip.summary": "Shows various different values about an electric component", - "block.tfmg.voltmeter.tooltip.behaviour1": "To use put this block on an electric block/component. By default it will measure voltage from 0 to 500 volts. To see what its currently measuring look at it with engineers goggles. To choose from various options of what it can measure R-Click with a wrench.", - - "block.tfmg.converter.tooltip.summary": "Converts FE to TFMG energy and vice versa", - "block.tfmg.converter.tooltip.behaviour1": "The block has a TFMG input (copper) and an FE one (redstone) by default it converts TFMG energy to FE with a wrench you can make the converter convert FE to TFMG energy. Voltage of the tfmg output may be abjusted by opening a menu on the side of the Converter", - - "block.tfmg.cocrete_hose.tooltip.summary": "Pumps concrete like a hose pulley into rebar blocks. Set concrete dries as rebar concrete", - - "block.tfmg.voltage_observer.tooltip.summary": "Powers redstone when any voltage is detected", - - "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.quad_potato_cannon.tooltip.condition1": "When R-Clicked", - "item.tfmg.quad_potato_cannon.tooltip.behaviour1": "_Shoots_ a suitable item from your _Inventory_.", - "item.tfmg.quad_potato_cannon.tooltip.condition2": "While wearing Backtank", - "item.tfmg.quad_potato_cannon.tooltip.behaviour2": "_No_ _Durability_ will be used. Instead, _Air_ _pressure_ is drained from the Tank" - - - -} diff --git a/build/resources/main/assets/tfmg/lang/ru_ru.json b/build/resources/main/assets/tfmg/lang/ru_ru.json deleted file mode 100644 index 5d30967d..00000000 --- a/build/resources/main/assets/tfmg/lang/ru_ru.json +++ /dev/null @@ -1,572 +0,0 @@ -{ - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.tfmg.air_intake": "Воздухозаборник", - "block.tfmg.aluminum_bars": "Алюминиевый столб", - "block.tfmg.aluminum_block": "Блок алюминия", - "block.tfmg.aluminum_fluid_valve": "Алюминиевый жидкостный вентиль", - "block.tfmg.aluminum_flywheel": "Алюминиевый маховик", - "block.tfmg.aluminum_ladder": "Алюминиевая лестница", - "block.tfmg.aluminum_mechanical_pump": "Алюминиевая механическая помпа", - "block.tfmg.aluminum_pipe": "Алюминиевая жидкостная труба", - "block.tfmg.aluminum_scaffolding": "Алюминиевые подмостки", - "block.tfmg.aluminum_smart_fluid_pipe": "Умная алюминиевая умная труба", - "block.tfmg.aluminum_truss": "Алюминиевые балки", - "block.tfmg.asphalt": "Асфальт", - "block.tfmg.bauxite": "Боксит", - "block.tfmg.bauxite_pillar": "Бокситовая колонна", - "block.tfmg.black_concrete": "Черный бетон", - "block.tfmg.black_concrete_slab": "Черная бетонная плита", - "block.tfmg.black_concrete_stairs": "Черные бетонные ступеньки", - "block.tfmg.black_concrete_wall": "Черная бетонная ограда", - "block.tfmg.blast_furnace_output": "Выход доменной печи", - "block.tfmg.blue_concrete": "Синий бетон", - "block.tfmg.blue_concrete_slab": "Синяя бетонная плита", - "block.tfmg.blue_concrete_stairs": "Синие бетонные ступеньки", - "block.tfmg.blue_concrete_wall": "Синяя бетонная ограда", - "block.tfmg.brass_fluid_valve": "Латунный жидкостный вентиль", - "block.tfmg.brass_mechanical_pump": "Латунная механическая помпа", - "block.tfmg.brass_pipe": "Латунная жидкостная труба", - "block.tfmg.brass_smart_fluid_pipe": "Умная латунная жидкостная труба", - "block.tfmg.brown_concrete": "Коричневый бетон", - "block.tfmg.brown_concrete_slab": "Коричневая бетонная плита", - "block.tfmg.brown_concrete_stairs": "Коричневые бетонные ступеньки", - "block.tfmg.brown_concrete_wall": "Коричневая бетонная ограда", - "block.tfmg.cast_iron_block": "Чугунный блок", - "block.tfmg.cast_iron_distillation_controller": "Чугунный контроллер дистиллятора", - "block.tfmg.cast_iron_distillation_output": "Чугунный выход дистиллятора", - "block.tfmg.cast_iron_fluid_valve": "Чугунный жидкостный вентиль", - "block.tfmg.cast_iron_flywheel": "Чугунный маховик", - "block.tfmg.cast_iron_mechanical_pump": "Чугунная механическая помпа", - "block.tfmg.cast_iron_pipe": "Чугунная жидкостная труба", - "block.tfmg.cast_iron_smart_fluid_pipe": "Умная чугунная жидкостная труба", - "block.tfmg.casting_basin": "Литейная чаша", - "block.tfmg.casting_spout": "Литейный дозатор", - "block.tfmg.caution_block": "Желтый сигнальный блок", - "block.tfmg.cement": "Цемент", - "block.tfmg.coal_coke_block": "Блок коксового угля", - "block.tfmg.coke_oven": "Коксовая печь", - "block.tfmg.concrete": "Бетон", - "block.tfmg.concrete_slab": "Бетонная плита", - "block.tfmg.concrete_stairs": "Бетонные ступеньки", - "block.tfmg.concrete_wall": "Бетонная ограда", - "block.tfmg.cooling_fluid": "Охлаждающая жидкость", - "block.tfmg.copper_encased_aluminum_pipe": "Алюминиевая труба в медном корпусе", - "block.tfmg.copper_encased_brass_pipe": "Латунная труба в медном корпусе", - "block.tfmg.copper_encased_cast_iron_pipe": "Чугунная труба в медном корпусе", - "block.tfmg.copper_encased_plastic_pipe": "Пластиковая труба в медном корпусе", - "block.tfmg.copper_encased_steel_pipe": "Стальная труба в медном корпусе", - "block.tfmg.creosote": "Креозот", - "block.tfmg.crude_oil_fluid": "Сырая нефть", - "block.tfmg.cut_bauxite": "Резной боксит", - "block.tfmg.cut_bauxite_brick_slab": "Плита из резного бокситового кирпича", - "block.tfmg.cut_bauxite_brick_stairs": "Ступеньки из резного бокситового кирпича", - "block.tfmg.cut_bauxite_brick_wall": "Ограда из резного бокситового кирпича", - "block.tfmg.cut_bauxite_bricks": "Резный бокситовый кирпич", - "block.tfmg.cut_bauxite_slab": "Плита из резного боксита", - "block.tfmg.cut_bauxite_stairs": "Ступеньки из резного боксита", - "block.tfmg.cut_bauxite_wall": "Ограда из резного боксита", - "block.tfmg.cyan_concrete": "Бирюзовый бетон", - "block.tfmg.cyan_concrete_slab": "Бирюзовая бетонная плита", - "block.tfmg.cyan_concrete_stairs": "Бирюзовые бетонные ступеньки", - "block.tfmg.cyan_concrete_wall": "Бирюзовая бетонная ограда", - "block.tfmg.diesel": "Дизель", - "block.tfmg.diesel_engine": "Дизельный двигатель", - "block.tfmg.diesel_engine_expansion": "Расширенный ввод для дизельного двигателя", - "block.tfmg.exhaust": "Выхлопная труба", - "block.tfmg.factory_floor": "Заводской пол", - "block.tfmg.factory_floor_slab": "Плита из заводского пола", - "block.tfmg.factory_floor_stairs": "Ступеньки из заводского пола", - "block.tfmg.fireclay": "Огнеупорная глина", - "block.tfmg.fireproof_brick_reinforcement": "Огнеупорное кирпичное укрепление", - "block.tfmg.fireproof_bricks": "Огнеупорные кирпичи", - "block.tfmg.flarestack": "Факельная труба", - "block.tfmg.formwork_block": "Опалубка", - "block.tfmg.fossilstone": "Окаменелость", - "block.tfmg.gasoline": "Бензин", - "block.tfmg.gasoline_engine": "Бензиновый двигатель", - "block.tfmg.gasoline_engine_back": "Задняя часть бензинового двигателя", - "block.tfmg.glass_aluminum_pipe": "Застекленная алюминиевая жидкостная труба", - "block.tfmg.glass_brass_pipe": "Застекленная латунная жидкостная труба", - "block.tfmg.glass_cast_iron_pipe": "Застекленная чугунная жидкостная труба", - "block.tfmg.glass_plastic_pipe": "Застекленная пластиковая жидкостная труба", - "block.tfmg.glass_steel_pipe": "Застекленная стальная жидкостная труба", - "block.tfmg.gray_concrete": "Серый бетон", - "block.tfmg.gray_concrete_slab": "Серая бетонная плита", - "block.tfmg.gray_concrete_stairs": "Серые бетонные ступеньки", - "block.tfmg.gray_concrete_wall": "Серая бетонная ограда", - "block.tfmg.green_concrete": "Зеленый бетон", - "block.tfmg.green_concrete_slab": "Зеленая бетонная плита", - "block.tfmg.green_concrete_stairs": "Зеленые бетонные ступеньки", - "block.tfmg.green_concrete_wall": "Зеленая бетонная ограда", - "block.tfmg.hardened_planks": "Закаленные доски", - "block.tfmg.heavy_casing_door": "Тяжёлая стальная дверь", - "block.tfmg.heavy_machinery_casing": "Тяжёлый машинный корпус", - "block.tfmg.heavy_oil": "Мазут", - "block.tfmg.industrial_pipe": "Промышленная труба", - "block.tfmg.kerosene": "Керосин", - "block.tfmg.layered_bauxite": "Слоистый боксит", - "block.tfmg.light_blue_concrete": "Голубой бетон", - "block.tfmg.light_blue_concrete_slab": "Голубая бетонная плита", - "block.tfmg.light_blue_concrete_stairs": "Голубые бетонный ступеньки", - "block.tfmg.light_blue_concrete_wall": "Голубая бетонная ограда", - "block.tfmg.light_gray_concrete": "Светло-серый бетон", - "block.tfmg.light_gray_concrete_slab": "Светло-серая бетонная плита", - "block.tfmg.light_gray_concrete_stairs": "Светло-серые бетонные ступеньки", - "block.tfmg.light_gray_concrete_wall": "Светло-серая бетонная ограда", - "block.tfmg.lignite": "Бурый уголь", - "block.tfmg.lime_concrete": "Лаймовый бетон", - "block.tfmg.lime_concrete_slab": "Лаймовая бетонная плита", - "block.tfmg.lime_concrete_stairs": "Лаймовые бетонные ступеньки", - "block.tfmg.lime_concrete_wall": "Лаймовая бетонная ограда", - "block.tfmg.limesand": "Известняковый песок", - "block.tfmg.liquid_asphalt": "Жидкий асфальт", - "block.tfmg.liquid_concrete": "Жидкий бетон", - "block.tfmg.liquid_plastic": "Жидкий пластик", - "block.tfmg.lpg_engine": "СНГ двигатель", - "block.tfmg.lpg_engine_back": "Задняя часть СНГ двигателя", - "block.tfmg.lubrication_oil": "Смазочное масло", - "block.tfmg.machine_input": "Машинный ввод", - "block.tfmg.magenta_concrete": "Пурпурный бетон", - "block.tfmg.magenta_concrete_slab": "Пурпурная бетонная плита", - "block.tfmg.magenta_concrete_stairs": "Пурпурные бетонные ступеньки", - "block.tfmg.magenta_concrete_wall": "Пурпурная бетонная ограда", - "block.tfmg.molten_metal": "Расплавленный металл", - "block.tfmg.molten_slag": "расплавленный шлак", - "block.tfmg.molten_steel": "Расплавленная сталь", - "block.tfmg.napalm": "Напалм", - "block.tfmg.napalm_bomb": "Напалмовая бомба", - "block.tfmg.naphtha": "Лигроин", - "block.tfmg.oil_deposit": "Месторождение нефти", - "block.tfmg.orange_concrete": "Оранжевый бетон", - "block.tfmg.orange_concrete_slab": "Оранжевая бетонная плита", - "block.tfmg.orange_concrete_stairs": "Оранжевая бетонные ступеньки", - "block.tfmg.orange_concrete_wall": "Оранжевая бетонная ограда", - "block.tfmg.pink_concrete": "Розовый бетон", - "block.tfmg.pink_concrete_slab": "Розовая бетонная плита", - "block.tfmg.pink_concrete_stairs": "Розовая бетонные ступеньки", - "block.tfmg.pink_concrete_wall": "Розовая бетонная ограда", - "block.tfmg.plastic_block": "Блок пластика", - "block.tfmg.plastic_fluid_valve": "Пластиковый жидкостный вентиль", - "block.tfmg.plastic_mechanical_pump": "Пластиковая механическая помпа", - "block.tfmg.plastic_pipe": "Пластиковая жидкостная труба", - "block.tfmg.plastic_smart_fluid_pipe": "Умная пластиковая жидкостная труба", - "block.tfmg.polished_cut_bauxite": "Полированный резной боксит", - "block.tfmg.polished_cut_bauxite_slab": "Полированная плита из боксита", - "block.tfmg.polished_cut_bauxite_stairs": "Полированные ступеньки из боксита", - "block.tfmg.polished_cut_bauxite_wall": "Полированная ограда из боксита", - "block.tfmg.pumpjack_base": "Основа нефтяного насоса", - "block.tfmg.pumpjack_crank": "Нефтяной насос", - "block.tfmg.pumpjack_hammer_holder": "Балансир нефтяного насоса", - "block.tfmg.purple_concrete": "Фиолетовый бетон", - "block.tfmg.purple_concrete_slab": "Фиолетовая бетонная плита", - "block.tfmg.purple_concrete_stairs": "Фиолетовые бетонные ступеньки", - "block.tfmg.purple_concrete_wall": "Фиолетовая бетонная ограда", - "block.tfmg.rebar_concrete": "Армированный бетон", - "block.tfmg.rebar_concrete_slab": "Армированная бетонная плита", - "block.tfmg.rebar_concrete_stairs": "Армированные бетонные ступеньки", - "block.tfmg.rebar_concrete_wall": "Армированная бетонная плита", - "block.tfmg.rebar_formwork_block": "Арматурная опалубка", - "block.tfmg.red_caution_block": "Красный сигнальный блок", - "block.tfmg.red_concrete": "Красный бетон", - "block.tfmg.red_concrete_slab": "Красная бетонная плита", - "block.tfmg.red_concrete_stairs": "Красные бетонные ступеньки", - "block.tfmg.red_concrete_wall": "Красная бетонная ограда", - "block.tfmg.small_bauxite_brick_slab": "Плита из мелкого бокситового кирпича", - "block.tfmg.small_bauxite_brick_stairs": "Ступеньки из мелкого бокситового кирпича", - "block.tfmg.small_bauxite_brick_wall": "Ограда из мелкого бокситового кирпича", - "block.tfmg.small_bauxite_bricks": "Мелкие кирпичи из боксита", - "block.tfmg.steel_bars": "Стальные прутья", - "block.tfmg.steel_block": "Блок стали", - "block.tfmg.steel_casing": "Стальной корпус", - "block.tfmg.steel_distillation_controller": "Стальной контроллер дистилляционной башни", - "block.tfmg.steel_distillation_output": "Стальной выход дистилляционной дистилляции башни", - "block.tfmg.steel_door": "Стальная дверь", - "block.tfmg.steel_fluid_tank": "Стальной жидкостный бак", - "block.tfmg.steel_fluid_valve": "Стальной жидкостный вентиль", - "block.tfmg.steel_flywheel": "Стальной маховик", - "block.tfmg.steel_ladder": "Стальная лестница", - "block.tfmg.steel_mechanical_pump": "Стальная механическая помпа", - "block.tfmg.steel_pipe": "Стальная жидкостная труба", - "block.tfmg.steel_scaffolding": "Стальные подмостки", - "block.tfmg.steel_smart_fluid_pipe": "Умная стальная жидкостная труба", - "block.tfmg.steel_truss": "Стальные балки", - "block.tfmg.sulfur": "Сера", - "block.tfmg.surface_scanner": "Сканер поверхности", - "block.tfmg.turbine_engine": "Турбинный двигатель", - "block.tfmg.turbine_engine_back": "Задняя часть турбинного двигатель", - "block.tfmg.white_concrete": "Белый бетон", - "block.tfmg.white_concrete_slab": "Белая бетонная плита", - "block.tfmg.white_concrete_stairs": "Белые бетонные ступеньки", - "block.tfmg.white_concrete_wall": "Белая бетонная ограда", - "block.tfmg.yellow_concrete": "Желтый бетон", - "block.tfmg.yellow_concrete_slab": "Желтая бетонная плита", - "block.tfmg.yellow_concrete_stairs": "Желтые бетонные ступеньки", - "block.tfmg.yellow_concrete_wall": "Желтая бетонная ограда", - - "entity.tfmg.blue_spark": "Голубая искра", - "entity.tfmg.copper_grenade": "Медная граната", - "entity.tfmg.green_spark": "Зеленая искра", - "entity.tfmg.napalm_bomb_entity": "Активированная напалмовая бомба", - "entity.tfmg.spark": "Искра", - "entity.tfmg.thermite_grenade": "Термитная граната", - "entity.tfmg.zinc_grenade": "Цинковая граната", - - "fluid.tfmg.air": "Воздух", - "fluid.tfmg.butane": "Бутан", - "fluid.tfmg.carbon_dioxide": "Углекислый газ", - "fluid.tfmg.cooling_fluid": "Охлаждающая жидкость", - "fluid.tfmg.creosote": "Креозот", - "fluid.tfmg.crude_oil_fluid": "Сырая нефть", - "fluid.tfmg.diesel": "Дизель", - "fluid.tfmg.ethylene": "Этилен", - "fluid.tfmg.gasoline": "Бензин", - "fluid.tfmg.heavy_oil": "Мазут", - "fluid.tfmg.kerosene": "Керосин", - "fluid.tfmg.liquid_asphalt": "Жидкий асфальт", - "fluid.tfmg.liquid_concrete": "Жидкий бетон", - "fluid.tfmg.liquid_plastic": "Жидкий пластик", - "fluid.tfmg.lpg": "СНГ", - "fluid.tfmg.lubrication_oil": "Смазочное масло", - "fluid.tfmg.molten_slag": "Расплавленный шлак", - "fluid.tfmg.molten_steel": "Расплавленная сталь", - "fluid.tfmg.napalm": "Напалм", - "fluid.tfmg.naphtha": "Лигроин", - "fluid.tfmg.propane": "Пропан", - "fluid.tfmg.propylene": "Пропилен", - - "item.tfmg.aluminum_ingot": "Алюминиевый слиток", - "item.tfmg.bitumen": "Битум", - "item.tfmg.blasting_mixture": "Смесь для плавки", - "item.tfmg.block_mold": "Форма блока для выплавки", - "item.tfmg.cast_iron_ingot": "Чугунный слиток", - "item.tfmg.charcoal_dust": "Пыль древесного угля", - "item.tfmg.coal_coke": "Коксовый уголь", - "item.tfmg.coal_coke_dust": "Коксовая пыль", - "item.tfmg.cooling_fluid_bucket": "Ведро охлаждающей жидкости", - "item.tfmg.copper_grenade": "Медная граната", - "item.tfmg.creosote_bucket": "Ведро креозота", - "item.tfmg.crude_oil_fluid_bucket": "Ведро сырой нефти", - "item.tfmg.diesel_bucket": "Ведро дизеля", - "item.tfmg.engine_base": "Основа двигателя", - "item.tfmg.engine_chamber": "Камера сгорания", - "item.tfmg.fireclay_ball": "Шарик из огнеупорной глины", - "item.tfmg.fireproof_brick": "Огнеупорный кирпич", - "item.tfmg.gasoline_bucket": "Ведро бензина", - "item.tfmg.heavy_oil_bucket": "Ведро мазута", - "item.tfmg.heavy_plate": "Тяжёлая пластина", - "item.tfmg.ingot_mold": "Форма слитка для выплавки", - "item.tfmg.kerosene_bucket": "Ведро керосина", - "item.tfmg.liquid_asphalt_bucket": "Ведро жидкого асфальта", - "item.tfmg.liquid_concrete_bucket": "Ведро жидкого бетона", - "item.tfmg.liquid_plastic_bucket": "Ведро расплавленного пластика", - "item.tfmg.lubrication_oil_bucket": "Ведро смазочного масла", - "item.tfmg.molten_slag_bucket": "Ведро расплавленного шлака", - "item.tfmg.molten_steel_bucket": "Ведро расплавленной стали", - "item.tfmg.napalm_bucket": "Ведро напалма", - "item.tfmg.naphtha_bucket": "Ведро лигроина", - "item.tfmg.nitrate_dust": "Нитратная пыль", - "item.tfmg.plastic_sheet": "Пластиковый лист", - "item.tfmg.quad_potato_cannon": "Четырёхствольная картофельная пушка", - "item.tfmg.rebar": "Арматура", - "item.tfmg.screw": "Винты", - "item.tfmg.screwdriver": "Отвёртка", - "item.tfmg.slag": "Шлак", - "item.tfmg.spark_plug": "Свеча зажигания", - "item.tfmg.steel_ingot": "Стальной слиток", - "item.tfmg.steel_mechanism": "Стальной механизм", - "item.tfmg.sulfur_dust": "Серная пыль", - "item.tfmg.thermite_grenade": "Термитная граната", - "item.tfmg.thermite_powder": "Термитный порошок", - "item.tfmg.turbine_blade": "Лопасти турбины", - "item.tfmg.unfinished_gasoline_engine": "Незаконченный бензиновый двигатель", - "item.tfmg.unfinished_lpg_engine": "Незаконченный СНГ двигатель", - "item.tfmg.unfinished_steel_mechanism": "Незаконченный стальной механизм", - "item.tfmg.unfinished_turbine_engine": "Незаконченный турбинный двигатель", - "item.tfmg.unprocessed_heavy_plate": "Незаконченная тяжёлая плита", - "item.tfmg.zinc_grenade": "Цинковая граната", - - "itemGroup.tfmg.base": "Create: The Factory Must Grow", - "itemGroup.tfmg.building": "Create: TFMG Building Blocks", - - "create.goggles.misc.number": "%1$s", - "create.goggles.misc.percent_symbol": "%", - "create.goggles.misc.dot_one": ".", - "create.goggles.misc.dot_two": "..", - "create.goggles.misc.dot_three": "...", - "create.goggles.misc.storage_info": "Информация о хранилище:", - "create.goggles.fluid_in_tank": "Содержимое бака:", - "create.goggles.surface_scanner.no_rotation": "Подключите вращение", - "create.goggles.surface_scanner.no_deposit": "Месторождений нефти не найдено", - "create.goggles.surface_scanner.deposit_found": "Найдено месторождение нефти!", - "create.goggles.surface_scanner.distance": "Дистанция: %1$s блоков", - "create.goggles.surface_scanner.scanning_surface": "Сканирование поверхности...", - "create.goggles.distillation_tower.status": "Информация о дистилляционной башне:", - "create.goggles.distillation_tower.tank_not_found": "Стальной жидкостный бак не найден", - "create.goggles.distillation_tower.not_tall_enough": "Жидкостный бак слишком низкий", - "create.goggles.distillation_tower.level": "Уровень дистилляционной башни: %1$s", - "create.goggles.distillation_tower.found_outputs": "Количество выходов: %1$s", - "create.goggles.distillation_tower.no_outputs": "Блоки вывода не найдены", - "create.goggles.blast_furnace.stats": "Доменная печь:", - "create.goggles.blast_furnace.size_stats": "Размер:", - "create.goggles.blast_furnace.fuel_amount": "Количество топлива: %1$s", - "create.goggles.blast_furnace.item_count": "Количество предметов: %1$s", - "create.goggles.blast_furnace.height": "Высота: %1$s", - "create.goggles.blast_furnace.nothing_lol": "", - "create.goggles.blast_furnace.status.off": "Статус: Неактивена", - "create.goggles.blast_furnace.status.running": "Статус: Работает", - "create.goggles.blast_furnace.diameter.one": "Диаметр: 1", - "create.goggles.blast_furnace.diameter.two": "Диаметр: 2", - "create.goggles.blast_furnace.invalid": "Доменная печь недействительна", - "create.goggles.coke_oven.status": "Коксовая печь:", - "create.goggles.coke_oven.fluid_amount_output": "Внутреннее содержимое резервуара: %1$s mb", - "create.goggles.coke_oven.fluid_amount_exhaust": "Углекислый газ: %1$s mb", - "create.goggles.coke_oven.item_count": "Внутренне содержимое: %1$s", - "create.goggles.coke_oven.invalid": "Коксовая печь недействительна", - "create.goggles.coke_oven.tank_full": "Внутренний резервуар заполнен", - "create.goggles.coke_oven.progress": "Коксование: %1$s", - "create.goggles.engine_stats": "Статистика двигателя:", - "create.goggles.engine_exhaust_stats": "Статистика выхлопа двигателя:", - "create.goggles.fuel_container": "Хранение жидкости", - "create.goggles.engine.backpartmissing": "Задняя часть отсутствует:", - "create.goggles.engine_redstone_input": "Скорость:", - "create.goggles.engine.efficiency": "Эффективность:", - - "create.tooltip.engine_analog_strength": "%1$s/15", - - "create.goggles.get_engine_efficiency": "%1$s", - "create.goggles.engine.stress": "%1$sЕН", - "create.goggles.diesel_engine.info": "Дизельный двигатель:", - "create.goggles.pumpjack_info": "Информация о нефтяном насосе:", - "create.goggles.pumpjack.part_missing": "Насос или балансир отсутствует", - "create.goggles.pumpjack.wrong_rotation1": "Основа повёрнута неправильно, красный маркер должен", - "create.goggles.pumpjack.wrong_rotation2": "смотреть ОТ балансира", - "create.goggles.pumpjack_fluid_storage": "Информация о жидкостном баке:", - - "create.pumpjack_deposit_amount": "%1$s Buckets", - - "create.goggles.pumpjack.deposit_info": "Информация о месторождении:", - "create.goggles.zero": "Месторождение не найдено", - "create.goggles.pumpjack.fluid_amount": "Количество жидкости:", - "create.goggles.machine_input.info": "Информация о машинном вводе", - "create.goggles.machine_input.no_rot": "Подключите вращение!", - "create.goggles.machine_input.power_level": "Уровень мощности: ", - - "create.recipe.distillation": "Дистилляция", - "create.recipe.advanced_distillation": "Расширенная дистилляция", - "create.recipe.industrial_blasting": "Промышленная плавка", - "create.recipe.casting": "Литьё", - "create.recipe.coking": "Коксование", - - "tfmg.ponder.small_engines.text_1": "Чтобы создать небольшой двигатель, расположите переднюю и заднюю части рядом друг с другом", - "tfmg.ponder.small_engines.text_2": "Топливо подается в переднюю часть, а выхлопные газы необходимо отводить из задней части с помощью труб и Выхлопной трубы", - "tfmg.ponder.small_engines.text_3": "Подача сигнала редстоуна на переднюю часть запускает двигатель", - "tfmg.ponder.small_engines.text_4": "К малогабаритным двигателям относятся двигатели, работающие на Сжиженном Нефтяном Газе, Керосине и Бензине", - "tfmg.ponder.diesel_engine.text_1": "Дизельные двигатели собираются путем размещения Вала перед блоком Дизельного двигателя", - "tfmg.ponder.diesel_engine.text_2": "Двигатель вырабатывает выхлопные газы, которые необходимо отводить с помощью труб и Выхлопной трубы", - "tfmg.ponder.diesel_engine.text_3": "Для работы двигателя необходим Воздух, поэтому нужен Воздухозаборник", - "tfmg.ponder.diesel_engine_expansion.text_1": "Расширенный ввод дизельного двигателя может предоставить Дизельному двигателю два новых входных слота для Смазочного масла и Охлаждающей жидкости", - "tfmg.ponder.surface_scanner.text_1": "Сканер поверхности используется для обнаружения Месторождений сырой нефти", - "tfmg.ponder.surface_scanner.text_2": "Подача вращения к Сканеру позволяет ему сканировать ближайшее месторождение", - "tfmg.ponder.surface_scanner.text_3": "Если месторождение обнаружено, компас на Сканере укажет на его местонахождение", - "tfmg.ponder.pumpjack.text_1": "Чтобы начать добывать Нефть, вы должны сначала построить трубопровод поверх Месторождения, используя Промышленные трубы", - "tfmg.ponder.pumpjack.text_2": "Затем постройте Нефтяной насос поверх трубопровода, Сначала установив основу....", - "tfmg.ponder.pumpjack.text_3": "Поставьте за ним Балансир....", - "tfmg.ponder.pumpjack.text_4": "И, наконец, разместите Машинный ввод с Насосом над ним, как показано на экране", - "tfmg.ponder.distillation_tower.text_1": "Достаточно большой Стальной бак можно превратить в Дистилляционную башню", - "tfmg.ponder.distillation_tower.text_2": "Башня собирается путем размещения Стального контроллера дистилляционной башни рядом с резервуаром....", - "tfmg.ponder.distillation_tower.text_3": "И размещения до 6 Выходов дистилляционной башни, соединенных Промышленными трубами", - "tfmg.ponder.distillation_tower.text_4": "Горелки всполоха необходимы для работы дистилляционной башни. На индикаторе снизу башни отображается текущий уровень мощности.", - "tfmg.ponder.distillation_tower.text_5": "Что бы ввести Сырую нефть, её необходимо закачать в блок Контроллера", - "tfmg.ponder.distillation_tower.text_6": "Каждый Выходной блок обеспечивает выход одного из побочных продуктов нефти", - "tfmg.ponder.distillation_tower.text_7": "СНГ", - "tfmg.ponder.distillation_tower.text_8": "Бензин", - "tfmg.ponder.distillation_tower.text_9": "Лигроин", - "tfmg.ponder.distillation_tower.text_10": "Керосин", - "tfmg.ponder.distillation_tower.text_11": "Дизель", - "tfmg.ponder.distillation_tower.text_12": "Мазут", - "tfmg.ponder.blast_furnace.text_1": "Основой Доменной печи является блок Вывода доменной печи.", - "tfmg.ponder.blast_furnace.text_2": "Чтобы собрать Доменную печь, постройте дымоход из Огнеупорных кирпичей, как показано на экране.", - "tfmg.ponder.blast_furnace.text_3": "Нижнюю половину дымохода необходимо укрепить.", - "tfmg.ponder.blast_furnace.text_4": "Топливо и другие предметы вводятся через отверстие вверху.", - "tfmg.ponder.coke_oven.text_1": "Коксовая печь строится путем размещения блоков Коксовой печи, как показано на экране, включая направление блоков, и клика Гаечным ключём по узкой стороне.", - "tfmg.ponder.coke_oven.text_2": "Процесс коксования достаточно медленный, поэтому эффективнее иметь длинные ряды одновременно работающих печей.", - "tfmg.ponder.coke_oven.text_3": "Уголь может быть введён через любую из сторон", - "tfmg.ponder.coke_oven.text_4": "Во время работы печь вырабатывает Креозот и Углекислый газ, которые необходимо откачивать для продолжения работы.", - "tfmg.ponder.coke_oven.text_5": "После этого Коксовый уголь выпадет из отверстия.", - "tfmg.ponder.casting.text_1": "Литье — это процесс заливки Жидкого металла в Литейную форму с помощью Литейного дозатора.", - "tfmg.ponder.casting.text_2": "Литейная чаша, очевидно, требует Формы литья для работы.", - - "tfmg.ponder.distillation_tower.header": "Установка дистилляционной башни", - - "tfmg.ponder.pumpjack.header": "Строительство нефтяных насосов", - - "tfmg.ponder.surface_scanner.header": "Поиск нефти", - - "tfmg.ponder.diesel_engine.header": "Сборка дизельного двигателя", - - "tfmg.ponder.diesel_engine_expansion.header": "Расширение дизельных двигателей", - - "tfmg.ponder.small_engines.header": "Создание небольших двигателей", - - "tfmg.ponder.coke_oven.header": "Строительство коксовой печи", - "tfmg.ponder.blast_furnace": "Строительство доменной печи", - - "tfmg.ponder.casting.header": "Литье металла", - "tfmg.ponder.tag.oil": "Машины, связанные с нефтью", - "tfmg.ponder.tag.metallurgy": "Металлообрабатывающие машины", - "tfmg.ponder.tag.oil.description": "Машины, которые добывают, перерабатывают или используют сырую нефть и ее побочные продукты.", - "tfmg.ponder.tag.metallurgy.description": "Машины, которые производят, обрабатывают или используют металл и сырье как таковое.", - - "tfmg.subtitle.engine_sounds": "Звуки двигателя", - "tfmg.subtitle.diesel_engine_sounds": "Звуки дизельного двигателя", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.tfmg.base": "Create: The Factory Must Grow", - "itemGroup.tfmg.building": "Create: TFMG Строительные блоки", - - "create.goggles.misc.number": "%1$s", - "create.goggles.misc.percent_symbol": "%", - "create.goggles.misc.dot_one": ".", - "create.goggles.misc.dot_two": "..", - "create.goggles.misc.dot_three": "...", - "create.goggles.misc.storage_info": "Информация о хранилище:", - "create.goggles.fluid_in_tank": "Содержимое бака:", - "create.goggles.surface_scanner.no_rotation": "Подключите вращение", - "create.goggles.surface_scanner.no_deposit": "Месторождений нефти не найдено", - "create.goggles.surface_scanner.deposit_found": "Найдено месторождение нефти!", - "create.goggles.surface_scanner.distance": "Дистанция: %1$s блоков", - "create.goggles.surface_scanner.scanning_surface": "Сканирование поверхности...", - "create.goggles.distillation_tower.status": "Информация о дистилляционной башне:", - "create.goggles.distillation_tower.tank_not_found": "Стальной жидкостный бак не найден", - "create.goggles.distillation_tower.not_tall_enough": "Жидкостный бак слишком низкий", - "create.goggles.distillation_tower.level": "Уровень дистилляционной башни: %1$s", - "create.goggles.distillation_tower.found_outputs": "Количество выходов: %1$s", - "create.goggles.distillation_tower.no_outputs": "Блоки вывода не найдены", - "create.goggles.blast_furnace.stats": "Доменная печь:", - - "create.distillation_tower.size": "Размер", - "create.distillation_tower.heat": "Нагрев", - - "create.goggles.blast_furnace.fuel_amount": "Количество топлива: %1$s", - "create.goggles.blast_furnace.item_count": "Количество предметов: %1$s", - "create.goggles.blast_furnace.height": "Высота: %1$s", - "create.goggles.blast_furnace.nothing_lol": "", - "create.goggles.blast_furnace.status.off": "Статус: Неактивена", - "create.goggles.blast_furnace.status.running": "Статус: Работает", - "create.goggles.blast_furnace.diameter.one": "Диаметр: 1", - "create.goggles.blast_furnace.diameter.two": "Диаметр: 2", - "create.goggles.blast_furnace.invalid": "Доменная печь недействительна", - "create.goggles.coke_oven.status": "Коксовая печь:", - "create.goggles.coke_oven.fluid_amount_output": "Внутреннее содержимое резервуара: %1$s mb", - "create.goggles.coke_oven.fluid_amount_exhaust": "Углекислый газ: %1$s mb", - "create.goggles.coke_oven.item_count": "Внутренне содержимое: %1$s", - "create.goggles.coke_oven.invalid": "Коксовая печь недействительна", - "create.goggles.coke_oven.tank_full": "Внутренний резервуар заполнен", - "create.goggles.coke_oven.progress": "Коксование: %1$s", - "create.goggles.engine_stats": "Статистика двигателя:", - "create.goggles.engine_exhaust_stats": "Статистика выхлопа двигателя:", - "create.goggles.fuel_container": "Хранение жидкости", - "create.goggles.engine.backpartmissing": "Задняя часть отсутствует:", - "create.goggles.engine_redstone_input": "Скорость:", - "create.goggles.engine.efficiency": "Эффективность:", - - "create.tooltip.engine_analog_strength": "%1$s/15", - - "create.goggles.get_engine_efficiency": "%1$s", - "create.goggles.engine.stress": "%1$sЕН", - "create.goggles.diesel_engine.info": "Дизельный двигатель:", - "create.goggles.pumpjack_info": "Информация о нефтяном насосе:", - "create.goggles.pumpjack.part_missing": "Насос или балансир отсутствует", - "create.goggles.pumpjack.wrong_rotation1": "Основа повёрнута неправильно, красный маркер должен", - "create.goggles.pumpjack.wrong_rotation2": "смотреть ОТ балансира", - "create.goggles.pumpjack_fluid_storage": "Информация о жидкостном баке:", - - "create.pumpjack_deposit_amount": "%1$s Buckets", - - "create.goggles.pumpjack.deposit_info": "Информация о месторождении:", - "create.goggles.zero": "Месторождение не найдено", - "create.goggles.pumpjack.fluid_amount": "Количество жидкости:", - "create.goggles.machine_input.info": "Информация о машинном вводе", - "create.goggles.machine_input.no_rot": "Подключите вращение!", - "create.goggles.machine_input.power_level": "Уровень мощности: ", - - "create.recipe.distillation": "Дистилляция", - "create.recipe.advanced_distillation": "Расширенная дистилляция", - "create.recipe.industrial_blasting": "Промышленная плавка", - "create.recipe.casting": "Литьё", - "create.recipe.coking": "Коксование", - - "tfmg.subtitle.engine_sounds": "Звуки двигателя", - "tfmg.subtitle.diesel_engine_sounds": "Звуки дизельного двигателя", - - - "_": "->------------------------] Ponders [------------------------<-", - - "tfmg.ponder.small_engines.text_1": "Чтобы создать небольшой двигатель, расположите переднюю и заднюю части рядом друг с другом", - "tfmg.ponder.small_engines.text_2": "Топливо подается в переднюю часть, а выхлопные газы необходимо отводить из задней части с помощью труб и Выхлопной трубы", - "tfmg.ponder.small_engines.text_3": "Подача сигнала редстоуна на переднюю часть запускает двигатель", - "tfmg.ponder.small_engines.text_4": "К малогабаритным двигателям относятся двигатели, работающие на Сжиженном Нефтяном Газе, Керосине и Кензине", - "tfmg.ponder.diesel_engine.text_1": "Дизельные двигатели собираются путем размещения Вала перед блоком дизельного Двигателя", - "tfmg.ponder.diesel_engine.text_2": "Двигатель вырабатывает выхлопные газы, которые необходимо отводить с помощью труб и Выхлопной трубы", - "tfmg.ponder.diesel_engine.text_3": "Для работы двигателя необходим Воздух, поэтому нужен Воздухозаборник", - "tfmg.ponder.diesel_engine_expansion.text_1": "Расширенный ввод дизельного двигателя может предоставить Дизельному двигателю два новых входных слота для Смазочного масла и Охлаждающей жидкости", - "tfmg.ponder.surface_scanner.text_1": "Сканер поверхности используется для обнаружения Месторождений сырой нефти", - "tfmg.ponder.surface_scanner.text_2": "Подача вращения к Сканеру позволяет ему сканировать ближайшее месторождение", - "tfmg.ponder.surface_scanner.text_3": "Если месторождение обнаружено, компас на Сканере укажет на его местонахождение", - "tfmg.ponder.pumpjack.text_1": "Чтобы начать добывать Нефть, вы должны сначала построить трубопровод поверх Месторождения, используя Промышленные трубы", - "tfmg.ponder.pumpjack.text_2": "Затем постройте Нефтяной насос поверх трубопровода, сначала установив Основу...", - "tfmg.ponder.pumpjack.text_3": "За ним поставьте Балансир...", - "tfmg.ponder.pumpjack.text_4": "И, наконец, разместите Машинный ввод с Насосом над ним, как показано на экране", - "tfmg.ponder.distillation_tower.text_1": "Достаточно большой Стальной бак можно превратить в Дистилляционную башню", - "tfmg.ponder.distillation_tower.text_2": "Башня собирается путем размещения Стального контроллера дистилляционной башни рядом с резервуаром...", - "tfmg.ponder.distillation_tower.text_3": "И размещения до 6 Выходов дистилляционной башни, соединенных Промышленными трубами", - "tfmg.ponder.distillation_tower.text_4": "Горелки всполоха необходимы для работы Дистилляционной башни. На индикаторе снизу башни отображается текущий уровень мощности", - "tfmg.ponder.distillation_tower.text_5": "Что бы закачать Сырую нефть в башню, её необходимо ввести в блок Контроллера", - "tfmg.ponder.distillation_tower.text_6": "Каждый Выходной блок обеспечивает выход одного из побочных продуктов нефти", - "tfmg.ponder.distillation_tower.text_7": "СНГ", - "tfmg.ponder.distillation_tower.text_8": "Безнин", - "tfmg.ponder.distillation_tower.text_9": "Лигроин", - "tfmg.ponder.distillation_tower.text_10": "Керосин", - "tfmg.ponder.distillation_tower.text_11": "Дизель", - "tfmg.ponder.distillation_tower.text_12": "Мазут", - "tfmg.ponder.blast_furnace.text_1": "Основой Доменной печи является блок Вывода доменной печи", - "tfmg.ponder.blast_furnace.text_2": "Чтобы собрать Доменную печь, постройте дымоход из Огнеупорных кирпичей, как показано на экране", - "tfmg.ponder.blast_furnace.text_3": "Нижнюю половину дымохода необходимо укрепить", - "tfmg.ponder.blast_furnace.text_4": "Топливо и другие предметы вводятся через отверстие вверху", - "tfmg.ponder.coke_oven.text_1": "Коксовая печь строится путем размещения блоков Коксовой печи, как показано на экране, включая направление блоков, и клика Гаечным ключём по узкой стороне", - "tfmg.ponder.coke_oven.text_2": "Процесс коксования достаточно медленный, поэтому эффективнее иметь длинные ряды одновременно работающих печей", - "tfmg.ponder.coke_oven.text_3": "Уголь может быть введён через любую из сторон", - "tfmg.ponder.coke_oven.text_4": "Во время работы Печь вырабатывает Креозот и Углекислый газ, которые необходимо откачивать для продолжения работы", - "tfmg.ponder.coke_oven.text_5": "После этого Коксовый уголь выпадет из отверстия", - "tfmg.ponder.casting.text_1": "Литье — это процесс заливки Жидкого металла в Литейную форму с помощью Литейного дозатора", - "tfmg.ponder.casting.text_2": "Литейная чаша, очевидно, требует Формы литья для работы", - - "tfmg.ponder.distillation_tower.header": "Установка дистилляционной башни", - - "tfmg.ponder.pumpjack.header": "Строительство нефтяных насосов", - - "tfmg.ponder.surface_scanner.header": "Поиск нефти", - - "tfmg.ponder.diesel_engine.header": "Сборка дизельного двигателя", - - "tfmg.ponder.diesel_engine_expansion.header": "Расширение дизельных двигателей", - - "tfmg.ponder.small_engines.header": "Создание небольших двигателей", - - "tfmg.ponder.coke_oven.header": "Строительство коксовой печи", - "tfmg.ponder.blast_furnace": "Строительство доменной печи", - - "tfmg.ponder.casting.header": "Литье металла", - "tfmg.ponder.tag.oil": "Машины, связанные с нефтью", - "tfmg.ponder.tag.metallurgy": "Металлообрабатывающие машины", - "tfmg.ponder.tag.oil.description": "Машины, которые добывают, перерабатывают или используют сырую нефть и ее побочные продукты", - "tfmg.ponder.tag.metallurgy.description": "Машины, которые производят, обрабатывают или используют металл и сырье как таковое", - - "_": "Thank you for translating Create: The Factory Must Grow!" , - "_": "No Problem))))))spend 4 hours........" - -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/accumulator/block_horizontal.json b/build/resources/main/assets/tfmg/models/block/accumulator/block_horizontal.json deleted file mode 100644 index 9cdb40a5..00000000 --- a/build/resources/main/assets/tfmg/models/block/accumulator/block_horizontal.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/accumulator", - "1": "tfmg:block/accumulator_side", - "particle": "tfmg:block/accumulator" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 16]}, - "faces": { - "north": {"uv": [8, 8, 16, 16], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#1"}, - "south": {"uv": [8, 8, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/air_intake/block_medium.json b/build/resources/main/assets/tfmg/models/block/air_intake/block_medium.json deleted file mode 100644 index e1beaa3d..00000000 --- a/build/resources/main/assets/tfmg/models/block/air_intake/block_medium.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/air_intake/air_intake_medium", - "1": "tfmg:block/air_intake/inputs", - "2": "tfmg:block/air_intake/inside_medium", - "particle": "tfmg:block/air_intake/air_intake_medium" - }, - "elements": [ - { - "from": [-16, 0, 1], - "to": [16, 32, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [5.33333, 5.33333, 16, 16], "texture": "#1"}, - "east": {"uv": [8, 4, 16, 7.75], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 8, 8, 16], "rotation": 180, "texture": "#0"}, - "west": {"uv": [8, 4, 16, 7.75], "rotation": 90, "texture": "#0"}, - "up": {"uv": [8, 4, 16, 7.75], "rotation": 180, "texture": "#0"}, - "down": {"uv": [8, 4, 16, 7.75], "texture": "#0"} - } - }, - { - "from": [-16, 0, 8.5], - "to": [16, 32, 8.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "east": {"uv": [0, 0, 16, 0], "rotation": 270, "texture": "#2"}, - "south": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#2"}, - "west": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#2"}, - "up": {"uv": [0, 0, 16, 0], "rotation": 180, "texture": "#2"}, - "down": {"uv": [0, 0, 16, 0], "texture": "#2"} - } - }, - { - "from": [-13.99, 0, 2], - "to": [-13.99, 32, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#0"}, - "east": {"uv": [8, 4, 16, 7.75], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 0, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 14], "texture": "#0"} - } - }, - { - "from": [13.99, 0, 2], - "to": [13.99, 32, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#0"}, - "west": {"uv": [8, 4, 16, 7.75], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 0, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 14], "texture": "#0"} - } - }, - { - "from": [-16, 29.999, 2], - "to": [16, 29.999, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 0], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 16, 0], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [8, 4, 16, 7.75], "texture": "#0"} - } - }, - { - "from": [-16, 2.001, 2], - "to": [16, 2.001, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 0], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 16, 0], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [8, 4, 16, 7.75], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/air_intake/item.json b/build/resources/main/assets/tfmg/models/block/air_intake/item.json deleted file mode 100644 index 3a977db3..00000000 --- a/build/resources/main/assets/tfmg/models/block/air_intake/item.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/air_intake/air_intake_small", - "particle": "tfmg:block/air_intake/air_intake_small" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 2], - "faces": { - "north": {"uv": [8, 0, 16, 8], "texture": "#0"}, - "east": {"uv": [15, 0, 16, 8], "texture": "#0"}, - "south": {"uv": [8, 0, 16, 8], "texture": "#0"}, - "west": {"uv": [8, 0, 9, 8], "texture": "#0"}, - "up": {"uv": [0, 8, 8, 9], "texture": "#0"}, - "down": {"uv": [0, 7, 8, 8], "texture": "#0"} - } - }, - { - "from": [0, 0, 14], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [8, 0, 16, 8], "texture": "#0"}, - "east": {"uv": [8, 0, 9, 8], "texture": "#0"}, - "south": {"uv": [8, 0, 16, 8], "texture": "#0"}, - "west": {"uv": [15, 0, 16, 8], "texture": "#0"}, - "up": {"uv": [0, 8, 8, 9], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 7, 8, 8], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [0, 0, 2], - "to": [2, 16, 14], - "faces": { - "north": {"uv": [15, 0, 16, 8], "texture": "#0"}, - "east": {"uv": [9, 0, 15, 8], "texture": "#0"}, - "south": {"uv": [8, 0, 9, 8], "texture": "#0"}, - "west": {"uv": [9, 0, 15, 8], "texture": "#0"}, - "up": {"uv": [1, 8, 7, 9], "rotation": 270, "texture": "#0"}, - "down": {"uv": [1, 7, 7, 8], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [16, 16, 14], - "faces": { - "north": {"uv": [8, 0, 9, 8], "texture": "#0"}, - "east": {"uv": [9, 0, 15, 8], "texture": "#0"}, - "south": {"uv": [15, 0, 16, 8], "texture": "#0"}, - "west": {"uv": [9, 0, 15, 8], "texture": "#0"}, - "up": {"uv": [1, 8, 7, 9], "rotation": 90, "texture": "#0"}, - "down": {"uv": [1, 7, 7, 8], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [2, 1, 2], - "to": [14, 3, 14], - "faces": { - "north": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "east": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "up": {"uv": [1, 1, 7, 7], "texture": "#0"}, - "down": {"uv": [1, 1, 7, 7], "texture": "#0"} - } - }, - { - "from": [2, 16, 2], - "to": [14, 16, 14], - "faces": { - "north": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "east": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "up": {"uv": [1, 9, 7, 15], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_cap_alt.json b/build/resources/main/assets/tfmg/models/block/aluminum_cap_alt.json deleted file mode 100644 index 9c3cc867..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/aluminum_cogwheel.json b/build/resources/main/assets/tfmg/models/block/aluminum_cogwheel.json deleted file mode 100644 index 96dc0e46..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_cogwheel.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "create:block/large_wheels", - "render_type": "minecraft:cutout", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/aluminum_coghweel", - "1": "create:block/axis_top", - "2": "create:block/axis", - "particle": "tfmg:block/aluminum_coghweel" - }, - "elements": [ - { - "name": "Gear", - "from": [-1, 6.5, 6.5], - "to": [17, 9.5, 9.5], - "faces": { - "north": {"uv": [7, 8, 16, 9.5], "texture": "#0"}, - "east": {"uv": [5, 8, 6.5, 9.5], "texture": "#0"}, - "south": {"uv": [7, 8, 16, 9.5], "texture": "#0"}, - "west": {"uv": [5, 8, 6.5, 9.5], "texture": "#0"}, - "up": {"uv": [7, 6, 16, 7.5], "texture": "#0"}, - "down": {"uv": [7, 6, 16, 7.5], "texture": "#0"} - } - }, - { - "name": "Gear2", - "from": [-1, 6.5, 6.5], - "to": [17, 9.5, 9.5], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [7, 8, 16, 9.5], "texture": "#0"}, - "east": {"uv": [5, 8, 6.5, 9.5], "texture": "#0"}, - "south": {"uv": [7, 8, 16, 9.5], "texture": "#0"}, - "west": {"uv": [5, 8, 6.5, 9.5], "texture": "#0"}, - "up": {"uv": [7, 6, 16, 7.5], "texture": "#0"}, - "down": {"uv": [7, 6, 16, 7.5], "texture": "#0"} - } - }, - { - "name": "Gear3", - "from": [-1, 6.5, 6.5], - "to": [17, 9.5, 9.5], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [7, 8, 16, 9.5], "texture": "#0"}, - "east": {"uv": [5, 8, 6.5, 9.5], "texture": "#0"}, - "south": {"uv": [7, 8, 16, 9.5], "texture": "#0"}, - "west": {"uv": [5, 8, 6.5, 9.5], "texture": "#0"}, - "up": {"uv": [7, 6, 16, 7.5], "texture": "#0"}, - "down": {"uv": [7, 6, 16, 7.5], "texture": "#0"} - } - }, - { - "name": "Gear4", - "from": [6.5, 6.5, -1], - "to": [9.5, 9.5, 17], - "faces": { - "north": {"uv": [5, 8, 6.5, 9.5], "texture": "#0"}, - "east": {"uv": [7, 8, 16, 9.5], "texture": "#0"}, - "south": {"uv": [5, 8, 6.5, 9.5], "texture": "#0"}, - "west": {"uv": [7, 8, 16, 9.5], "texture": "#0"}, - "up": {"uv": [7, 6, 16, 7.5], "rotation": 90, "texture": "#0"}, - "down": {"uv": [7, 6, 16, 7.5], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "GearCaseInner", - "from": [2, 6.55, 2], - "to": [14, 9.45, 14], - "faces": { - "north": {"uv": [0, 6, 6, 7.5], "texture": "#0"}, - "east": {"uv": [0, 6, 6, 7.5], "texture": "#0"}, - "south": {"uv": [0, 6, 6, 7.5], "texture": "#0"}, - "west": {"uv": [0, 6, 6, 7.5], "texture": "#0"}, - "up": {"uv": [4, 0, 10, 6], "texture": "#0"}, - "down": {"uv": [4, 0, 10, 6], "texture": "#0"} - } - }, - { - "from": [12, 6, 4], - "to": [12, 10, 12], - "faces": { - "north": {"uv": [10, 0, 10, 2], "texture": "#0"}, - "east": {"uv": [10, 0, 14, 2], "texture": "#0"}, - "south": {"uv": [10, 0, 10, 2], "texture": "#0"}, - "west": {"uv": [10, 0, 14, 2], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 4], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 4], "texture": "#0"} - } - }, - { - "from": [4, 6, 4], - "to": [4, 10, 12], - "faces": { - "north": {"uv": [10, 0, 10, 2], "texture": "#0"}, - "east": {"uv": [10, 0, 14, 2], "texture": "#0"}, - "south": {"uv": [10, 0, 10, 2], "texture": "#0"}, - "west": {"uv": [10, 0, 14, 2], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 4], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 4], "texture": "#0"} - } - }, - { - "from": [4, 6, 12], - "to": [12, 10, 12], - "faces": { - "north": {"uv": [10, 0, 14, 2], "texture": "#0"}, - "east": {"uv": [10, 0, 10, 2], "texture": "#0"}, - "south": {"uv": [10, 0, 14, 2], "texture": "#0"}, - "west": {"uv": [10, 0, 10, 2], "texture": "#0"}, - "up": {"uv": [0, 0, 4, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 4, 0], "texture": "#0"} - } - }, - { - "from": [4, 6, 4], - "to": [12, 10, 4], - "faces": { - "north": {"uv": [10, 0, 14, 2], "texture": "#0"}, - "east": {"uv": [10, 0, 10, 2], "texture": "#0"}, - "south": {"uv": [10, 0, 14, 2], "texture": "#0"}, - "west": {"uv": [10, 0, 10, 2], "texture": "#0"}, - "up": {"uv": [0, 0, 4, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 4, 0], "texture": "#0"} - } - }, - { - "from": [4, 8, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [0, 0, 4, 0], "texture": "#0"}, - "east": {"uv": [0, 0, 4, 0], "texture": "#0"}, - "south": {"uv": [0, 0, 4, 0], "texture": "#0"}, - "west": {"uv": [0, 0, 4, 0], "texture": "#0"}, - "up": {"uv": [0, 0, 4, 4], "texture": "#0"}, - "down": {"uv": [0, 0, 4, 4], "texture": "#0"} - } - }, - { - "name": "Axis", - "from": [6, 0, 6], - "to": [10, 16, 10], - "faces": { - "north": {"uv": [6, 0, 10, 16], "texture": "#2"}, - "east": {"uv": [6, 0, 10, 16], "texture": "#2"}, - "south": {"uv": [6, 0, 10, 16], "texture": "#2"}, - "west": {"uv": [6, 0, 10, 16], "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#1"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_fluid_tank/block_bottom.json b/build/resources/main/assets/tfmg/models/block/aluminum_fluid_tank/block_bottom.json deleted file mode 100644 index 6ebdd5ea..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_fluid_tank/block_bottom.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/aluminum_fluid_tank_top", - "1": "tfmg:block/aluminum_fluid_tank", - "4": "tfmg:block/aluminum_fluid_tank_inner", - "particle": "tfmg:block/aluminum_fluid_tank" - }, - "elements": [ - { - "name": "Lid", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [16, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "north"}, - "south": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "north"} - } - }, - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "east"}, - "west": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "east"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 15], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [1, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "west"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_fluid_tank/block_bottom_window_ne.json b/build/resources/main/assets/tfmg/models/block/aluminum_fluid_tank/block_bottom_window_ne.json deleted file mode 100644 index 106c591f..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_fluid_tank/block_bottom_window_ne.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/aluminum_fluid_tank_top", - "1": "tfmg:block/aluminum_fluid_tank", - "3": "tfmg:block/aluminum_fluid_tank_window", - "4": "tfmg:block/aluminum_fluid_tank_inner", - "particle": "tfmg:block/aluminum_fluid_tank" - }, - "elements": [ - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 16, 12], - "faces": { - "east": {"uv": [4, 0, 16, 12], "texture": "#1"}, - "south": {"uv": [4, 0, 5, 12], "texture": "#1"}, - "west": {"uv": [0, 0, 12, 12], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [0, 4, 0.95], - "to": [4, 16, 0.95], - "faces": { - "north": {"uv": [0, 4, 4, 16], "texture": "#3"}, - "south": {"uv": [4, 4, 8, 16], "texture": "#3"} - } - }, - { - "name": "Window", - "from": [15.05, 4, 12], - "to": [15.05, 16, 16], - "faces": { - "east": {"uv": [4, 4, 8, 16], "texture": "#3"}, - "west": {"uv": [0, 4, 4, 16], "texture": "#3"} - } - }, - { - "name": "SideLeft", - "from": [4, 4, 0], - "to": [16, 16, 1], - "faces": { - "north": {"uv": [0, 0, 12, 12], "texture": "#1"}, - "south": {"uv": [4, 0, 16, 12], "texture": "#1"}, - "west": {"uv": [11, 0, 12, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-23, 8, 8]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_fluid_tank/block_single.json b/build/resources/main/assets/tfmg/models/block/aluminum_fluid_tank/block_single.json deleted file mode 100644 index 73d61704..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_fluid_tank/block_single.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/aluminum_fluid_tank_top", - "1": "tfmg:block/aluminum_fluid_tank", - "4": "tfmg:block/aluminum_fluid_tank_inner", - "particle": "tfmg:block/aluminum_fluid_tank" - }, - "elements": [ - { - "name": "Lid", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - }, - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "east"}, - "west": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "east"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 15], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "west"} - } - }, - { - "name": "Lid", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "north"}, - "south": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "north"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [] - }, - { - "name": "block_middle", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [] - } - ] - }, - { - "name": "block_bottom", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3] - } - ] - }, - { - "name": "block_top", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [4, 5] - } - ] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_fluid_tank/block_top.json b/build/resources/main/assets/tfmg/models/block/aluminum_fluid_tank/block_top.json deleted file mode 100644 index a401f01a..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_fluid_tank/block_top.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/aluminum_fluid_tank_top", - "1": "tfmg:block/aluminum_fluid_tank", - "4": "tfmg:block/aluminum_fluid_tank_inner", - "particle": "tfmg:block/aluminum_fluid_tank" - }, - "elements": [ - { - "name": "Lid", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "SideRight", - "from": [0, 0, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "north"}, - "south": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "north"} - } - }, - { - "name": "SideRight", - "from": [15, 0, 0], - "to": [16, 12, 16], - "faces": { - "east": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "east"}, - "west": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "east"} - } - }, - { - "name": "SideRight", - "from": [0, 0, 15], - "to": [16, 12, 16], - "faces": { - "north": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideRight", - "from": [0, 0, 0], - "to": [1, 12, 16], - "faces": { - "east": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "west"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_fluid_tank/block_top_window.json b/build/resources/main/assets/tfmg/models/block/aluminum_fluid_tank/block_top_window.json deleted file mode 100644 index 8da50fdf..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_fluid_tank/block_top_window.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/aluminum_fluid_tank_top", - "1": "tfmg:block/aluminum_fluid_tank", - "3": "tfmg:block/aluminum_fluid_tank_window", - "4": "tfmg:block/aluminum_fluid_tank_inner", - "particle": "tfmg:block/aluminum_fluid_tank" - }, - "elements": [ - { - "name": "Lid", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "SideRight", - "from": [0, 0, 0], - "to": [4, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [12, 4, 16, 16], "texture": "#1", "cullface": "north"}, - "east": {"uv": [0, 4, 1, 16], "texture": "#1", "cullface": "north"}, - "south": {"uv": [0, 4, 4, 16], "texture": "#1", "cullface": "north"} - } - }, - { - "name": "SideRight", - "from": [15, 0, 0], - "to": [16, 12, 4], - "faces": { - "east": {"uv": [12, 4, 16, 16], "texture": "#1", "cullface": "east"}, - "south": {"uv": [0, 4, 1, 16], "texture": "#1", "cullface": "east"}, - "west": {"uv": [0, 4, 4, 16], "texture": "#1", "cullface": "east"} - } - }, - { - "name": "SideRight", - "from": [12, 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"}, - "west": {"uv": [0, 4, 1, 16], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideRight", - "from": [0, 0, 12], - "to": [1, 12, 16], - "faces": { - "north": {"uv": [0, 4, 1, 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"} - } - }, - { - "name": "Window", - "from": [4, 0, 0.95], - "to": [12, 12, 0.95], - "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"} - } - }, - { - "name": "Window", - "from": [15.05, 0, 4], - "to": [15.05, 12, 12], - "faces": { - "east": {"uv": [0, 0, 8, 12], "texture": "#3", "cullface": "east"}, - "west": {"uv": [0, 0, 8, 12], "texture": "#3", "cullface": "east"} - } - }, - { - "name": "Window", - "from": [4, 0, 15.05], - "to": [12, 12, 15.05], - "faces": { - "north": {"uv": [0, 0, 8, 12], "texture": "#3", "cullface": "south"}, - "south": {"uv": [0, 0, 8, 12], "texture": "#3", "cullface": "south"} - } - }, - { - "name": "Window", - "from": [0.95, 0, 4], - "to": [0.95, 12, 12], - "faces": { - "east": {"uv": [0, 0, 8, 12], "texture": "#3", "cullface": "west"}, - "west": {"uv": [0, 0, 8, 12], "texture": "#3", "cullface": "west"} - } - }, - { - "name": "SideLeft", - "from": [12, 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"}, - "south": {"uv": [12, 4, 16, 16], "texture": "#1", "cullface": "north"}, - "west": {"uv": [15, 4, 16, 16], "texture": "#1", "cullface": "north"} - } - }, - { - "name": "SideLeft", - "from": [15, 0, 12], - "to": [16, 12, 16], - "faces": { - "north": {"uv": [15, 4, 16, 16], "texture": "#1", "cullface": "east"}, - "east": {"uv": [0, 4, 4, 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], - "faces": { - "north": {"uv": [12, 4, 16, 16], "texture": "#1", "cullface": "south"}, - "east": {"uv": [15, 4, 16, 16], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 4, 4, 16], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideLeft", - "from": [0, 0, 0], - "to": [1, 12, 4], - "faces": { - "east": {"uv": [12, 4, 16, 16], "texture": "#1", "cullface": "west"}, - "south": {"uv": [15, 4, 16, 16], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 4, 4, 16], "texture": "#1", "cullface": "west"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_fluid_valve/block_horizontal_open.json b/build/resources/main/assets/tfmg/models/block/aluminum_fluid_valve/block_horizontal_open.json deleted file mode 100644 index 04a08969..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_fluid_valve/block_horizontal_open.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "credit": "Made with Blockbench", - "render_type": "minecraft:cutout", - "textures": { - "2": "tfmg:block/aluminum_fluid_valve", - "3": "tfmg:block/aluminum_valve_open", - "particle": "tfmg:block/aluminum_block" - }, - "elements": [ - { - "name": "ValveCenter", - "from": [2, 2, 2], - "to": [14, 14, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [24, 11, 11]}, - "faces": { - "north": {"uv": [1, 1, 7, 7], "rotation": 90, "texture": "#2"}, - "east": {"uv": [9, 1, 15, 7], "rotation": 90, "texture": "#2"}, - "south": {"uv": [1, 1, 7, 7], "rotation": 90, "texture": "#2"}, - "west": {"uv": [9, 1, 15, 7], "rotation": 90, "texture": "#2"}, - "up": {"uv": [1, 9, 7, 15], "rotation": 90, "texture": "#2"}, - "down": {"uv": [1, 9, 7, 15], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [3, 14, 3], - "to": [13, 16, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8.5, 6.5], "rotation": 90, "texture": "#2"}, - "east": {"uv": [7.5, 1.5, 8.5, 6.5], "rotation": 90, "texture": "#2"}, - "south": {"uv": [7.5, 1.5, 8.5, 6.5], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7.5, 1.5, 8.5, 6.5], "rotation": 90, "texture": "#2"}, - "up": {"uv": [1.5, 9.5, 6.5, 14.5], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 0, 0, 0], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [3, 0, 3], - "to": [13, 2, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [8.5, 1.5, 7.5, 6.5], "rotation": 90, "texture": "#2"}, - "east": {"uv": [8.5, 1.5, 7.5, 6.5], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8.5, 1.5, 7.5, 6.5], "rotation": 90, "texture": "#2"}, - "west": {"uv": [8.5, 1.5, 7.5, 6.5], "rotation": 90, "texture": "#2"}, - "up": {"uv": [0, 0, 0, 0], "rotation": 90, "texture": "#2"}, - "down": {"uv": [7, 9, 1, 15], "rotation": 90, "texture": "#2"} - } - }, - { - "name": "ValveCenter", - "from": [2, 2, 3], - "to": [14, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [24, 11, 12]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "rotation": 90, "texture": "#3"}, - "east": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "west": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "up": {"uv": [7.5, 1, 8, 7], "rotation": 90, "texture": "#2"}, - "down": {"uv": [7.5, 1, 8, 7], "rotation": 90, "texture": "#2"} - } - }, - { - "name": "ValveCenter", - "from": [2, 2, 14], - "to": [14, 14, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13.5]}, - "faces": { - "east": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "south": {"uv": [2, 2, 14, 14], "rotation": 90, "texture": "#3"}, - "west": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "up": {"uv": [7.5, 1, 8, 7], "rotation": 270, "texture": "#2"}, - "down": {"uv": [7.5, 1, 8, 7], "rotation": 270, "texture": "#2"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_fluid_valve/block_vertical_open.json b/build/resources/main/assets/tfmg/models/block/aluminum_fluid_valve/block_vertical_open.json deleted file mode 100644 index c6f999f2..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_fluid_valve/block_vertical_open.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "credit": "Made with Blockbench", - "render_type": "minecraft:cutout", - "textures": { - "2": "tfmg:block/aluminum_fluid_valve", - "4": "tfmg:block/aluminum_valve_open", - "particle": "tfmg:block/aluminum_block" - }, - "elements": [ - { - "name": "ValveCenter", - "from": [2, 2, 2], - "to": [14, 14, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [24, 11, 11]}, - "faces": { - "north": {"uv": [1, 1, 7, 7], "texture": "#2"}, - "east": {"uv": [1, 9, 7, 15], "rotation": 90, "texture": "#2"}, - "south": {"uv": [1, 1, 7, 7], "texture": "#2"}, - "west": {"uv": [1, 9, 7, 15], "rotation": 90, "texture": "#2"}, - "up": {"uv": [9, 1, 15, 7], "texture": "#2"}, - "down": {"uv": [9, 1, 15, 7], "texture": "#2"} - } - }, - { - "name": "ValveCenter", - "from": [2, 2, 3], - "to": [14, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [24, 11, 12]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#4"}, - "east": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "west": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "up": {"uv": [7.5, 1, 8, 7], "rotation": 90, "texture": "#2"}, - "down": {"uv": [7.5, 1, 8, 7], "rotation": 90, "texture": "#2"} - } - }, - { - "name": "ValveCenter", - "from": [2, 2, 14], - "to": [14, 14, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13.5]}, - "faces": { - "east": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#4"}, - "west": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "up": {"uv": [7.5, 1, 8, 7], "rotation": 270, "texture": "#2"}, - "down": {"uv": [7.5, 1, 8, 7], "rotation": 270, "texture": "#2"} - } - }, - { - "from": [0, 3, 3], - "to": [2, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8.5, 6.5], "texture": "#2"}, - "south": {"uv": [8.5, 1.5, 7.5, 6.5], "texture": "#2"}, - "west": {"uv": [1.5, 9.5, 6.5, 14.5], "texture": "#2"}, - "up": {"uv": [8.5, 1.5, 7.5, 6.5], "texture": "#2"}, - "down": {"uv": [8.5, 1.5, 7.5, 6.5], "texture": "#2"} - } - }, - { - "from": [14, 3, 3], - "to": [16, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8.5, 6.5], "texture": "#2"}, - "east": {"uv": [6.5, 9.5, 1.5, 14.5], "texture": "#2"}, - "south": {"uv": [8.5, 1.5, 7.5, 6.5], "texture": "#2"}, - "up": {"uv": [8.5, 1.5, 7.5, 6.5], "texture": "#2"}, - "down": {"uv": [8.5, 1.5, 7.5, 6.5], "texture": "#2"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_flywheel/flywheel.json b/build/resources/main/assets/tfmg/models/block/aluminum_flywheel/flywheel.json deleted file mode 100644 index 3620d459..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_flywheel/flywheel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "block/block", - "ambientocclusion": false, - "textures": { - "0": "tfmg:block/aluminum_flywheel", - "1": "create:block/axis", - "2": "create:block/axis_top", - "particle": "tfmg:block/aluminum_flywheel" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_frame/block.json b/build/resources/main/assets/tfmg/models/block/aluminum_frame/block.json deleted file mode 100644 index 406c0829..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_frame/block.json +++ /dev/null @@ -1,166 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/aluminum_frame_2", - "particle": "tfmg:block/aluminum_frame_2" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [2, 16, 2], - "faces": { - "north": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 14, 2, 16], "texture": "#0"} - } - }, - { - "from": [14, 0, 0], - "to": [16, 16, 2], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [14, 0, 16, 2], "texture": "#0"}, - "down": {"uv": [14, 14, 16, 16], "texture": "#0"} - } - }, - { - "from": [0, 0, 14], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "up": {"uv": [0, 14, 2, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [14, 0, 14], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [14, 14, 16, 16], "texture": "#0"}, - "down": {"uv": [14, 0, 16, 2], "texture": "#0"} - } - }, - { - "from": [14, 14, 2], - "to": [16, 16, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [2, 16, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 12], "texture": "#0"} - } - }, - { - "from": [0, 0, 2], - "to": [2, 2, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 12], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [16, 2, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [14, 2, 16, 14], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [14, 16, 2], - "faces": { - "north": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 14, 14], - "to": [14, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [14, 2, 16], - "faces": { - "north": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 0, 0], - "to": [14, 2, 2], - "faces": { - "north": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 15, 15], - "faces": { - "north": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "east": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "south": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "west": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "up": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "down": {"uv": [1, 1, 15, 15], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_lamp/light.json b/build/resources/main/assets/tfmg/models/block/aluminum_lamp/light.json deleted file mode 100644 index 7ffd10eb..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_lamp/light.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/light", - "particle": "tfmg:block/light" - }, - "elements": [ - { - "from": [3.75, 3.75, 2], - "to": [12.25, 12.25, 3.25], - "rotation": {"angle": 0, "axis": "x", "origin": [2, 8, 8]}, - "faces": { - "east": {"uv": [4, 10, 12, 11], "rotation": 270, "texture": "#0"}, - "south": {"uv": [4, 8, 12, 16], "texture": "#0"}, - "west": {"uv": [4, 10, 12, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [4, 10, 12, 11], "rotation": 180, "texture": "#0"}, - "down": {"uv": [4, 10, 12, 11], "texture": "#0"} - } - }, - { - "from": [3.5, 3.5, 2], - "to": [12.5, 12.5, 3.5], - "rotation": {"angle": 0, "axis": "x", "origin": [2, 8, 8]}, - "faces": { - "east": {"uv": [4, 3, 12, 4], "rotation": 270, "texture": "#0"}, - "south": {"uv": [4, 0, 12, 8], "texture": "#0"}, - "west": {"uv": [4, 3, 12, 4], "rotation": 90, "texture": "#0"}, - "up": {"uv": [4, 3, 12, 4], "rotation": 180, "texture": "#0"}, - "down": {"uv": [4, 3, 12, 4], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/connection/east.json b/build/resources/main/assets/tfmg/models/block/aluminum_pipe/connection/east.json deleted file mode 100644 index 47c98c3c..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/connection/east.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/aluminum_pipes", - "particle": "tfmg:block/aluminum_block" - }, - "elements": [ - { - "name": "connection_east", - "from": [12, 4, 4], - "to": [16, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -16]}, - "faces": { - "north": {"uv": [0, 6, 4, 8], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 8, 4, 6], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 8, 4, 6], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 6, 4, 8], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/connection/south.json b/build/resources/main/assets/tfmg/models/block/aluminum_pipe/connection/south.json deleted file mode 100644 index af618a30..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/connection/south.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/aluminum_pipes", - "particle": "tfmg:block/aluminum_block" - }, - "elements": [ - { - "name": "connection_south", - "from": [4, 4, 12], - "to": [12, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, - "faces": { - "east": {"uv": [0, 6, 4, 8], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 8, 4, 6], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 8, 4, 6], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 6, 4, 8], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/core_y.json b/build/resources/main/assets/tfmg/models/block/aluminum_pipe/core_y.json deleted file mode 100644 index 589ac645..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/core_y.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/aluminum_pipes_connected", - "particle": "tfmg:block/aluminum_block" - }, - "elements": [ - { - "name": "core_y", - "from": [4, 4, 4], - "to": [12, 12, 12], - "faces": { - "up": {"uv": [12, 12, 16, 8], "rotation": 180, "texture": "#0"}, - "down": {"uv": [12, 8, 16, 12], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/d_z.json b/build/resources/main/assets/tfmg/models/block/aluminum_pipe/d_z.json deleted file mode 100644 index 092f0f55..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/aluminum_pipe/drain/down.json b/build/resources/main/assets/tfmg/models/block/aluminum_pipe/drain/down.json deleted file mode 100644 index 394aa43d..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/drain/down.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/aluminum_pipes", - "particle": "tfmg:block/aluminum_block" - }, - "elements": [ - { - "from": [4.95, -3.95, 4.95], - "to": [11.05, -0.95, 11.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "down": {"uv": [13, 8, 16, 11], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [2.95, -1.1, 2.95], - "to": [13.05, 2, 13.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10.5, 16, 9, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [10.5, 16, 9, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [10.5, 16, 9, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [10.5, 16, 9, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/drain/west.json b/build/resources/main/assets/tfmg/models/block/aluminum_pipe/drain/west.json deleted file mode 100644 index b9218875..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/drain/west.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/aluminum_pipes", - "particle": "tfmg:block/aluminum_block" - }, - "elements": [ - { - "from": [-1.1, 2.95, 2.95], - "to": [2, 13.05, 13.05], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10.5, 16, 9, 11], "texture": "#0"}, - "east": {"uv": [16, 11, 11, 16], "texture": "#0"}, - "south": {"uv": [9, 11, 10.5, 16], "texture": "#0"}, - "west": {"uv": [16, 11, 11, 16], "texture": "#0"}, - "up": {"uv": [9, 11, 10.5, 16], "texture": "#0"}, - "down": {"uv": [9, 16, 10.5, 11], "texture": "#0"} - } - }, - { - "from": [-3.95, 4.95, 4.95], - "to": [-0.95, 11.05, 11.05], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [13.5, 8, 12, 11], "rotation": 180, "texture": "#0"}, - "south": {"uv": [13.5, 8, 12, 11], "texture": "#0"}, - "west": {"uv": [16, 8, 13, 11], "texture": "#0"}, - "up": {"uv": [13.5, 8, 12, 11], "texture": "#0"}, - "down": {"uv": [13.5, 8, 12, 11], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/lr_x.json b/build/resources/main/assets/tfmg/models/block/aluminum_pipe/lr_x.json deleted file mode 100644 index f900d932..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/aluminum_pipe/rim/east.json b/build/resources/main/assets/tfmg/models/block/aluminum_pipe/rim/east.json deleted file mode 100644 index 71e308e5..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/rim/east.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/aluminum_pipes", - "particle": "tfmg:block/aluminum_block" - }, - "elements": [ - { - "from": [14, 3, 3], - "to": [16, 13, 13], - "faces": { - "north": {"uv": [9.5, 16, 10.5, 11], "texture": "#0"}, - "east": {"uv": [11, 11, 16, 16], "texture": "#0", "cullface": "east"}, - "south": {"uv": [10.5, 11, 9.5, 16], "texture": "#0"}, - "west": {"uv": [11, 11, 16, 16], "texture": "#0"}, - "up": {"uv": [9.5, 16, 10.5, 11], "rotation": 180, "texture": "#0"}, - "down": {"uv": [10.5, 11, 9.5, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/rim/north.json b/build/resources/main/assets/tfmg/models/block/aluminum_pipe/rim/north.json deleted file mode 100644 index f3cffc47..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/rim/north.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/aluminum_pipes", - "particle": "tfmg:block/aluminum_block" - }, - "elements": [ - { - "from": [3, 3, 0], - "to": [13, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 28, 8]}, - "faces": { - "north": {"uv": [11, 11, 16, 16], "texture": "#0", "cullface": "north"}, - "east": {"uv": [10.5, 11, 9.5, 16], "texture": "#0"}, - "south": {"uv": [11, 11, 16, 16], "texture": "#0"}, - "west": {"uv": [9.5, 16, 10.5, 11], "texture": "#0"}, - "up": {"uv": [10.5, 11, 9.5, 16], "rotation": 270, "texture": "#0"}, - "down": {"uv": [9.5, 16, 10.5, 11], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/rim_connector/east.json b/build/resources/main/assets/tfmg/models/block/aluminum_pipe/rim_connector/east.json deleted file mode 100644 index 39c323e2..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/rim_connector/east.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/aluminum_pipes", - "particle": "tfmg:block/aluminum_block" - }, - "elements": [ - { - "name": "rim_east", - "from": [12, 4, 4], - "to": [16, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -16]}, - "faces": { - "north": {"uv": [4, 6, 8, 8], "rotation": 90, "texture": "#0"}, - "south": {"uv": [4, 8, 8, 6], "rotation": 90, "texture": "#0"}, - "up": {"uv": [4, 8, 8, 6], "rotation": 90, "texture": "#0"}, - "down": {"uv": [4, 6, 8, 8], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_pipe/u_y.json b/build/resources/main/assets/tfmg/models/block/aluminum_pipe/u_y.json deleted file mode 100644 index 02033113..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/aluminum_pipe/ud_x.json b/build/resources/main/assets/tfmg/models/block/aluminum_pipe/ud_x.json deleted file mode 100644 index 63399c32..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/aluminum_pipe/ud_y.json b/build/resources/main/assets/tfmg/models/block/aluminum_pipe/ud_y.json deleted file mode 100644 index 41c9b119..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/aluminum_pipe/ud_z.json b/build/resources/main/assets/tfmg/models/block/aluminum_pipe/ud_z.json deleted file mode 100644 index d6c36eba..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/aluminum_post.json b/build/resources/main/assets/tfmg/models/block/aluminum_post.json deleted file mode 100644 index 3205721e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/aluminum_post_ends.json b/build/resources/main/assets/tfmg/models/block/aluminum_post_ends.json deleted file mode 100644 index 0a78d522..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/aluminum_scaffolding_horizontal.json b/build/resources/main/assets/tfmg/models/block/aluminum_scaffolding_horizontal.json deleted file mode 100644 index 0731b3da..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/aluminum_side_alt.json b/build/resources/main/assets/tfmg/models/block/aluminum_side_alt.json deleted file mode 100644 index 1b7fc892..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/aluminum_smart_fluid_pipe/block.json b/build/resources/main/assets/tfmg/models/block/aluminum_smart_fluid_pipe/block.json deleted file mode 100644 index cefef9b5..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_smart_fluid_pipe/block.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "2": "tfmg:block/aluminum_smart_pipe_1", - "3": "tfmg:block/aluminum_smart_pipe_2", - "4": "tfmg:block/aluminum_pipes", - "5": "tfmg:block/aluminum_smart_pipe_3", - "particle": "tfmg:block/aluminum_block" - }, - "elements": [ - { - "from": [3, 3, 3], - "to": [13, 13, 13], - "faces": { - "north": {"uv": [3, 3, 13, 13], "texture": "#5"}, - "east": {"uv": [13, 3, 3, 13], "texture": "#2"}, - "south": {"uv": [3, 3, 13, 13], "texture": "#5"}, - "west": {"uv": [3, 3, 13, 13], "texture": "#2"}, - "up": {"uv": [13, 3, 3, 13], "rotation": 270, "texture": "#2"}, - "down": {"uv": [3, 3, 13, 13], "rotation": 270, "texture": "#2"} - } - }, - { - "from": [4.5, 5, 7.15], - "to": [11.5, 12, 13.15], - "rotation": {"angle": 45, "axis": "x", "origin": [8, 12, 13]}, - "faces": { - "north": {"uv": [1, 9, 7, 15], "texture": "#3"}, - "east": {"uv": [0, 0, 6, 7], "texture": "#3"}, - "west": {"uv": [0, 0, 6, 7], "rotation": 180, "texture": "#3"}, - "up": {"uv": [0, 0, 6, 7], "rotation": 270, "texture": "#3"}, - "down": {"uv": [0, 0, 6, 7], "rotation": 90, "texture": "#3"} - } - }, - { - "from": [3.9, 4.4, 4.15], - "to": [12.1, 12.6, 7.15], - "rotation": {"angle": 45, "axis": "x", "origin": [8, 12, 13]}, - "faces": { - "north": {"uv": [8, 8, 16, 16], "texture": "#3"}, - "east": {"uv": [13, 0, 16, 8], "texture": "#3"}, - "south": {"uv": [0, 8, 8, 16], "texture": "#3"}, - "west": {"uv": [13, 8, 16, 0], "rotation": 180, "texture": "#3"}, - "up": {"uv": [13, 8, 16, 0], "rotation": 270, "texture": "#3"}, - "down": {"uv": [13, 0, 16, 8], "rotation": 90, "texture": "#3"} - } - }, - { - "from": [4, 4, 0], - "to": [12, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 0]}, - "faces": { - "east": {"uv": [4, 8, 8, 0], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 8, 8], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 8, 8, 0], "texture": "#4"}, - "down": {"uv": [4, 0, 8, 8], "texture": "#4"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/aluminum_truss.json b/build/resources/main/assets/tfmg/models/block/aluminum_truss.json deleted file mode 100644 index 30fa70ff..00000000 --- a/build/resources/main/assets/tfmg/models/block/aluminum_truss.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "textures": { - "0": "tfmg:block/aluminum_truss", - "particle": "tfmg:block/aluminum_block" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [2, 16, 2], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [14, 0, 0], - "to": [16, 16, 2], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [0, 0, 14], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [14, 0, 14], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [2, 0, 15], - "to": [14, 16, 15], - "faces": { - "north": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#0"} - } - }, - { - "from": [15, 0, 2], - "to": [15, 16, 14], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "east": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "west": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [1, 0, 2], - "to": [1, 16, 14], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "east": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "west": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [2, 0, 1], - "to": [14, 16, 1], - "faces": { - "north": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/asphalt.json b/build/resources/main/assets/tfmg/models/block/asphalt.json deleted file mode 100644 index bf4febec..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/asphalt_stairs.json b/build/resources/main/assets/tfmg/models/block/asphalt_stairs.json deleted file mode 100644 index 5e5e419f..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/asphalt_wall_side_tall.json b/build/resources/main/assets/tfmg/models/block/asphalt_wall_side_tall.json deleted file mode 100644 index 947428e2..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/bars/post_ends.json b/build/resources/main/assets/tfmg/models/block/bars/post_ends.json deleted file mode 100644 index 3bab62d7..00000000 --- a/build/resources/main/assets/tfmg/models/block/bars/post_ends.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "create:block/bars/post_ends", - "textures": { - "bars": "tfmg:block/bars/steel_bars", - "edge": "tfmg:block/bars/steel_bars_edge", - "particle": "tfmg:block/bars/steel_bars" - } -} diff --git a/build/resources/main/assets/tfmg/models/block/bars/side.json b/build/resources/main/assets/tfmg/models/block/bars/side.json deleted file mode 100644 index dceeeb8d..00000000 --- a/build/resources/main/assets/tfmg/models/block/bars/side.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "create: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/build/resources/main/assets/tfmg/models/block/bars/side_alt.json b/build/resources/main/assets/tfmg/models/block/bars/side_alt.json deleted file mode 100644 index 7a383cc5..00000000 --- a/build/resources/main/assets/tfmg/models/block/bars/side_alt.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "create: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/build/resources/main/assets/tfmg/models/block/battery/block.json b/build/resources/main/assets/tfmg/models/block/battery/block.json deleted file mode 100644 index 8acbb406..00000000 --- a/build/resources/main/assets/tfmg/models/block/battery/block.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "textures": { - "0": "tfmg:block/blast_furnace_output", - "1": "tfmg:block/fireproof_bricks", - "particle": "tfmg:block/blast_furnace_output" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/battery/item.json b/build/resources/main/assets/tfmg/models/block/battery/item.json deleted file mode 100644 index d8c59aae..00000000 --- a/build/resources/main/assets/tfmg/models/block/battery/item.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "textures": { - "0": "tfmg:block/blast_furnace_output", - "1": "tfmg:block/fireproof_bricks", - "particle": "tfmg:block/blast_furnace_output" - }, - "elements": [ - { - "from": [0, 0, -1], - "to": [16, 16, 15], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/bauxite_natural_0.json b/build/resources/main/assets/tfmg/models/block/bauxite_natural_0.json deleted file mode 100644 index 0240f3ba..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/bauxite_pillar.json b/build/resources/main/assets/tfmg/models/block/bauxite_pillar.json deleted file mode 100644 index 603ce302..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/black_concrete_bottom.json b/build/resources/main/assets/tfmg/models/block/black_concrete_bottom.json deleted file mode 100644 index 037961fa..00000000 --- a/build/resources/main/assets/tfmg/models/block/black_concrete_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "tfmg:block/black_concrete", - "side": "tfmg:block/black_concrete", - "top": "tfmg:block/black_concrete" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/black_concrete_top.json b/build/resources/main/assets/tfmg/models/block/black_concrete_top.json deleted file mode 100644 index cc4f567b..00000000 --- a/build/resources/main/assets/tfmg/models/block/black_concrete_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "tfmg:block/black_concrete", - "side": "tfmg:block/black_concrete", - "top": "tfmg:block/black_concrete" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/black_concrete_wall_side_tall.json b/build/resources/main/assets/tfmg/models/block/black_concrete_wall_side_tall.json deleted file mode 100644 index 21510a06..00000000 --- a/build/resources/main/assets/tfmg/models/block/black_concrete_wall_side_tall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "tfmg:block/black_concrete" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/blast_furnace_output/blast_furnace_output.json b/build/resources/main/assets/tfmg/models/block/blast_furnace_output/blast_furnace_output.json deleted file mode 100644 index f5171ff3..00000000 --- a/build/resources/main/assets/tfmg/models/block/blast_furnace_output/blast_furnace_output.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/blast_furnace_output", - "1": "tfmg:block/fireproof_bricks", - "particle": "tfmg:block/blast_furnace_output" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/blast_furnace_output/block.json b/build/resources/main/assets/tfmg/models/block/blast_furnace_output/block.json deleted file mode 100644 index 8acbb406..00000000 --- a/build/resources/main/assets/tfmg/models/block/blast_furnace_output/block.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "textures": { - "0": "tfmg:block/blast_furnace_output", - "1": "tfmg:block/fireproof_bricks", - "particle": "tfmg:block/blast_furnace_output" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/blast_furnace_reinforcement_wall.json b/build/resources/main/assets/tfmg/models/block/blast_furnace_reinforcement_wall.json deleted file mode 100644 index 282b30e2..00000000 --- a/build/resources/main/assets/tfmg/models/block/blast_furnace_reinforcement_wall.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/blast_furnace_reinforcement", - "particle": "tfmg:block/blast_furnace_reinforcement" - }, - "elements": [ - { - "from": [0, 0, 10], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 6, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 6, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 6], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 6], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/blue_concrete_top.json b/build/resources/main/assets/tfmg/models/block/blue_concrete_top.json deleted file mode 100644 index 13be15e3..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/brass_mechanical_pump/cog.json b/build/resources/main/assets/tfmg/models/block/brass_mechanical_pump/cog.json deleted file mode 100644 index 63bfb4bc..00000000 --- a/build/resources/main/assets/tfmg/models/block/brass_mechanical_pump/cog.json +++ /dev/null @@ -1,162 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [32, 32], - "textures": { - "2": "tfmg:block/brass_pump" - }, - "elements": [ - { - "from": [6.5, -1, 3], - "to": [9.5, 17, 13], - "forge_data": {"calculate_normals": true}, - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 6.5, 9, 8], "rotation": 90, "texture": "#2"}, - "east": {"uv": [0, 9, 9, 14], "rotation": 270, "texture": "#2"}, - "south": {"uv": [0, 6.5, 9, 8], "rotation": 90, "texture": "#2"}, - "west": {"uv": [0, 9, 9, 14], "rotation": 90, "texture": "#2"}, - "up": {"uv": [10, 6.5, 15, 8], "rotation": 90, "texture": "#2"}, - "down": {"uv": [10, 6.5, 15, 8], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [-1, 6.5, 3], - "to": [17, 9.5, 13], - "forge_data": {"calculate_normals": true}, - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 6.5, 9, 8], "rotation": 180, "texture": "#2"}, - "east": {"uv": [10, 6.5, 15, 8], "texture": "#2"}, - "south": {"uv": [0, 6.5, 9, 8], "texture": "#2"}, - "west": {"uv": [10, 6.5, 15, 8], "texture": "#2"}, - "up": {"uv": [0, 9, 9, 14], "rotation": 180, "texture": "#2"}, - "down": {"uv": [0, 9, 9, 14], "texture": "#2"} - } - }, - { - "from": [6.5, -1, 3], - "to": [9.5, 17, 13], - "forge_data": {"calculate_normals": true}, - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 6.5, 9, 8], "rotation": 90, "texture": "#2"}, - "east": {"uv": [0, 9, 9, 14], "rotation": 270, "texture": "#2"}, - "south": {"uv": [0, 6.5, 9, 8], "rotation": 90, "texture": "#2"}, - "west": {"uv": [0, 9, 9, 14], "rotation": 90, "texture": "#2"}, - "up": {"uv": [10, 6.5, 15, 8], "rotation": 90, "texture": "#2"}, - "down": {"uv": [10, 6.5, 15, 8], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [-1, 6.5, 3], - "to": [17, 9.5, 13], - "forge_data": {"calculate_normals": true}, - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 6.5, 9, 8], "rotation": 180, "texture": "#2"}, - "east": {"uv": [10, 6.5, 15, 8], "texture": "#2"}, - "south": {"uv": [0, 6.5, 9, 8], "texture": "#2"}, - "west": {"uv": [10, 6.5, 15, 8], "texture": "#2"}, - "up": {"uv": [0, 9, 9, 14], "rotation": 180, "texture": "#2"}, - "down": {"uv": [0, 9, 9, 14], "texture": "#2"} - } - }, - { - "from": [5.5, 0.9, 3.05], - "to": [10.5, 15.1, 12.95], - "forge_data": {"calculate_normals": true}, - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [1, 7, 1.5, 7.5], "texture": "#2"}, - "south": {"uv": [1, 7, 1.5, 7.5], "texture": "#2"}, - "up": {"uv": [10, 9, 15, 11.5], "rotation": 90, "texture": "#2"}, - "down": {"uv": [10, 9, 15, 11.5], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [0.9, 5.5, 3.05], - "to": [15.1, 10.5, 12.95], - "forge_data": {"calculate_normals": true}, - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [1, 7, 1.5, 7.5], "rotation": 90, "texture": "#2"}, - "east": {"uv": [10, 9, 15, 11.5], "texture": "#2"}, - "south": {"uv": [1, 7, 1.5, 7.5], "rotation": 270, "texture": "#2"}, - "west": {"uv": [10, 9, 15, 11.5], "texture": "#2"} - } - }, - { - "from": [0.9, 5.5, 3.05], - "to": [15.1, 10.5, 12.95], - "forge_data": {"calculate_normals": true}, - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [1, 7, 1.5, 7.5], "rotation": 90, "texture": "#2"}, - "east": {"uv": [10, 9, 15, 11.5], "texture": "#2"}, - "south": {"uv": [1, 7, 1.5, 7.5], "rotation": 270, "texture": "#2"}, - "west": {"uv": [10, 9, 15, 11.5], "texture": "#2"} - } - }, - { - "from": [5.5, 0.9, 3.05], - "to": [10.5, 15.1, 12.95], - "forge_data": {"calculate_normals": true}, - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [1, 7, 1.5, 7.5], "texture": "#2"}, - "south": {"uv": [1, 7, 1.5, 7.5], "texture": "#2"}, - "up": {"uv": [10, 9, 15, 11.5], "rotation": 90, "texture": "#2"}, - "down": {"uv": [10, 9, 15, 11.5], "rotation": 90, "texture": "#2"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [75, -149, 0], - "translation": [0, 2.5, 0], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [75, -149, 0], - "translation": [0, 2.5, 0], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, -55, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, -55, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 1, 1.25], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 45, 0], - "translation": [2.5, -0.5, 0], - "scale": [0.625, 0.625, 0.625] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 1.75, -4.5], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "cogwheel", - "origin": [8, 8, 8], - "color": 0, - "children": [0, 1, 2, 3] - }, - { - "name": "group", - "origin": [8, 8, 8], - "color": 0, - "children": [4, 5, 6, 7] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/brass_pipe/casing.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/casing.json deleted file mode 100644 index 8e90dee6..00000000 --- a/build/resources/main/assets/tfmg/models/block/brass_pipe/casing.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "create:block/brass_block" - }, - "elements": [ - { - "from": [3, 3, 3], - "to": [13, 13, 13], - "faces": { - "north": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "east": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "south": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "west": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "up": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "down": {"uv": [1, 11, 6, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/brass_pipe/connection/east.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/connection/east.json deleted file mode 100644 index 2826c5cb..00000000 --- a/build/resources/main/assets/tfmg/models/block/brass_pipe/connection/east.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "tfmg:block/brass_pipes" - }, - "elements": [ - { - "name": "connection_east", - "from": [12, 4, 4], - "to": [16, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -16]}, - "faces": { - "north": {"uv": [0, 6, 4, 8], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 8, 4, 6], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 8, 4, 6], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 6, 4, 8], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/brass_pipe/connection/south.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/connection/south.json deleted file mode 100644 index f9e3410d..00000000 --- a/build/resources/main/assets/tfmg/models/block/brass_pipe/connection/south.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "tfmg:block/brass_pipes" - }, - "elements": [ - { - "name": "connection_south", - "from": [4, 4, 12], - "to": [12, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, - "faces": { - "east": {"uv": [0, 6, 4, 8], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 8, 4, 6], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 8, 4, 6], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 6, 4, 8], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/brass_pipe/connection/west.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/connection/west.json deleted file mode 100644 index f2b5ac44..00000000 --- a/build/resources/main/assets/tfmg/models/block/brass_pipe/connection/west.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "tfmg:block/brass_pipes" - }, - "elements": [ - { - "name": "connection_west", - "from": [0, 4, 4], - "to": [4, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 2, 4, 0], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 4, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/brass_pipe/d_z.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/d_z.json deleted file mode 100644 index 62eb4716..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/brass_pipe/drain/north.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/drain/north.json deleted file mode 100644 index 7a42ba6d..00000000 --- a/build/resources/main/assets/tfmg/models/block/brass_pipe/drain/north.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "tfmg:block/brass_pipes" - }, - "elements": [ - { - "from": [2.95, 2.95, -1.1], - "to": [13.05, 13.05, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 34, 8]}, - "faces": { - "north": {"uv": [11, 11, 16, 16], "texture": "#0"}, - "east": {"uv": [10.5, 11, 9, 16], "texture": "#0"}, - "south": {"uv": [11, 11, 16, 16], "texture": "#0"}, - "west": {"uv": [9, 16, 10.5, 11], "texture": "#0"}, - "up": {"uv": [9, 11, 10.5, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [10.5, 16, 9, 11], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [4.95, 4.95, -3.95], - "to": [11.05, 11.05, -0.95], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 34, 8]}, - "faces": { - "north": {"uv": [13, 8, 16, 11], "texture": "#0"}, - "east": {"uv": [12, 8, 13.5, 11], "texture": "#0"}, - "west": {"uv": [12, 8, 13.5, 11], "rotation": 180, "texture": "#0"}, - "up": {"uv": [12, 8, 13.5, 11], "rotation": 270, "texture": "#0"}, - "down": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/brass_pipe/drain/west.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/drain/west.json deleted file mode 100644 index 89d9bafe..00000000 --- a/build/resources/main/assets/tfmg/models/block/brass_pipe/drain/west.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "tfmg:block/brass_pipes" - }, - "elements": [ - { - "from": [-1.1, 2.95, 2.95], - "to": [2, 13.05, 13.05], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10.5, 16, 9, 11], "texture": "#0"}, - "east": {"uv": [16, 11, 11, 16], "texture": "#0"}, - "south": {"uv": [9, 11, 10.5, 16], "texture": "#0"}, - "west": {"uv": [16, 11, 11, 16], "texture": "#0"}, - "up": {"uv": [9, 11, 10.5, 16], "texture": "#0"}, - "down": {"uv": [9, 16, 10.5, 11], "texture": "#0"} - } - }, - { - "from": [-3.95, 4.95, 4.95], - "to": [-0.95, 11.05, 11.05], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [13.5, 8, 12, 11], "rotation": 180, "texture": "#0"}, - "south": {"uv": [13.5, 8, 12, 11], "texture": "#0"}, - "west": {"uv": [16, 8, 13, 11], "texture": "#0"}, - "up": {"uv": [13.5, 8, 12, 11], "texture": "#0"}, - "down": {"uv": [13.5, 8, 12, 11], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/brass_pipe/l_x.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/l_x.json deleted file mode 100644 index 46aa8f1b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/brass_pipe/lu_z.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/lu_z.json deleted file mode 100644 index 167138a9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/brass_pipe/r_z.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/r_z.json deleted file mode 100644 index 287f315f..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/brass_pipe/rim/south.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/rim/south.json deleted file mode 100644 index 7a957ad8..00000000 --- a/build/resources/main/assets/tfmg/models/block/brass_pipe/rim/south.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "tfmg:block/brass_pipes" - }, - "elements": [ - { - "from": [3, 3, 14], - "to": [13, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 28, 8]}, - "faces": { - "north": {"uv": [11, 11, 16, 16], "texture": "#0"}, - "east": {"uv": [9.5, 16, 10.5, 11], "texture": "#0"}, - "south": {"uv": [11, 11, 16, 16], "texture": "#0", "cullface": "south"}, - "west": {"uv": [10.5, 11, 9.5, 16], "texture": "#0"}, - "up": {"uv": [9.5, 16, 10.5, 11], "rotation": 270, "texture": "#0"}, - "down": {"uv": [10.5, 11, 9.5, 16], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/brass_pipe/rim/up.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/rim/up.json deleted file mode 100644 index 237afd92..00000000 --- a/build/resources/main/assets/tfmg/models/block/brass_pipe/rim/up.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "tfmg:block/brass_pipes" - }, - "elements": [ - { - "from": [3, 14, 3], - "to": [13, 16, 13], - "faces": { - "north": {"uv": [9.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [9.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [9.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [9.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#0", "cullface": "up"}, - "down": {"uv": [11, 11, 16, 16], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/brass_pipe/rim_connector/west.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/rim_connector/west.json deleted file mode 100644 index 15b7ac7c..00000000 --- a/build/resources/main/assets/tfmg/models/block/brass_pipe/rim_connector/west.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "tfmg:block/brass_pipes" - }, - "elements": [ - { - "name": "rim_west", - "from": [0, 4, 4], - "to": [4, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -16]}, - "faces": { - "north": {"uv": [4, 0, 8, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [4, 2, 8, 0], "rotation": 90, "texture": "#0"}, - "up": {"uv": [4, 2, 8, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [4, 0, 8, 2], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/brass_pipe/u_y.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/u_y.json deleted file mode 100644 index 89aa5feb..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/brass_pipe/u_z.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/u_z.json deleted file mode 100644 index 2df158ad..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/brass_pipe/ud_x.json b/build/resources/main/assets/tfmg/models/block/brass_pipe/ud_x.json deleted file mode 100644 index 32ff4bc0..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/brass_truss.json b/build/resources/main/assets/tfmg/models/block/brass_truss.json deleted file mode 100644 index 34a424c9..00000000 --- a/build/resources/main/assets/tfmg/models/block/brass_truss.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "textures": { - "0": "tfmg:block/brass_truss", - "particle": "tfmg:block/brass_truss" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [2, 16, 2], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [14, 0, 0], - "to": [16, 16, 2], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [0, 0, 14], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [14, 0, 14], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [2, 0, 15], - "to": [14, 16, 15], - "faces": { - "north": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#0"} - } - }, - { - "from": [15, 0, 2], - "to": [15, 16, 14], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "east": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "west": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [1, 0, 2], - "to": [1, 16, 14], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "east": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "west": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [2, 0, 1], - "to": [14, 16, 1], - "faces": { - "north": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/brick_smokestack/block.json b/build/resources/main/assets/tfmg/models/block/brick_smokestack/block.json deleted file mode 100644 index 4dd25494..00000000 --- a/build/resources/main/assets/tfmg/models/block/brick_smokestack/block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/smokestack/smokestack", - "textures": { - "0": "tfmg:block/brick_smokestack", - "particle": "tfmg:block/brick_smokestack" - } - -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/brick_smokestack/block_top.json b/build/resources/main/assets/tfmg/models/block/brick_smokestack/block_top.json deleted file mode 100644 index a5c161f4..00000000 --- a/build/resources/main/assets/tfmg/models/block/brick_smokestack/block_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/smokestack/smokestack_top", - "textures": { - "0": "tfmg:block/brick_smokestack", - "particle": "tfmg:block/brick_smokestack" - } - -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/brick_smokestack/item.json b/build/resources/main/assets/tfmg/models/block/brick_smokestack/item.json deleted file mode 100644 index a5c161f4..00000000 --- a/build/resources/main/assets/tfmg/models/block/brick_smokestack/item.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/smokestack/smokestack_top", - "textures": { - "0": "tfmg:block/brick_smokestack", - "particle": "tfmg:block/brick_smokestack" - } - -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/brown_caution_block.json b/build/resources/main/assets/tfmg/models/block/brown_caution_block.json deleted file mode 100644 index 4f0c105d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/brown_concrete_stairs_inner.json b/build/resources/main/assets/tfmg/models/block/brown_concrete_stairs_inner.json deleted file mode 100644 index 7c6ee9a5..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/brown_concrete_wall_side.json b/build/resources/main/assets/tfmg/models/block/brown_concrete_wall_side.json deleted file mode 100644 index f6e57d7c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/cable_connector/block.json b/build/resources/main/assets/tfmg/models/block/cable_connector/block.json deleted file mode 100644 index 1cf6c8b3..00000000 --- a/build/resources/main/assets/tfmg/models/block/cable_connector/block.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/regular_insulator", - "particle": "tfmg:block/regular_insulator" - }, - "elements": [ - { - "from": [6, 0, 6], - "to": [10, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]}, - "faces": { - "north": {"uv": [7, 0, 11, 9], "texture": "#0"}, - "east": {"uv": [7, 0, 11, 9], "texture": "#0"}, - "south": {"uv": [7, 0, 11, 9], "texture": "#0"}, - "west": {"uv": [7, 0, 11, 9], "texture": "#0"}, - "up": {"uv": [1, 11, 5, 15], "texture": "#0"}, - "down": {"uv": [1, 11, 5, 15], "texture": "#0"} - } - }, - { - "from": [5, 1, 5], - "to": [11, 2, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 6]}, - "faces": { - "north": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "up": {"uv": [0, 2, 6, 8], "texture": "#0"}, - "down": {"uv": [0, 2, 6, 8], "texture": "#0"} - } - }, - { - "from": [5, 3, 5], - "to": [11, 4, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 3, 6]}, - "faces": { - "north": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "up": {"uv": [0, 2, 6, 8], "texture": "#0"}, - "down": {"uv": [0, 2, 6, 8], "texture": "#0"} - } - }, - { - "from": [5, 5, 5], - "to": [11, 6, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 5, 6]}, - "faces": { - "north": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "up": {"uv": [0, 2, 6, 8], "texture": "#0"}, - "down": {"uv": [0, 2, 6, 8], "texture": "#0"} - } - }, - { - "from": [5, 7, 5], - "to": [11, 8, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 6]}, - "faces": { - "north": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "up": {"uv": [0, 2, 6, 8], "texture": "#0"}, - "down": {"uv": [0, 2, 6, 8], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cable_tube.json b/build/resources/main/assets/tfmg/models/block/cable_tube.json deleted file mode 100644 index f19ca505..00000000 --- a/build/resources/main/assets/tfmg/models/block/cable_tube.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [24, 24], - "textures": { - "0": "tfmg:block/cable_tube", - "particle": "tfmg:block/cable_tube" - }, - "elements": [ - { - "from": [5, 0, 5], - "to": [11, 2, 11], - "faces": { - "north": {"uv": [0, 9.33333, 4, 10.66667], "texture": "#0"}, - "east": {"uv": [0, 9.33333, 4, 10.66667], "texture": "#0"}, - "south": {"uv": [0, 9.33333, 4, 10.66667], "texture": "#0"}, - "west": {"uv": [0, 9.33333, 4, 10.66667], "texture": "#0"}, - "up": {"uv": [6.66667, 8, 2.66667, 4], "texture": "#0"}, - "down": {"uv": [6.66667, 0, 2.66667, 4], "texture": "#0"} - } - }, - { - "from": [5, 14, 5], - "to": [11, 16, 11], - "faces": { - "north": {"uv": [0, 8, 4, 9.33333], "texture": "#0"}, - "east": {"uv": [0, 8, 4, 9.33333], "texture": "#0"}, - "south": {"uv": [0, 8, 4, 9.33333], "texture": "#0"}, - "west": {"uv": [0, 8, 4, 9.33333], "texture": "#0"}, - "up": {"uv": [6.66667, 4, 2.66667, 0], "texture": "#0"}, - "down": {"uv": [6.66667, 4, 2.66667, 8], "texture": "#0"} - } - }, - { - "from": [6, 2, 6], - "to": [10, 14, 10], - "faces": { - "north": {"uv": [0, 0, 2.66667, 8], "texture": "#0"}, - "east": {"uv": [0, 0, 2.66667, 8], "texture": "#0"}, - "south": {"uv": [0, 0, 2.66667, 8], "texture": "#0"}, - "west": {"uv": [0, 0, 2.66667, 8], "texture": "#0"}, - "up": {"uv": [13.33333, 10.66667, 10.66667, 8], "texture": "#0"}, - "down": {"uv": [13.33333, 10.66667, 10.66667, 13.33333], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/capacitor/block_horizontal.json b/build/resources/main/assets/tfmg/models/block/capacitor/block_horizontal.json deleted file mode 100644 index 15956882..00000000 --- a/build/resources/main/assets/tfmg/models/block/capacitor/block_horizontal.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/capacitor", - "1": "tfmg:block/capacitor_side", - "particle": "tfmg:block/capacitor" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 16]}, - "faces": { - "north": {"uv": [8, 8, 16, 16], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#1"}, - "south": {"uv": [8, 8, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_air_intake/block_medium.json b/build/resources/main/assets/tfmg/models/block/cast_iron_air_intake/block_medium.json deleted file mode 100644 index e1beaa3d..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_air_intake/block_medium.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/air_intake/air_intake_medium", - "1": "tfmg:block/air_intake/inputs", - "2": "tfmg:block/air_intake/inside_medium", - "particle": "tfmg:block/air_intake/air_intake_medium" - }, - "elements": [ - { - "from": [-16, 0, 1], - "to": [16, 32, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [5.33333, 5.33333, 16, 16], "texture": "#1"}, - "east": {"uv": [8, 4, 16, 7.75], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 8, 8, 16], "rotation": 180, "texture": "#0"}, - "west": {"uv": [8, 4, 16, 7.75], "rotation": 90, "texture": "#0"}, - "up": {"uv": [8, 4, 16, 7.75], "rotation": 180, "texture": "#0"}, - "down": {"uv": [8, 4, 16, 7.75], "texture": "#0"} - } - }, - { - "from": [-16, 0, 8.5], - "to": [16, 32, 8.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "east": {"uv": [0, 0, 16, 0], "rotation": 270, "texture": "#2"}, - "south": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#2"}, - "west": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#2"}, - "up": {"uv": [0, 0, 16, 0], "rotation": 180, "texture": "#2"}, - "down": {"uv": [0, 0, 16, 0], "texture": "#2"} - } - }, - { - "from": [-13.99, 0, 2], - "to": [-13.99, 32, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#0"}, - "east": {"uv": [8, 4, 16, 7.75], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 0, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 14], "texture": "#0"} - } - }, - { - "from": [13.99, 0, 2], - "to": [13.99, 32, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#0"}, - "west": {"uv": [8, 4, 16, 7.75], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 0, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 14], "texture": "#0"} - } - }, - { - "from": [-16, 29.999, 2], - "to": [16, 29.999, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 0], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 16, 0], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [8, 4, 16, 7.75], "texture": "#0"} - } - }, - { - "from": [-16, 2.001, 2], - "to": [16, 2.001, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 0], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 16, 0], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [8, 4, 16, 7.75], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_air_intake/fan.json b/build/resources/main/assets/tfmg/models/block/cast_iron_air_intake/fan.json deleted file mode 100644 index b50ef7ca..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_air_intake/fan.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "axis_top": "create:block/axis_top", - "fan_blades": "create:block/fan_blades", - "axis": "create:block/axis" - }, - "elements": [ - { - "name": "Shaft", - "from": [6, 6, 1.2], - "to": [10, 10, 8], - "faces": { - "north": {"uv": [6, 6, 10, 10], "texture": "#axis_top"}, - "east": {"uv": [6, 0, 10, 6.8], "rotation": 90, "texture": "#axis"}, - "south": {"uv": [6, 6, 10, 10], "texture": "#axis_top"}, - "west": {"uv": [6, 0, 10, 6.8], "rotation": 90, "texture": "#axis"}, - "up": {"uv": [6, 0, 10, 6.8], "rotation": 90, "texture": "#axis"}, - "down": {"uv": [6, 0, 10, 6.8], "rotation": 90, "texture": "#axis"} - } - }, - { - "name": "Fan", - "from": [1, 1, 4], - "to": [15, 15, 12], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [1, 1, 15, 15], "texture": "#fan_blades"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_air_intake/item.json b/build/resources/main/assets/tfmg/models/block/cast_iron_air_intake/item.json deleted file mode 100644 index 3a977db3..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_air_intake/item.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/air_intake/air_intake_small", - "particle": "tfmg:block/air_intake/air_intake_small" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 2], - "faces": { - "north": {"uv": [8, 0, 16, 8], "texture": "#0"}, - "east": {"uv": [15, 0, 16, 8], "texture": "#0"}, - "south": {"uv": [8, 0, 16, 8], "texture": "#0"}, - "west": {"uv": [8, 0, 9, 8], "texture": "#0"}, - "up": {"uv": [0, 8, 8, 9], "texture": "#0"}, - "down": {"uv": [0, 7, 8, 8], "texture": "#0"} - } - }, - { - "from": [0, 0, 14], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [8, 0, 16, 8], "texture": "#0"}, - "east": {"uv": [8, 0, 9, 8], "texture": "#0"}, - "south": {"uv": [8, 0, 16, 8], "texture": "#0"}, - "west": {"uv": [15, 0, 16, 8], "texture": "#0"}, - "up": {"uv": [0, 8, 8, 9], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 7, 8, 8], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [0, 0, 2], - "to": [2, 16, 14], - "faces": { - "north": {"uv": [15, 0, 16, 8], "texture": "#0"}, - "east": {"uv": [9, 0, 15, 8], "texture": "#0"}, - "south": {"uv": [8, 0, 9, 8], "texture": "#0"}, - "west": {"uv": [9, 0, 15, 8], "texture": "#0"}, - "up": {"uv": [1, 8, 7, 9], "rotation": 270, "texture": "#0"}, - "down": {"uv": [1, 7, 7, 8], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [16, 16, 14], - "faces": { - "north": {"uv": [8, 0, 9, 8], "texture": "#0"}, - "east": {"uv": [9, 0, 15, 8], "texture": "#0"}, - "south": {"uv": [15, 0, 16, 8], "texture": "#0"}, - "west": {"uv": [9, 0, 15, 8], "texture": "#0"}, - "up": {"uv": [1, 8, 7, 9], "rotation": 90, "texture": "#0"}, - "down": {"uv": [1, 7, 7, 8], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [2, 1, 2], - "to": [14, 3, 14], - "faces": { - "north": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "east": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "up": {"uv": [1, 1, 7, 7], "texture": "#0"}, - "down": {"uv": [1, 1, 7, 7], "texture": "#0"} - } - }, - { - "from": [2, 16, 2], - "to": [14, 16, 14], - "faces": { - "north": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "east": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 12, 2], "texture": "#0"}, - "up": {"uv": [1, 9, 7, 15], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_bottom.json b/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_bottom.json deleted file mode 100644 index 0153afa1..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_bottom.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/cast_iron_vat_top", - "1": "tfmg:block/cast_iron_vat", - "particle": "tfmg:block/cast_iron_vat" - }, - "elements": [ - { - "name": "Lid", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "north"}, - "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": "#0"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [16, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "north"}, - "south": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "north"} - } - }, - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "east"}, - "west": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "east"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 15], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [1, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "west"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_bottom_window.json b/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_bottom_window.json deleted file mode 100644 index e7f86832..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_bottom_window.json +++ /dev/null @@ -1,153 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/cast_iron_vat", - "3": "tfmg:block/cast_iron_vat_window", - "4": "tfmg:block/cast_iron_vat_top", - "particle": "tfmg:block/cast_iron_vat" - }, - "elements": [ - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [3, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "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"} - } - }, - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 16, 3], - "faces": { - "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": [13, 4, 15], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 4, 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, 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": [13, 0, 16, 12], "texture": "#1", "cullface": "west"} - } - }, - { - "name": "Window", - "from": [3, 4, 1], - "to": [13, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "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, 3], - "to": [15, 16, 13], - "faces": { - "east": {"uv": [0, 2, 5, 8], "texture": "#3", "cullface": "east"}, - "west": {"uv": [0, 2, 5, 8], "texture": "#3", "cullface": "east"} - } - }, - { - "name": "Window", - "from": [3, 4, 15], - "to": [13, 16, 15], - "faces": { - "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, 3], - "to": [1, 16, 13], - "faces": { - "east": {"uv": [0, 2, 5, 8], "texture": "#3", "cullface": "west"}, - "west": {"uv": [0, 2, 5, 8], "texture": "#3", "cullface": "west"} - } - }, - { - "name": "SideLeft", - "from": [13, 4, 0], - "to": [16, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "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, 13], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [3, 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": [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, 3, 12], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideLeft", - "from": [0, 4, 0], - "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, 3, 12], "texture": "#1", "cullface": "west"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_bottom_window_ne.json b/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_bottom_window_ne.json deleted file mode 100644 index 935e716b..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_bottom_window_ne.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/cast_iron_vat", - "3": "tfmg:block/cast_iron_vat_window", - "4": "tfmg:block/cast_iron_vat_top", - "particle": "tfmg:block/cast_iron_vat" - }, - "elements": [ - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 16, 11], - "faces": { - "east": {"uv": [5, 0, 16, 12], "texture": "#1"}, - "south": {"uv": [12, 0, 13, 12], "texture": "#1"}, - "west": {"uv": [0, 0, 12, 12], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [0, 4, 1], - "to": [5, 16, 1], - "faces": { - "north": {"uv": [0, 2, 2.5, 8], "texture": "#3"}, - "south": {"uv": [2.5, 2, 5, 8], "texture": "#3"} - } - }, - { - "name": "Window", - "from": [15, 4, 11], - "to": [15, 16, 16], - "faces": { - "east": {"uv": [2.5, 2, 5, 8], "texture": "#3"}, - "west": {"uv": [0, 2, 2.5, 8], "texture": "#3"} - } - }, - { - "name": "SideLeft", - "from": [5, 4, 0], - "to": [16, 16, 1], - "faces": { - "north": {"uv": [0, 0, 11, 12], "texture": "#1"}, - "south": {"uv": [4, 0, 16, 12], "texture": "#1"}, - "west": {"uv": [3, 0, 4, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-23, 8, 8]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_single.json b/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_single.json deleted file mode 100644 index 0e2a5546..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_single.json +++ /dev/null @@ -1,126 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/cast_iron_vat", - "4": "tfmg:block/cast_iron_vat_top", - "particle": "tfmg:block/cast_iron_vat" - }, - "elements": [ - { - "name": "Lid", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "down"} - } - }, - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "east"}, - "west": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "east"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 15], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "west"} - } - }, - { - "name": "Lid", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "north"}, - "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": "#4", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "north"}, - "south": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "north"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [] - }, - { - "name": "block_middle", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [] - } - ] - }, - { - "name": "block_bottom", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3] - } - ] - }, - { - "name": "block_top", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [4, 5] - } - ] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_single_window_ne.json b/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_single_window_ne.json deleted file mode 100644 index 2a7596eb..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_single_window_ne.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/cast_iron_vat_top", - "1": "tfmg:block/cast_iron_vat", - "2": "tfmg:block/cast_iron_vat_window_single", - "particle": "tfmg:block/cast_iron_vat" - }, - "elements": [ - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 12, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "east": {"uv": [5, 4, 16, 12], "texture": "#1"}, - "south": {"uv": [12, 4, 13, 12], "texture": "#1"}, - "west": {"uv": [0, 4, 12, 12], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [0, 4, 1], - "to": [5, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [0, 0, 5, 8], "texture": "#2"}, - "east": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "south": {"uv": [5, 0, 10, 8], "texture": "#2"}, - "west": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "up": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#2"} - } - }, - { - "name": "Window", - "from": [15, 4, 11], - "to": [15, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "east": {"uv": [5, 0, 10, 8], "texture": "#2"}, - "south": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "west": {"uv": [0, 0, 5, 8], "texture": "#2"}, - "up": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#2"} - } - }, - { - "name": "SideLeft", - "from": [5, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [0, 4, 11, 12], "texture": "#1"}, - "south": {"uv": [4, 4, 16, 12], "texture": "#1"}, - "west": {"uv": [3, 4, 4, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-23, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-23, 8, 8]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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": "#0"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - }, - { - "name": "block_bottom_centered_window", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [5] - } - ] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_single_window_nw.json b/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_single_window_nw.json deleted file mode 100644 index 958eaaae..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_single_window_nw.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/cast_iron_vat", - "2": "tfmg:block/cast_iron_vat_window_single", - "4": "tfmg:block/cast_iron_vat_top", - "particle": "tfmg:block/cast_iron_vat" - }, - "elements": [ - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [11, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "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, 11], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "east": {"uv": [5, 0, 10, 8], "texture": "#2"}, - "west": {"uv": [0, 0, 5, 8], "texture": "#2"} - } - }, - { - "name": "Window", - "from": [11, 4, 1], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [5, 0, 10, 8], "texture": "#2"}, - "south": {"uv": [0, 0, 5, 8], "texture": "#2"} - } - }, - { - "name": "SideLeft", - "from": [0, 4, 0], - "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, 11, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 39]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "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": "#4", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 39]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - }, - { - "name": "block_bottom_centered_window", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [5] - } - ] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_top.json b/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_top.json deleted file mode 100644 index d8ea317b..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_top.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/cast_iron_vat", - "4": "tfmg:block/cast_iron_vat_top", - "particle": "tfmg:block/cast_iron_vat" - }, - "elements": [ - { - "name": "Lid", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "north"}, - "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": "#4", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "SideRight", - "from": [0, 0, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "north"}, - "south": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "north"} - } - }, - { - "name": "SideRight", - "from": [15, 0, 0], - "to": [16, 12, 16], - "faces": { - "east": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "east"}, - "west": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "east"} - } - }, - { - "name": "SideRight", - "from": [0, 0, 15], - "to": [16, 12, 16], - "faces": { - "north": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideRight", - "from": [0, 0, 0], - "to": [1, 12, 16], - "faces": { - "east": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "west"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_top_window_ne.json b/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_top_window_ne.json deleted file mode 100644 index 29bca126..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_top_window_ne.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/cast_iron_vat", - "3": "tfmg:block/cast_iron_vat_window", - "4": "tfmg:block/cast_iron_vat_top", - "particle": "tfmg:block/cast_iron_vat" - }, - "elements": [ - { - "name": "SideRight", - "from": [15, 0, 0], - "to": [16, 12, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "east": {"uv": [5, 4, 16, 16], "texture": "#1"}, - "south": {"uv": [12, 4, 13, 16], "texture": "#1"}, - "west": {"uv": [0, 4, 12, 16], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [0, 0, 1], - "to": [5, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [0, 0, 2.5, 6], "texture": "#3"}, - "south": {"uv": [2.5, 0, 5, 6], "texture": "#3"} - } - }, - { - "name": "Window", - "from": [15, 0, 11], - "to": [15, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "east": {"uv": [2.5, 0, 5, 6], "texture": "#3"}, - "west": {"uv": [0, 0, 2.5, 6], "texture": "#3"} - } - }, - { - "name": "SideLeft", - "from": [5, 0, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [0, 4, 11, 16], "texture": "#1"}, - "south": {"uv": [4, 4, 16, 16], "texture": "#1"}, - "west": {"uv": [3, 4, 4, 16], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-23, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "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": "#4", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_top_window_sw.json b/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_top_window_sw.json deleted file mode 100644 index 2fb1304e..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_chemical_vat/block_top_window_sw.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/cast_iron_vat", - "3": "tfmg:block/cast_iron_vat_window", - "4": "tfmg:block/cast_iron_vat_top", - "particle": "tfmg:block/cast_iron_vat" - }, - "elements": [ - { - "name": "SideRight", - "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": [5, 4, 16, 16], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [11, 0, 15], - "to": [16, 12, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "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, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 9]}, - "faces": { - "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": [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, 11, 16], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [39, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "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": "#4", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_distillation_controller/block.json b/build/resources/main/assets/tfmg/models/block/cast_iron_distillation_controller/block.json deleted file mode 100644 index 42735e66..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_distillation_controller/block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/cube_bottom_top", - "textures": { - "top": "tfmg:block/cast_iron_distillation_controller_top", - "bottom": "tfmg:block/cast_iron_distillation_controller_top", - "side": "tfmg:block/cast_iron_distillation_controller_side" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_distillation_output/block.json b/build/resources/main/assets/tfmg/models/block/cast_iron_distillation_output/block.json deleted file mode 100644 index 9e5da67a..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_distillation_output/block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/cube_bottom_top", - "textures": { - "top": "tfmg:block/cast_iron_distillation_controller_top", - "bottom": "tfmg:block/cast_iron_distillation_controller_top", - "side": "tfmg:block/distiller_side" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_distillation_output/item.json b/build/resources/main/assets/tfmg/models/block/cast_iron_distillation_output/item.json deleted file mode 100644 index 9e5da67a..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_distillation_output/item.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/cube_bottom_top", - "textures": { - "top": "tfmg:block/cast_iron_distillation_controller_top", - "bottom": "tfmg:block/cast_iron_distillation_controller_top", - "side": "tfmg:block/distiller_side" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_bottom_window_se.json b/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_bottom_window_se.json deleted file mode 100644 index 40dee23f..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_bottom_window_se.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/cast_iron_fluid_tank_top", - "1": "tfmg:block/cast_iron_fluid_tank", - "3": "tfmg:block/cast_iron_fluid_tank_window", - "4": "tfmg:block/cast_iron_fluid_tank_inner", - "particle": "tfmg:block/cast_iron_fluid_tank" - }, - "elements": [ - { - "name": "SideRight", - "from": [4, 4, 15], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 12, 12], "texture": "#1"}, - "south": {"uv": [4, 0, 16, 12], "texture": "#1"}, - "west": {"uv": [4, 0, 5, 12], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [15.05, 4, 0], - "to": [15.05, 16, 4], - "faces": { - "east": {"uv": [0, 4, 4, 16], "texture": "#3"}, - "west": {"uv": [4, 4, 8, 16], "texture": "#3"} - } - }, - { - "name": "Window", - "from": [0, 4, 15.05], - "to": [4, 16, 15.05], - "faces": { - "north": {"uv": [0, 4, 4, 16], "texture": "#3"}, - "south": {"uv": [4, 4, 8, 16], "texture": "#3"} - } - }, - { - "name": "SideLeft", - "from": [15, 4, 4], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [11, 0, 12, 12], "texture": "#1"}, - "east": {"uv": [0, 0, 12, 12], "texture": "#1"}, - "west": {"uv": [4, 0, 16, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_bottom_window_sw.json b/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_bottom_window_sw.json deleted file mode 100644 index 01887e74..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_bottom_window_sw.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/cast_iron_fluid_tank_top", - "1": "tfmg:block/cast_iron_fluid_tank", - "3": "tfmg:block/cast_iron_fluid_tank_window", - "4": "tfmg:block/cast_iron_fluid_tank_inner", - "particle": "tfmg:block/cast_iron_fluid_tank" - }, - "elements": [ - { - "name": "SideRight", - "from": [0, 4, 4], - "to": [1, 16, 16], - "faces": { - "north": {"uv": [4, 0, 5, 12], "texture": "#1"}, - "east": {"uv": [0, 0, 12, 12], "texture": "#1"}, - "west": {"uv": [4, 0, 16, 12], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [12, 4, 15.05], - "to": [16, 16, 15.05], - "faces": { - "north": {"uv": [4, 4, 8, 16], "texture": "#3"}, - "south": {"uv": [0, 4, 4, 16], "texture": "#3"} - } - }, - { - "name": "Window", - "from": [0.95, 4, 0], - "to": [0.95, 16, 4], - "faces": { - "east": {"uv": [0, 4, 4, 16], "texture": "#3"}, - "west": {"uv": [4, 4, 8, 16], "texture": "#3"} - } - }, - { - "name": "SideLeft", - "from": [0, 4, 15], - "to": [12, 16, 16], - "faces": { - "north": {"uv": [4, 0, 16, 12], "texture": "#1"}, - "east": {"uv": [11, 0, 12, 12], "texture": "#1"}, - "south": {"uv": [0, 0, 12, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [39, 8, 8]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_middle.json b/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_middle.json deleted file mode 100644 index 31f00e7b..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_middle.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/cast_iron_fluid_tank", - "particle": "tfmg:block/cast_iron_fluid_tank" - }, - "elements": [ - { - "name": "SideRight", - "from": [0, 0, 0], - "to": [16, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "north"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "north"} - } - }, - { - "name": "SideRight", - "from": [15, 0, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "east"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "east"} - } - }, - { - "name": "SideRight", - "from": [0, 0, 15], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideRight", - "from": [0, 0, 0], - "to": [1, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "west"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "children": [0, 1, 2, 3] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_middle_window_ne.json b/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_middle_window_ne.json deleted file mode 100644 index 5683be99..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_middle_window_ne.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/cast_iron_fluid_tank", - "3": "tfmg:block/cast_iron_fluid_tank_window", - "particle": "tfmg:block/cast_iron_fluid_tank" - }, - "elements": [ - { - "name": "SideRight", - "from": [15, 0, 0], - "to": [16, 16, 12], - "faces": { - "east": {"uv": [4, 0, 16, 16], "texture": "#1"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 12, 16], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [0, 0, 0.95], - "to": [4, 16, 0.95], - "faces": { - "north": {"uv": [8, 0, 12, 16], "texture": "#3"}, - "south": {"uv": [12, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "Window", - "from": [15.05, 0, 12], - "to": [15.05, 16, 16], - "faces": { - "east": {"uv": [12, 0, 16, 16], "texture": "#3"}, - "west": {"uv": [8, 0, 12, 16], "texture": "#3"} - } - }, - { - "name": "SideLeft", - "from": [4, 0, 0], - "to": [16, 16, 1], - "faces": { - "north": {"uv": [0, 0, 12, 16], "texture": "#1"}, - "south": {"uv": [4, 0, 16, 16], "texture": "#1"}, - "west": {"uv": [11, 0, 12, 16], "texture": "#1"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_single_window.json b/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_single_window.json deleted file mode 100644 index 8d9d29e9..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_single_window.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/cast_iron_fluid_tank_top", - "1": "tfmg:block/cast_iron_fluid_tank", - "4": "tfmg:block/cast_iron_fluid_tank_inner", - "5": "tfmg:block/cast_iron_fluid_tank_window_single", - "particle": "tfmg:block/cast_iron_fluid_tank" - }, - "elements": [ - { - "name": "Lid", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [4, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [12, 4, 16, 12], "texture": "#1", "cullface": "north"}, - "east": {"uv": [8, 4, 9, 12], "texture": "#1", "cullface": "north"}, - "south": {"uv": [0, 4, 4, 12], "texture": "#1", "cullface": "north"} - } - }, - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 12, 4], - "faces": { - "east": {"uv": [12, 4, 16, 12], "texture": "#1", "cullface": "east"}, - "south": {"uv": [8, 4, 9, 12], "texture": "#1", "cullface": "east"}, - "west": {"uv": [0, 4, 4, 12], "texture": "#1", "cullface": "east"} - } - }, - { - "name": "SideRight", - "from": [12, 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"}, - "west": {"uv": [8, 4, 9, 12], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 12], - "to": [1, 12, 16], - "faces": { - "north": {"uv": [8, 4, 9, 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"} - } - }, - { - "name": "Window", - "from": [4, 4, 0.95], - "to": [12, 12, 0.95], - "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"} - } - }, - { - "name": "Window", - "from": [15.05, 4, 4], - "to": [15.05, 12, 12], - "faces": { - "east": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "east"}, - "west": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "east"} - } - }, - { - "name": "Window", - "from": [4, 4, 15.05], - "to": [12, 12, 15.05], - "faces": { - "north": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "south"}, - "south": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "south"} - } - }, - { - "name": "Window", - "from": [0.95, 4, 4], - "to": [0.95, 12, 12], - "faces": { - "east": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "west"}, - "west": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "west"} - } - }, - { - "name": "SideLeft", - "from": [12, 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"}, - "south": {"uv": [12, 4, 16, 12], "texture": "#1", "cullface": "north"}, - "west": {"uv": [7, 4, 8, 12], "texture": "#1", "cullface": "north"} - } - }, - { - "name": "SideLeft", - "from": [15, 4, 12], - "to": [16, 12, 16], - "faces": { - "north": {"uv": [7, 4, 8, 12], "texture": "#1", "cullface": "east"}, - "east": {"uv": [0, 4, 4, 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], - "faces": { - "north": {"uv": [12, 4, 16, 12], "texture": "#1", "cullface": "south"}, - "east": {"uv": [7, 4, 8, 12], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 4, 4, 12], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideLeft", - "from": [0, 4, 0], - "to": [1, 12, 4], - "faces": { - "east": {"uv": [12, 4, 16, 12], "texture": "#1", "cullface": "west"}, - "south": {"uv": [7, 4, 8, 12], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 4, 4, 12], "texture": "#1", "cullface": "west"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_single_window_nw.json b/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_single_window_nw.json deleted file mode 100644 index 212e6905..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_single_window_nw.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/cast_iron_fluid_tank_top", - "1": "tfmg:block/cast_iron_fluid_tank", - "4": "tfmg:block/cast_iron_fluid_tank_inner", - "5": "tfmg:block/cast_iron_fluid_tank_window_single", - "particle": "tfmg:block/cast_iron_fluid_tank" - }, - "elements": [ - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [12, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [4, 4, 16, 12], "texture": "#1"}, - "east": {"uv": [4, 4, 5, 12], "texture": "#1"}, - "south": {"uv": [0, 4, 12, 12], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [0.95, 4, 12], - "to": [0.95, 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"} - } - }, - { - "name": "Window", - "from": [12, 4, 0.95], - "to": [16, 12, 0.95], - "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"} - } - }, - { - "name": "SideLeft", - "from": [0, 4, 0], - "to": [1, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "east": {"uv": [4, 4, 16, 12], "texture": "#1"}, - "south": {"uv": [11, 4, 12, 12], "texture": "#1"}, - "west": {"uv": [0, 4, 12, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 39]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 39]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - }, - { - "name": "block_bottom_centered_window", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [5] - } - ] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_top_window_se.json b/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_top_window_se.json deleted file mode 100644 index 41ca0750..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_fluid_tank/block_top_window_se.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/cast_iron_fluid_tank_top", - "1": "tfmg:block/cast_iron_fluid_tank", - "3": "tfmg:block/cast_iron_fluid_tank_window", - "4": "tfmg:block/cast_iron_fluid_tank_inner", - "particle": "tfmg:block/cast_iron_fluid_tank" - }, - "elements": [ - { - "name": "SideRight", - "from": [4, 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"}, - "west": {"uv": [4, 4, 5, 16], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [15.05, 0, 0], - "to": [15.05, 12, 4], - "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"} - } - }, - { - "name": "Window", - "from": [0, 0, 15.05], - "to": [4, 12, 15.05], - "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"} - } - }, - { - "name": "SideLeft", - "from": [15, 0, 4], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [11, 4, 12, 16], "texture": "#1"}, - "east": {"uv": [0, 4, 12, 16], "texture": "#1"}, - "west": {"uv": [4, 4, 16, 16], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_flywheel/item.json b/build/resources/main/assets/tfmg/models/block/cast_iron_flywheel/item.json deleted file mode 100644 index 84fe214c..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_flywheel/item.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parent": "tfmg:block/cast_iron_flywheel/flywheel", - "loader": "neoforge:obj", - "flip-v": true, - "model": "create:models/block/flywheel/flywheel.obj", - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.4, 0.4, 0.4 ] - }, - "fixed": { - "rotation": [ 90, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.4, 0.4, 0.4 ] - } - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_frame/item.json b/build/resources/main/assets/tfmg/models/block/cast_iron_frame/item.json deleted file mode 100644 index 9be70b28..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_frame/item.json +++ /dev/null @@ -1,166 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/cast_iron_frame_2", - "particle": "tfmg:block/cast_iron_frame_2" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [2, 16, 2], - "faces": { - "north": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 14, 2, 16], "texture": "#0"} - } - }, - { - "from": [14, 0, 0], - "to": [16, 16, 2], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [14, 0, 16, 2], "texture": "#0"}, - "down": {"uv": [14, 14, 16, 16], "texture": "#0"} - } - }, - { - "from": [0, 0, 14], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "up": {"uv": [0, 14, 2, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [14, 0, 14], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [14, 14, 16, 16], "texture": "#0"}, - "down": {"uv": [14, 0, 16, 2], "texture": "#0"} - } - }, - { - "from": [14, 14, 2], - "to": [16, 16, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [2, 16, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 12], "texture": "#0"} - } - }, - { - "from": [0, 0, 2], - "to": [2, 2, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 12], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [16, 2, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [14, 2, 16, 14], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [14, 16, 2], - "faces": { - "north": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 14, 14], - "to": [14, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [14, 2, 16], - "faces": { - "north": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 0, 0], - "to": [14, 2, 2], - "faces": { - "north": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 15, 15], - "faces": { - "north": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "east": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "south": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "west": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "up": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "down": {"uv": [1, 1, 15, 15], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/casing.json b/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/casing.json deleted file mode 100644 index 0a7a7fb8..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/casing.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/cast_iron_pipes", - "particle": "tfmg:block/cast_iron_block" - }, - "elements": [ - { - "from": [3, 3, 3], - "to": [13, 13, 13], - "faces": { - "north": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "east": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "south": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "west": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "up": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "down": {"uv": [1, 11, 6, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/connection/east.json b/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/connection/east.json deleted file mode 100644 index c576cf6c..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/connection/east.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/cast_iron_pipes", - "particle": "tfmg:block/cast_iron_pipes" - }, - "elements": [ - { - "name": "connection_east", - "from": [12, 4, 4], - "to": [16, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -16]}, - "faces": { - "north": {"uv": [0, 6, 4, 8], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 8, 4, 6], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 8, 4, 6], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 6, 4, 8], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/drain/down.json b/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/drain/down.json deleted file mode 100644 index adcdc9b4..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/drain/down.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/cast_iron_pipes", - "particle": "tfmg:block/cast_iron_pipes" - }, - "elements": [ - { - "from": [4.95, -3.95, 4.95], - "to": [11.05, -0.95, 11.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "down": {"uv": [13, 8, 16, 11], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [2.95, -1.1, 2.95], - "to": [13.05, 2, 13.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10.5, 16, 9, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [10.5, 16, 9, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [10.5, 16, 9, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [10.5, 16, 9, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/drain/up.json b/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/drain/up.json deleted file mode 100644 index 788a4704..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/drain/up.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/cast_iron_pipes", - "particle": "tfmg:block/cast_iron_pipes" - }, - "elements": [ - { - "from": [2.95, 14, 2.95], - "to": [13.05, 17.1, 13.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [9, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [9, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [9, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [9, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [16, 11, 11, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [16, 11, 11, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [4.95, 16.95, 4.95], - "to": [11.05, 19.95, 11.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [13.5, 8, 12, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [13.5, 8, 12, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [13.5, 8, 12, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [13.5, 8, 12, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [13, 11, 16, 8], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/lu_z.json b/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/lu_z.json deleted file mode 100644 index 3f43cb48..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/r_x.json b/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/r_x.json deleted file mode 100644 index 067f036d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/rim/down.json b/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/rim/down.json deleted file mode 100644 index 9207a981..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/rim/down.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/cast_iron_pipes", - "particle": "tfmg:block/cast_iron_pipes" - }, - "elements": [ - { - "from": [3, 0, 3], - "to": [13, 2, 13], - "faces": { - "north": {"uv": [10.5, 11, 9.5, 16], "rotation": 90, "texture": "#0"}, - "east": {"uv": [10.5, 11, 9.5, 16], "rotation": 90, "texture": "#0"}, - "south": {"uv": [10.5, 11, 9.5, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [10.5, 11, 9.5, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [11, 11, 16, 16], "rotation": 270, "texture": "#0", "cullface": "down"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/rim/up.json b/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/rim/up.json deleted file mode 100644 index a39efc8e..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/rim/up.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/cast_iron_pipes", - "particle": "tfmg:block/cast_iron_pipes" - }, - "elements": [ - { - "from": [3, 14, 3], - "to": [13, 16, 13], - "faces": { - "north": {"uv": [9.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [9.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [9.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [9.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#0", "cullface": "up"}, - "down": {"uv": [11, 11, 16, 16], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/rim_connector/down.json b/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/rim_connector/down.json deleted file mode 100644 index fe2d287e..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/rim_connector/down.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/cast_iron_pipes", - "particle": "tfmg:block/cast_iron_pipes" - }, - "elements": [ - { - "name": "rim_down", - "from": [4, 0, 4], - "to": [12, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -16]}, - "faces": { - "north": {"uv": [4, 6, 8, 8], "texture": "#0"}, - "east": {"uv": [4, 6, 8, 8], "texture": "#0"}, - "south": {"uv": [8, 6, 4, 8], "texture": "#0"}, - "west": {"uv": [8, 6, 4, 8], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/ru_x.json b/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/ru_x.json deleted file mode 100644 index e23da80f..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/ud_x.json b/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/ud_x.json deleted file mode 100644 index bde56147..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/ud_z.json b/build/resources/main/assets/tfmg/models/block/cast_iron_pipe/ud_z.json deleted file mode 100644 index f2ead13f..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/cast_iron_post_ends.json b/build/resources/main/assets/tfmg/models/block/cast_iron_post_ends.json deleted file mode 100644 index efb20373..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/cast_iron_truss.json b/build/resources/main/assets/tfmg/models/block/cast_iron_truss.json deleted file mode 100644 index 23faa73b..00000000 --- a/build/resources/main/assets/tfmg/models/block/cast_iron_truss.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "textures": { - "0": "tfmg:block/cast_iron_truss", - "particle": "tfmg:block/cast_iron_block" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [2, 16, 2], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [14, 0, 0], - "to": [16, 16, 2], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [0, 0, 14], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [14, 0, 14], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [2, 0, 15], - "to": [14, 16, 15], - "faces": { - "north": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#0"} - } - }, - { - "from": [15, 0, 2], - "to": [15, 16, 14], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "east": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "west": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [1, 0, 2], - "to": [1, 16, 14], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "east": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "west": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [2, 0, 1], - "to": [14, 16, 1], - "faces": { - "north": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [2, 0, 14, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/casting_basin/item.json b/build/resources/main/assets/tfmg/models/block/casting_basin/item.json deleted file mode 100644 index dd41bb0b..00000000 --- a/build/resources/main/assets/tfmg/models/block/casting_basin/item.json +++ /dev/null @@ -1,135 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/casting_basin", - "1": "tfmg:block/fireproof_bricks", - "particle": "tfmg:block/casting_basin" - }, - "elements": [ - { - "from": [1, 0, 1], - "to": [15, 1, 15], - "faces": { - "north": {"uv": [0.5, 3.5, 7.5, 4], "texture": "#0"}, - "east": {"uv": [0.5, 3.5, 7.5, 4], "texture": "#0"}, - "south": {"uv": [0.5, 3.5, 7.5, 4], "texture": "#0"}, - "west": {"uv": [0.5, 3.5, 7.5, 4], "texture": "#0"}, - "up": {"uv": [8.5, 9, 15.5, 16], "texture": "#0"}, - "down": {"uv": [8.5, 9, 15.5, 16], "texture": "#0"} - } - }, - { - "from": [4, 8, 14], - "to": [12, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 14]}, - "faces": { - "north": {"uv": [10, 3, 14, 5], "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "south": {"uv": [10, 3, 14, 5.5], "texture": "#0"}, - "west": {"uv": [7, 0, 8, 2], "texture": "#0"}, - "up": {"uv": [2, 1, 6, 0], "texture": "#0"} - } - }, - { - "from": [6, 7, 10], - "to": [10, 8, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 12]}, - "faces": { - "north": {"uv": [0, 0, 4, 1], "texture": "#1"}, - "east": {"uv": [0, 0, 4, 1], "texture": "#1"}, - "west": {"uv": [0, 0, 4, 1], "texture": "#1"}, - "up": {"uv": [7, 8, 11, 12], "texture": "#1"}, - "down": {"uv": [10, 8, 14, 12], "texture": "#1"} - } - }, - { - "from": [9, 8, 10], - "to": [10, 10, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 8, 12]}, - "faces": { - "north": {"uv": [11, 7, 12, 9], "texture": "#1"}, - "east": {"uv": [11, 3, 15, 5], "texture": "#1"}, - "west": {"uv": [9, 2, 13, 4], "texture": "#1"}, - "up": {"uv": [10, 1, 14, 2], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [6, 8, 10], - "to": [7, 10, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 8, 12]}, - "faces": { - "north": {"uv": [9, 0, 10, 2], "texture": "#1"}, - "east": {"uv": [5, 0, 9, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 4, 2], "texture": "#1"}, - "up": {"uv": [10, 8.5, 10.5, 10.5], "texture": "#1"} - } - }, - { - "from": [14, 1, 0], - "to": [16, 8, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 3.5], "texture": "#0"}, - "east": {"uv": [0, 0, 8, 3.5], "texture": "#0"}, - "south": {"uv": [7, 0, 8, 3.5], "texture": "#0"}, - "west": {"uv": [0, 0, 8, 3.5], "texture": "#0"}, - "up": {"uv": [1, 8, 0, 16], "texture": "#0"}, - "down": {"uv": [0, 8, 1, 16], "texture": "#0"} - } - }, - { - "from": [2, 1, 14], - "to": [14, 8, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 14]}, - "faces": { - "north": {"uv": [9, 5.5, 15, 9], "texture": "#0"}, - "south": {"uv": [9, 5.5, 15, 9], "texture": "#0"}, - "up": {"uv": [1, 8, 7, 9], "rotation": 180, "texture": "#0"}, - "down": {"uv": [1, 15, 7, 16], "texture": "#0"} - } - }, - { - "from": [2, 1, 0], - "to": [14, 8, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 0]}, - "faces": { - "north": {"uv": [1, 0, 7, 3.5], "texture": "#0"}, - "south": {"uv": [0, 0, 6, 3.5], "texture": "#0"}, - "up": {"uv": [1, 15, 7, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [1, 8, 7, 9], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [2, 8, 16], - "faces": { - "north": {"uv": [7, 0, 8, 3.5], "texture": "#0"}, - "east": {"uv": [0, 0, 8, 3.5], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 3.5], "texture": "#0"}, - "west": {"uv": [0, 0, 8, 3.5], "texture": "#0"}, - "up": {"uv": [8, 8, 7, 16], "texture": "#0"}, - "down": {"uv": [7, 8, 8, 16], "texture": "#0"} - } - }, - { - "from": [2, 1, 2], - "to": [5, 6, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 2]}, - "faces": { - "east": {"uv": [1, 0, 7, 2.5], "texture": "#0"}, - "up": {"uv": [9, 0, 15, 1.5], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [11, 1, 2], - "to": [14, 6, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 1, 2]}, - "faces": { - "west": {"uv": [1, 0, 7, 2.5], "texture": "#0"}, - "up": {"uv": [9, 1.5, 15, 0], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/casting_spout/connector.json b/build/resources/main/assets/tfmg/models/block/casting_spout/connector.json deleted file mode 100644 index 5622f050..00000000 --- a/build/resources/main/assets/tfmg/models/block/casting_spout/connector.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [32, 32], - "textures": { - "1": "tfmg:block/casting_spout" - }, - "elements": [ - - { - "from": [4, -2, 4], - "to": [12, 0, 12], - "faces": { - "north": {"uv": [11.5, 6, 15.5, 7], "texture": "#1"}, - "east": {"uv": [11.5, 6, 15.5, 7], "texture": "#1"}, - "south": {"uv": [11.5, 6, 15.5, 7], "texture": "#1"}, - "west": {"uv": [11.5, 6, 15.5, 7], "texture": "#1"}, - "up": {"uv": [9.5, 10, 13.5, 14], "texture": "#1"}, - "down": {"uv": [11.5, 2, 15.5, 6], "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/caution_block.json b/build/resources/main/assets/tfmg/models/block/caution_block.json deleted file mode 100644 index 22b080c1..00000000 --- a/build/resources/main/assets/tfmg/models/block/caution_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "textures": { - "0": "tfmg:block/caution_block/red", - "particle": "tfmg:block/caution_block/red" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cinderflour_block/block.json b/build/resources/main/assets/tfmg/models/block/cinderflour_block/block.json deleted file mode 100644 index 734b3d51..00000000 --- a/build/resources/main/assets/tfmg/models/block/cinderflour_block/block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/cube_bottom_top", - "textures": { - "top": "tfmg:block/cinderflourblock_top", - "bottom": "tfmg:block/cinderflourblock_top", - "side": "tfmg:block/cinderflourblock" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cinderflour_block/item.json b/build/resources/main/assets/tfmg/models/block/cinderflour_block/item.json deleted file mode 100644 index 734b3d51..00000000 --- a/build/resources/main/assets/tfmg/models/block/cinderflour_block/item.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/cube_bottom_top", - "textures": { - "top": "tfmg:block/cinderflourblock_top", - "bottom": "tfmg:block/cinderflourblock_top", - "side": "tfmg:block/cinderflourblock" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/circular_light/block.json b/build/resources/main/assets/tfmg/models/block/circular_light/block.json deleted file mode 100644 index 25144581..00000000 --- a/build/resources/main/assets/tfmg/models/block/circular_light/block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/circular_lamp_off_outlet", - "1": "tfmg:block/circular_lamp_off", - "particle": "tfmg:block/circular_lamp_off" - }, - "elements": [ - { - "from": [3, 0, 3], - "to": [13, 10, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]}, - "faces": { - "north": {"uv": [3, 3, 13, 13], "texture": "#1"}, - "east": {"uv": [3, 3, 13, 13], "texture": "#1"}, - "south": {"uv": [3, 3, 13, 13], "texture": "#1"}, - "west": {"uv": [3, 3, 13, 13], "texture": "#1"}, - "up": {"uv": [3, 3, 13, 13], "texture": "#1"}, - "down": {"uv": [3, 3, 13, 13], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/circular_light/block_powered.json b/build/resources/main/assets/tfmg/models/block/circular_light/block_powered.json deleted file mode 100644 index db20c28c..00000000 --- a/build/resources/main/assets/tfmg/models/block/circular_light/block_powered.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "2": "tfmg:block/circular_lamp_on_outlet", - "3": "tfmg:block/circular_lamp_on", - "particle": "tfmg:block/circular_lamp_on" - }, - "elements": [ - { - "from": [3, 0, 3], - "to": [13, 10, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]}, - "faces": { - "north": {"uv": [3, 3, 13, 13], "texture": "#3"}, - "east": {"uv": [3, 3, 13, 13], "texture": "#3"}, - "south": {"uv": [3, 3, 13, 13], "texture": "#3"}, - "west": {"uv": [3, 3, 13, 13], "texture": "#3"}, - "up": {"uv": [3, 3, 13, 13], "texture": "#3"}, - "down": {"uv": [3, 3, 13, 13], "texture": "#2"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/circular_light/light.json b/build/resources/main/assets/tfmg/models/block/circular_light/light.json deleted file mode 100644 index 22bad623..00000000 --- a/build/resources/main/assets/tfmg/models/block/circular_light/light.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/light", - "particle": "tfmg:block/light" - }, - "elements": [ - { - "from": [2.75, 2.75, -0.25], - "to": [13.25, 13.25, 10.25], - "rotation": {"angle": 0, "axis": "x", "origin": [7, 8, 8]}, - "faces": { - "north": {"uv": [3, 8, 13, 16], "rotation": 180, "texture": "#0"}, - "east": {"uv": [3, 8, 13, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [3, 8, 13, 16], "texture": "#0"}, - "west": {"uv": [3, 8, 13, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [3, 8, 13, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [3, 8, 13, 16], "texture": "#0"} - } - }, - { - "from": [2.5, 2.5, -0.5], - "to": [13.5, 13.5, 10.5], - "rotation": {"angle": 0, "axis": "x", "origin": [7, 8, 8]}, - "faces": { - "north": {"uv": [3, 0, 13, 8], "rotation": 180, "texture": "#0"}, - "east": {"uv": [3, 0, 13, 8], "rotation": 270, "texture": "#0"}, - "south": {"uv": [3, 0, 13, 8], "texture": "#0"}, - "west": {"uv": [3, 0, 13, 8], "rotation": 90, "texture": "#0"}, - "up": {"uv": [3, 0, 13, 8], "rotation": 180, "texture": "#0"}, - "down": {"uv": [3, 0, 13, 8], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/coal_coke_block.json b/build/resources/main/assets/tfmg/models/block/coal_coke_block.json deleted file mode 100644 index 9ac3c665..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/coke_oven/block_casual.json b/build/resources/main/assets/tfmg/models/block/coke_oven/block_casual.json deleted file mode 100644 index 85551f81..00000000 --- a/build/resources/main/assets/tfmg/models/block/coke_oven/block_casual.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "tfmg:block/coke_oven/controller", - "textures": { - "front": "tfmg:block/coke_oven/side" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/coke_oven/door_right_bottom.json b/build/resources/main/assets/tfmg/models/block/coke_oven/door_right_bottom.json deleted file mode 100644 index d386b62d..00000000 --- a/build/resources/main/assets/tfmg/models/block/coke_oven/door_right_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/coke_oven/door_right", - "textures": { - "0": "tfmg:block/coke_oven/coke_oven_door_bottom", - "particle": "tfmg:block/coke_oven/coke_oven_door" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/coke_oven/door_right_middle.json b/build/resources/main/assets/tfmg/models/block/coke_oven/door_right_middle.json deleted file mode 100644 index fd9ecbc8..00000000 --- a/build/resources/main/assets/tfmg/models/block/coke_oven/door_right_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "tfmg:block/coke_oven/door_right", - "textures": { - "0": "tfmg:block/coke_oven/coke_oven_door_middle", - "particle": "tfmg:block/coke_oven/coke_oven_door" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/coke_oven/item.json b/build/resources/main/assets/tfmg/models/block/coke_oven/item.json deleted file mode 100644 index 2e904da8..00000000 --- a/build/resources/main/assets/tfmg/models/block/coke_oven/item.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/coke_oven/coke_oven_door", - "1": "tfmg:block/coke_oven/side", - "3": "tfmg:block/coke_oven/top", - "particle": "tfmg:block/coke_oven/coke_oven_door" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "east": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "from": [0, 0, -1], - "to": [16, 16, 0], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, -16]}, - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/concrete_encased_industrial_pipe/block.json b/build/resources/main/assets/tfmg/models/block/concrete_encased_industrial_pipe/block.json deleted file mode 100644 index 64759511..00000000 --- a/build/resources/main/assets/tfmg/models/block/concrete_encased_industrial_pipe/block.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/concrete_encased_industrial_pipe", - "1": "tfmg:block/concrete", - "particle": "tfmg:block/concrete_encased_industrial_pipe" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/concrete_smokestack/block.json b/build/resources/main/assets/tfmg/models/block/concrete_smokestack/block.json deleted file mode 100644 index 12615c8f..00000000 --- a/build/resources/main/assets/tfmg/models/block/concrete_smokestack/block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/smokestack/smokestack", - "textures": { - "0": "tfmg:block/concrete_smokestack", - "particle": "tfmg:block/concrete_smokestack" - } - -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/concrete_smokestack/item.json b/build/resources/main/assets/tfmg/models/block/concrete_smokestack/item.json deleted file mode 100644 index c33a1e40..00000000 --- a/build/resources/main/assets/tfmg/models/block/concrete_smokestack/item.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/smokestack/smokestack_top", - "textures": { - "0": "tfmg:block/concrete_smokestack", - "particle": "tfmg:block/concrete_smokestack" - } - -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/concrete_top.json b/build/resources/main/assets/tfmg/models/block/concrete_top.json deleted file mode 100644 index 9225802b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/constantan_block.json b/build/resources/main/assets/tfmg/models/block/constantan_block.json deleted file mode 100644 index bd1e16c4..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/copper_encased_cast_iron_pipe/block_flat.json b/build/resources/main/assets/tfmg/models/block/copper_encased_cast_iron_pipe/block_flat.json deleted file mode 100644 index 1e58d7dc..00000000 --- a/build/resources/main/assets/tfmg/models/block/copper_encased_cast_iron_pipe/block_flat.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/copper_encased_cast_iron_pipe_side", - "particle": "tfmg:block/copper_encased_cast_iron_pipe_side" - }, - "elements": [ - { - "from": [0, 0, 15], - "to": [16, 16, 16], - "faces": { - "south": {"uv": [0, 0, 16, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/copper_encased_steel_pipe/block_open.json b/build/resources/main/assets/tfmg/models/block/copper_encased_steel_pipe/block_open.json deleted file mode 100644 index dba7e96d..00000000 --- a/build/resources/main/assets/tfmg/models/block/copper_encased_steel_pipe/block_open.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/copper_encased_steel_pipe", - "particle": "tfmg:block/copper_encased_steel_pipe" - }, - "elements": [ - { - "from": [0, 0, 15], - "to": [16, 16, 16], - "faces": { - "south": {"uv": [0, 0, 16, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/copper_frame/block.json b/build/resources/main/assets/tfmg/models/block/copper_frame/block.json deleted file mode 100644 index fa822299..00000000 --- a/build/resources/main/assets/tfmg/models/block/copper_frame/block.json +++ /dev/null @@ -1,166 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/copper_frame", - "particle": "tfmg:block/copper_frame" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [2, 16, 2], - "faces": { - "north": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 14, 2, 16], "texture": "#0"} - } - }, - { - "from": [14, 0, 0], - "to": [16, 16, 2], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [14, 0, 16, 2], "texture": "#0"}, - "down": {"uv": [14, 14, 16, 16], "texture": "#0"} - } - }, - { - "from": [0, 0, 14], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "up": {"uv": [0, 14, 2, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [14, 0, 14], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [14, 14, 16, 16], "texture": "#0"}, - "down": {"uv": [14, 0, 16, 2], "texture": "#0"} - } - }, - { - "from": [14, 14, 2], - "to": [16, 16, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [2, 16, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 12], "texture": "#0"} - } - }, - { - "from": [0, 0, 2], - "to": [2, 2, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 12], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [16, 2, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [14, 2, 16, 14], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [14, 16, 2], - "faces": { - "north": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 14, 14], - "to": [14, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [14, 2, 16], - "faces": { - "north": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 0, 0], - "to": [14, 2, 2], - "faces": { - "north": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 15, 15], - "faces": { - "north": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "east": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "south": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "west": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "up": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "down": {"uv": [1, 1, 15, 15], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/copycat_cable_base/block.json b/build/resources/main/assets/tfmg/models/block/copycat_cable_base/block.json deleted file mode 100644 index 93511244..00000000 --- a/build/resources/main/assets/tfmg/models/block/copycat_cable_base/block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "tfmg:block/copycat_cable_block" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/copycat_cable_block/block.json b/build/resources/main/assets/tfmg/models/block/copycat_cable_block/block.json deleted file mode 100644 index 93511244..00000000 --- a/build/resources/main/assets/tfmg/models/block/copycat_cable_block/block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "tfmg:block/copycat_cable_block" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/copycat_cable_block/item.json b/build/resources/main/assets/tfmg/models/block/copycat_cable_block/item.json deleted file mode 100644 index 93511244..00000000 --- a/build/resources/main/assets/tfmg/models/block/copycat_cable_block/item.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "tfmg:block/copycat_cable_block" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/cut_bauxite.json b/build/resources/main/assets/tfmg/models/block/cut_bauxite.json deleted file mode 100644 index f57341a8..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/cut_bauxite_wall_side_tall.json b/build/resources/main/assets/tfmg/models/block/cut_bauxite_wall_side_tall.json deleted file mode 100644 index 5ffb4a8b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/cut_galena_brick_stairs.json b/build/resources/main/assets/tfmg/models/block/cut_galena_brick_stairs.json deleted file mode 100644 index 90ac2cf1..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/cut_galena_bricks_wall_post.json b/build/resources/main/assets/tfmg/models/block/cut_galena_bricks_wall_post.json deleted file mode 100644 index e97999f8..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/cut_galena_stairs_inner.json b/build/resources/main/assets/tfmg/models/block/cut_galena_stairs_inner.json deleted file mode 100644 index e1a67104..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/cyan_concrete_wall_post.json b/build/resources/main/assets/tfmg/models/block/cyan_concrete_wall_post.json deleted file mode 100644 index beeb7d50..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/cyan_rebar_concrete.json b/build/resources/main/assets/tfmg/models/block/cyan_rebar_concrete.json deleted file mode 100644 index c54a5e41..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/deepslate_lead_ore.json b/build/resources/main/assets/tfmg/models/block/deepslate_lead_ore.json deleted file mode 100644 index 0c1c0de2..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/deepslate_nickel_ore.json b/build/resources/main/assets/tfmg/models/block/deepslate_nickel_ore.json deleted file mode 100644 index fe6a3da2..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/diagonal_cable_block/block.json b/build/resources/main/assets/tfmg/models/block/diagonal_cable_block/block.json deleted file mode 100644 index 2d342b26..00000000 --- a/build/resources/main/assets/tfmg/models/block/diagonal_cable_block/block.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [24, 24], - "textures": { - "0": "tfmg:block/diagonal_cable_block", - "particle": "tfmg:block/diagonal_cable_block" - }, - "elements": [ - { - "from": [4, 0, 4], - "to": [12, 2, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 14.66667, 5.33333, 16], "texture": "#0"}, - "east": {"uv": [0, 14.66667, 5.33333, 16], "texture": "#0"}, - "south": {"uv": [0, 14.66667, 5.33333, 16], "texture": "#0"}, - "west": {"uv": [0, 14.66667, 5.33333, 16], "texture": "#0"}, - "up": {"uv": [5.33333, 8, 0, 2.66667], "rotation": 180, "texture": "#0"}, - "down": {"uv": [5.33333, 8, 0, 13.33333], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [14, 4, 4], - "to": [16, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 13.33333, 5.33333, 14.66667], "rotation": 270, "texture": "#0"}, - "east": {"uv": [5.33333, 13.33333, 0, 8], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 13.33333, 5.33333, 14.66667], "rotation": 90, "texture": "#0"}, - "west": {"uv": [5.33333, 2.66667, 0, 8], "rotation": 270, "texture": "#0"}, - "up": {"uv": [0, 13.33333, 5.33333, 14.66667], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 13.33333, 5.33333, 14.66667], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [6.65685, -0.58579, 6], - "to": [20.65685, 3.41421, 10], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [9.33333, 6.66667, 12, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [16, 2.66667, 13.33333, 0], "rotation": 270, "texture": "#0"}, - "south": {"uv": [13.33333, 6.66667, 16, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [16, 2, 13.33333, 4.66667], "rotation": 270, "texture": "#0"}, - "up": {"uv": [11.33333, 6.66667, 14, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [6.66667, 6.66667, 9.33333, 16], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/diagonal_cable_block/block_up.json b/build/resources/main/assets/tfmg/models/block/diagonal_cable_block/block_up.json deleted file mode 100644 index 8b30eb66..00000000 --- a/build/resources/main/assets/tfmg/models/block/diagonal_cable_block/block_up.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [24, 24], - "textures": { - "1": "tfmg:block/diagonal_cable_block", - "particle": "tfmg:block/diagonal_cable_block" - }, - "elements": [ - { - "from": [4, 14, 4], - "to": [12, 16, 12], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 14.66667, 5.33333, 16], "rotation": 180, "texture": "#1"}, - "east": {"uv": [0, 14.66667, 5.33333, 16], "rotation": 180, "texture": "#1"}, - "south": {"uv": [0, 14.66667, 5.33333, 16], "rotation": 180, "texture": "#1"}, - "west": {"uv": [0, 14.66667, 5.33333, 16], "rotation": 180, "texture": "#1"}, - "up": {"uv": [5.33333, 8, 0, 13.33333], "rotation": 180, "texture": "#1"}, - "down": {"uv": [5.33333, 8, 0, 2.66667], "rotation": 180, "texture": "#1"} - } - }, - { - "from": [14, 4, 4], - "to": [16, 12, 12], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 13.33333, 5.33333, 14.66667], "rotation": 270, "texture": "#1"}, - "east": {"uv": [5.33333, 13.33333, 0, 8], "rotation": 90, "texture": "#1"}, - "south": {"uv": [0, 13.33333, 5.33333, 14.66667], "rotation": 90, "texture": "#1"}, - "west": {"uv": [5.33333, 2.66667, 0, 8], "rotation": 90, "texture": "#1"}, - "up": {"uv": [0, 13.33333, 5.33333, 14.66667], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 13.33333, 5.33333, 14.66667], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [1, 10.24264, 6], - "to": [15, 14.24264, 10], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [13.33333, 6.66667, 16, 16], "rotation": 270, "texture": "#1"}, - "east": {"uv": [16, 2.66667, 13.33333, 0], "rotation": 90, "texture": "#1"}, - "south": {"uv": [9.33333, 6.66667, 12, 16], "rotation": 90, "texture": "#1"}, - "west": {"uv": [16, 2, 13.33333, 4.66667], "rotation": 90, "texture": "#1"}, - "up": {"uv": [6.66667, 6.66667, 9.33333, 16], "rotation": 90, "texture": "#1"}, - "down": {"uv": [11.33333, 6.66667, 14, 16], "rotation": 90, "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/electric_diode/block_vertical.json b/build/resources/main/assets/tfmg/models/block/electric_diode/block_vertical.json deleted file mode 100644 index d616f008..00000000 --- a/build/resources/main/assets/tfmg/models/block/electric_diode/block_vertical.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [32, 32], - "textures": { - "1": "tfmg:block/diode", - "particle": "tfmg:block/diode" - }, - "elements": [ - { - "from": [3, 0, 3], - "to": [13, 16, 13], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [8, 0, 0, 5], "rotation": 90, "texture": "#1"}, - "east": {"uv": [0, 0, 8, 5], "rotation": 270, "texture": "#1"}, - "south": {"uv": [8, 0, 0, 5], "rotation": 90, "texture": "#1"}, - "west": {"uv": [8, 0, 0, 5], "rotation": 90, "texture": "#1"}, - "up": {"uv": [9, 0, 14, 5], "rotation": 180, "texture": "#1"}, - "down": {"uv": [9, 6, 14, 11], "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/electric_motor/block_vertical.json b/build/resources/main/assets/tfmg/models/block/electric_motor/block_vertical.json deleted file mode 100644 index 06ba28b2..00000000 --- a/build/resources/main/assets/tfmg/models/block/electric_motor/block_vertical.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [64, 64], - "textures": { - "0": "tfmg:block/electric_motor", - "particle": "tfmg:block/steel_block" - }, - "elements": [ - { - "from": [3, 5, 3], - "to": [13, 14, 13], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [1.25, 5.5, 3.5, 8], "rotation": 270, "texture": "#0"}, - "east": {"uv": [1.25, 5.5, 3.5, 8], "rotation": 270, "texture": "#0"}, - "south": {"uv": [3.5, 8, 1.25, 5.5], "rotation": 90, "texture": "#0"}, - "west": {"uv": [3.5, 5.5, 1.25, 8], "rotation": 90, "texture": "#0"}, - "up": {"uv": [3.75, 0, 6.25, 2.5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [3.75, 2.75, 6.25, 5.25], "texture": "#0"} - } - }, - { - "from": [3, 2, 12], - "to": [4, 5, 13], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 0, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#0"} - } - }, - { - "from": [12, 2, 12], - "to": [13, 5, 13], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 0, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#0"} - } - }, - { - "from": [3, 2, 3], - "to": [4, 5, 4], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 0, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#0"} - } - }, - { - "from": [12, 2, 3], - "to": [13, 5, 4], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#0"} - } - }, - { - "from": [3, 0, 3], - "to": [13, 2, 13], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 2.5], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 0.5, 2.5], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0.5, 0, 0, 2.5], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0.5, 0, 0, 2.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [3.75, 2.75, 6.25, 5.25], "rotation": 180, "texture": "#0"}, - "down": {"uv": [3.75, 2.75, 6.25, 5.25], "texture": "#0"} - } - }, - { - "from": [4, 2, 4], - "to": [12, 5, 12], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [0.5, 0.25, 1.25, 2.25], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0.5, 0.25, 1.25, 2.25], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0.5, 0.25, 1.25, 2.25], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 1.25, 2.25], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 0, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/electric_motor/item.json b/build/resources/main/assets/tfmg/models/block/electric_motor/item.json deleted file mode 100644 index f0eb8012..00000000 --- a/build/resources/main/assets/tfmg/models/block/electric_motor/item.json +++ /dev/null @@ -1,120 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [64, 64], - "textures": { - "1": "tfmg:block/electric_motor", - "particle": "tfmg:block/steel_block" - }, - "elements": [ - { - "from": [3, 3, 2], - "to": [13, 13, 11], - "faces": { - "north": {"uv": [3.75, 0, 6.25, 2.5], "texture": "#1"}, - "east": {"uv": [1.25, 0, 3.5, 2.5], "texture": "#1"}, - "south": {"uv": [3.75, 2.75, 6.25, 5.25], "texture": "#1"}, - "west": {"uv": [3.5, 0, 1.25, 2.5], "texture": "#1"}, - "up": {"uv": [3.5, 8, 1.25, 5.5], "rotation": 90, "texture": "#1"}, - "down": {"uv": [1.25, 5.5, 11.25, 14.5], "texture": "#1"} - } - }, - { - "from": [3, 12, 11], - "to": [4, 13, 14], - "faces": { - "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, - "east": {"uv": [0.5, 2.25, 1.25, 2.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, - "west": {"uv": [0.5, 2.25, 1.25, 2.5], "texture": "#1"}, - "up": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [12, 12, 11], - "to": [13, 13, 14], - "faces": { - "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, - "east": {"uv": [0.5, 2.25, 1.25, 2.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, - "west": {"uv": [0.5, 2.25, 1.25, 2.5], "texture": "#1"}, - "up": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [3, 3, 11], - "to": [4, 4, 14], - "faces": { - "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, - "east": {"uv": [0.5, 2.25, 1.25, 2.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, - "west": {"uv": [0.5, 2.25, 1.25, 2.5], "texture": "#1"}, - "up": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [12, 3, 11], - "to": [13, 4, 14], - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#1"}, - "east": {"uv": [0.5, 2.25, 1.25, 2.5], "texture": "#1"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#1"}, - "west": {"uv": [0.5, 2.25, 1.25, 2.5], "texture": "#1"}, - "up": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0.5, 2.25, 1.25, 2.5], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [3, 3, 14], - "to": [13, 13, 16], - "faces": { - "north": {"uv": [3.75, 2.75, 6.25, 5.25], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 2.5], "texture": "#1"}, - "south": {"uv": [3.75, 2.75, 6.25, 5.25], "texture": "#1"}, - "west": {"uv": [0.5, 0, 0, 2.5], "texture": "#1"}, - "up": {"uv": [0.5, 0, 0, 2.5], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 0.5, 2.5], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [4, 4, 11], - "to": [12, 12, 14], - "faces": { - "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, - "east": {"uv": [0.5, 0.25, 1.25, 2.25], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, - "west": {"uv": [0.5, 0.25, 1.25, 2.25], "texture": "#1"}, - "up": {"uv": [0.5, 0.25, 1.25, 2.25], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0.5, 0.25, 1.25, 2.25], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [1, 0, 3], - "to": [15, 3, 13], - "faces": { - "north": {"uv": [6.5, 2.75, 10, 3.5], "texture": "#1"}, - "east": {"uv": [6.5, 3.75, 9, 4.5], "texture": "#1"}, - "south": {"uv": [6.5, 2.75, 10, 3.5], "texture": "#1"}, - "west": {"uv": [6.5, 3.75, 9, 4.5], "texture": "#1"}, - "up": {"uv": [6.5, 0, 10, 2.5], "texture": "#1"}, - "down": {"uv": [6.5, 0, 10, 2.5], "texture": "#1"} - } - }, - { - "from": [6, 6, 0], - "to": [10, 10, 2], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [10.5, 5, 11.5, 6], "texture": "#1"}, - "east": {"uv": [6.5, 4.75, 7.5, 5.25], "rotation": 90, "texture": "#1"}, - "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, - "west": {"uv": [6.5, 4.75, 7.5, 5.25], "rotation": 90, "texture": "#1"}, - "up": {"uv": [6.5, 4.75, 7.5, 5.25], "texture": "#1"}, - "down": {"uv": [6.5, 4.75, 7.5, 5.25], "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/encased_cogwheel/block.json b/build/resources/main/assets/tfmg/models/block/encased_cogwheel/block.json deleted file mode 100644 index 559f7ebf..00000000 --- a/build/resources/main/assets/tfmg/models/block/encased_cogwheel/block.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "1": "block/stripped_spruce_log_top", - "particle": "create:block/andesite_casing", - "casing": "create:block/andesite_casing", - "side": "create:block/andesite_encased_cogwheel_side" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 6, 16], - "faces": { - "north": {"uv": [0, 10, 16, 16], "texture": "#side"}, - "east": {"uv": [0, 10, 16, 16], "texture": "#side"}, - "south": {"uv": [0, 10, 16, 16], "texture": "#side"}, - "west": {"uv": [0, 10, 16, 16], "texture": "#side"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#casing"} - } - }, - { - "from": [0, 6, 0], - "to": [16, 10, 16], - "faces": { - "north": {"uv": [0, 6, 16, 10], "texture": "#side", "cullface": "north"}, - "east": {"uv": [0, 6, 16, 10], "texture": "#side", "cullface": "east"}, - "south": {"uv": [0, 6, 16, 10], "texture": "#side", "cullface": "south"}, - "west": {"uv": [0, 6, 16, 10], "texture": "#side", "cullface": "west"} - } - }, - { - "from": [15.95, 6, 0.05], - "to": [0.05, 10, 15.95], - "faces": { - "north": {"uv": [0, 6, 16, 10], "texture": "#side", "cullface": "north"}, - "east": {"uv": [0, 6, 16, 10], "texture": "#side", "cullface": "west"}, - "south": {"uv": [0, 6, 16, 10], "texture": "#side", "cullface": "south"}, - "west": {"uv": [0, 6, 16, 10], "texture": "#side", "cullface": "east"} - } - }, - { - "from": [0, 10, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 6], "texture": "#side"}, - "east": {"uv": [0, 0, 16, 6], "texture": "#side"}, - "south": {"uv": [0, 0, 16, 6], "texture": "#side"}, - "west": {"uv": [0, 0, 16, 6], "texture": "#side"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#casing"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/encased_diode.json b/build/resources/main/assets/tfmg/models/block/encased_diode.json deleted file mode 100644 index a0bc816c..00000000 --- a/build/resources/main/assets/tfmg/models/block/encased_diode.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/heavy_machinery_casing", - "1": "tfmg:block/encased_diode_back", - "2": "tfmg:block/encased_diode_front", - "particle": "tfmg:block/heavy_machinery_casing" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/encased_large_cogwheel/block_top_bottom.json b/build/resources/main/assets/tfmg/models/block/encased_large_cogwheel/block_top_bottom.json deleted file mode 100644 index 1ce76bad..00000000 --- a/build/resources/main/assets/tfmg/models/block/encased_large_cogwheel/block_top_bottom.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "1": "block/stripped_spruce_log_top", - "4": "create:block/gearbox", - "particle": "create:block/andesite_casing", - "casing": "create:block/andesite_casing", - "side": "create:block/andesite_encased_cogwheel_side_connected" - }, - "elements": [ - { - "from": [0, 1, 0], - "to": [16, 6, 16], - "faces": { - "north": {"uv": [0, 10, 16, 15], "texture": "#side"}, - "east": {"uv": [0, 10, 16, 15], "texture": "#side"}, - "south": {"uv": [0, 10, 16, 15], "texture": "#side"}, - "west": {"uv": [0, 10, 16, 15], "texture": "#side"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "from": [0, 10, 0], - "to": [16, 15, 16], - "faces": { - "north": {"uv": [0, 1, 16, 6], "texture": "#side"}, - "east": {"uv": [0, 1, 16, 6], "texture": "#side"}, - "south": {"uv": [0, 1, 16, 6], "texture": "#side"}, - "west": {"uv": [0, 1, 16, 6], "texture": "#side"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#4"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [14, 15, 2], - "to": [16, 16, 14], - "faces": { - "north": {"uv": [0, 0, 0, 0], "texture": "#casing"}, - "east": {"uv": [2, 0, 14, 1], "texture": "#casing"}, - "south": {"uv": [0, 0, 0, 0], "texture": "#casing"}, - "west": {"uv": [2, 0, 14, 1], "texture": "#casing"}, - "up": {"uv": [14, 2, 16, 14], "texture": "#casing"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#casing"} - } - }, - { - "from": [0, 15, 0], - "to": [16, 16, 2], - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#casing"}, - "east": {"uv": [14, 0, 16, 1], "texture": "#casing"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#casing"}, - "west": {"uv": [0, 0, 2, 1], "texture": "#casing"}, - "up": {"uv": [0, 0, 16, 2], "texture": "#casing"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#casing"} - } - }, - { - "from": [0, 15, 2], - "to": [2, 16, 14], - "faces": { - "north": {"uv": [0, 0, 0, 0], "texture": "#casing"}, - "east": {"uv": [2, 0, 14, 1], "texture": "#casing"}, - "south": {"uv": [0, 0, 0, 0], "texture": "#casing"}, - "west": {"uv": [2, 0, 14, 1], "texture": "#casing"}, - "up": {"uv": [0, 2, 2, 14], "texture": "#casing"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#casing"} - } - }, - { - "from": [0, 15, 14], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#casing"}, - "east": {"uv": [0, 0, 2, 1], "texture": "#casing"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#casing"}, - "west": {"uv": [14, 0, 16, 1], "texture": "#casing"}, - "up": {"uv": [0, 14, 16, 16], "texture": "#casing"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#casing"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 1, 2], - "faces": { - "north": {"uv": [0, 15, 16, 16], "texture": "#casing"}, - "east": {"uv": [14, 15, 16, 16], "texture": "#casing"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#casing"}, - "west": {"uv": [0, 15, 2, 16], "texture": "#casing"}, - "down": {"uv": [0, 14, 16, 16], "texture": "#casing"} - } - }, - { - "from": [14, 0, 2], - "to": [16, 1, 14], - "faces": { - "east": {"uv": [2, 15, 14, 16], "texture": "#casing"}, - "west": {"uv": [2, 0, 14, 1], "texture": "#casing"}, - "down": {"uv": [14, 2, 16, 14], "texture": "#casing"} - } - }, - { - "from": [0, 0, 2], - "to": [2, 1, 14], - "faces": { - "east": {"uv": [2, 0, 14, 1], "texture": "#casing"}, - "west": {"uv": [2, 15, 14, 16], "texture": "#casing"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#casing"} - } - }, - { - "from": [0, 0, 14], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#casing"}, - "east": {"uv": [0, 15, 2, 16], "texture": "#casing"}, - "south": {"uv": [0, 15, 16, 16], "texture": "#casing"}, - "west": {"uv": [14, 15, 16, 16], "texture": "#casing"}, - "down": {"uv": [0, 0, 16, 2], "texture": "#casing"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/encased_shaft/block.json b/build/resources/main/assets/tfmg/models/block/encased_shaft/block.json deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/tfmg/models/block/encased_shaft/block_steel.json b/build/resources/main/assets/tfmg/models/block/encased_shaft/block_steel.json deleted file mode 100644 index 2cded803..00000000 --- a/build/resources/main/assets/tfmg/models/block/encased_shaft/block_steel.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "create:block/encased_shaft/block", - "textures": { - "casing": "tfmg:block/steel_casing", - "opening": "tfmg:block/steel_gearbox" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/engine_block.json b/build/resources/main/assets/tfmg/models/block/engine_block.json deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/tfmg/models/block/engine_gearbox/block.json b/build/resources/main/assets/tfmg/models/block/engine_gearbox/block.json deleted file mode 100644 index 319a32a6..00000000 --- a/build/resources/main/assets/tfmg/models/block/engine_gearbox/block.json +++ /dev/null @@ -1,191 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "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", - "6": "tfmg:block/shaft", - "7": "tfmg:block/engines/engine_gearbox", - "8": "tfmg:block/engines/engine_gearbox_front", - "particle": "tfmg:block/engines/engine_back" - }, - "elements": [ - { - "from": [3, 0, -1], - "to": [13, 12, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 0, -1]}, - "faces": { - "north": {"uv": [3, 4, 13, 16], "texture": "#2"}, - "east": {"uv": [12, 3, 0, 15], "texture": "#3"}, - "south": {"uv": [3, 4, 13, 16], "texture": "#4"}, - "west": {"uv": [0, 3, 12, 15], "texture": "#3"}, - "up": {"uv": [3, 0, 13, 12], "texture": "#4"}, - "down": {"uv": [3, 4, 13, 16], "texture": "#1"} - } - }, - { - "from": [0, 5, 11], - "to": [3, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 13]}, - "faces": { - "north": {"uv": [0, 8, 3, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 8], "texture": "#4"}, - "south": {"uv": [13, 5, 16, 13], "texture": "#4"}, - "west": {"uv": [8, 6, 10, 14], "texture": "#7"}, - "up": {"uv": [8, 5, 10, 8], "rotation": 90, "texture": "#7"}, - "down": {"uv": [0, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [3, 0, 11], - "to": [13, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 0, 3]}, - "faces": { - "east": {"uv": [5, 4, 16, 0], "rotation": 90, "texture": "#4"}, - "south": {"uv": [3, 5, 13, 16], "texture": "#8"}, - "west": {"uv": [5, 0, 16, 4], "rotation": 90, "texture": "#4"}, - "up": {"uv": [3, 12, 13, 16], "texture": "#4"}, - "down": {"uv": [3, 0, 13, 4], "texture": "#1"} - } - }, - { - "from": [13, 0, -1], - "to": [16, 5, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 5]}, - "faces": { - "north": {"uv": [0, 11, 3, 16], "texture": "#2"}, - "east": {"uv": [0, 11, 16, 16], "texture": "#3"}, - "south": {"uv": [13, 11, 16, 16], "texture": "#2"}, - "west": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "up": {"uv": [13, 0, 16, 16], "texture": "#4"}, - "down": {"uv": [13, 0, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 11, 5], - "to": [3, 13, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 13]}, - "faces": { - "east": {"uv": [5, 0, 11, 2], "texture": "#4"}, - "west": {"uv": [2, 6, 8, 8], "texture": "#7"}, - "up": {"uv": [2, 5, 8, 8], "rotation": 90, "texture": "#7"}, - "down": {"uv": [13, 5, 16, 11], "texture": "#4"} - } - }, - { - "from": [0, 5, -1], - "to": [3, 7, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 5]}, - "faces": { - "north": {"uv": [3, 9, 0, 11], "texture": "#2"}, - "east": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "south": {"uv": [13, 11, 16, 13], "texture": "#2"}, - "west": {"uv": [14, 14, 8, 16], "texture": "#7"}, - "up": {"uv": [0, 0, 3, 6], "texture": "#4"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#2"} - } - }, - { - "from": [0, 7, 3], - "to": [3, 13, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 5]}, - "faces": { - "north": {"uv": [13, 5, 16, 11], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 6], "texture": "#4"}, - "south": {"uv": [13, 9, 16, 15], "texture": "#4"}, - "west": {"uv": [0, 6, 2, 12], "texture": "#7"}, - "up": {"uv": [0, 5, 2, 8], "rotation": 90, "texture": "#7"}, - "down": {"uv": [0, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0, 0, -1], - "to": [3, 5, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 5]}, - "faces": { - "north": {"uv": [13, 11, 16, 16], "texture": "#2"}, - "east": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "south": {"uv": [0, 9, 3, 14], "texture": "#4"}, - "west": {"uv": [0, 11, 16, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 3, 16], "texture": "#4"}, - "down": {"uv": [0, 0, 3, 16], "texture": "#2"} - } - }, - { - "from": [13, 5, -1], - "to": [16, 7, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 5]}, - "faces": { - "north": {"uv": [0, 9, 3, 11], "texture": "#2"}, - "east": {"uv": [8, 14, 14, 16], "texture": "#7"}, - "south": {"uv": [13, 10, 16, 12], "texture": "#2"}, - "west": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "up": {"uv": [0, 0, 3, 6], "texture": "#4"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#2"} - } - }, - { - "from": [13, 7, 3], - "to": [16, 13, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 4, 5]}, - "faces": { - "north": {"uv": [0, 5, 3, 11], "texture": "#4"}, - "east": {"uv": [8, 6, 10, 12], "texture": "#7"}, - "south": {"uv": [13, 9, 16, 15], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 6], "texture": "#4"}, - "up": {"uv": [0, 5, 2, 8], "rotation": 90, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#4"} - } - }, - { - "from": [13, 5, 11], - "to": [16, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 4, 13]}, - "faces": { - "north": {"uv": [0, 8, 3, 16], "texture": "#4"}, - "east": {"uv": [0, 6, 2, 14], "texture": "#7"}, - "south": {"uv": [0, 5, 3, 13], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 8], "texture": "#4"}, - "up": {"uv": [8, 5, 10, 8], "rotation": 90, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#4"} - } - }, - { - "from": [13, 11, 5], - "to": [16, 13, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 4, 13]}, - "faces": { - "east": {"uv": [2, 6, 8, 8], "texture": "#7"}, - "west": {"uv": [5, 0, 11, 2], "texture": "#4"}, - "up": {"uv": [2, 5, 8, 8], "rotation": 90, "texture": "#7"}, - "down": {"uv": [13, 5, 16, 11], "texture": "#4"} - } - }, - { - "from": [1, 5, 5], - "to": [1, 11, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 6, 8]}, - "faces": { - "north": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [2, 8, 8, 14], "texture": "#7"}, - "up": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [15, 5, 5], - "to": [15, 11, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 6, 8]}, - "faces": { - "north": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#6"}, - "east": {"uv": [2, 8, 8, 14], "texture": "#7"}, - "south": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#6"}, - "down": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#6"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/engine_upgrades/exhaust_alone.json b/build/resources/main/assets/tfmg/models/block/engine_upgrades/exhaust_alone.json deleted file mode 100644 index 263920e7..00000000 --- a/build/resources/main/assets/tfmg/models/block/engine_upgrades/exhaust_alone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/compact_exhaust", - "particle": "tfmg:block/compact_exhaust" - }, - "elements": [ - { - "from": [6, 6, 0], - "to": [9, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 6, 0]}, - "faces": { - "east": {"uv": [0, 0, 16, 3], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 3], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 3], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 16, 3], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [9, 6, 2], - "to": [11, 9, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 3], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 3], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 3], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 3], "texture": "#0"} - } - }, - { - "from": [9, 6, 11], - "to": [11, 9, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 11]}, - "faces": { - "north": {"uv": [0, 0, 2, 3], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 3], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 3], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 3], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/engine_upgrades/turbo_propeller.json b/build/resources/main/assets/tfmg/models/block/engine_upgrades/turbo_propeller.json deleted file mode 100644 index 5a609fce..00000000 --- a/build/resources/main/assets/tfmg/models/block/engine_upgrades/turbo_propeller.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/turbo", - "particle": "tfmg:block/turbo" - }, - "elements": [ - { - "from": [7.5, 12, 7.5], - "to": [8.5, 15, 8.5], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [10, 0, 11, 3], "texture": "#0"}, - "east": {"uv": [10, 0, 11, 3], "texture": "#0"}, - "south": {"uv": [10, 0, 11, 3], "texture": "#0"}, - "west": {"uv": [10, 0, 11, 3], "texture": "#0"}, - "up": {"uv": [10, 1, 11, 2], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 0], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [5, 14, 8], - "to": [11, 15, 8], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 13, 8]}, - "faces": { - "north": {"uv": [10, 0, 11, 6], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 0, 1], "texture": "#0"}, - "south": {"uv": [10, 0, 11, 6], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 6, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 6, 0], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [5, 14, 8], - "to": [11, 15, 8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 13, 8]}, - "faces": { - "north": {"uv": [10, 0, 11, 6], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 0, 1], "texture": "#0"}, - "south": {"uv": [10, 0, 11, 6], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 6, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 6, 0], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [8, 14, 5], - "to": [8, 15, 11], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 13, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 1], "texture": "#0"}, - "east": {"uv": [10, 0, 11, 6], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 1], "texture": "#0"}, - "west": {"uv": [10, 0, 11, 6], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 6, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 6, 0], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [8, 14, 5], - "to": [8, 15, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 13, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 1], "texture": "#0"}, - "east": {"uv": [10, 0, 11, 6], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 1], "texture": "#0"}, - "west": {"uv": [10, 0, 11, 6], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 6, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 6, 0], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/exhaust/block.json b/build/resources/main/assets/tfmg/models/block/exhaust/block.json deleted file mode 100644 index 3601cc2c..00000000 --- a/build/resources/main/assets/tfmg/models/block/exhaust/block.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "textures": { - "0": "tfmg:block/exhaust", - "particle": "tfmg:block/exhaust" - }, - "elements": [ - { - "from": [6, 2, 6], - "to": [10, 16, 10], - "faces": { - "north": {"uv": [4, 0, 6, 7], "texture": "#0"}, - "east": {"uv": [4, 0, 6, 7], "texture": "#0"}, - "south": {"uv": [4, 0, 6, 7], "texture": "#0"}, - "west": {"uv": [4, 0, 6, 7], "texture": "#0"}, - "up": {"uv": [0.5, 6.5, 2.5, 8.5], "texture": "#0"}, - "down": {"uv": [6, 0, 6, 0], "texture": "#0"} - } - }, - { - "from": [4, 0, 4], - "to": [12, 2, 12], - "faces": { - "north": {"uv": [3.5, 7.5, 7.5, 8.5], "texture": "#0"}, - "east": {"uv": [3.5, 7.5, 7.5, 8.5], "texture": "#0"}, - "south": {"uv": [3.5, 7.5, 7.5, 8.5], "texture": "#0"}, - "west": {"uv": [3.5, 7.5, 7.5, 8.5], "texture": "#0"}, - "up": {"uv": [6, 10, 10, 14], "texture": "#0"}, - "down": {"uv": [0.5, 10, 4.5, 14], "texture": "#0"} - } - }, - { - "from": [5, 3, 5], - "to": [11, 15, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 3, 6], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 6], "texture": "#0"}, - "south": {"uv": [0, 0, 3, 6], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 6], "texture": "#0"}, - "up": {"uv": [0, 0, 6, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 6, 0], "texture": "#0"} - } - }, - { - "from": [11, 3, 5], - "to": [11, 15, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 12], "texture": "#0"}, - "east": {"uv": [0, 0, 3, 6], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 12], "texture": "#0"}, - "west": {"uv": [0, 0, 3, 6], "texture": "#0"}, - "up": {"uv": [0, 0, 6, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 6, 0], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [5, 3, 11], - "to": [11, 15, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 3, 6], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 6], "texture": "#0"}, - "south": {"uv": [0, 0, 3, 6], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 6], "texture": "#0"}, - "up": {"uv": [0, 0, 6, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 6, 0], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [5, 3, 5], - "to": [5, 15, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 6], "texture": "#0"}, - "east": {"uv": [0, 0, 3, 6], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 6], "texture": "#0"}, - "west": {"uv": [0, 0, 3, 6], "texture": "#0"}, - "up": {"uv": [0, 0, 6, 0], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 0, 6, 0], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fire/blue_fire_floor0.json b/build/resources/main/assets/tfmg/models/block/fire/blue_fire_floor0.json deleted file mode 100644 index 1e8295f5..00000000 --- a/build/resources/main/assets/tfmg/models/block/fire/blue_fire_floor0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_fire_floor", - "textures": { - "fire": "tfmg:block/blue_fire_0" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fire/blue_fire_floor1.json b/build/resources/main/assets/tfmg/models/block/fire/blue_fire_floor1.json deleted file mode 100644 index 6285f8da..00000000 --- a/build/resources/main/assets/tfmg/models/block/fire/blue_fire_floor1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_fire_floor", - "textures": { - "fire": "tfmg:block/blue_fire_1" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fire/blue_fire_side_alt0.json b/build/resources/main/assets/tfmg/models/block/fire/blue_fire_side_alt0.json deleted file mode 100644 index a4f0b1a8..00000000 --- a/build/resources/main/assets/tfmg/models/block/fire/blue_fire_side_alt0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_fire_side_alt", - "textures": { - "fire": "tfmg:block/blue_fire_0" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fire/blue_fire_side_alt1.json b/build/resources/main/assets/tfmg/models/block/fire/blue_fire_side_alt1.json deleted file mode 100644 index 5f3ceb62..00000000 --- a/build/resources/main/assets/tfmg/models/block/fire/blue_fire_side_alt1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_fire_side_alt", - "textures": { - "fire": "tfmg:block/blue_fire_1" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fire/blue_fire_up0.json b/build/resources/main/assets/tfmg/models/block/fire/blue_fire_up0.json deleted file mode 100644 index 9beeea9a..00000000 --- a/build/resources/main/assets/tfmg/models/block/fire/blue_fire_up0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_fire_up", - "textures": { - "fire": "tfmg:block/blue_fire_0" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fire/blue_fire_up1.json b/build/resources/main/assets/tfmg/models/block/fire/blue_fire_up1.json deleted file mode 100644 index c270199e..00000000 --- a/build/resources/main/assets/tfmg/models/block/fire/blue_fire_up1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_fire_up", - "textures": { - "fire": "tfmg:block/blue_fire_1" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fire/green_fire_side_alt1.json b/build/resources/main/assets/tfmg/models/block/fire/green_fire_side_alt1.json deleted file mode 100644 index aa0910bf..00000000 --- a/build/resources/main/assets/tfmg/models/block/fire/green_fire_side_alt1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_fire_side_alt", - "textures": { - "fire": "tfmg:block/green_fire_1" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fire/green_fire_up_alt1.json b/build/resources/main/assets/tfmg/models/block/fire/green_fire_up_alt1.json deleted file mode 100644 index 2677bee3..00000000 --- a/build/resources/main/assets/tfmg/models/block/fire/green_fire_up_alt1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_fire_up_alt", - "textures": { - "fire": "tfmg:block/green_fire_1" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fire/lithium_fire_side1.json b/build/resources/main/assets/tfmg/models/block/fire/lithium_fire_side1.json deleted file mode 100644 index edcbdcd5..00000000 --- a/build/resources/main/assets/tfmg/models/block/fire/lithium_fire_side1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_fire_side", - "textures": { - "fire": "tfmg:block/lithium_fire_1" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fire/lithium_fire_side_alt0.json b/build/resources/main/assets/tfmg/models/block/fire/lithium_fire_side_alt0.json deleted file mode 100644 index 38249766..00000000 --- a/build/resources/main/assets/tfmg/models/block/fire/lithium_fire_side_alt0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_fire_side_alt", - "textures": { - "fire": "tfmg:block/lithium_fire_0" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fire/lithium_fire_up1.json b/build/resources/main/assets/tfmg/models/block/fire/lithium_fire_up1.json deleted file mode 100644 index 5a5ba1dd..00000000 --- a/build/resources/main/assets/tfmg/models/block/fire/lithium_fire_up1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_fire_up", - "textures": { - "fire": "tfmg:block/lithium_fire_1" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fire/lithium_fire_up_alt1.json b/build/resources/main/assets/tfmg/models/block/fire/lithium_fire_up_alt1.json deleted file mode 100644 index 3d0097e7..00000000 --- a/build/resources/main/assets/tfmg/models/block/fire/lithium_fire_up_alt1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/template_fire_up_alt", - "textures": { - "fire": "tfmg:block/lithium_fire_1" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fireproof_brick_reinforcement.json b/build/resources/main/assets/tfmg/models/block/fireproof_brick_reinforcement.json deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_bottom_window_se.json b/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_bottom_window_se.json deleted file mode 100644 index b0e4e14d..00000000 --- a/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_bottom_window_se.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "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": [5, 4, 15], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 12, 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, 5], - "faces": { - "east": {"uv": [0, 2, 2.5, 8], "texture": "#3"}, - "west": {"uv": [2, 2, 4.5, 8], "texture": "#3"} - } - }, - { - "name": "Window", - "from": [0, 4, 15], - "to": [5, 16, 15], - "faces": { - "north": {"uv": [0, 2, 2.5, 8], "texture": "#3"}, - "south": {"uv": [2.5, 2, 5, 8], "texture": "#3"} - } - }, - { - "name": "SideLeft", - "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": [5, 0, 16, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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": "#0"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_middle_window_sw.json b/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_middle_window_sw.json deleted file mode 100644 index 2af8678f..00000000 --- a/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_middle_window_sw.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/steel_vat", - "3": "tfmg:block/steel_vat_window", - "particle": "tfmg:block/steel_vat" - }, - "elements": [ - { - "name": "SideRight", - "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": [5, 0, 16, 16], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [11, 0, 15], - "to": [16, 16, 15], - "faces": { - "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, 5], - "faces": { - "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": [11, 16, 16], - "faces": { - "north": {"uv": [4, 0, 16, 16], "texture": "#1"}, - "east": {"uv": [3, 0, 4, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 11, 16], "texture": "#1"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_single_window.json b/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_single_window.json deleted file mode 100644 index 870e68ec..00000000 --- a/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_single_window.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "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": "Lid", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "north"}, - "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": "#4", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [3, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "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"} - } - }, - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 12, 3], - "faces": { - "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": [13, 4, 15], - "to": [16, 12, 16], - "faces": { - "north": {"uv": [0, 4, 4, 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, 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": [13, 4, 16, 12], "texture": "#1", "cullface": "west"} - } - }, - { - "name": "Window", - "from": [3, 4, 1], - "to": [13, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "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, 3], - "to": [15, 12, 13], - "faces": { - "east": {"uv": [0, 0, 10, 8], "texture": "#5", "cullface": "east"}, - "west": {"uv": [0, 0, 10, 8], "texture": "#5", "cullface": "east"} - } - }, - { - "name": "Window", - "from": [3, 4, 15], - "to": [13, 12, 15], - "faces": { - "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, 3], - "to": [1, 12, 13], - "faces": { - "east": {"uv": [0, 0, 10, 8], "texture": "#5", "cullface": "west"}, - "west": {"uv": [0, 0, 10, 8], "texture": "#5", "cullface": "west"} - } - }, - { - "name": "SideLeft", - "from": [13, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "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, 13], - "to": [16, 12, 16], - "faces": { - "north": {"uv": [3, 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": [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, 3, 12], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideLeft", - "from": [0, 4, 0], - "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, 3, 12], "texture": "#1", "cullface": "west"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_single_window_ne.json b/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_single_window_ne.json deleted file mode 100644 index d1181599..00000000 --- a/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_single_window_ne.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "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, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "east": {"uv": [5, 4, 16, 12], "texture": "#1"}, - "south": {"uv": [12, 4, 13, 12], "texture": "#1"}, - "west": {"uv": [0, 4, 12, 12], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [0, 4, 1], - "to": [5, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [0, 0, 5, 8], "texture": "#5"}, - "south": {"uv": [5, 0, 10, 8], "texture": "#5"} - } - }, - { - "name": "Window", - "from": [15, 4, 11], - "to": [15, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "east": {"uv": [5, 0, 10, 8], "texture": "#5"}, - "west": {"uv": [0, 0, 5, 8], "texture": "#5"} - } - }, - { - "name": "SideLeft", - "from": [5, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [0, 4, 11, 12], "texture": "#1"}, - "south": {"uv": [4, 4, 16, 12], "texture": "#1"}, - "west": {"uv": [3, 4, 4, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-23, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-23, 8, 8]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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": "#0"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - }, - { - "name": "block_bottom_centered_window", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [5] - } - ] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_single_window_sw.json b/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_single_window_sw.json deleted file mode 100644 index ff8b4308..00000000 --- a/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_single_window_sw.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "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, 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": [5, 4, 16, 12], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [11, 4, 15], - "to": [16, 12, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "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, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "east": {"uv": [0, 0, 5, 8], "texture": "#5"}, - "west": {"uv": [5, 0, 10, 8], "texture": "#5"} - } - }, - { - "name": "SideLeft", - "from": [0, 4, 15], - "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, 11, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [39, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "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": "#4", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [39, 8, 8]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - }, - { - "name": "block_bottom_centered_window", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [5] - } - ] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_top_window_se.json b/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_top_window_se.json deleted file mode 100644 index 3e51b035..00000000 --- a/build/resources/main/assets/tfmg/models/block/fireproof_chemical_vat/block_top_window_se.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "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": [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": [5, 4, 16, 16], "texture": "#1"}, - "west": {"uv": [12, 4, 13, 16], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [15, 0, 0], - "to": [15, 12, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "east": {"uv": [0, 0, 2.5, 6], "texture": "#3"}, - "west": {"uv": [1.5, 0, 4, 6], "texture": "#3"} - } - }, - { - "name": "Window", - "from": [0, 0, 15], - "to": [5, 12, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [0, 0, 2.5, 6], "texture": "#3"}, - "south": {"uv": [1.5, 0, 4, 6], "texture": "#3"} - } - }, - { - "name": "SideLeft", - "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, 11, 16], "texture": "#1"}, - "west": {"uv": [4, 4, 16, 16], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "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": "#4", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/formwork_block/block_base.json b/build/resources/main/assets/tfmg/models/block/formwork_block/block_base.json deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/tfmg/models/block/formwork_block/block_bottom.json b/build/resources/main/assets/tfmg/models/block/formwork_block/block_bottom.json deleted file mode 100644 index c798dee0..00000000 --- a/build/resources/main/assets/tfmg/models/block/formwork_block/block_bottom.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/formwork_bottom", - "particle": "tfmg:block/formwork_bottom" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fuse_block/block.json b/build/resources/main/assets/tfmg/models/block/fuse_block/block.json deleted file mode 100644 index f357b355..00000000 --- a/build/resources/main/assets/tfmg/models/block/fuse_block/block.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/fuse_block", - "2": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/fuse_block" - }, - "elements": [ - { - "from": [0, 0, 8], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [2.5, 8, 10.5, 16], "texture": "#0"}, - "east": {"uv": [16, 0, 12, 8], "texture": "#0"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "west": {"uv": [12, 0, 8, 8], "texture": "#0"}, - "up": {"uv": [8, 4, 0, 0], "texture": "#0"}, - "down": {"uv": [8, 0, 0, 4], "texture": "#0"} - } - }, - { - "from": [0, 13, 0], - "to": [16, 16, 8], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 13, 0]}, - "faces": { - "north": {"uv": [0, 0, 8, 1.5], "texture": "#0"}, - "east": {"uv": [4, 0, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0, 0, 8, 1.5], "texture": "#0"}, - "west": {"uv": [8, 0, 12, 1.5], "texture": "#0"}, - "up": {"uv": [8, 0, 0, 4], "texture": "#0"}, - "down": {"uv": [8, 14.5, 16, 10.5], "texture": "#0"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 3, 8], - "faces": { - "north": {"uv": [0, 6.5, 8, 8], "texture": "#0"}, - "east": {"uv": [4, 1.5, 0, 0], "texture": "#0"}, - "south": {"uv": [0, 0, 8, 1.5], "texture": "#0"}, - "west": {"uv": [0, 1.5, 4, 0], "texture": "#0"}, - "up": {"uv": [8, 10.5, 16, 14.5], "texture": "#0"}, - "down": {"uv": [8, 4, 0, 8], "texture": "#0"} - } - }, - { - "from": [0, 3, 0], - "to": [3, 13, 8], - "rotation": {"angle": 0, "axis": "z", "origin": [3, 3, 0]}, - "faces": { - "north": {"uv": [1.5, 0, 6.5, 1.5], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 9.5, 4, 14.5], "rotation": 180, "texture": "#0"}, - "south": {"uv": [0, 0, 5, 1.5], "rotation": 270, "texture": "#0"}, - "west": {"uv": [9.5, 0, 14.5, 4], "rotation": 270, "texture": "#0"}, - "up": {"uv": [0, 0, 4, 1.5], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 0, 4, 1.5], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [13, 3, 0], - "to": [16, 13, 8], - "rotation": {"angle": 0, "axis": "z", "origin": [3, 3, 0]}, - "faces": { - "north": {"uv": [1.5, 1.5, 6.5, 0], "rotation": 90, "texture": "#0"}, - "east": {"uv": [9.5, 4, 14.5, 0], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 5, 1.5], "rotation": 270, "texture": "#0"}, - "west": {"uv": [0, 9.5, 4, 14.5], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 4, 1.5], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 0, 4, 1.5], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/fuse_block/item.json b/build/resources/main/assets/tfmg/models/block/fuse_block/item.json deleted file mode 100644 index cf31bb51..00000000 --- a/build/resources/main/assets/tfmg/models/block/fuse_block/item.json +++ /dev/null @@ -1,113 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/fuse_block", - "1": "tfmg:block/fuse", - "particle": "tfmg:block/fuse_block" - }, - "elements": [ - { - "from": [0, 0, 8], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [2.5, 8, 10.5, 16], "texture": "#0"}, - "east": {"uv": [8, 0, 12, 8], "texture": "#0"}, - "south": {"uv": [0, 0, 8, 8], "texture": "#0"}, - "west": {"uv": [12, 0, 8, 8], "texture": "#0"}, - "up": {"uv": [0, 4, 8, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 8, 4], "texture": "#0"} - } - }, - { - "from": [0, 13, 0], - "to": [16, 16, 8], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 13, 0]}, - "faces": { - "north": {"uv": [0, 0, 8, 1.5], "texture": "#0"}, - "east": {"uv": [4, 0, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0, 0, 8, 1.5], "texture": "#0"}, - "west": {"uv": [0, 0, 4, 1.5], "texture": "#0"}, - "up": {"uv": [0, 0, 8, 4], "texture": "#0"}, - "down": {"uv": [8, 14.5, 16, 10.5], "texture": "#0"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 3, 8], - "faces": { - "north": {"uv": [0, 6.5, 8, 8], "texture": "#0"}, - "east": {"uv": [4, 1.5, 0, 0], "texture": "#0"}, - "south": {"uv": [0, 0, 8, 1.5], "texture": "#0"}, - "west": {"uv": [0, 1.5, 4, 0], "texture": "#0"}, - "up": {"uv": [8, 10.5, 16, 14.5], "texture": "#0"}, - "down": {"uv": [0, 4, 8, 8], "texture": "#0"} - } - }, - { - "from": [0, 3, 0], - "to": [3, 13, 8], - "rotation": {"angle": 0, "axis": "z", "origin": [3, 3, 0]}, - "faces": { - "north": {"uv": [1.5, 0, 6.5, 1.5], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 9.5, 4, 14.5], "rotation": 180, "texture": "#0"}, - "south": {"uv": [0, 0, 5, 1.5], "rotation": 270, "texture": "#0"}, - "west": {"uv": [9.5, 0, 14.5, 4], "rotation": 270, "texture": "#0"}, - "up": {"uv": [0, 0, 4, 1.5], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 0, 4, 1.5], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [13, 3, 0], - "to": [16, 13, 8], - "rotation": {"angle": 0, "axis": "z", "origin": [3, 3, 0]}, - "faces": { - "north": {"uv": [1.5, 1.5, 6.5, 0], "rotation": 90, "texture": "#0"}, - "east": {"uv": [9.5, 4, 14.5, 0], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 5, 1.5], "rotation": 270, "texture": "#0"}, - "west": {"uv": [0, 9.5, 4, 14.5], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 4, 1.5], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 0, 4, 1.5], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [3, 5, 1], - "to": [13, 11, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, 2]}, - "faces": { - "north": {"uv": [0, 6, 6, 16], "rotation": 90, "texture": "#1"}, - "south": {"uv": [0, 6, 6, 16], "rotation": 90, "texture": "#1"}, - "west": {"uv": [0, 0, 3, 3], "texture": "#1"}, - "up": {"uv": [0, 6, 6, 16], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 6, 6, 16], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [3, 7.50268, 3.99989], - "to": [13, 8.50268, 3.99989], - "rotation": {"angle": -45, "axis": "x", "origin": [2, 8, 4]}, - "faces": { - "north": {"uv": [7, 6, 8, 16], "rotation": 90, "texture": "#1"}, - "east": {"uv": [0, 0, 0, 0.5], "texture": "#1"}, - "south": {"uv": [7, 6, 8, 16], "rotation": 90, "texture": "#1"}, - "west": {"uv": [0, 0, 0, 0.5], "texture": "#1"}, - "up": {"uv": [0, 0, 5, 0], "texture": "#1"}, - "down": {"uv": [0, 0, 5, 0], "texture": "#1"} - } - }, - { - "from": [3, 7.99989, 3.49732], - "to": [13, 7.99989, 4.49732], - "rotation": {"angle": -45, "axis": "x", "origin": [2, 8, 4]}, - "faces": { - "north": {"uv": [0, 0, 5, 0], "rotation": 180, "texture": "#1"}, - "east": {"uv": [0, 0, 0, 0.5], "rotation": 90, "texture": "#1"}, - "south": {"uv": [0, 0, 5, 0], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"}, - "up": {"uv": [7, 6, 8, 16], "rotation": 90, "texture": "#1"}, - "down": {"uv": [7, 6, 8, 16], "rotation": 90, "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/gray_concrete_top.json b/build/resources/main/assets/tfmg/models/block/gray_concrete_top.json deleted file mode 100644 index 27bb1d56..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/green_concrete.json b/build/resources/main/assets/tfmg/models/block/green_concrete.json deleted file mode 100644 index 008c7fd9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/green_rebar_concrete.json b/build/resources/main/assets/tfmg/models/block/green_rebar_concrete.json deleted file mode 100644 index 008c7fd9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/hardened_planks.json b/build/resources/main/assets/tfmg/models/block/hardened_planks.json deleted file mode 100644 index 6494d3f4..00000000 --- a/build/resources/main/assets/tfmg/models/block/hardened_planks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "tfmg:block/hardened_planks" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/heavy_casing_door/block_top.json b/build/resources/main/assets/tfmg/models/block/heavy_casing_door/block_top.json deleted file mode 100644 index ae10a877..00000000 --- a/build/resources/main/assets/tfmg/models/block/heavy_casing_door/block_top.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/heavy_casing_side", - "2": "tfmg:block/heavy_casing_top", - "particle": "tfmg:block/heavy_machinery_casing" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [3, 16, 16], - "faces": { - "north": {"uv": [0, 4, 16, 7], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "south": {"uv": [0, 4, 16, 7], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "up": {"uv": [0, 0, 16, 3], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel_bottom.json b/build/resources/main/assets/tfmg/models/block/heavy_casing_encased_aluminum_cogwheel_bottom.json deleted file mode 100644 index 01b360d3..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel.json b/build/resources/main/assets/tfmg/models/block/heavy_casing_encased_large_aluminum_cogwheel.json deleted file mode 100644 index 925398d2..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/heavy_machinery_casing.json b/build/resources/main/assets/tfmg/models/block/heavy_machinery_casing.json deleted file mode 100644 index 10f4f1c2..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/heavy_plated_door/block_top.json b/build/resources/main/assets/tfmg/models/block/heavy_plated_door/block_top.json deleted file mode 100644 index 8da8233e..00000000 --- a/build/resources/main/assets/tfmg/models/block/heavy_plated_door/block_top.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/heavy_plated_door_side", - "2": "tfmg:block/heavy_plated_door_top", - "particle": "tfmg:block/steel_block" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [3, 16, 16], - "faces": { - "north": {"uv": [0, 4, 16, 7], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "south": {"uv": [0, 4, 16, 7], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "up": {"uv": [0, 0, 16, 3], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/industrial_aluminum_casing.json b/build/resources/main/assets/tfmg/models/block/industrial_aluminum_casing.json deleted file mode 100644 index 323683fc..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/industrial_light/item.json b/build/resources/main/assets/tfmg/models/block/industrial_light/item.json deleted file mode 100644 index def7b9c1..00000000 --- a/build/resources/main/assets/tfmg/models/block/industrial_light/item.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/light_bulb", - "particle": "tfmg:block/light_bulb" - }, - "elements": [ - { - "from": [6, 2, 6], - "to": [10, 3, 10], - "faces": { - "north": {"uv": [2, 10, 6, 11], "rotation": 180, "texture": "#0"}, - "east": {"uv": [2, 10, 6, 11], "rotation": 180, "texture": "#0"}, - "south": {"uv": [2, 10, 6, 11], "rotation": 180, "texture": "#0"}, - "west": {"uv": [2, 10, 6, 11], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [6, 0, 6], - "to": [10, 2, 10], - "faces": { - "north": {"uv": [7, 7, 11, 9], "rotation": 180, "texture": "#0"}, - "east": {"uv": [7, 7, 11, 9], "rotation": 180, "texture": "#0"}, - "south": {"uv": [7, 7, 11, 9], "rotation": 180, "texture": "#0"}, - "west": {"uv": [7, 7, 11, 9], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 6, 4, 10], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 4, 6], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [8, 2, 6], - "to": [8, 7, 10], - "faces": { - "east": {"uv": [7, 1, 11, 6], "rotation": 180, "texture": "#0"}, - "west": {"uv": [7, 1, 11, 6], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [5, 3, 5], - "to": [11, 9, 11], - "faces": { - "north": {"uv": [0, 10, 6, 16], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 10, 6, 16], "rotation": 180, "texture": "#0"}, - "south": {"uv": [0, 10, 6, 16], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 10, 6, 16], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 10, 6, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 10, 6, 16], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/industrial_mixer/large_centrifuge_middle.json b/build/resources/main/assets/tfmg/models/block/industrial_mixer/large_centrifuge_middle.json deleted file mode 100644 index 78abd010..00000000 --- a/build/resources/main/assets/tfmg/models/block/industrial_mixer/large_centrifuge_middle.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "particle": "tfmg:block/centrifuge" - }, - "elements": [ - { - "from": [-2, 0, -2], - "to": [18, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 10, 8], "texture": "#particle"}, - "east": {"uv": [0, 0, 10, 8], "texture": "#particle"}, - "south": {"uv": [0, 0, 10, 8], "texture": "#particle"}, - "west": {"uv": [0, 0, 10, 8], "texture": "#particle"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/industrial_mixer/small_centrifuge_alone.json b/build/resources/main/assets/tfmg/models/block/industrial_mixer/small_centrifuge_alone.json deleted file mode 100644 index 3a281fe8..00000000 --- a/build/resources/main/assets/tfmg/models/block/industrial_mixer/small_centrifuge_alone.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/centrifuge", - "1": "tfmg:block/centrifuge_top", - "particle": "tfmg:block/centrifuge" - }, - "elements": [ - { - "from": [3, 4, 3], - "to": [13, 12, 13], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 2, 8]}, - "faces": { - "north": {"uv": [10.5, 0, 15.5, 4], "texture": "#0"}, - "east": {"uv": [10.5, 0, 15.5, 4], "texture": "#0"}, - "south": {"uv": [10.5, 0, 15.5, 4], "texture": "#0"}, - "west": {"uv": [10.5, 0, 15.5, 4], "texture": "#0"}, - "up": {"uv": [10.5, 0, 15.5, 5], "texture": "#1"}, - "down": {"uv": [10.5, 0, 15.5, 5], "texture": "#1"} - } - }, - { - "from": [5, 12, 5], - "to": [11, 14, 11], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [0, 10.5, 3, 11.5], "texture": "#1"}, - "east": {"uv": [0, 10.5, 3, 11.5], "texture": "#1"}, - "south": {"uv": [0, 10.5, 3, 11.5], "texture": "#1"}, - "west": {"uv": [0, 10.5, 3, 11.5], "texture": "#1"}, - "up": {"uv": [3.5, 3.5, 6.5, 6.5], "texture": "#1"} - } - }, - { - "from": [5, 2, 5], - "to": [11, 4, 11], - "rotation": {"angle": -45, "axis": "y", "origin": [8, -6, 8]}, - "faces": { - "north": {"uv": [0, 11.5, 3, 10.5], "texture": "#1"}, - "east": {"uv": [0, 11.5, 3, 10.5], "texture": "#1"}, - "south": {"uv": [0, 11.5, 3, 10.5], "texture": "#1"}, - "west": {"uv": [0, 11.5, 3, 10.5], "texture": "#1"}, - "down": {"uv": [3.5, 3.5, 6.5, 6.5], "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/large_aluminum_cogwheel_shaftless.json b/build/resources/main/assets/tfmg/models/block/large_aluminum_cogwheel_shaftless.json deleted file mode 100644 index 1b281ff8..00000000 --- a/build/resources/main/assets/tfmg/models/block/large_aluminum_cogwheel_shaftless.json +++ /dev/null @@ -1,191 +0,0 @@ -{ - "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" - }, - "elements": [ - { - "name": "Gear2", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear3", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear4", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "GearCaseInner", - "from": [-2, 7.6, -2], - "to": [18, 8.4, 18], - "faces": { - "north": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "east": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "south": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "west": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "up": {"uv": [0, 0, 10, 10], "texture": "#0"}, - "down": {"uv": [0, 0, 10, 10], "texture": "#0"} - } - }, - { - "name": "GearCaseOuter", - "from": [-1, 5.975, 1], - "to": [1, 10.025, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10, 0, 11, 1], "rotation": 90, "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"}, - "down": {"uv": [13, 0, 14, 7], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "GearCaseOuter", - "from": [1, 5.975, -1], - "to": [15, 10.025, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10, 0, 11, 7], "rotation": 90, "texture": "#0"}, - "east": {"uv": [10, 0, 11, 1], "rotation": 90, "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"} - } - }, - { - "name": "GearCaseOuter", - "from": [15, 5.975, 1], - "to": [17, 10.025, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "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": [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"} - } - }, - { - "name": "GearCaseOuter", - "from": [1, 5.975, 15], - "to": [15, 10.025, 17], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "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"}, - "up": {"uv": [14, 0, 15, 7], "rotation": 90, "texture": "#0"}, - "down": {"uv": [15, 0, 16, 7], "rotation": 270, "texture": "#0"} - } - }, - { - "name": "Gear", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "Gear5", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear6", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "Gear7", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear8", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/large_engine/block.json b/build/resources/main/assets/tfmg/models/block/large_engine/block.json deleted file mode 100644 index 177ec86d..00000000 --- a/build/resources/main/assets/tfmg/models/block/large_engine/block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/diesel_engine_back", - "1": "tfmg:block/diesel_engine_front", - "2": "tfmg:block/diesel_engine_side", - "particle": "tfmg:block/diesel_engine_back" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/large_engine/linkage.json b/build/resources/main/assets/tfmg/models/block/large_engine/linkage.json deleted file mode 100644 index f925092f..00000000 --- a/build/resources/main/assets/tfmg/models/block/large_engine/linkage.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/diesel_engine_linkage" - }, - "elements": [ - { - "from": [6, 1, 4], - "to": [10, 7, 12], - "faces": { - "north": {"uv": [8.5, 11, 10.5, 14], "texture": "#0"}, - "east": {"uv": [10.5, 11, 14.5, 14], "texture": "#0"}, - "south": {"uv": [8.5, 11, 10.5, 14], "texture": "#0"}, - "west": {"uv": [10.5, 11, 14.5, 14], "texture": "#0"}, - "up": {"uv": [10.5, 9, 14.5, 11], "rotation": 90, "texture": "#0"}, - "down": {"uv": [10.5, 14, 14.5, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [6, 15, 4], - "to": [10, 21, 12], - "faces": { - "north": {"uv": [8.5, 11, 10.5, 14], "texture": "#0"}, - "east": {"uv": [10.5, 11, 14.5, 14], "texture": "#0"}, - "south": {"uv": [8.5, 11, 10.5, 14], "texture": "#0"}, - "west": {"uv": [10.5, 11, 14.5, 14], "texture": "#0"}, - "up": {"uv": [10.5, 9, 14.5, 11], "rotation": 90, "texture": "#0"}, - "down": {"uv": [10.5, 14, 14.5, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [6, 7, 6], - "to": [10, 15, 10], - "faces": { - "north": {"uv": [1.5, 1, 3.5, 6], "texture": "#0"}, - "east": {"uv": [1.5, 1, 3.5, 6], "texture": "#0"}, - "south": {"uv": [1.5, 1, 3.5, 6], "texture": "#0"}, - "west": {"uv": [1.5, 1, 3.5, 6], "texture": "#0"} - } - } - ], - "display": {}, - "groups": [ - { - "name": "Linkage", - "origin": [8, 8, 8], - "color": 0, - "children": [0, 1, 2] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/large_engine/piston.json b/build/resources/main/assets/tfmg/models/block/large_engine/piston.json deleted file mode 100644 index 33ca3939..00000000 --- a/build/resources/main/assets/tfmg/models/block/large_engine/piston.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/diesel_engine_linkage" - }, - "elements": [ - { - "from": [5, 3, 5], - "to": [11, 22, 11], - "faces": { - "north": {"uv": [4, 6.5, 7, 16], "texture": "#0"}, - "east": {"uv": [1, 6.5, 4, 16], "texture": "#0"}, - "south": {"uv": [4, 6.5, 7, 16], "texture": "#0"}, - "west": {"uv": [1, 6.5, 4, 16], "texture": "#0"}, - "up": {"uv": [4, 3.5, 7, 6.5], "texture": "#0"} - } - } - ], - "display": {}, - "groups": [ - { - "name": "Piston", - "origin": [0, 0, 0], - "color": 0, - "children": [0] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/large_steel_cogwheel.json b/build/resources/main/assets/tfmg/models/block/large_steel_cogwheel.json deleted file mode 100644 index 3d7423e9..00000000 --- a/build/resources/main/assets/tfmg/models/block/large_steel_cogwheel.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "create:block/large_wheels", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/large_steel_cogwheel", - "1": "create:block/axis_top", - "2": "create:block/axis", - "particle": "tfmg:block/large_steel_cogwheel" - }, - "elements": [ - { - "name": "GearCaseInnerRotated", - "from": [-2, 6.625, -2], - "to": [18, 9.375, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "east": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "south": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "west": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "up": {"uv": [0, 0, 10, 10], "texture": "#0"}, - "down": {"uv": [0, 0, 10, 10], "texture": "#0"} - } - }, - { - "name": "Gear2", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear3", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear4", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "GearCaseInner", - "from": [-2, 6.6, -2], - "to": [18, 9.4, 18], - "faces": { - "north": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "east": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "south": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "west": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "up": {"uv": [0, 0, 10, 10], "texture": "#0"}, - "down": {"uv": [0, 0, 10, 10], "texture": "#0"} - } - }, - { - "name": "GearCaseOuter", - "from": [0, 4.975, 0], - "to": [16, 11.025, 16], - "faces": { - "north": {"uv": [10, 0, 12.5, 8], "rotation": 90, "texture": "#0"}, - "east": {"uv": [10, 0, 12.5, 8], "rotation": 90, "texture": "#0"}, - "south": {"uv": [10, 0, 12.5, 8], "rotation": 90, "texture": "#0"}, - "west": {"uv": [10, 0, 12.5, 8], "rotation": 90, "texture": "#0"}, - "up": {"uv": [1, 1, 9, 9], "texture": "#0"}, - "down": {"uv": [1, 1, 9, 9], "texture": "#0"} - } - }, - { - "name": "Gear", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "Gear5", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear6", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "Gear7", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear8", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "Axis", - "from": [6, 0, 6], - "to": [10, 16, 10], - "faces": { - "north": {"uv": [6, 0, 10, 16], "texture": "#2"}, - "east": {"uv": [6, 0, 10, 16], "texture": "#2"}, - "south": {"uv": [6, 0, 10, 16], "texture": "#2"}, - "west": {"uv": [6, 0, 10, 16], "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#1"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/large_steel_cogwheel_shaftless.json b/build/resources/main/assets/tfmg/models/block/large_steel_cogwheel_shaftless.json deleted file mode 100644 index acd85bf6..00000000 --- a/build/resources/main/assets/tfmg/models/block/large_steel_cogwheel_shaftless.json +++ /dev/null @@ -1,161 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "create:block/large_wheels", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/large_steel_cogwheel", - "particle": "tfmg:block/large_steel_cogwheel" - }, - "elements": [ - { - "name": "GearCaseInnerRotated", - "from": [-2, 6.625, -2], - "to": [18, 9.375, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "east": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "south": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "west": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "up": {"uv": [0, 0, 10, 10], "texture": "#0"}, - "down": {"uv": [0, 0, 10, 10], "texture": "#0"} - } - }, - { - "name": "Gear2", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear3", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear4", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "GearCaseInner", - "from": [-2, 6.6, -2], - "to": [18, 9.4, 18], - "faces": { - "north": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "east": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "south": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "west": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "up": {"uv": [0, 0, 10, 10], "texture": "#0"}, - "down": {"uv": [0, 0, 10, 10], "texture": "#0"} - } - }, - { - "name": "GearCaseOuter", - "from": [0, 4.975, 0], - "to": [16, 11.025, 16], - "faces": { - "north": {"uv": [10, 0, 12.5, 8], "rotation": 90, "texture": "#0"}, - "east": {"uv": [10, 0, 12.5, 8], "rotation": 90, "texture": "#0"}, - "south": {"uv": [10, 0, 12.5, 8], "rotation": 90, "texture": "#0"}, - "west": {"uv": [10, 0, 12.5, 8], "rotation": 90, "texture": "#0"}, - "up": {"uv": [1, 1, 9, 9], "texture": "#0"}, - "down": {"uv": [1, 1, 9, 9], "texture": "#0"} - } - }, - { - "name": "Gear", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "Gear5", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear6", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "Gear7", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear8", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/lead_block.json b/build/resources/main/assets/tfmg/models/block/lead_block.json deleted file mode 100644 index f2df53ed..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/lead_cap_alt.json b/build/resources/main/assets/tfmg/models/block/lead_cap_alt.json deleted file mode 100644 index 08da5a83..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/lead_flywheel/block.json b/build/resources/main/assets/tfmg/models/block/lead_flywheel/block.json deleted file mode 100644 index cbca5aea..00000000 --- a/build/resources/main/assets/tfmg/models/block/lead_flywheel/block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "tfmg:block/lead_flywheel/flywheel", - "loader": "neoforge:obj", - "flip-v": true, - "model": "create:models/block/flywheel/flywheel_shaftless.obj" -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/lead_flywheel/flywheel.json b/build/resources/main/assets/tfmg/models/block/lead_flywheel/flywheel.json deleted file mode 100644 index 1c2fb2b9..00000000 --- a/build/resources/main/assets/tfmg/models/block/lead_flywheel/flywheel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "block/block", - "ambientocclusion": false, - "textures": { - "0": "tfmg:block/lead_flywheel", - "1": "create:block/axis", - "2": "create:block/axis_top", - "particle": "tfmg:block/lead_flywheel" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/lead_frame/block.json b/build/resources/main/assets/tfmg/models/block/lead_frame/block.json deleted file mode 100644 index 0a9d9a08..00000000 --- a/build/resources/main/assets/tfmg/models/block/lead_frame/block.json +++ /dev/null @@ -1,166 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/lead_frame_2", - "particle": "tfmg:block/lead_frame_2" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [2, 16, 2], - "faces": { - "north": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 14, 2, 16], "texture": "#0"} - } - }, - { - "from": [14, 0, 0], - "to": [16, 16, 2], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [14, 0, 16, 2], "texture": "#0"}, - "down": {"uv": [14, 14, 16, 16], "texture": "#0"} - } - }, - { - "from": [0, 0, 14], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "up": {"uv": [0, 14, 2, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [14, 0, 14], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [14, 14, 16, 16], "texture": "#0"}, - "down": {"uv": [14, 0, 16, 2], "texture": "#0"} - } - }, - { - "from": [14, 14, 2], - "to": [16, 16, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [2, 16, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 12], "texture": "#0"} - } - }, - { - "from": [0, 0, 2], - "to": [2, 2, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 12], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [16, 2, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [14, 2, 16, 14], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [14, 16, 2], - "faces": { - "north": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 14, 14], - "to": [14, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [14, 2, 16], - "faces": { - "north": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 0, 0], - "to": [14, 2, 2], - "faces": { - "north": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 15, 15], - "faces": { - "north": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "east": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "south": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "west": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "up": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "down": {"uv": [1, 1, 15, 15], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/lead_ladder.json b/build/resources/main/assets/tfmg/models/block/lead_ladder.json deleted file mode 100644 index f35975c3..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/lead_ore.json b/build/resources/main/assets/tfmg/models/block/lead_ore.json deleted file mode 100644 index 8d3cd02a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/lead_post_ends.json b/build/resources/main/assets/tfmg/models/block/lead_post_ends.json deleted file mode 100644 index 9d912885..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/light_blue_concrete_wall_side.json b/build/resources/main/assets/tfmg/models/block/light_blue_concrete_wall_side.json deleted file mode 100644 index 3782371b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/light_blue_concrete_wall_side_tall.json b/build/resources/main/assets/tfmg/models/block/light_blue_concrete_wall_side_tall.json deleted file mode 100644 index ed9699b1..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/light_blue_rebar_concrete.json b/build/resources/main/assets/tfmg/models/block/light_blue_rebar_concrete.json deleted file mode 100644 index 3ca27528..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/light_gray_concrete_stairs_inner.json b/build/resources/main/assets/tfmg/models/block/light_gray_concrete_stairs_inner.json deleted file mode 100644 index 4692976c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/light_gray_concrete_wall_post.json b/build/resources/main/assets/tfmg/models/block/light_gray_concrete_wall_post.json deleted file mode 100644 index aa83a54b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/light_gray_rebar_concrete.json b/build/resources/main/assets/tfmg/models/block/light_gray_rebar_concrete.json deleted file mode 100644 index bc81b5c6..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/lime_concrete_stairs.json b/build/resources/main/assets/tfmg/models/block/lime_concrete_stairs.json deleted file mode 100644 index 111207ba..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/lime_rebar_concrete.json b/build/resources/main/assets/tfmg/models/block/lime_rebar_concrete.json deleted file mode 100644 index c9ab73fa..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/lithium_ore.json b/build/resources/main/assets/tfmg/models/block/lithium_ore.json deleted file mode 100644 index 02f3406f..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/casing.json b/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/casing.json deleted file mode 100644 index 9040c0c9..00000000 --- a/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/casing.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "tfmg:block/brass_pipes" - }, - "elements": [ - { - "from": [3, 3, 3], - "to": [13, 13, 13], - "faces": { - "north": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "east": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "south": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "west": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "up": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "down": {"uv": [1, 11, 6, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/connection/south.json b/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/connection/south.json deleted file mode 100644 index 93c6a13f..00000000 --- a/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/connection/south.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "tfmg:block/brass_pipes" - }, - "elements": [ - { - "from": [4, 4, 12], - "to": [12, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, - "faces": { - "east": {"uv": [0, 6, 4, 8], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 4, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 6, 4, 8], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/drain/down.json b/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/drain/down.json deleted file mode 100644 index df04fe0a..00000000 --- a/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/drain/down.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "tfmg:block/brass_pipes" - }, - "elements": [ - { - "from": [4.95, -3.95, 4.95], - "to": [11.05, -0.95, 11.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "down": {"uv": [13, 8, 16, 11], "rotation": 90, "texture": "#0", "cullface": "down"} - } - }, - { - "from": [2.95, -0.95, 2.95], - "to": [13.05, 2, 13.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [9, 9.5, 4, 8], "texture": "#0"}, - "east": {"uv": [4, 8, 9, 9.5], "rotation": 180, "texture": "#0"}, - "south": {"uv": [4, 8, 9, 9.5], "rotation": 180, "texture": "#0"}, - "west": {"uv": [9, 9.5, 4, 8], "texture": "#0"}, - "up": {"uv": [6, 11, 11, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#0", "cullface": "down"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/drain/up.json b/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/drain/up.json deleted file mode 100644 index a20bf380..00000000 --- a/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/drain/up.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "tfmg:block/brass_pipes" - }, - "elements": [ - { - "from": [2.95, 14, 2.95], - "to": [13.05, 16.95, 13.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [9, 8, 4, 9.5], "texture": "#0"}, - "east": {"uv": [4, 9.5, 9, 8], "rotation": 180, "texture": "#0"}, - "south": {"uv": [4, 9.5, 9, 8], "rotation": 180, "texture": "#0"}, - "west": {"uv": [9, 8, 4, 9.5], "texture": "#0"}, - "up": {"uv": [16, 11, 11, 16], "rotation": 90, "texture": "#0", "cullface": "up"}, - "down": {"uv": [11, 11, 6, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [4.95, 16.95, 4.95], - "to": [11.05, 19.95, 11.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [13.5, 8, 12, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [13.5, 8, 12, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [13.5, 8, 12, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [13.5, 8, 12, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [16, 8, 13, 11], "rotation": 90, "texture": "#0", "cullface": "up"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/rim/down.json b/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/rim/down.json deleted file mode 100644 index 00338adb..00000000 --- a/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/rim/down.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "tfmg:block/brass_pipes" - }, - "elements": [ - { - "from": [3, 0, 3], - "to": [13, 2, 13], - "faces": { - "north": {"uv": [10.5, 11, 11.5, 16], "rotation": 90, "texture": "#0"}, - "east": {"uv": [10.5, 11, 11.5, 16], "rotation": 90, "texture": "#0"}, - "south": {"uv": [10.5, 11, 11.5, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [10.5, 11, 11.5, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [6, 11, 11, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [11, 11, 16, 16], "rotation": 270, "texture": "#0", "cullface": "down"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/rim/east.json b/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/rim/east.json deleted file mode 100644 index c0bced68..00000000 --- a/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/rim/east.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "tfmg:block/brass_pipes" - }, - "elements": [ - { - "from": [14, 3, 3], - "to": [16, 13, 13], - "faces": { - "north": {"uv": [11.5, 16, 10.5, 11], "texture": "#0"}, - "east": {"uv": [11, 11, 16, 16], "texture": "#0", "cullface": "east"}, - "south": {"uv": [10.5, 11, 11.5, 16], "texture": "#0"}, - "west": {"uv": [6, 11, 11, 16], "texture": "#0"}, - "up": {"uv": [11.5, 16, 10.5, 11], "rotation": 180, "texture": "#0"}, - "down": {"uv": [10.5, 11, 11.5, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/rim/west.json b/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/rim/west.json deleted file mode 100644 index a28ca332..00000000 --- a/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/rim/west.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brass_pipes", - "particle": "tfmg:block/brass_pipes" - }, - "elements": [ - { - "from": [0, 3, 3], - "to": [2, 13, 13], - "faces": { - "north": {"uv": [10.5, 11, 11.5, 16], "texture": "#0"}, - "east": {"uv": [6, 11, 11, 16], "texture": "#0"}, - "south": {"uv": [11.5, 16, 10.5, 11], "texture": "#0"}, - "west": {"uv": [11, 11, 16, 16], "texture": "#0", "cullface": "west"}, - "up": {"uv": [10.5, 11, 11.5, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [11.5, 16, 10.5, 11], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/window_alt.json b/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/window_alt.json deleted file mode 100644 index 952e4968..00000000 --- a/build/resources/main/assets/tfmg/models/block/lo/brass_pipe/window_alt.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/glass_brass_pipe", - "particle": "#0" - }, - "elements": [ - { - "name": "Outer", - "from": [4, 0, 4], - "to": [12, 16, 12], - "shade": false, - "faces": { - "north": {"uv": [0, 0, 16, 8], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 16, 8], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 16, 8], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 16, 8], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "Inner", - "from": [4, 0, 11.5], - "to": [12, 16, 11.5], - "shade": false, - "faces": { - "north": {"uv": [0, 0, 16, 8], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "Inner", - "from": [4, 0, 4.5], - "to": [12, 16, 4.5], - "shade": false, - "faces": { - "south": {"uv": [0, 0, 16, 8], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "Inner", - "from": [4.5, 0, 4], - "to": [4.5, 16, 12], - "shade": false, - "faces": { - "east": {"uv": [0, 0, 16, 8], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "Inner", - "from": [11.5, 0, 4], - "to": [11.5, 16, 12], - "shade": false, - "faces": { - "west": {"uv": [0, 0, 16, 8], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/casing.json b/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/casing.json deleted file mode 100644 index 7fd2878d..00000000 --- a/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/casing.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/steel_pipes", - "particle": "tfmg:block/steel_pipes" - }, - "elements": [ - { - "from": [3, 3, 3], - "to": [13, 13, 13], - "faces": { - "north": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "east": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "south": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "west": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "up": {"uv": [1, 11, 6, 16], "texture": "#0"}, - "down": {"uv": [1, 11, 6, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/drain/down.json b/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/drain/down.json deleted file mode 100644 index df6a9b7d..00000000 --- a/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/drain/down.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/steel_pipes", - "particle": "tfmg:block/steel_pipes" - }, - "elements": [ - { - "from": [4.95, -3.95, 4.95], - "to": [11.05, -0.95, 11.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "down": {"uv": [13, 8, 16, 11], "rotation": 90, "texture": "#0", "cullface": "down"} - } - }, - { - "from": [2.95, -0.95, 2.95], - "to": [13.05, 2, 13.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [9, 9.5, 4, 8], "texture": "#0"}, - "east": {"uv": [4, 8, 9, 9.5], "rotation": 180, "texture": "#0"}, - "south": {"uv": [4, 8, 9, 9.5], "rotation": 180, "texture": "#0"}, - "west": {"uv": [9, 9.5, 4, 8], "texture": "#0"}, - "up": {"uv": [6, 11, 11, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#0", "cullface": "down"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/rim/east.json b/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/rim/east.json deleted file mode 100644 index e25a9ad5..00000000 --- a/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/rim/east.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/steel_pipes", - "particle": "tfmg:block/steel_pipes" - }, - "elements": [ - { - "from": [14, 3, 3], - "to": [16, 13, 13], - "faces": { - "north": {"uv": [11.5, 16, 10.5, 11], "texture": "#0"}, - "east": {"uv": [11, 11, 16, 16], "texture": "#0", "cullface": "east"}, - "south": {"uv": [10.5, 11, 11.5, 16], "texture": "#0"}, - "west": {"uv": [6, 11, 11, 16], "texture": "#0"}, - "up": {"uv": [11.5, 16, 10.5, 11], "rotation": 180, "texture": "#0"}, - "down": {"uv": [10.5, 11, 11.5, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/rim/north.json b/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/rim/north.json deleted file mode 100644 index a5ee4d2c..00000000 --- a/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/rim/north.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/steel_pipes", - "particle": "tfmg:block/steel_pipes" - }, - "elements": [ - { - "from": [3, 3, 0], - "to": [13, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 28, 8]}, - "faces": { - "north": {"uv": [11, 11, 16, 16], "texture": "#0", "cullface": "north"}, - "east": {"uv": [10.5, 11, 11.5, 16], "texture": "#0"}, - "south": {"uv": [6, 11, 11, 16], "texture": "#0"}, - "west": {"uv": [11.5, 16, 10.5, 11], "texture": "#0"}, - "up": {"uv": [10.5, 11, 11.5, 16], "rotation": 270, "texture": "#0"}, - "down": {"uv": [11.5, 16, 10.5, 11], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/rim/up.json b/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/rim/up.json deleted file mode 100644 index 78da141b..00000000 --- a/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/rim/up.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/steel_pipes", - "particle": "tfmg:block/steel_pipes" - }, - "elements": [ - { - "from": [3, 14, 3], - "to": [13, 16, 13], - "faces": { - "north": {"uv": [11.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [11.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [11.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [11.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#0", "cullface": "up"}, - "down": {"uv": [6, 11, 11, 16], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/rim_connector/north.json b/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/rim_connector/north.json deleted file mode 100644 index 116041fe..00000000 --- a/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/rim_connector/north.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/steel_pipes", - "particle": "tfmg:block/steel_pipes" - }, - "elements": [ - { - "from": [4, 4, 2], - "to": [12, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "east": {"uv": [0, 8, 4, 9], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 9, 4, 10], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 9, 4, 10], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 8, 4, 9], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/rim_connector/up.json b/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/rim_connector/up.json deleted file mode 100644 index b61c46df..00000000 --- a/build/resources/main/assets/tfmg/models/block/locked_steel_pipe/rim_connector/up.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/steel_pipes", - "particle": "tfmg:block/steel_pipes" - }, - "elements": [ - { - "from": [4, 12, 4], - "to": [12, 14, 12], - "faces": { - "north": {"uv": [0, 8, 4, 9], "texture": "#0"}, - "east": {"uv": [0, 8, 4, 9], "texture": "#0"}, - "south": {"uv": [4, 8, 0, 9], "texture": "#0"}, - "west": {"uv": [4, 8, 0, 9], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/low_grade_fuel_engine/item.json b/build/resources/main/assets/tfmg/models/block/low_grade_fuel_engine/item.json deleted file mode 100644 index 6d91a6a4..00000000 --- a/build/resources/main/assets/tfmg/models/block/low_grade_fuel_engine/item.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/low_grade_fuel_engine", - "1_0": "create:block/axis", - "particle": "tfmg:block/low_grade_fuel_engine" - }, - "elements": [ - { - "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], "rotation": 180, "texture": "#1_0"}, - "east": {"uv": [6, 0, 10, 10], "rotation": 270, "texture": "#1_0"}, - "west": {"uv": [6, 0, 10, 10], "rotation": 90, "texture": "#1_0"}, - "up": {"uv": [6, 0, 10, 10], "rotation": 180, "texture": "#1_0"}, - "down": {"uv": [6, 0, 10, 10], "texture": "#1_0"} - } - }, - { - "from": [0, 6, 3], - "to": [16, 10, 7], - "faces": { - "north": {"uv": [0, 7.5, 4, 8.5], "texture": "#1"}, - "east": {"uv": [1, 10.5, 2, 11.5], "texture": "#1"}, - "south": {"uv": [0, 7.5, 4, 8.5], "texture": "#1"}, - "west": {"uv": [2, 10.5, 3, 11.5], "texture": "#1"}, - "up": {"uv": [4, 8.5, 0, 7.5], "texture": "#1"}, - "down": {"uv": [4, 7.5, 0, 8.5], "texture": "#1"} - } - }, - { - "from": [0, 6, 9], - "to": [16, 10, 13], - "faces": { - "north": {"uv": [0, 7.5, 4, 8.5], "texture": "#1"}, - "east": {"uv": [10, 8.25, 11, 9.25], "texture": "#1"}, - "south": {"uv": [0, 7.5, 4, 8.5], "texture": "#1"}, - "west": {"uv": [9.5, 10.25, 10.5, 11.25], "texture": "#1"}, - "up": {"uv": [4, 8.5, 0, 7.5], "texture": "#1"}, - "down": {"uv": [4, 7.5, 0, 8.5], "texture": "#1"} - } - }, - { - "from": [5, 0, 4], - "to": [11, 3, 12], - "faces": { - "north": {"uv": [10, 0.75, 11.5, 1.5], "texture": "#1"}, - "east": {"uv": [9.5, 9.5, 11.5, 10.25], "texture": "#1"}, - "south": {"uv": [10, 0.75, 11.5, 1.5], "texture": "#1"}, - "west": {"uv": [10, 0, 12, 0.75], "texture": "#1"}, - "up": {"uv": [7, 11.5, 5.5, 9.5], "texture": "#1"}, - "down": {"uv": [9.5, 9.5, 8, 11.5], "texture": "#1"} - } - }, - { - "from": [1, 0, 1], - "to": [5, 3, 15], - "faces": { - "north": {"uv": [10.5, 4.25, 11.5, 5], "texture": "#1"}, - "east": {"uv": [1, 9.75, 4.5, 10.5], "texture": "#1"}, - "south": {"uv": [10.5, 4.25, 11.5, 5], "texture": "#1"}, - "west": {"uv": [1, 9.75, 4.5, 10.5], "texture": "#1"}, - "up": {"uv": [8, 12, 7, 8.5], "texture": "#1"}, - "down": {"uv": [1, 9.5, 0, 13], "texture": "#1"} - } - }, - { - "from": [11, 0, 1], - "to": [15, 3, 15], - "faces": { - "north": {"uv": [10.5, 4.25, 11.5, 5], "texture": "#1"}, - "east": {"uv": [1, 9.75, 4.5, 10.5], "texture": "#1"}, - "south": {"uv": [10.5, 4.25, 11.5, 5], "texture": "#1"}, - "west": {"uv": [1, 9.75, 4.5, 10.5], "texture": "#1"}, - "up": {"uv": [8, 15.5, 7, 12], "texture": "#1"}, - "down": {"uv": [5.5, 9.5, 4.5, 13], "texture": "#1"} - } - }, - { - "from": [3, 3, 2], - "to": [13, 13, 14], - "faces": { - "north": {"uv": [0, 5, 2.5, 7.5], "texture": "#1"}, - "east": {"uv": [0, 0, 3, 2.5], "texture": "#1"}, - "south": {"uv": [0, 5, 2.5, 7.5], "texture": "#1"}, - "west": {"uv": [0, 2.5, 3, 5], "texture": "#1"}, - "up": {"uv": [5.5, 3, 3, 0], "texture": "#1"}, - "down": {"uv": [5.5, 0, 3, 3], "texture": "#1"} - } - }, - { - "from": [4, 4, 14], - "to": [12, 12, 15], - "faces": { - "north": {"uv": [8, 0, 10, 2], "texture": "#1"}, - "east": {"uv": [12.75, 13, 13, 15], "texture": "#1"}, - "south": {"uv": [8, 7.5, 10, 9.5], "texture": "#1"}, - "west": {"uv": [10, 13, 10.25, 15], "texture": "#1"}, - "up": {"uv": [12.5, 13, 10.5, 12.75], "texture": "#1"}, - "down": {"uv": [12.5, 15, 10.5, 15.25], "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/lubrication_oil.json b/build/resources/main/assets/tfmg/models/block/lubrication_oil.json deleted file mode 100644 index 57ed031a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/magenta_concrete_bottom.json b/build/resources/main/assets/tfmg/models/block/magenta_concrete_bottom.json deleted file mode 100644 index 23d9d71c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/magenta_concrete_stairs_inner.json b/build/resources/main/assets/tfmg/models/block/magenta_concrete_stairs_inner.json deleted file mode 100644 index d3942e73..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/magenta_concrete_stairs_outer.json b/build/resources/main/assets/tfmg/models/block/magenta_concrete_stairs_outer.json deleted file mode 100644 index 2bf07e07..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/magenta_concrete_wall_side.json b/build/resources/main/assets/tfmg/models/block/magenta_concrete_wall_side.json deleted file mode 100644 index 7a9ad35e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/magenta_rebar_concrete.json b/build/resources/main/assets/tfmg/models/block/magenta_rebar_concrete.json deleted file mode 100644 index e305735c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/metal_smokestack/block.json b/build/resources/main/assets/tfmg/models/block/metal_smokestack/block.json deleted file mode 100644 index a8f5bb3d..00000000 --- a/build/resources/main/assets/tfmg/models/block/metal_smokestack/block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/smokestack/smokestack", - "textures": { - "0": "tfmg:block/metal_smokestack", - "particle": "tfmg:block/metal_smokestack" - } - -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/metal_smokestack/block_top.json b/build/resources/main/assets/tfmg/models/block/metal_smokestack/block_top.json deleted file mode 100644 index 818f95aa..00000000 --- a/build/resources/main/assets/tfmg/models/block/metal_smokestack/block_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/smokestack/smokestack_top", - "textures": { - "0": "tfmg:block/metal_smokestack", - "particle": "tfmg:block/metal_smokestack" - } - -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/metal_smokestack/item.json b/build/resources/main/assets/tfmg/models/block/metal_smokestack/item.json deleted file mode 100644 index 818f95aa..00000000 --- a/build/resources/main/assets/tfmg/models/block/metal_smokestack/item.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "tfmg:block/smokestack/smokestack_top", - "textures": { - "0": "tfmg:block/metal_smokestack", - "particle": "tfmg:block/metal_smokestack" - } - -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/modern_light/block_powered.json b/build/resources/main/assets/tfmg/models/block/modern_light/block_powered.json deleted file mode 100644 index ea0f887d..00000000 --- a/build/resources/main/assets/tfmg/models/block/modern_light/block_powered.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/industrial_aluminum_casing", - "2": "tfmg:block/aluminum_inlet", - "3": "tfmg:block/modern_light_on", - "particle": "tfmg:block/modern_light_on" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 3, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [16, 2, 0]}, - "faces": { - "north": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#1"}, - "east": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#1"}, - "south": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#1"}, - "west": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#2"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/modern_light/item.json b/build/resources/main/assets/tfmg/models/block/modern_light/item.json deleted file mode 100644 index 3e2a37ef..00000000 --- a/build/resources/main/assets/tfmg/models/block/modern_light/item.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/modern_light_off", - "1": "tfmg:block/industrial_aluminum_casing", - "2": "tfmg:block/aluminum_inlet", - "particle": "tfmg:block/modern_light_off" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 3, 16], - "rotation": {"angle": 0, "axis": "x", "origin": [0, 2, 16]}, - "faces": { - "north": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#1"}, - "east": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#1"}, - "south": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#1"}, - "west": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#2"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/modern_light/light.json b/build/resources/main/assets/tfmg/models/block/modern_light/light.json deleted file mode 100644 index aa2f687a..00000000 --- a/build/resources/main/assets/tfmg/models/block/modern_light/light.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "1": "tfmg:block/light", - "particle": "tfmg:block/light" - }, - "elements": [ - { - "from": [2, 2, 2.2], - "to": [14, 14, 3.2], - "rotation": {"angle": 0, "axis": "x", "origin": [1, 8, 8]}, - "faces": { - "east": {"uv": [0, 9, 10, 10], "rotation": 270, "texture": "#1"}, - "south": {"uv": [0, 8, 12, 16], "texture": "#1"}, - "west": {"uv": [1, 15, 11, 16], "rotation": 90, "texture": "#1"}, - "up": {"uv": [0, 9, 12, 10], "rotation": 180, "texture": "#1"}, - "down": {"uv": [0, 9, 12, 10], "texture": "#1"} - } - }, - { - "from": [1.5, 1.5, 2.2], - "to": [14.5, 14.5, 3.7], - "rotation": {"angle": 0, "axis": "x", "origin": [1, 8, 8]}, - "faces": { - "east": {"uv": [0, 9, 10, 10], "rotation": 270, "texture": "#1"}, - "south": {"uv": [0, 8, 12, 16], "texture": "#1"}, - "west": {"uv": [1, 15, 11, 16], "rotation": 90, "texture": "#1"}, - "up": {"uv": [0, 9, 12, 10], "rotation": 180, "texture": "#1"}, - "down": {"uv": [0, 9, 12, 10], "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/molten_plastic.json b/build/resources/main/assets/tfmg/models/block/molten_plastic.json deleted file mode 100644 index b409ece2..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/napalm.json b/build/resources/main/assets/tfmg/models/block/napalm.json deleted file mode 100644 index 7bef9534..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/napalm_bomb/block.json b/build/resources/main/assets/tfmg/models/block/napalm_bomb/block.json deleted file mode 100644 index 953c5d88..00000000 --- a/build/resources/main/assets/tfmg/models/block/napalm_bomb/block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/cube_bottom_top", - "textures": { - "top": "tfmg:block/napalm_bomb_top", - "bottom": "tfmg:block/napalm_bomb_bottom", - "side": "tfmg:block/napalm_bomb_side" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/naphtha.json b/build/resources/main/assets/tfmg/models/block/naphtha.json deleted file mode 100644 index 0751af99..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/neon_tube/block_north.json b/build/resources/main/assets/tfmg/models/block/neon_tube/block_north.json deleted file mode 100644 index 4b2c09fa..00000000 --- a/build/resources/main/assets/tfmg/models/block/neon_tube/block_north.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/neon_tube", - "particle": "tfmg:block/neon_tube" - }, - "elements": [ - { - "from": [6, 6, 0], - "to": [10, 10, 6], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [5, 0, 9, 4], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 4, 6], "rotation": 90, "texture": "#0"}, - "south": {"uv": [5, 0, 9, 4], "texture": "#0"}, - "west": {"uv": [0, 0, 4, 6], "rotation": 270, "texture": "#0"}, - "up": {"uv": [0, 0, 4, 6], "texture": "#0"}, - "down": {"uv": [0, 0, 4, 6], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/neon_tube/block_top.json b/build/resources/main/assets/tfmg/models/block/neon_tube/block_top.json deleted file mode 100644 index 770046fe..00000000 --- a/build/resources/main/assets/tfmg/models/block/neon_tube/block_top.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/neon_tube", - "particle": "tfmg:block/neon_tube" - }, - "elements": [ - { - "from": [6, 10, 6], - "to": [10, 16, 10], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 4, 6], "texture": "#0"}, - "east": {"uv": [0, 0, 4, 6], "texture": "#0"}, - "south": {"uv": [0, 0, 4, 6], "texture": "#0"}, - "west": {"uv": [0, 0, 4, 6], "texture": "#0"}, - "up": {"uv": [5, 0, 9, 4], "texture": "#0"}, - "down": {"uv": [5, 0, 9, 4], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/neon_tube/extension_bottom.json b/build/resources/main/assets/tfmg/models/block/neon_tube/extension_bottom.json deleted file mode 100644 index 8a1bf616..00000000 --- a/build/resources/main/assets/tfmg/models/block/neon_tube/extension_bottom.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/neon_tube", - "particle": "tfmg:block/neon_tube" - }, - "elements": [ - { - "from": [6, 0, 6], - "to": [10, 6, 10], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 4, 6], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 4, 6], "rotation": 180, "texture": "#0"}, - "south": {"uv": [0, 0, 4, 6], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 0, 4, 6], "rotation": 180, "texture": "#0"}, - "down": {"uv": [5, 0, 9, 4], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/neon_tube/extension_east.json b/build/resources/main/assets/tfmg/models/block/neon_tube/extension_east.json deleted file mode 100644 index db68d559..00000000 --- a/build/resources/main/assets/tfmg/models/block/neon_tube/extension_east.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/neon_tube", - "particle": "tfmg:block/neon_tube" - }, - "elements": [ - { - "from": [10, 6, 6], - "to": [16, 10, 10], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 4, 6], "rotation": 270, "texture": "#0"}, - "east": {"uv": [5, 0, 9, 4], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 4, 6], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 4, 6], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 4, 6], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/neon_tube/extension_north.json b/build/resources/main/assets/tfmg/models/block/neon_tube/extension_north.json deleted file mode 100644 index 352cebed..00000000 --- a/build/resources/main/assets/tfmg/models/block/neon_tube/extension_north.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/neon_tube", - "particle": "tfmg:block/neon_tube" - }, - "elements": [ - { - "from": [6, 6, 0], - "to": [10, 10, 6], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [5, 0, 9, 4], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 4, 6], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 4, 6], "rotation": 270, "texture": "#0"}, - "up": {"uv": [0, 0, 4, 6], "texture": "#0"}, - "down": {"uv": [0, 0, 4, 6], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/nickel_flywheel/flywheel.json b/build/resources/main/assets/tfmg/models/block/nickel_flywheel/flywheel.json deleted file mode 100644 index d78d0b77..00000000 --- a/build/resources/main/assets/tfmg/models/block/nickel_flywheel/flywheel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "block/block", - "ambientocclusion": false, - "textures": { - "0": "tfmg:block/nickel_flywheel", - "1": "create:block/axis", - "2": "create:block/axis_top", - "particle": "tfmg:block/nickel_flywheel" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/nickel_frame/item.json b/build/resources/main/assets/tfmg/models/block/nickel_frame/item.json deleted file mode 100644 index 364cd724..00000000 --- a/build/resources/main/assets/tfmg/models/block/nickel_frame/item.json +++ /dev/null @@ -1,166 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/nickel_frame", - "particle": "tfmg:block/nickel_frame" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [2, 16, 2], - "faces": { - "north": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 14, 2, 16], "texture": "#0"} - } - }, - { - "from": [14, 0, 0], - "to": [16, 16, 2], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [14, 0, 16, 2], "texture": "#0"}, - "down": {"uv": [14, 14, 16, 16], "texture": "#0"} - } - }, - { - "from": [0, 0, 14], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "up": {"uv": [0, 14, 2, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [14, 0, 14], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [14, 14, 16, 16], "texture": "#0"}, - "down": {"uv": [14, 0, 16, 2], "texture": "#0"} - } - }, - { - "from": [14, 14, 2], - "to": [16, 16, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [2, 16, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 12], "texture": "#0"} - } - }, - { - "from": [0, 0, 2], - "to": [2, 2, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 12], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [16, 2, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [14, 2, 16, 14], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [14, 16, 2], - "faces": { - "north": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 14, 14], - "to": [14, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [14, 2, 16], - "faces": { - "north": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 0, 0], - "to": [14, 2, 2], - "faces": { - "north": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 15, 15], - "faces": { - "north": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "east": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "south": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "west": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "up": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "down": {"uv": [1, 1, 15, 15], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/nickel_side.json b/build/resources/main/assets/tfmg/models/block/nickel_side.json deleted file mode 100644 index e1afc23a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/orange_concrete_top.json b/build/resources/main/assets/tfmg/models/block/orange_concrete_top.json deleted file mode 100644 index 9d2555a3..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/orange_concrete_wall_side.json b/build/resources/main/assets/tfmg/models/block/orange_concrete_wall_side.json deleted file mode 100644 index 8a8f8920..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/pink_concrete.json b/build/resources/main/assets/tfmg/models/block/pink_concrete.json deleted file mode 100644 index 1de71f57..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/pink_concrete_bottom.json b/build/resources/main/assets/tfmg/models/block/pink_concrete_bottom.json deleted file mode 100644 index aa4921d9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/pink_concrete_stairs_inner.json b/build/resources/main/assets/tfmg/models/block/pink_concrete_stairs_inner.json deleted file mode 100644 index 0adbeaa9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/pink_concrete_wall_side_tall.json b/build/resources/main/assets/tfmg/models/block/pink_concrete_wall_side_tall.json deleted file mode 100644 index 029ab817..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/plastic_block.json b/build/resources/main/assets/tfmg/models/block/plastic_block.json deleted file mode 100644 index 6ddcec3e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_bottom_window.json b/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_bottom_window.json deleted file mode 100644 index e7c4ffc4..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_bottom_window.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/plastic_fluid_tank_top", - "1": "tfmg:block/plastic_fluid_tank", - "3": "tfmg:block/plastic_fluid_tank_window", - "4": "tfmg:block/plastic_fluid_tank_inner", - "particle": "tfmg:block/plastic_fluid_tank" - }, - "elements": [ - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [4, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [12, 0, 16, 12], "texture": "#1", "cullface": "north"}, - "east": {"uv": [0, 0, 1, 12], "texture": "#1", "cullface": "north"}, - "south": {"uv": [0, 0, 4, 12], "texture": "#1", "cullface": "north"} - } - }, - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 16, 4], - "faces": { - "east": {"uv": [12, 0, 16, 12], "texture": "#1", "cullface": "east"}, - "south": {"uv": [0, 0, 1, 12], "texture": "#1", "cullface": "east"}, - "west": {"uv": [0, 0, 4, 12], "texture": "#1", "cullface": "east"} - } - }, - { - "name": "SideRight", - "from": [12, 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"}, - "west": {"uv": [0, 0, 1, 12], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 12], - "to": [1, 16, 16], - "faces": { - "north": {"uv": [0, 0, 1, 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"} - } - }, - { - "name": "Window", - "from": [4, 4, 0.95], - "to": [12, 16, 0.95], - "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"} - } - }, - { - "name": "Window", - "from": [15.05, 4, 4], - "to": [15.05, 16, 12], - "faces": { - "east": {"uv": [0, 4, 8, 16], "texture": "#3", "cullface": "east"}, - "west": {"uv": [0, 4, 8, 16], "texture": "#3", "cullface": "east"} - } - }, - { - "name": "Window", - "from": [4, 4, 15.05], - "to": [12, 16, 15.05], - "faces": { - "north": {"uv": [0, 4, 8, 16], "texture": "#3", "cullface": "south"}, - "south": {"uv": [0, 4, 8, 16], "texture": "#3", "cullface": "south"} - } - }, - { - "name": "Window", - "from": [0.95, 4, 4], - "to": [0.95, 16, 12], - "faces": { - "east": {"uv": [0, 4, 8, 16], "texture": "#3", "cullface": "west"}, - "west": {"uv": [0, 4, 8, 16], "texture": "#3", "cullface": "west"} - } - }, - { - "name": "SideLeft", - "from": [12, 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"}, - "south": {"uv": [12, 0, 16, 12], "texture": "#1", "cullface": "north"}, - "west": {"uv": [15, 0, 16, 12], "texture": "#1", "cullface": "north"} - } - }, - { - "name": "SideLeft", - "from": [15, 4, 12], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [15, 0, 16, 12], "texture": "#1", "cullface": "east"}, - "east": {"uv": [0, 0, 4, 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], - "faces": { - "north": {"uv": [12, 0, 16, 12], "texture": "#1", "cullface": "south"}, - "east": {"uv": [15, 0, 16, 12], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 0, 4, 12], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideLeft", - "from": [0, 4, 0], - "to": [1, 16, 4], - "faces": { - "east": {"uv": [12, 0, 16, 12], "texture": "#1", "cullface": "west"}, - "south": {"uv": [15, 0, 16, 12], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 0, 4, 12], "texture": "#1", "cullface": "west"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_bottom_window_ne.json b/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_bottom_window_ne.json deleted file mode 100644 index 76c723a3..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_bottom_window_ne.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/plastic_fluid_tank_top", - "1": "tfmg:block/plastic_fluid_tank", - "3": "tfmg:block/plastic_fluid_tank_window", - "4": "tfmg:block/plastic_fluid_tank_inner", - "particle": "tfmg:block/plastic_fluid_tank" - }, - "elements": [ - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 16, 12], - "faces": { - "east": {"uv": [4, 0, 16, 12], "texture": "#1"}, - "south": {"uv": [4, 0, 5, 12], "texture": "#1"}, - "west": {"uv": [0, 0, 12, 12], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [0, 4, 0.95], - "to": [4, 16, 0.95], - "faces": { - "north": {"uv": [0, 4, 4, 16], "texture": "#3"}, - "south": {"uv": [4, 4, 8, 16], "texture": "#3"} - } - }, - { - "name": "Window", - "from": [15.05, 4, 12], - "to": [15.05, 16, 16], - "faces": { - "east": {"uv": [4, 4, 8, 16], "texture": "#3"}, - "west": {"uv": [0, 4, 4, 16], "texture": "#3"} - } - }, - { - "name": "SideLeft", - "from": [4, 4, 0], - "to": [16, 16, 1], - "faces": { - "north": {"uv": [0, 0, 12, 12], "texture": "#1"}, - "south": {"uv": [4, 0, 16, 12], "texture": "#1"}, - "west": {"uv": [11, 0, 12, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-23, 8, 8]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_bottom_window_nw.json b/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_bottom_window_nw.json deleted file mode 100644 index 8dce39ce..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_bottom_window_nw.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/plastic_fluid_tank_top", - "1": "tfmg:block/plastic_fluid_tank", - "3": "tfmg:block/plastic_fluid_tank_window", - "4": "tfmg:block/plastic_fluid_tank_inner", - "particle": "tfmg:block/plastic_fluid_tank" - }, - "elements": [ - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [12, 16, 1], - "faces": { - "north": {"uv": [4, 0, 16, 12], "texture": "#1"}, - "east": {"uv": [4, 0, 5, 12], "texture": "#1"}, - "south": {"uv": [0, 0, 12, 12], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [0.95, 4, 12], - "to": [0.95, 16, 16], - "faces": { - "east": {"uv": [4, 4, 8, 16], "texture": "#3"}, - "west": {"uv": [0, 4, 4, 16], "texture": "#3"} - } - }, - { - "name": "Window", - "from": [12, 4, 0.95], - "to": [16, 16, 0.95], - "faces": { - "north": {"uv": [4, 4, 8, 16], "texture": "#3"}, - "south": {"uv": [0, 4, 4, 16], "texture": "#3"} - } - }, - { - "name": "SideLeft", - "from": [0, 4, 0], - "to": [1, 16, 12], - "faces": { - "east": {"uv": [4, 0, 16, 12], "texture": "#1"}, - "south": {"uv": [11, 0, 12, 12], "texture": "#1"}, - "west": {"uv": [0, 0, 12, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 39]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_middle_window_se.json b/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_middle_window_se.json deleted file mode 100644 index 51faca72..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_middle_window_se.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/plastic_fluid_tank", - "3": "tfmg:block/plastic_fluid_tank_window", - "particle": "tfmg:block/plastic_fluid_tank" - }, - "elements": [ - { - "name": "SideRight", - "from": [4, 0, 15], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 12, 16], "texture": "#1"}, - "south": {"uv": [4, 0, 16, 16], "texture": "#1"}, - "west": {"uv": [4, 0, 5, 16], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [15.05, 0, 0], - "to": [15.05, 16, 4], - "faces": { - "east": {"uv": [8, 0, 12, 16], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "Window", - "from": [0, 0, 15.05], - "to": [4, 16, 15.05], - "faces": { - "north": {"uv": [8, 0, 12, 16], "texture": "#3"}, - "south": {"uv": [12, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "SideLeft", - "from": [15, 0, 4], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [11, 0, 12, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 12, 16], "texture": "#1"}, - "west": {"uv": [4, 0, 16, 16], "texture": "#1"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_single_window_se.json b/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_single_window_se.json deleted file mode 100644 index e1300fa2..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_single_window_se.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/plastic_fluid_tank_top", - "1": "tfmg:block/plastic_fluid_tank", - "4": "tfmg:block/plastic_fluid_tank_inner", - "5": "tfmg:block/plastic_fluid_tank_window_single", - "particle": "tfmg:block/fluid_tank" - }, - "elements": [ - { - "name": "SideRight", - "from": [4, 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"}, - "west": {"uv": [4, 4, 5, 12], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [15.05, 4, 0], - "to": [15.05, 12, 4], - "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"} - } - }, - { - "name": "Window", - "from": [0, 4, 15.05], - "to": [4, 12, 15.05], - "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"} - } - }, - { - "name": "SideLeft", - "from": [15, 4, 4], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [11, 4, 12, 12], "texture": "#1"}, - "east": {"uv": [0, 4, 12, 12], "texture": "#1"}, - "west": {"uv": [4, 4, 16, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - }, - { - "name": "block_bottom_centered_window", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [5] - } - ] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_top_window_ne.json b/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_top_window_ne.json deleted file mode 100644 index 07162d28..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_top_window_ne.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/plastic_fluid_tank_top", - "1": "tfmg:block/plastic_fluid_tank", - "3": "tfmg:block/plastic_fluid_tank_window", - "4": "tfmg:block/plastic_fluid_tank_inner", - "particle": "tfmg:block/plastic_fluid_tank" - }, - "elements": [ - { - "name": "SideRight", - "from": [15, 0, 0], - "to": [16, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "east": {"uv": [4, 4, 16, 16], "texture": "#1"}, - "south": {"uv": [4, 4, 5, 16], "texture": "#1"}, - "west": {"uv": [0, 4, 12, 16], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [0, 0, 0.95], - "to": [4, 12, 0.95], - "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"} - } - }, - { - "name": "Window", - "from": [15.05, 0, 12], - "to": [15.05, 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"} - } - }, - { - "name": "SideLeft", - "from": [4, 0, 0], - "to": [16, 12, 1], - "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"}, - "west": {"uv": [11, 4, 12, 16], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-23, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_top_window_sw.json b/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_top_window_sw.json deleted file mode 100644 index a74e0646..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_fluid_tank/block_top_window_sw.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/plastic_fluid_tank_top", - "1": "tfmg:block/plastic_fluid_tank", - "3": "tfmg:block/plastic_fluid_tank_window", - "4": "tfmg:block/plastic_fluid_tank_inner", - "particle": "tfmg:block/plastic_fluid_tank" - }, - "elements": [ - { - "name": "SideRight", - "from": [0, 0, 4], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [4, 4, 5, 16], "texture": "#1"}, - "east": {"uv": [0, 4, 12, 16], "texture": "#1"}, - "west": {"uv": [4, 4, 16, 16], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [12, 0, 15.05], - "to": [16, 12, 15.05], - "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"} - } - }, - { - "name": "Window", - "from": [0.95, 0, 0], - "to": [0.95, 12, 4], - "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"} - } - }, - { - "name": "SideLeft", - "from": [0, 0, 15], - "to": [12, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [4, 4, 16, 16], "texture": "#1"}, - "east": {"uv": [11, 4, 12, 16], "texture": "#1"}, - "south": {"uv": [0, 4, 12, 16], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [39, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_fluid_valve/block_horizontal_closed.json b/build/resources/main/assets/tfmg/models/block/plastic_fluid_valve/block_horizontal_closed.json deleted file mode 100644 index cab0b69f..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_fluid_valve/block_horizontal_closed.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "credit": "Made with Blockbench", - "render_type": "minecraft:cutout", - "textures": { - "2": "tfmg:block/plastic_fluid_valve", - "3": "tfmg:block/plastic_valve_closed", - "particle": "tfmg:block/plastic_block" - }, - "elements": [ - { - "name": "ValveCenter", - "from": [2, 2, 2], - "to": [14, 14, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [24, 11, 11]}, - "faces": { - "north": {"uv": [1, 1, 7, 7], "rotation": 90, "texture": "#2"}, - "east": {"uv": [9, 1, 15, 7], "rotation": 90, "texture": "#2"}, - "south": {"uv": [1, 1, 7, 7], "rotation": 90, "texture": "#2"}, - "west": {"uv": [9, 1, 15, 7], "rotation": 90, "texture": "#2"}, - "up": {"uv": [1, 9, 7, 15], "rotation": 90, "texture": "#2"}, - "down": {"uv": [1, 9, 7, 15], "rotation": 90, "texture": "#2"} - } - }, - { - "name": "ValveCenter", - "from": [2, 2, 3], - "to": [14, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [24, 11, 12]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "rotation": 90, "texture": "#3"}, - "east": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "west": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "up": {"uv": [7.5, 1, 8, 7], "rotation": 90, "texture": "#2"}, - "down": {"uv": [7.5, 1, 8, 7], "rotation": 90, "texture": "#2"} - } - }, - { - "name": "ValveCenter", - "from": [2, 2, 14], - "to": [14, 14, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13.5]}, - "faces": { - "east": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "south": {"uv": [2, 2, 14, 14], "rotation": 90, "texture": "#3"}, - "west": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "up": {"uv": [7.5, 1, 8, 7], "rotation": 270, "texture": "#2"}, - "down": {"uv": [7.5, 1, 8, 7], "rotation": 270, "texture": "#2"} - } - }, - { - "from": [3, 14, 3], - "to": [13, 16, 13], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8.5, 6.5], "rotation": 90, "texture": "#2"}, - "east": {"uv": [7.5, 1.5, 8.5, 6.5], "rotation": 90, "texture": "#2"}, - "south": {"uv": [7.5, 1.5, 8.5, 6.5], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7.5, 1.5, 8.5, 6.5], "rotation": 90, "texture": "#2"}, - "up": {"uv": [1.5, 9.5, 6.5, 14.5], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 0, 0, 0], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [3, 0, 3], - "to": [13, 2, 13], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [8.5, 1.5, 7.5, 6.5], "rotation": 90, "texture": "#2"}, - "east": {"uv": [8.5, 1.5, 7.5, 6.5], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8.5, 1.5, 7.5, 6.5], "rotation": 90, "texture": "#2"}, - "west": {"uv": [8.5, 1.5, 7.5, 6.5], "rotation": 90, "texture": "#2"}, - "up": {"uv": [0, 0, 0, 0], "rotation": 90, "texture": "#2"}, - "down": {"uv": [7, 9, 1, 15], "rotation": 90, "texture": "#2"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_mechanical_pump/block.json b/build/resources/main/assets/tfmg/models/block/plastic_mechanical_pump/block.json deleted file mode 100644 index 65d6edc2..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_mechanical_pump/block.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "create:block/block", - "textures": { - "4": "tfmg:block/plastic_pump", - "particle": "tfmg:block/plastic_pump" - }, - "elements": [ - { - "from": [2, 13, 2], - "to": [14, 16, 14], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 14.5, 8]}, - "faces": { - "north": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "east": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "south": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "west": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 6, 6], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 6, 6], "texture": "#4"} - } - }, - { - "from": [2, 0, 2], - "to": [14, 3, 14], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 1.5, 8]}, - "faces": { - "north": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "east": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "south": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "west": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 6, 6], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 6, 6], "texture": "#4"} - } - } - ], - "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/build/resources/main/assets/tfmg/models/block/plastic_pipe/connection/east.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/connection/east.json deleted file mode 100644 index 5d4cc134..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_pipe/connection/east.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/plastic_pipes", - "particle": "tfmg:block/plastic_pipes" - }, - "elements": [ - { - "name": "connection_east", - "from": [12, 4, 4], - "to": [16, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -16]}, - "faces": { - "north": {"uv": [0, 6, 4, 8], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 8, 4, 6], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 8, 4, 6], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 6, 4, 8], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_pipe/connection/north.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/connection/north.json deleted file mode 100644 index a83723d5..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_pipe/connection/north.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/plastic_pipes", - "particle": "tfmg:block/plastic_pipes" - }, - "elements": [ - { - "name": "connection_north", - "from": [4, 4, 0], - "to": [12, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, - "faces": { - "east": {"uv": [0, 0, 4, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 2, 4, 0], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 4, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_pipe/connection/west.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/connection/west.json deleted file mode 100644 index 8438999d..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_pipe/connection/west.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/plastic_pipes", - "particle": "tfmg:block/plastic_pipes" - }, - "elements": [ - { - "name": "connection_west", - "from": [0, 4, 4], - "to": [4, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 2, 4, 0], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 4, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_pipe/core_y.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/core_y.json deleted file mode 100644 index fb79c2a2..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_pipe/core_y.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/plastic_pipes_connected", - "particle": "tfmg:block/plastic_block" - }, - "elements": [ - { - "name": "core_y", - "from": [4, 4, 4], - "to": [12, 12, 12], - "faces": { - "up": {"uv": [12, 12, 16, 8], "rotation": 180, "texture": "#0"}, - "down": {"uv": [12, 8, 16, 12], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_pipe/core_z.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/core_z.json deleted file mode 100644 index 2981730e..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_pipe/core_z.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/plastic_pipes_connected", - "particle": "tfmg:block/plastic_block" - }, - "elements": [ - { - "name": "core_z", - "from": [4, 4, 4], - "to": [12, 12, 12], - "faces": { - "north": {"uv": [12, 8, 16, 12], "texture": "#0"}, - "south": {"uv": [16, 8, 12, 12], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_pipe/drain/east.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/drain/east.json deleted file mode 100644 index 88e2220a..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_pipe/drain/east.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/plastic_pipes", - "particle": "tfmg:block/plastic_pipes" - }, - "elements": [ - { - "from": [16.95, 4.95, 4.95], - "to": [19.95, 11.05, 11.05], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [12, 8, 13.5, 11], "rotation": 180, "texture": "#0"}, - "east": {"uv": [13, 8, 16, 11], "texture": "#0"}, - "south": {"uv": [12, 8, 13.5, 11], "texture": "#0"}, - "up": {"uv": [12, 8, 13.5, 11], "texture": "#0"}, - "down": {"uv": [12, 8, 13.5, 11], "texture": "#0"} - } - }, - { - "from": [14, 2.95, 2.95], - "to": [17.1, 13.05, 13.05], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [9, 16, 10.5, 11], "texture": "#0"}, - "east": {"uv": [11, 11, 16, 16], "texture": "#0"}, - "south": {"uv": [10.5, 11, 9, 16], "texture": "#0"}, - "west": {"uv": [11, 11, 16, 16], "texture": "#0"}, - "up": {"uv": [10.5, 11, 9, 16], "texture": "#0"}, - "down": {"uv": [10.5, 16, 9, 11], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_pipe/drain/north.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/drain/north.json deleted file mode 100644 index 3562ebbe..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_pipe/drain/north.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/plastic_pipes", - "particle": "tfmg:block/plastic_pipes" - }, - "elements": [ - { - "from": [2.95, 2.95, -1.1], - "to": [13.05, 13.05, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 34, 8]}, - "faces": { - "north": {"uv": [11, 11, 16, 16], "texture": "#0"}, - "east": {"uv": [10.5, 11, 9, 16], "texture": "#0"}, - "south": {"uv": [11, 11, 16, 16], "texture": "#0"}, - "west": {"uv": [9, 16, 10.5, 11], "texture": "#0"}, - "up": {"uv": [9, 11, 10.5, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [10.5, 16, 9, 11], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [4.95, 4.95, -3.95], - "to": [11.05, 11.05, -0.95], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 34, 8]}, - "faces": { - "north": {"uv": [13, 8, 16, 11], "texture": "#0"}, - "east": {"uv": [12, 8, 13.5, 11], "texture": "#0"}, - "west": {"uv": [12, 8, 13.5, 11], "rotation": 180, "texture": "#0"}, - "up": {"uv": [12, 8, 13.5, 11], "rotation": 270, "texture": "#0"}, - "down": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_pipe/drain/up.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/drain/up.json deleted file mode 100644 index 2b1372fa..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_pipe/drain/up.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/plastic_pipes", - "particle": "tfmg:block/plastic_pipes" - }, - "elements": [ - { - "from": [2.95, 14, 2.95], - "to": [13.05, 17.1, 13.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [9, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [9, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [9, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [9, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [16, 11, 11, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [16, 11, 11, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [4.95, 16.95, 4.95], - "to": [11.05, 19.95, 11.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [13.5, 8, 12, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [13.5, 8, 12, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [13.5, 8, 12, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [13.5, 8, 12, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [13, 11, 16, 8], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_pipe/l_y.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/l_y.json deleted file mode 100644 index c9a31701..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/plastic_pipe/l_z.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/l_z.json deleted file mode 100644 index 8876320e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/plastic_pipe/rd_x.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/rd_x.json deleted file mode 100644 index e72925d5..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/plastic_pipe/rim/down.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/rim/down.json deleted file mode 100644 index baf7457f..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_pipe/rim/down.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/plastic_pipes", - "particle": "tfmg:block/plastic_pipes" - }, - "elements": [ - { - "from": [3, 0, 3], - "to": [13, 2, 13], - "faces": { - "north": {"uv": [10.5, 11, 9.5, 16], "rotation": 90, "texture": "#0"}, - "east": {"uv": [10.5, 11, 9.5, 16], "rotation": 90, "texture": "#0"}, - "south": {"uv": [10.5, 11, 9.5, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [10.5, 11, 9.5, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [11, 11, 16, 16], "rotation": 270, "texture": "#0", "cullface": "down"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_pipe/rim/south.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/rim/south.json deleted file mode 100644 index 5f6e7096..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_pipe/rim/south.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/plastic_pipes", - "particle": "tfmg:block/plastic_pipes" - }, - "elements": [ - { - "from": [3, 3, 14], - "to": [13, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 28, 8]}, - "faces": { - "north": {"uv": [11, 11, 16, 16], "texture": "#0"}, - "east": {"uv": [9.5, 16, 10.5, 11], "texture": "#0"}, - "south": {"uv": [11, 11, 16, 16], "texture": "#0", "cullface": "south"}, - "west": {"uv": [10.5, 11, 9.5, 16], "texture": "#0"}, - "up": {"uv": [9.5, 16, 10.5, 11], "rotation": 270, "texture": "#0"}, - "down": {"uv": [10.5, 11, 9.5, 16], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_pipe/rim_connector/down.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/rim_connector/down.json deleted file mode 100644 index f052e8e8..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_pipe/rim_connector/down.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/plastic_pipes", - "particle": "tfmg:block/plastic_pipes" - }, - "elements": [ - { - "name": "rim_down", - "from": [4, 0, 4], - "to": [12, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -16]}, - "faces": { - "north": {"uv": [4, 6, 8, 8], "texture": "#0"}, - "east": {"uv": [4, 6, 8, 8], "texture": "#0"}, - "south": {"uv": [8, 6, 4, 8], "texture": "#0"}, - "west": {"uv": [8, 6, 4, 8], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_pipe/rim_connector/north.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/rim_connector/north.json deleted file mode 100644 index f8e01271..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_pipe/rim_connector/north.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/plastic_pipes", - "particle": "tfmg:block/plastic_pipes" - }, - "elements": [ - { - "name": "rim_north", - "from": [4, 4, 0], - "to": [12, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, - "faces": { - "east": {"uv": [4, 0, 8, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [4, 2, 8, 0], "rotation": 90, "texture": "#0"}, - "up": {"uv": [4, 2, 8, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [4, 0, 8, 2], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_pipe/ud_x.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/ud_x.json deleted file mode 100644 index 16d6b3d6..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/plastic_pipe/ud_y.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/ud_y.json deleted file mode 100644 index c55f857c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/plastic_pipe/window.json b/build/resources/main/assets/tfmg/models/block/plastic_pipe/window.json deleted file mode 100644 index 9f799834..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_pipe/window.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/plastic_glass_fluid_pipe", - "particle": "tfmg:block/plastic_block" - }, - "elements": [ - { - "name": "Outer", - "from": [4, 0, 4], - "to": [12, 16, 12], - "faces": { - "north": {"uv": [0, 16, 16, 8], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 16, 16, 8], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 8, 16, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 8, 16, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "Inner", - "from": [4.1, 0, 11.9], - "to": [11.9, 16, 4.1], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 8]}, - "faces": { - "north": {"uv": [0, 16, 16, 8], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 16, 16, 8], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 8, 16, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 8, 16, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [10, 0, 4], - "to": [6, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "east": {"uv": [0, 0, 16, 8], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 16, 8], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [4, 0, 10], - "to": [12, 16, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 10]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 16, 8], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_smart_fluid_pipe/block.json b/build/resources/main/assets/tfmg/models/block/plastic_smart_fluid_pipe/block.json deleted file mode 100644 index 4c559ed9..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_smart_fluid_pipe/block.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "2": "tfmg:block/plastic_smart_pipe_1", - "3": "tfmg:block/plastic_smart_pipe_2", - "4": "tfmg:block/plastic_pipes", - "5": "tfmg:block/plastic_smart_pipe_3", - "particle": "tfmg:block/plastic_block" - }, - "elements": [ - { - "from": [3, 3, 3], - "to": [13, 13, 13], - "faces": { - "north": {"uv": [3, 3, 13, 13], "texture": "#5"}, - "east": {"uv": [13, 3, 3, 13], "texture": "#2"}, - "south": {"uv": [3, 3, 13, 13], "texture": "#5"}, - "west": {"uv": [3, 3, 13, 13], "texture": "#2"}, - "up": {"uv": [13, 3, 3, 13], "rotation": 270, "texture": "#2"}, - "down": {"uv": [3, 3, 13, 13], "rotation": 270, "texture": "#2"} - } - }, - { - "from": [4.5, 5, 7.15], - "to": [11.5, 12, 13.15], - "rotation": {"angle": 45, "axis": "x", "origin": [8, 12, 13]}, - "faces": { - "north": {"uv": [1, 9, 7, 15], "texture": "#3"}, - "east": {"uv": [0, 0, 6, 7], "texture": "#3"}, - "west": {"uv": [0, 0, 6, 7], "rotation": 180, "texture": "#3"}, - "up": {"uv": [0, 0, 6, 7], "rotation": 270, "texture": "#3"}, - "down": {"uv": [0, 0, 6, 7], "rotation": 90, "texture": "#3"} - } - }, - { - "from": [3.9, 4.4, 4.15], - "to": [12.1, 12.6, 7.15], - "rotation": {"angle": 45, "axis": "x", "origin": [8, 12, 13]}, - "faces": { - "north": {"uv": [8, 8, 16, 16], "texture": "#3"}, - "east": {"uv": [13, 0, 16, 8], "texture": "#3"}, - "south": {"uv": [0, 8, 8, 16], "texture": "#3"}, - "west": {"uv": [13, 8, 16, 0], "rotation": 180, "texture": "#3"}, - "up": {"uv": [13, 8, 16, 0], "rotation": 270, "texture": "#3"}, - "down": {"uv": [13, 0, 16, 8], "rotation": 90, "texture": "#3"} - } - }, - { - "from": [4, 4, 0], - "to": [12, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 0]}, - "faces": { - "east": {"uv": [4, 8, 8, 0], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 8, 8], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 8, 8, 0], "texture": "#4"}, - "down": {"uv": [4, 0, 8, 8], "texture": "#4"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/plastic_smart_fluid_pipe/item.json b/build/resources/main/assets/tfmg/models/block/plastic_smart_fluid_pipe/item.json deleted file mode 100644 index 6400cd39..00000000 --- a/build/resources/main/assets/tfmg/models/block/plastic_smart_fluid_pipe/item.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/plastic_pipes", - "2": "tfmg:block/plastic_smart_pipe_1", - "3": "tfmg:block/plastic_smart_pipe_2", - "4": "tfmg:block/plastic_smart_pipe_3", - "particle": "tfmg:block/plastic_smart_pipe_3" - }, - "elements": [ - { - "from": [3, 3, 0], - "to": [13, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [11, 11, 16, 16], "rotation": 180, "texture": "#1"}, - "east": {"uv": [10.5, 11, 9.5, 16], "texture": "#1"}, - "south": {"uv": [11, 11, 16, 16], "rotation": 180, "texture": "#1"}, - "west": {"uv": [9.5, 11, 10.5, 16], "texture": "#1"}, - "up": {"uv": [9.5, 11, 10.5, 16], "rotation": 90, "texture": "#1"}, - "down": {"uv": [10.5, 11, 9.5, 16], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [3, 3, 14], - "to": [13, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [16, 11, 11, 16], "rotation": 180, "texture": "#1"}, - "east": {"uv": [9.5, 11, 10.5, 16], "texture": "#1"}, - "south": {"uv": [16, 11, 11, 16], "rotation": 180, "texture": "#1"}, - "west": {"uv": [10.5, 11, 9.5, 16], "texture": "#1"}, - "up": {"uv": [10.5, 11, 9.5, 16], "rotation": 90, "texture": "#1"}, - "down": {"uv": [9.5, 11, 10.5, 16], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [3, 3, 3], - "to": [13, 13, 13], - "faces": { - "north": {"uv": [3, 3, 13, 13], "texture": "#4"}, - "east": {"uv": [13, 3, 3, 13], "texture": "#2"}, - "south": {"uv": [3, 3, 13, 13], "texture": "#4"}, - "west": {"uv": [3, 3, 13, 13], "texture": "#2"}, - "up": {"uv": [13, 3, 3, 13], "rotation": 270, "texture": "#2"}, - "down": {"uv": [3, 3, 13, 13], "rotation": 270, "texture": "#2"} - } - }, - { - "from": [4.5, 5, 7.15], - "to": [11.5, 12, 13.15], - "rotation": {"angle": 45, "axis": "x", "origin": [8, 12, 13]}, - "faces": { - "north": {"uv": [1, 9, 7, 15], "texture": "#3"}, - "east": {"uv": [0, 0, 6, 7], "texture": "#3"}, - "west": {"uv": [0, 0, 6, 7], "rotation": 180, "texture": "#3"}, - "up": {"uv": [0, 0, 6, 7], "rotation": 270, "texture": "#3"}, - "down": {"uv": [0, 0, 6, 7], "rotation": 90, "texture": "#3"} - } - }, - { - "from": [3.9, 4.4, 4.15], - "to": [12.1, 12.6, 7.15], - "rotation": {"angle": 45, "axis": "x", "origin": [8, 12, 13]}, - "faces": { - "north": {"uv": [8, 8, 16, 16], "texture": "#3"}, - "east": {"uv": [13, 0, 16, 8], "texture": "#3"}, - "south": {"uv": [0, 8, 8, 16], "texture": "#3"}, - "west": {"uv": [13, 8, 16, 0], "rotation": 180, "texture": "#3"}, - "up": {"uv": [13, 8, 16, 0], "rotation": 270, "texture": "#3"}, - "down": {"uv": [13, 0, 16, 8], "rotation": 90, "texture": "#3"} - } - }, - { - "from": [4, 4, 0], - "to": [12, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 0]}, - "faces": { - "east": {"uv": [4, 8, 8, 0], "rotation": 90, "texture": "#1"}, - "west": {"uv": [4, 0, 8, 8], "rotation": 90, "texture": "#1"}, - "up": {"uv": [4, 8, 8, 0], "texture": "#1"}, - "down": {"uv": [4, 0, 8, 8], "texture": "#1"} - } - } - ], - "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, 225, 0], - "scale": [0.625, 0.625, 0.625] - }, - "fixed": { - "rotation": [0, 90, 0], - "scale": [0.5, 0.5, 0.5] - } - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/polarizer/block.json b/build/resources/main/assets/tfmg/models/block/polarizer/block.json deleted file mode 100644 index ae3f94e2..00000000 --- a/build/resources/main/assets/tfmg/models/block/polarizer/block.json +++ /dev/null @@ -1,257 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/steel_casing", - "1": "tfmg:block/steel_casing_slab", - "2": "tfmg:block/polarizer_back", - "3": "tfmg:block/polarizer_top", - "4": "tfmg:block/polarizer_front", - "particle": "tfmg:block/steel_casing" - }, - "elements": [ - { - "from": [0, 0, 1], - "to": [16, 8, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 0]}, - "faces": { - "north": {"uv": [0, 8, 16, 16], "texture": "#4"}, - "east": {"uv": [0, 8, 15, 16], "texture": "#1"}, - "south": {"uv": [0, 8, 16, 16], "texture": "#2"}, - "west": {"uv": [1, 8, 16, 16], "texture": "#1"}, - "up": {"uv": [0, 1, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 15], "texture": "#0"} - } - }, - { - "from": [4, 8, 1], - "to": [12, 12, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 8, 0]}, - "faces": { - "north": {"uv": [4, 4, 12, 8], "texture": "#4"}, - "east": {"uv": [1, 8, 2, 12], "texture": "#4"}, - "south": {"uv": [4, 0, 12, 4], "texture": "#4"}, - "west": {"uv": [14, 8, 15, 12], "texture": "#4"}, - "up": {"uv": [4, 0, 12, 1], "texture": "#4"} - } - }, - { - "from": [4, 11, 0], - "to": [12, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 10, 0]}, - "faces": { - "north": {"uv": [4, 4, 12, 5], "texture": "#4"}, - "east": {"uv": [4, 4, 5, 5], "texture": "#4"}, - "west": {"uv": [11, 4, 12, 5], "texture": "#4"}, - "up": {"uv": [4, 15, 12, 16], "texture": "#4"}, - "down": {"uv": [4, 4, 12, 5], "texture": "#4"} - } - }, - { - "from": [11, 8, 0], - "to": [12, 11, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, 0]}, - "faces": { - "north": {"uv": [4, 5, 5, 8], "texture": "#4"}, - "east": {"uv": [4, 5, 5, 8], "texture": "#4"}, - "west": {"uv": [4, 5, 5, 8], "texture": "#4"} - } - }, - { - "from": [4, 8, 0], - "to": [5, 11, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 9, 0]}, - "faces": { - "north": {"uv": [11, 5, 12, 8], "texture": "#4"}, - "east": {"uv": [11, 5, 12, 8], "texture": "#4"}, - "west": {"uv": [11, 5, 12, 8], "texture": "#4"} - } - }, - { - "from": [0, 0, 0], - "to": [5, 8, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 0]}, - "faces": { - "north": {"uv": [11, 8, 16, 16], "texture": "#4"}, - "east": {"uv": [15, 8, 16, 16], "texture": "#4"}, - "west": {"uv": [0, 8, 1, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#0"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#0"} - } - }, - { - "from": [11, 0, 0], - "to": [16, 8, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [11, 2, 0]}, - "faces": { - "north": {"uv": [0, 8, 5, 16], "texture": "#4"}, - "east": {"uv": [15, 8, 16, 16], "texture": "#1"}, - "west": {"uv": [0, 8, 1, 16], "texture": "#4"}, - "up": {"uv": [11, 0, 16, 1], "texture": "#0"}, - "down": {"uv": [11, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [5, 0, 0], - "to": [11, 7, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 2, 0]}, - "faces": { - "north": {"uv": [5, 9, 11, 16], "texture": "#4"}, - "up": {"uv": [5, 9, 11, 10], "texture": "#4"}, - "down": {"uv": [5, 0, 11, 1], "texture": "#0"} - } - }, - { - "from": [5, 8, 14], - "to": [11, 11, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 6, 4], "texture": "#2"}, - "east": {"uv": [0, 4, 2, 7], "texture": "#0"}, - "south": {"uv": [5, 5, 11, 8], "texture": "#2"}, - "west": {"uv": [14, 5, 16, 8], "texture": "#0"}, - "up": {"uv": [5, 14, 11, 16], "texture": "#2"} - } - }, - { - "from": [6, 8, 7], - "to": [6, 14, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 8, 7]}, - "faces": { - "north": {"uv": [0, 0, 0, 6], "texture": "#3"}, - "east": {"uv": [0, 0, 2, 6], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 6], "texture": "#3"}, - "west": {"uv": [0, 0, 2, 6], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 2], "texture": "#3"} - } - }, - { - "from": [5, 14, 5], - "to": [7, 14, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 7]}, - "faces": { - "north": {"uv": [0, 0, 2, 0], "texture": "#missing"}, - "east": {"uv": [0, 0, 6, 0], "texture": "#missing"}, - "south": {"uv": [0, 0, 2, 0], "texture": "#missing"}, - "west": {"uv": [0, 0, 6, 0], "texture": "#missing"}, - "up": {"uv": [0, 0, 2, 6], "texture": "#3"}, - "down": {"uv": [0, 0, 2, 6], "texture": "#3"} - } - }, - { - "from": [10, 8, 7], - "to": [10, 14, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7]}, - "faces": { - "north": {"uv": [0, 0, 0, 6], "texture": "#3"}, - "east": {"uv": [0, 0, 2, 6], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 6], "texture": "#3"}, - "west": {"uv": [0, 0, 2, 6], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 2], "texture": "#3"} - } - }, - { - "from": [9, 14, 5], - "to": [11, 14, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 14, 7]}, - "faces": { - "north": {"uv": [0, 0, 2, 0], "texture": "#missing"}, - "east": {"uv": [0, 0, 6, 0], "texture": "#missing"}, - "south": {"uv": [0, 0, 2, 0], "texture": "#missing"}, - "west": {"uv": [0, 0, 6, 0], "texture": "#missing"}, - "up": {"uv": [0, 0, 2, 6], "texture": "#3"}, - "down": {"uv": [0, 0, 2, 6], "texture": "#3"} - } - }, - { - "from": [1, 8, 4], - "to": [5, 12, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 8, 5]}, - "faces": { - "north": {"uv": [12, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [12, 4, 8, 11], "rotation": 90, "texture": "#3"}, - "south": {"uv": [12, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [12, 11, 8, 4], "rotation": 90, "texture": "#3"}, - "up": {"uv": [12, 4, 16, 11], "texture": "#3"} - } - }, - { - "from": [11, 8, 4], - "to": [15, 12, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 5]}, - "faces": { - "north": {"uv": [12, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [12, 4, 8, 11], "rotation": 90, "texture": "#3"}, - "south": {"uv": [12, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [12, 11, 8, 4], "rotation": 90, "texture": "#3"}, - "up": {"uv": [12, 4, 16, 11], "texture": "#3"} - } - }, - { - "from": [4, 8, 11], - "to": [4, 10, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 8, 11]}, - "faces": { - "north": {"uv": [0, 0, 0, 2], "texture": "#3"}, - "east": {"uv": [16, 11, 13, 13], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 2], "texture": "#3"}, - "west": {"uv": [13, 11, 16, 13], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 3], "texture": "#3"} - } - }, - { - "from": [12, 8, 11], - "to": [12, 10, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 8, 11]}, - "faces": { - "north": {"uv": [0, 0, 0, 2], "texture": "#3"}, - "east": {"uv": [16, 11, 13, 13], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 2], "texture": "#3"}, - "west": {"uv": [13, 11, 16, 13], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 3], "texture": "#3"} - } - }, - { - "from": [14, 8, 11], - "to": [14, 10, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 11]}, - "faces": { - "north": {"uv": [0, 0, 0, 2], "texture": "#3"}, - "east": {"uv": [16, 11, 13, 13], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 2], "texture": "#3"}, - "west": {"uv": [13, 11, 16, 13], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 3], "texture": "#3"} - } - }, - { - "from": [2, 8, 11], - "to": [2, 10, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 11]}, - "faces": { - "north": {"uv": [0, 0, 0, 2], "texture": "#3"}, - "east": {"uv": [16, 11, 13, 13], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 2], "texture": "#3"}, - "west": {"uv": [13, 11, 16, 13], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 3], "texture": "#3"} - } - }, - { - "from": [7, 7, 0.9], - "to": [9, 8, 0.9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 1]}, - "faces": { - "north": {"uv": [7, 8, 9, 9], "texture": "#4"}, - "east": {"uv": [0, 0, 0, 1], "texture": "#missing"}, - "west": {"uv": [0, 0, 0, 1], "texture": "#missing"}, - "up": {"uv": [0, 0, 2, 0], "texture": "#missing"}, - "down": {"uv": [0, 0, 2, 0], "texture": "#missing"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/polarizer/block_old.json b/build/resources/main/assets/tfmg/models/block/polarizer/block_old.json deleted file mode 100644 index d87e2cec..00000000 --- a/build/resources/main/assets/tfmg/models/block/polarizer/block_old.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent":"block/block", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/polarizer", - "particle": "tfmg:block/steel_block" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 8, 16], - "faces": { - "north": {"uv": [8, 0, 16, 4.5], "texture": "#0"}, - "east": {"uv": [8, 0, 16, 4.5], "texture": "#0"}, - "south": {"uv": [8, 0, 16, 4.5], "texture": "#0"}, - "west": {"uv": [8, 7.5, 16, 12], "texture": "#0"}, - "up": {"uv": [0, 8, 8, 16], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 0, 8, 8], "texture": "#0"} - } - }, - { - "from": [0, 8, 5], - "to": [5, 11, 11], - "faces": { - "north": {"uv": [8.5, 12.5, 10, 15], "rotation": 90, "texture": "#0"}, - "east": {"uv": [8.5, 4.5, 10, 7.5], "rotation": 90, "texture": "#0"}, - "south": {"uv": [8.5, 12.5, 10, 15], "rotation": 90, "texture": "#0"}, - "west": {"uv": [10.5, 6, 13.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 12.5, 13.5, 15], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#0"} - } - }, - { - "from": [9, 8, 1], - "to": [14, 10, 4], - "faces": { - "north": {"uv": [1, 12.5, 2, 15], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0.5, 12.5, 2, 13.5], "texture": "#0"}, - "south": {"uv": [1, 12.5, 2, 15], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0.5, 12.5, 2, 13.5], "texture": "#0"}, - "up": {"uv": [2, 15, 0.5, 12.5], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#0"} - } - }, - { - "from": [9, 8, 12], - "to": [14, 10, 15], - "faces": { - "north": {"uv": [1, 12.5, 2, 15], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0.5, 12.5, 2, 13.5], "texture": "#0"}, - "south": {"uv": [1, 12.5, 2, 15], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0.5, 12.5, 2, 13.5], "texture": "#0"}, - "up": {"uv": [2, 15, 0.5, 12.5], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#0"} - } - }, - { - "from": [5, 11, 7], - "to": [5, 14, 9], - "faces": { - "north": {"uv": [0, 0, 0, 3], "texture": "#0"}, - "east": {"uv": [15, 13.5, 16, 15], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 3], "texture": "#0"}, - "west": {"uv": [14, 13.5, 15, 15], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 2], "texture": "#0"} - } - }, - { - "from": [11, 8, 7], - "to": [11, 14, 9], - "faces": { - "north": {"uv": [0, 0, 0, 6], "texture": "#0"}, - "east": {"uv": [14, 12.5, 15, 15.5], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 6], "texture": "#0"}, - "west": {"uv": [16, 12.5, 15, 15.5], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 2], "texture": "#0"} - } - }, - { - "from": [5, 12, 7], - "to": [11, 12, 9], - "faces": { - "north": {"uv": [0, 0, 0, 6], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 0, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 6], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [14, 12.5, 15, 15.5], "rotation": 90, "texture": "#0"}, - "down": {"uv": [14, 12.5, 15, 15.5], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [4, 14, 5], - "to": [6, 14, 11], - "faces": { - "north": {"uv": [0, 0, 2, 0], "texture": "#0"}, - "east": {"uv": [0, 0, 6, 0], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 0], "texture": "#0"}, - "west": {"uv": [0, 0, 6, 0], "texture": "#0"}, - "up": {"uv": [14, 4.5, 15, 7.5], "texture": "#0"}, - "down": {"uv": [15, 4.5, 16, 7.5], "texture": "#0"} - } - }, - { - "from": [10, 14, 5], - "to": [12, 14, 11], - "faces": { - "north": {"uv": [0, 0, 2, 0], "texture": "#0"}, - "east": {"uv": [0, 0, 6, 0], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 0], "texture": "#0"}, - "west": {"uv": [0, 0, 6, 0], "texture": "#0"}, - "up": {"uv": [14, 4.5, 15, 7.5], "texture": "#0"}, - "down": {"uv": [15, 4.5, 16, 7.5], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/polarizer/item_old.json b/build/resources/main/assets/tfmg/models/block/polarizer/item_old.json deleted file mode 100644 index d87e2cec..00000000 --- a/build/resources/main/assets/tfmg/models/block/polarizer/item_old.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent":"block/block", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/polarizer", - "particle": "tfmg:block/steel_block" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 8, 16], - "faces": { - "north": {"uv": [8, 0, 16, 4.5], "texture": "#0"}, - "east": {"uv": [8, 0, 16, 4.5], "texture": "#0"}, - "south": {"uv": [8, 0, 16, 4.5], "texture": "#0"}, - "west": {"uv": [8, 7.5, 16, 12], "texture": "#0"}, - "up": {"uv": [0, 8, 8, 16], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 0, 8, 8], "texture": "#0"} - } - }, - { - "from": [0, 8, 5], - "to": [5, 11, 11], - "faces": { - "north": {"uv": [8.5, 12.5, 10, 15], "rotation": 90, "texture": "#0"}, - "east": {"uv": [8.5, 4.5, 10, 7.5], "rotation": 90, "texture": "#0"}, - "south": {"uv": [8.5, 12.5, 10, 15], "rotation": 90, "texture": "#0"}, - "west": {"uv": [10.5, 6, 13.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 12.5, 13.5, 15], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#0"} - } - }, - { - "from": [9, 8, 1], - "to": [14, 10, 4], - "faces": { - "north": {"uv": [1, 12.5, 2, 15], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0.5, 12.5, 2, 13.5], "texture": "#0"}, - "south": {"uv": [1, 12.5, 2, 15], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0.5, 12.5, 2, 13.5], "texture": "#0"}, - "up": {"uv": [2, 15, 0.5, 12.5], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#0"} - } - }, - { - "from": [9, 8, 12], - "to": [14, 10, 15], - "faces": { - "north": {"uv": [1, 12.5, 2, 15], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0.5, 12.5, 2, 13.5], "texture": "#0"}, - "south": {"uv": [1, 12.5, 2, 15], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0.5, 12.5, 2, 13.5], "texture": "#0"}, - "up": {"uv": [2, 15, 0.5, 12.5], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 0], "texture": "#0"} - } - }, - { - "from": [5, 11, 7], - "to": [5, 14, 9], - "faces": { - "north": {"uv": [0, 0, 0, 3], "texture": "#0"}, - "east": {"uv": [15, 13.5, 16, 15], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 3], "texture": "#0"}, - "west": {"uv": [14, 13.5, 15, 15], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 2], "texture": "#0"} - } - }, - { - "from": [11, 8, 7], - "to": [11, 14, 9], - "faces": { - "north": {"uv": [0, 0, 0, 6], "texture": "#0"}, - "east": {"uv": [14, 12.5, 15, 15.5], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 6], "texture": "#0"}, - "west": {"uv": [16, 12.5, 15, 15.5], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 2], "texture": "#0"} - } - }, - { - "from": [5, 12, 7], - "to": [11, 12, 9], - "faces": { - "north": {"uv": [0, 0, 0, 6], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 0, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 6], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [14, 12.5, 15, 15.5], "rotation": 90, "texture": "#0"}, - "down": {"uv": [14, 12.5, 15, 15.5], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [4, 14, 5], - "to": [6, 14, 11], - "faces": { - "north": {"uv": [0, 0, 2, 0], "texture": "#0"}, - "east": {"uv": [0, 0, 6, 0], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 0], "texture": "#0"}, - "west": {"uv": [0, 0, 6, 0], "texture": "#0"}, - "up": {"uv": [14, 4.5, 15, 7.5], "texture": "#0"}, - "down": {"uv": [15, 4.5, 16, 7.5], "texture": "#0"} - } - }, - { - "from": [10, 14, 5], - "to": [12, 14, 11], - "faces": { - "north": {"uv": [0, 0, 2, 0], "texture": "#0"}, - "east": {"uv": [0, 0, 6, 0], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 0], "texture": "#0"}, - "west": {"uv": [0, 0, 6, 0], "texture": "#0"}, - "up": {"uv": [14, 4.5, 15, 7.5], "texture": "#0"}, - "down": {"uv": [15, 4.5, 16, 7.5], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/polished_cut_bauxite_slab.json b/build/resources/main/assets/tfmg/models/block/polished_cut_bauxite_slab.json deleted file mode 100644 index f4a54ec1..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/polished_cut_bauxite_stairs.json b/build/resources/main/assets/tfmg/models/block/polished_cut_bauxite_stairs.json deleted file mode 100644 index 617300f9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/polished_cut_bauxite_stairs_outer.json b/build/resources/main/assets/tfmg/models/block/polished_cut_bauxite_stairs_outer.json deleted file mode 100644 index 6f505abb..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/polished_cut_galena_slab_double.json b/build/resources/main/assets/tfmg/models/block/polished_cut_galena_slab_double.json deleted file mode 100644 index 5cdac9ac..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/polished_cut_galena_slab_top.json b/build/resources/main/assets/tfmg/models/block/polished_cut_galena_slab_top.json deleted file mode 100644 index fb776dc4..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/polished_cut_galena_wall_post.json b/build/resources/main/assets/tfmg/models/block/polished_cut_galena_wall_post.json deleted file mode 100644 index e65ad9f0..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/polished_cut_galena_wall_side_tall.json b/build/resources/main/assets/tfmg/models/block/polished_cut_galena_wall_side_tall.json deleted file mode 100644 index 1058c981..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/pumpjack/hammer.json b/build/resources/main/assets/tfmg/models/block/pumpjack/hammer.json deleted file mode 100644 index 55cd84b1..00000000 --- a/build/resources/main/assets/tfmg/models/block/pumpjack/hammer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/block", - "ambientocclusion": false, - "textures": { - "0": "tfmg:block/pumpjack_hammer", - "particle": "tfmg:block/steel_block" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/pumpjack/pumpjack_crank_block.json b/build/resources/main/assets/tfmg/models/block/pumpjack/pumpjack_crank_block.json deleted file mode 100644 index acf57ca7..00000000 --- a/build/resources/main/assets/tfmg/models/block/pumpjack/pumpjack_crank_block.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/pumpjack_crank", - "1": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/pumpjack_crank" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 8, 16], - "faces": { - "north": {"uv": [0, 4, 8, 8], "texture": "#0"}, - "east": {"uv": [0, 0, 8, 4], "texture": "#0"}, - "south": {"uv": [0, 4, 8, 8], "texture": "#0"}, - "west": {"uv": [0, 0, 8, 4], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [7, 8.01, 1], - "to": [9, 8.01, 2], - "faces": { - "north": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "east": {"uv": [0, 0, 2, 0], "texture": "#missing"}, - "south": {"uv": [0, 0, 4, 0], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 0], "texture": "#missing"}, - "up": {"uv": [9.5, 3, 10.5, 3.5], "texture": "#0"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#missing"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/pumpjack/pumpjack_hammer.mtl b/build/resources/main/assets/tfmg/models/block/pumpjack/pumpjack_hammer.mtl deleted file mode 100644 index e69de29b..00000000 diff --git a/build/resources/main/assets/tfmg/models/block/pumpjack_crank.json b/build/resources/main/assets/tfmg/models/block/pumpjack_crank.json deleted file mode 100644 index cabf8d13..00000000 --- a/build/resources/main/assets/tfmg/models/block/pumpjack_crank.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/pumpjack_crank", - "1": "tfmg:block/heavy_machinery_casing", - "particle": "tfmg:block/pumpjack_crank" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 14, 16], - "faces": { - "north": {"uv": [0, 9, 8, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 8, 7], "texture": "#0"}, - "south": {"uv": [0, 9, 8, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 8, 7], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [0, 6, 6], - "to": [16, 10, 10], - "rotation": {"angle": 45, "axis": "x", "origin": [0, 8, 8]}, - "faces": { - "north": {"uv": [8.5, 3.5, 10.5, 11.5], "rotation": 90, "texture": "#0"}, - "south": {"uv": [8.5, 4.5, 10.5, 10.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [8.5, 4.5, 10.5, 10.5], "rotation": 90, "texture": "#0"}, - "down": {"uv": [8.5, 4.5, 10.5, 10.5], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [-2, 0, 6], - "to": [0, 17, 10], - "rotation": {"angle": 45, "axis": "x", "origin": [0, 8, 8]}, - "faces": { - "north": {"uv": [12, 2.5, 13, 11], "texture": "#0"}, - "east": {"uv": [11.5, 2.5, 13.5, 11], "texture": "#0"}, - "south": {"uv": [12, 2.5, 13, 11], "texture": "#0"}, - "west": {"uv": [11.5, 2.5, 13.5, 11], "texture": "#0"}, - "down": {"uv": [12, 3, 13, 5], "texture": "#0"} - } - }, - { - "from": [-3, 17, 1], - "to": [0, 21, 15], - "rotation": {"angle": 45, "axis": "x", "origin": [0, 8, 8]}, - "faces": { - "north": {"uv": [14, 6, 15.5, 8], "texture": "#0"}, - "east": {"uv": [9, 0.5, 16, 2.5], "texture": "#0"}, - "south": {"uv": [14, 6, 15.5, 8], "texture": "#0"}, - "west": {"uv": [9, 0.5, 16, 2.5], "texture": "#0"}, - "up": {"uv": [14, 2.5, 15.5, 9.5], "texture": "#0"}, - "down": {"uv": [14, 2.5, 15.5, 9.5], "texture": "#0"} - } - }, - { - "from": [16, 0, 6], - "to": [18, 17, 10], - "rotation": {"angle": 45, "axis": "x", "origin": [0, 8, 8]}, - "faces": { - "north": {"uv": [12, 2.5, 13, 11], "texture": "#0"}, - "east": {"uv": [11.5, 2.5, 13.5, 11], "texture": "#0"}, - "south": {"uv": [12, 2.5, 13, 11], "texture": "#0"}, - "west": {"uv": [11.5, 2.5, 13.5, 11], "texture": "#0"}, - "down": {"uv": [12, 3, 13, 5], "texture": "#0"} - } - }, - { - "from": [16, 17, 1], - "to": [19, 21, 15], - "rotation": {"angle": 45, "axis": "x", "origin": [0, 8, 8]}, - "faces": { - "north": {"uv": [14, 6, 15.5, 8], "texture": "#0"}, - "east": {"uv": [9, 0.5, 16, 2.5], "texture": "#0"}, - "south": {"uv": [14, 6, 15.5, 8], "texture": "#0"}, - "west": {"uv": [9, 0.5, 16, 2.5], "texture": "#0"}, - "up": {"uv": [14, 2.5, 15.5, 9.5], "texture": "#0"}, - "down": {"uv": [14, 2.5, 15.5, 9.5], "texture": "#0"} - } - }, - { - "from": [16, 21, 2], - "to": [19, 22, 14], - "rotation": {"angle": 45, "axis": "x", "origin": [0, 8, 8]}, - "faces": { - "north": {"uv": [14, 5.5, 14.5, 7], "texture": "#0"}, - "east": {"uv": [9.5, 0, 15.5, 0.5], "texture": "#0"}, - "south": {"uv": [14, 5.5, 14.5, 7], "texture": "#0"}, - "west": {"uv": [9.5, 0, 15.5, 0.5], "texture": "#0"}, - "up": {"uv": [14, 3, 15.5, 9], "texture": "#0"} - } - }, - { - "from": [-3, 21, 2], - "to": [0, 22, 14], - "rotation": {"angle": 45, "axis": "x", "origin": [0, 8, 8]}, - "faces": { - "north": {"uv": [14, 4.5, 14.5, 6], "texture": "#0"}, - "east": {"uv": [9.5, 0, 15.5, 0.5], "texture": "#0"}, - "south": {"uv": [14, 4.5, 14.5, 6], "texture": "#0"}, - "west": {"uv": [9.5, 0, 15.5, 0.5], "texture": "#0"}, - "up": {"uv": [14, 3, 15.5, 9], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/pumpjack_hammer_holder.json b/build/resources/main/assets/tfmg/models/block/pumpjack_hammer_holder.json deleted file mode 100644 index e0767f6f..00000000 --- a/build/resources/main/assets/tfmg/models/block/pumpjack_hammer_holder.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/aluminum_post", - "1": "tfmg:block/steel_truss", - "particle": "tfmg:block/aluminum_post" - }, - "elements": [ - { - "from": [0, 6, 6], - "to": [16, 10, 10], - "faces": { - "north": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"}, - "east": {"uv": [8, 0, 10, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"}, - "west": {"uv": [8, 0, 10, 2], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [1, 0, 2], - "to": [1, 16, 14], - "faces": { - "north": {"uv": [0, 0, 0, 8], "texture": "#1"}, - "east": {"uv": [2, 0, 14, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 8], "texture": "#1"}, - "west": {"uv": [2, 0, 14, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 6, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 6, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [0, 0, 0], - "to": [2, 16, 2], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 3, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#1"} - } - }, - { - "from": [14, 0, 0], - "to": [16, 16, 2], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#1"} - } - }, - { - "from": [0, 0, 14], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#1"} - } - }, - { - "from": [14, 0, 14], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 1, 8], "texture": "#1"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#1"} - } - }, - { - "from": [15, 0, 2], - "to": [15, 16, 14], - "faces": { - "north": {"uv": [0, 0, 0, 8], "texture": "#1"}, - "east": {"uv": [2, 0, 14, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 8], "texture": "#1"}, - "west": {"uv": [2, 0, 14, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 6, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 6, 0], "rotation": 270, "texture": "#1"} - } - } - ], - "groups": [ - { - "name": "bone", - "origin": [0, 0, 0], - "color": 0, - "nbt": "{}", - "children": [] - }, - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/purple_concrete_bottom.json b/build/resources/main/assets/tfmg/models/block/purple_concrete_bottom.json deleted file mode 100644 index 78842bb9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/purple_concrete_top.json b/build/resources/main/assets/tfmg/models/block/purple_concrete_top.json deleted file mode 100644 index 50012898..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/purple_concrete_wall_post.json b/build/resources/main/assets/tfmg/models/block/purple_concrete_wall_post.json deleted file mode 100644 index ef2707e7..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/purple_concrete_wall_side.json b/build/resources/main/assets/tfmg/models/block/purple_concrete_wall_side.json deleted file mode 100644 index 891921c2..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/radial_engine/block.json b/build/resources/main/assets/tfmg/models/block/radial_engine/block.json deleted file mode 100644 index f407e154..00000000 --- a/build/resources/main/assets/tfmg/models/block/radial_engine/block.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [128, 128], - "textures": { - "0": "tfmg:block/large_radial_engine", - "particle": "tfmg:block/large_radial_engine" - }, - "elements": [ - { - "from": [-3, -3, 3], - "to": [19, 19, 13], - "faces": { - "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": [0, 0, 2], - "to": [16, 16, 14], - "faces": { - "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"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/radial_engine/block_single.json b/build/resources/main/assets/tfmg/models/block/radial_engine/block_single.json deleted file mode 100644 index f407e154..00000000 --- a/build/resources/main/assets/tfmg/models/block/radial_engine/block_single.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [128, 128], - "textures": { - "0": "tfmg:block/large_radial_engine", - "particle": "tfmg:block/large_radial_engine" - }, - "elements": [ - { - "from": [-3, -3, 3], - "to": [19, 19, 13], - "faces": { - "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": [0, 0, 2], - "to": [16, 16, 14], - "faces": { - "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"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/radial_engine_input.json b/build/resources/main/assets/tfmg/models/block/radial_engine_input.json deleted file mode 100644 index ec3ad772..00000000 --- a/build/resources/main/assets/tfmg/models/block/radial_engine_input.json +++ /dev/null @@ -1,23 +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.01, 6], - "to": [10, 16.01, 10], - "faces": { - "north": {"uv": [6.125, 4.25, 6.625, 5.625], "texture": "#0"}, - "east": {"uv": [6.125, 4.25, 6.625, 5.625], "texture": "#0"}, - "south": {"uv": [6.125, 4.25, 6.625, 5.625], "texture": "#0"}, - "west": {"uv": [6.125, 4.25, 6.625, 5.625], "texture": "#0"}, - "up": {"uv": [6.75, 4.25, 7.25, 4.75], "texture": "#0"}, - "down": {"uv": [6.75, 4.25, 7.25, 4.75], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/raw_lithium_block.json b/build/resources/main/assets/tfmg/models/block/raw_lithium_block.json deleted file mode 100644 index 452c2538..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/rebar_block/block.json b/build/resources/main/assets/tfmg/models/block/rebar_block/block.json deleted file mode 100644 index fb727573..00000000 --- a/build/resources/main/assets/tfmg/models/block/rebar_block/block.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/rebar_cage", - "particle": "tfmg:block/rebar_cage" - }, - "elements": [ - { - "from": [3, 0, 0], - "to": [3, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#0"} - } - }, - { - "from": [0, 0, 13], - "to": [16, 16, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [0, 0, 3], - "to": [16, 16, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [0, 13, 0], - "to": [16, 13, 16], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [0, 3, 0], - "to": [16, 3, 16], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [13, 0, 0], - "to": [13, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/rebar_floor/block.json b/build/resources/main/assets/tfmg/models/block/rebar_floor/block.json deleted file mode 100644 index ea1fa073..00000000 --- a/build/resources/main/assets/tfmg/models/block/rebar_floor/block.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/rebar_connecting_rods", - "1": "tfmg:block/rebar_floor", - "particle": "tfmg:block/rebar_connecting_rods" - }, - "elements": [ - { - "from": [0, 4, 6], - "to": [16, 12, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 4, 6]}, - "faces": { - "north": {"uv": [0, 8, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "south": {"uv": [0, 8, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 0], "texture": "#0"} - } - }, - { - "from": [0, 4, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 0]}, - "faces": { - "north": {"uv": [0, 0, 16, 0], "texture": "#missing"}, - "east": {"uv": [0, 0, 16, 0], "texture": "#missing"}, - "south": {"uv": [0, 0, 16, 0], "texture": "#missing"}, - "west": {"uv": [0, 0, 16, 0], "texture": "#missing"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [0, 12, 0], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 0]}, - "faces": { - "north": {"uv": [0, 0, 16, 0], "texture": "#missing"}, - "east": {"uv": [0, 0, 16, 0], "texture": "#missing"}, - "south": {"uv": [0, 0, 16, 0], "texture": "#missing"}, - "west": {"uv": [0, 0, 16, 0], "texture": "#missing"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [0, 4, 10], - "to": [16, 12, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 4, 10]}, - "faces": { - "north": {"uv": [0, 8, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "south": {"uv": [0, 8, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 0], "texture": "#0"} - } - }, - { - "from": [6, 4, 0], - "to": [6, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 4, 9]}, - "faces": { - "north": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "east": {"uv": [0, 8, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "west": {"uv": [0, 8, 16, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 0], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [10, 4, 0], - "to": [10, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 4, 9]}, - "faces": { - "north": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "east": {"uv": [0, 8, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "west": {"uv": [0, 8, 16, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 0], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#0"} - } - } - ], - "groups": [ - 0, - 1, - 2, - 3, - 4, - 5, - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/rebar_stairs/block_upside_down.json b/build/resources/main/assets/tfmg/models/block/rebar_stairs/block_upside_down.json deleted file mode 100644 index 09515742..00000000 --- a/build/resources/main/assets/tfmg/models/block/rebar_stairs/block_upside_down.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/rebar_connecting_rods", - "1": "tfmg:block/rebar_floor", - "2": "tfmg:block/rebar_stairs", - "particle": "tfmg:block/rebar_connecting_rods" - }, - "elements": [ - { - "from": [0, 12, 0], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 0], "rotation": 180, "texture": "#1"}, - "east": {"uv": [0, 0, 16, 0], "rotation": 180, "texture": "#1"}, - "south": {"uv": [0, 0, 16, 0], "rotation": 180, "texture": "#1"}, - "west": {"uv": [0, 0, 16, 0], "rotation": 180, "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [10, 4, 0], - "to": [10, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 8], "rotation": 180, "texture": "#missing"}, - "east": {"uv": [0, 8, 16, 16], "rotation": 180, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 8], "rotation": 180, "texture": "#missing"}, - "west": {"uv": [0, 8, 16, 16], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#missing"}, - "down": {"uv": [0, 0, 16, 0], "rotation": 270, "texture": "#missing"} - } - }, - { - "from": [8, 4, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 8, 0], "rotation": 180, "texture": "#1"}, - "east": {"uv": [0, 0, 16, 0], "rotation": 180, "texture": "#1"}, - "south": {"uv": [0, 0, 8, 0], "rotation": 180, "texture": "#1"}, - "west": {"uv": [0, 0, 16, 0], "rotation": 180, "texture": "#1"}, - "up": {"uv": [8, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [8, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [0, 4, 10], - "to": [16, 12, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 8, 16, 16], "rotation": 180, "texture": "#2"}, - "east": {"uv": [0, 0, 0, 8], "rotation": 180, "texture": "#2"}, - "south": {"uv": [16, 8, 0, 16], "rotation": 180, "texture": "#2"}, - "west": {"uv": [0, 0, 0, 8], "rotation": 180, "texture": "#2"}, - "up": {"uv": [0, 0, 16, 0], "texture": "#2"}, - "down": {"uv": [0, 0, 16, 0], "texture": "#2"} - } - }, - { - "from": [0, 4, 6], - "to": [16, 12, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 8, 16, 16], "rotation": 180, "texture": "#2"}, - "east": {"uv": [0, 0, 0, 8], "rotation": 180, "texture": "#2"}, - "south": {"uv": [16, 8, 0, 16], "rotation": 180, "texture": "#2"}, - "west": {"uv": [0, 0, 0, 8], "rotation": 180, "texture": "#2"}, - "up": {"uv": [0, 0, 16, 0], "texture": "#2"}, - "down": {"uv": [0, 0, 16, 0], "texture": "#2"} - } - }, - { - "from": [0, 9, 0], - "to": [8, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 8, 0], "rotation": 180, "texture": "#1"}, - "east": {"uv": [0, 0, 16, 0], "rotation": 180, "texture": "#1"}, - "south": {"uv": [0, 0, 8, 0], "rotation": 180, "texture": "#1"}, - "west": {"uv": [0, 0, 16, 0], "rotation": 180, "texture": "#1"}, - "up": {"uv": [0, 0, 8, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 8, 16], "texture": "#1"} - } - }, - { - "from": [6, 9, 0], - "to": [6, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 8], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 8, 16, 16], "rotation": 180, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 8], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 16, 0], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/rebar_wall/item.json b/build/resources/main/assets/tfmg/models/block/rebar_wall/item.json deleted file mode 100644 index d94fcfa2..00000000 --- a/build/resources/main/assets/tfmg/models/block/rebar_wall/item.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/rebar_wall", - "particle": "tfmg:block/rebar_wall" - }, - "elements": [ - { - "from": [4.5, 0, 3.5], - "to": [4.5, 16, 12.5], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 9, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 9, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 9], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 9], "texture": "#0"} - } - }, - { - "from": [3.5, 0, 4.5], - "to": [12.5, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 9, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 9, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 9], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 9], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [3.5, 0, 11.5], - "to": [12.5, 16, 11.5], - "faces": { - "north": {"uv": [0, 0, 9, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 9, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 9], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 9], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [11.5, 0, 3.5], - "to": [11.5, 16, 12.5], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 9, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 9, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 9], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 9], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/red_concrete_wall_post.json b/build/resources/main/assets/tfmg/models/block/red_concrete_wall_post.json deleted file mode 100644 index 6965aa4c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/regular_engine/block_back_extended.json b/build/resources/main/assets/tfmg/models/block/regular_engine/block_back_extended.json deleted file mode 100644 index a4968bca..00000000 --- a/build/resources/main/assets/tfmg/models/block/regular_engine/block_back_extended.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "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", - "particle": "tfmg:block/engines/engine_back" - }, - "elements": [ - { - "from": [13, 0, 1], - "to": [16, 7, 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"}, - "up": {"uv": [0, 0, 3, 14], "texture": "#4"}, - "down": {"uv": [13, 1, 16, 16], "texture": "#1"} - } - }, - { - "from": [3, 0, 2], - "to": [13, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 0, 0]}, - "faces": { - "north": {"uv": [3, 4, 13, 16], "texture": "#2"}, - "east": {"uv": [1, 3, 15, 15], "texture": "#3"}, - "south": {"uv": [3, 4, 13, 16], "texture": "#5"}, - "west": {"uv": [1, 3, 15, 15], "texture": "#3"}, - "up": {"uv": [3, 1, 13, 15], "texture": "#4"}, - "down": {"uv": [3, 1, 13, 15], "texture": "#1"} - } - }, - { - "from": [0, 0, 1], - "to": [3, 7, 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"}, - "up": {"uv": [13, 0, 16, 14], "texture": "#4"}, - "down": {"uv": [0, 1, 3, 16], "texture": "#1"} - } - }, - { - "from": [3, 0, 1], - "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"}, - "down": {"uv": [3, 0, 13, 1], "texture": "#1"} - } - }, - { - "from": [11, 5, 1], - "to": [13, 12, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 5, 0]}, - "faces": { - "north": {"uv": [3, 4, 5, 11], "texture": "#2"}, - "east": {"uv": [0, 3, 1, 10], "texture": "#3"}, - "west": {"uv": [4, 4, 5, 11], "texture": "#2"}, - "up": {"uv": [11, 0, 13, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#missing"} - } - }, - { - "from": [3, 5, 1], - "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"}, - "west": {"uv": [0, 3, 1, 10], "texture": "#3"}, - "up": {"uv": [3, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#missing"} - } - }, - { - "from": [5, 11, 1], - "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"}, - "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"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/regular_engine/block_front_extended.json b/build/resources/main/assets/tfmg/models/block/regular_engine/block_front_extended.json deleted file mode 100644 index 4b093630..00000000 --- a/build/resources/main/assets/tfmg/models/block/regular_engine/block_front_extended.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "1": "tfmg:block/engines/engine_bottom", - "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, 11, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 0]}, - "faces": { - "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"} - } - }, - { - "from": [3, 0, 2], - "to": [13, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 0, 0]}, - "faces": { - "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"}, - "up": {"uv": [3, 1, 13, 15], "texture": "#4"}, - "down": {"uv": [3, 1, 13, 15], "texture": "#1"} - } - }, - { - "from": [0, 0, 1], - "to": [3, 11, 16], - "faces": { - "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"} - } - }, - { - "from": [3, 0, 1], - "to": [13, 5, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 0]}, - "faces": { - "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"} - } - }, - { - "from": [11, 5, 1], - "to": [13, 12, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 5, 0]}, - "faces": { - "north": {"uv": [3, 4, 5, 11], "texture": "#6"}, - "east": {"uv": [0, 3, 1, 10], "texture": "#3"}, - "west": {"uv": [4, 4, 5, 11], "texture": "#6"}, - "up": {"uv": [11, 0, 13, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#6"} - } - }, - { - "from": [3, 5, 1], - "to": [5, 12, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [-5, 5, 0]}, - "faces": { - "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": "#6"} - } - }, - { - "from": [5, 11, 1], - "to": [11, 12, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 5, 0]}, - "faces": { - "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": "#6"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/regular_engine/cylinder.json b/build/resources/main/assets/tfmg/models/block/regular_engine/cylinder.json deleted file mode 100644 index 6d5aad7b..00000000 --- a/build/resources/main/assets/tfmg/models/block/regular_engine/cylinder.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/engines/aluminum_cylinder", - "particle": "tfmg:block/engines/aluminum_cylinder" - }, - "elements": [ - { - "from": [6.02, 3, 2.02], - "to": [9.98, 12, 5.98], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 2]}, - "faces": { - "north": {"uv": [12, 0, 16, 9], "texture": "#0"}, - "east": {"uv": [12, 0, 16, 9], "texture": "#0"}, - "south": {"uv": [12, 0, 16, 9], "texture": "#0"}, - "west": {"uv": [12, 0, 16, 9], "texture": "#0"}, - "up": {"uv": [12, 9, 16, 13], "texture": "#0"}, - "down": {"uv": [12, 9, 16, 13], "texture": "#0"} - } - }, - { - "from": [5.5, 7.5, 1.5], - "to": [10.5, 12.5, 6.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 1]}, - "faces": { - "north": {"uv": [6, 3, 11, 8], "texture": "#0"}, - "east": {"uv": [6, 3, 11, 8], "texture": "#0"}, - "south": {"uv": [6, 3, 11, 8], "texture": "#0"}, - "west": {"uv": [6, 3, 11, 8], "texture": "#0"}, - "up": {"uv": [6, 8, 11, 13], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/regular_engine/cylinder_small.json b/build/resources/main/assets/tfmg/models/block/regular_engine/cylinder_small.json deleted file mode 100644 index 4b1697d8..00000000 --- a/build/resources/main/assets/tfmg/models/block/regular_engine/cylinder_small.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/engines/aluminum_cylinder", - "particle": "tfmg:block/engines/aluminum_cylinder" - }, - "elements": [ - { - "from": [6, 8, 2.01], - "to": [10, 12, 6.01], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 2]}, - "faces": { - "north": {"uv": [12, 0, 16, 4], "texture": "#0"}, - "east": {"uv": [12, 0, 16, 4], "texture": "#0"}, - "south": {"uv": [12, 0, 16, 4], "texture": "#0"}, - "west": {"uv": [12, 0, 16, 4], "texture": "#0"}, - "up": {"uv": [12, 9, 16, 13], "texture": "#0"}, - "down": {"uv": [12, 9, 16, 13], "texture": "#0"} - } - }, - { - "from": [5.5, 9.5, 1.51], - "to": [10.5, 12.5, 6.51], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 1]}, - "faces": { - "north": {"uv": [6, 3, 11, 6], "texture": "#0"}, - "east": {"uv": [6, 3, 11, 6], "texture": "#0"}, - "south": {"uv": [6, 3, 11, 6], "texture": "#0"}, - "west": {"uv": [6, 3, 11, 6], "texture": "#0"}, - "up": {"uv": [6, 8, 11, 13], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/rgb_light_bulb/block.json b/build/resources/main/assets/tfmg/models/block/rgb_light_bulb/block.json deleted file mode 100644 index def7b9c1..00000000 --- a/build/resources/main/assets/tfmg/models/block/rgb_light_bulb/block.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/light_bulb", - "particle": "tfmg:block/light_bulb" - }, - "elements": [ - { - "from": [6, 2, 6], - "to": [10, 3, 10], - "faces": { - "north": {"uv": [2, 10, 6, 11], "rotation": 180, "texture": "#0"}, - "east": {"uv": [2, 10, 6, 11], "rotation": 180, "texture": "#0"}, - "south": {"uv": [2, 10, 6, 11], "rotation": 180, "texture": "#0"}, - "west": {"uv": [2, 10, 6, 11], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [6, 0, 6], - "to": [10, 2, 10], - "faces": { - "north": {"uv": [7, 7, 11, 9], "rotation": 180, "texture": "#0"}, - "east": {"uv": [7, 7, 11, 9], "rotation": 180, "texture": "#0"}, - "south": {"uv": [7, 7, 11, 9], "rotation": 180, "texture": "#0"}, - "west": {"uv": [7, 7, 11, 9], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 6, 4, 10], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 4, 6], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [8, 2, 6], - "to": [8, 7, 10], - "faces": { - "east": {"uv": [7, 1, 11, 6], "rotation": 180, "texture": "#0"}, - "west": {"uv": [7, 1, 11, 6], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [5, 3, 5], - "to": [11, 9, 11], - "faces": { - "north": {"uv": [0, 10, 6, 16], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 10, 6, 16], "rotation": 180, "texture": "#0"}, - "south": {"uv": [0, 10, 6, 16], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 10, 6, 16], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 10, 6, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 10, 6, 16], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/rotary_engine/block__.json b/build/resources/main/assets/tfmg/models/block/rotary_engine/block__.json deleted file mode 100644 index f03e09a5..00000000 --- a/build/resources/main/assets/tfmg/models/block/rotary_engine/block__.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/engines/engine_bottom", - "1": "tfmg:block/engines/engine_side", - "2": "tfmg:block/engines/engine_top", - "3": "tfmg:block/engines/engine_front", - "particle": "tfmg:block/engines/engine_bottom" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/rotary_engine/block_back_extended.json b/build/resources/main/assets/tfmg/models/block/rotary_engine/block_back_extended.json deleted file mode 100644 index a4968bca..00000000 --- a/build/resources/main/assets/tfmg/models/block/rotary_engine/block_back_extended.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "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", - "particle": "tfmg:block/engines/engine_back" - }, - "elements": [ - { - "from": [13, 0, 1], - "to": [16, 7, 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"}, - "up": {"uv": [0, 0, 3, 14], "texture": "#4"}, - "down": {"uv": [13, 1, 16, 16], "texture": "#1"} - } - }, - { - "from": [3, 0, 2], - "to": [13, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 0, 0]}, - "faces": { - "north": {"uv": [3, 4, 13, 16], "texture": "#2"}, - "east": {"uv": [1, 3, 15, 15], "texture": "#3"}, - "south": {"uv": [3, 4, 13, 16], "texture": "#5"}, - "west": {"uv": [1, 3, 15, 15], "texture": "#3"}, - "up": {"uv": [3, 1, 13, 15], "texture": "#4"}, - "down": {"uv": [3, 1, 13, 15], "texture": "#1"} - } - }, - { - "from": [0, 0, 1], - "to": [3, 7, 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"}, - "up": {"uv": [13, 0, 16, 14], "texture": "#4"}, - "down": {"uv": [0, 1, 3, 16], "texture": "#1"} - } - }, - { - "from": [3, 0, 1], - "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"}, - "down": {"uv": [3, 0, 13, 1], "texture": "#1"} - } - }, - { - "from": [11, 5, 1], - "to": [13, 12, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 5, 0]}, - "faces": { - "north": {"uv": [3, 4, 5, 11], "texture": "#2"}, - "east": {"uv": [0, 3, 1, 10], "texture": "#3"}, - "west": {"uv": [4, 4, 5, 11], "texture": "#2"}, - "up": {"uv": [11, 0, 13, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#missing"} - } - }, - { - "from": [3, 5, 1], - "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"}, - "west": {"uv": [0, 3, 1, 10], "texture": "#3"}, - "up": {"uv": [3, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#missing"} - } - }, - { - "from": [5, 11, 1], - "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"}, - "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"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/rotary_engine/block_front.json b/build/resources/main/assets/tfmg/models/block/rotary_engine/block_front.json deleted file mode 100644 index adf1d244..00000000 --- a/build/resources/main/assets/tfmg/models/block/rotary_engine/block_front.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "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", - "particle": "tfmg:block/engines/engine_back" - }, - "elements": [ - { - "from": [13, 0, 1], - "to": [16, 7, 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"}, - "up": {"uv": [0, 0, 3, 14], "texture": "#4"}, - "down": {"uv": [13, 1, 16, 16], "texture": "#1"} - } - }, - { - "from": [3, 0, 2], - "to": [13, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 0, 0]}, - "faces": { - "north": {"uv": [3, 4, 13, 16], "texture": "#2"}, - "east": {"uv": [1, 3, 15, 15], "texture": "#3"}, - "south": {"uv": [3, 4, 13, 16], "texture": "#5"}, - "west": {"uv": [1, 3, 15, 15], "texture": "#3"}, - "up": {"uv": [3, 1, 13, 15], "texture": "#4"}, - "down": {"uv": [3, 1, 13, 15], "texture": "#1"} - } - }, - { - "from": [0, 0, 1], - "to": [3, 7, 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"}, - "up": {"uv": [13, 0, 16, 14], "texture": "#4"}, - "down": {"uv": [0, 1, 3, 16], "texture": "#1"} - } - }, - { - "from": [3, 0, 1], - "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"}, - "down": {"uv": [3, 0, 13, 1], "texture": "#1"} - } - }, - { - "from": [11, 5, 1], - "to": [13, 12, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 5, 0]}, - "faces": { - "north": {"uv": [3, 4, 5, 11], "texture": "#2"}, - "east": {"uv": [0, 3, 1, 10], "texture": "#3"}, - "west": {"uv": [4, 4, 5, 11], "texture": "#2"}, - "up": {"uv": [11, 0, 13, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#missing"} - } - }, - { - "from": [3, 5, 1], - "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"}, - "west": {"uv": [0, 3, 1, 10], "texture": "#3"}, - "up": {"uv": [3, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#missing"} - } - }, - { - "from": [5, 11, 1], - "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"}, - "up": {"uv": [5, 0, 11, 1], "texture": "#4"}, - "down": {"uv": [4.7, 4.2, 10.7, 5.2], "texture": "#2"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/rotary_engine/block_normal.json b/build/resources/main/assets/tfmg/models/block/rotary_engine/block_normal.json deleted file mode 100644 index 6321b38c..00000000 --- a/build/resources/main/assets/tfmg/models/block/rotary_engine/block_normal.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "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": [0, 0, 0], - "to": [3, 7, 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"}, - "up": {"uv": [13, 0, 16, 16], "texture": "#4"}, - "down": {"uv": [0, 0, 3, 16], "texture": "#1"} - } - }, - { - "from": [13, 0, 0], - "to": [16, 7, 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"}, - "up": {"uv": [0, 0, 3, 16], "texture": "#4"}, - "down": {"uv": [13, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [3, 0, 0], - "to": [13, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 0, 0]}, - "faces": { - "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"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/rotary_engine/extension.json b/build/resources/main/assets/tfmg/models/block/rotary_engine/extension.json deleted file mode 100644 index 391b623d..00000000 --- a/build/resources/main/assets/tfmg/models/block/rotary_engine/extension.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/engines/engine_side", - "1": "tfmg:block/engines/engine_back", - "particle": "tfmg:block/engines/engine_side" - }, - "elements": [ - { - "from": [0, 7, 0], - "to": [3, 11, 16], - "faces": { - "north": {"uv": [13, 5, 16, 9], "texture": "#1"}, - "south": {"uv": [0, 5, 3, 9], "texture": "#1"}, - "west": {"uv": [16, 9, 0, 13], "texture": "#0"}, - "up": {"uv": [0, 9, 16, 12], "rotation": 90, "texture": "#0"} - } - }, - { - "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": "#1"}, - "east": {"uv": [0, 9, 16, 13], "texture": "#0"}, - "south": {"uv": [3, 5, 0, 9], "texture": "#1"}, - "up": {"uv": [0, 12, 16, 9], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/rotary_engine/item.json b/build/resources/main/assets/tfmg/models/block/rotary_engine/item.json deleted file mode 100644 index 6321b38c..00000000 --- a/build/resources/main/assets/tfmg/models/block/rotary_engine/item.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "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": [0, 0, 0], - "to": [3, 7, 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"}, - "up": {"uv": [13, 0, 16, 16], "texture": "#4"}, - "down": {"uv": [0, 0, 3, 16], "texture": "#1"} - } - }, - { - "from": [13, 0, 0], - "to": [16, 7, 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"}, - "up": {"uv": [0, 0, 3, 16], "texture": "#4"}, - "down": {"uv": [13, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [3, 0, 0], - "to": [13, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 0, 0]}, - "faces": { - "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"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/rotor/item.obj b/build/resources/main/assets/tfmg/models/block/rotor/item.obj deleted file mode 100644 index d288df6d..00000000 --- a/build/resources/main/assets/tfmg/models/block/rotor/item.obj +++ /dev/null @@ -1,647 +0,0 @@ -# Made in Blockbench 4.9.3 -mtllib model.mtl - -o 1 -v 0.32804046965019484 0.811875000000001 1.2976606433522493 -v 0.3280404696501946 0.18812500000000076 1.2976606433522497 -v 0.06287542670523916 0.8118750000000015 1.562825686297204 -v 0.06287542670523882 0.1881250000000012 1.5628256862972045 -v -0.297307089961657 0.18812500000000054 0.6723130837403954 -v -0.29730708996165656 0.8118750000000008 0.672313083740395 -v -0.5624721329066127 0.18812500000000099 0.9374781266853502 -v -0.5624721329066122 0.8118750000000012 0.9374781266853498 -vt 0.28125 0.9453125 -vt 0.390625 0.9453125 -vt 0.390625 0.9921875 -vt 0.28125 0.9921875 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.28125 0.9453125 -vt 0.390625 0.9453125 -vt 0.390625 0.9921875 -vt 0.28125 0.9921875 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.28125 0.8515625 -vt 0.390625 0.8515625 -vt 0.390625 0.7734375 -vt 0.28125 0.7734375 -vt 0.28125 0.9375 -vt 0.390625 0.9375 -vt 0.390625 0.859375 -vt 0.28125 0.859375 -vn -5.887846720064176e-16 -1 9.813077866773583e-16 -vn 0.7071067811865461 2.3551386880256836e-16 0.707106781186549 -vn 5.887846720064176e-16 1 -9.813077866773583e-16 -vn -0.7071067811865461 -2.3551386880256836e-16 -0.707106781186549 -vn 0.707106781186549 -1.0205600981444534e-15 -0.707106781186546 -vn -0.707106781186549 1.0205600981444534e-15 0.707106781186546 -usemtl m_4e5cbd5f-f568-dd91-0262-263092fc04f7 -f 4/4/1 7/3/1 5/2/1 2/1/1 -f 3/8/2 4/7/2 2/6/2 1/5/2 -f 8/12/3 3/11/3 1/10/3 6/9/3 -f 7/16/4 8/15/4 6/14/4 5/13/4 -f 6/20/5 1/19/5 2/18/5 5/17/5 -f 7/24/6 4/23/6 3/22/6 8/21/6 -o 2 -v -0.5625 0.8125000000000007 0.9374999999999996 -v -0.5625 0.18750000000000067 0.9375 -v -0.5625 0.8124999999999996 0.062499999999999445 -v -0.5625 0.18749999999999967 0.06250000000000011 -v -0.1875000000000001 0.18750000000000056 0.9375000000000002 -v -0.1875000000000001 0.8125000000000004 0.9374999999999996 -v -0.1874999999999999 0.18749999999999956 0.06250000000000022 -v -0.1874999999999999 0.8124999999999996 0.062499999999999556 -vt 0.28125 0.9921875 -vt 0.28125 0.9453125 -vt 0.390625 0.9453125 -vt 0.390625 0.9921875 -vt 0.28125 0.859375 -vt 0.28125 0.9375 -vt 0.390625 0.9375 -vt 0.390625 0.859375 -vt 0.28125 0.9453125 -vt 0.28125 0.9921875 -vt 0.390625 0.9921875 -vt 0.390625 0.9453125 -vt 0.28125 0.7734375 -vt 0.28125 0.8515625 -vt 0.390625 0.8515625 -vt 0.390625 0.7734375 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vn -1.224646799147355e-16 -1 1.1102230246251565e-15 -vn -1 1.2246467991473532e-16 -1.8713654303833397e-16 -vn 1.224646799147355e-16 1 -1.1102230246251565e-15 -vn 1 -1.2246467991473532e-16 1.8713654303833397e-16 -vn -1.871365430383338e-16 1.1102230246251565e-15 1 -vn 1.871365430383338e-16 -1.1102230246251565e-15 -1 -usemtl m_4e5cbd5f-f568-dd91-0262-263092fc04f7 -f 12/28/7 15/27/7 13/26/7 10/25/7 -f 11/32/8 12/31/8 10/30/8 9/29/8 -f 16/36/9 11/35/9 9/34/9 14/33/9 -f 15/40/10 16/39/10 14/38/10 13/37/10 -f 14/44/11 9/43/11 10/42/11 13/41/11 -f 15/48/12 12/47/12 11/46/12 16/45/12 -o 3 -v -0.29766064335224884 0.8118750000000019 0.3280404696501944 -v -0.29766064335224995 0.18812500000000154 0.3280404696501942 -v -0.5628256862972032 0.8118750000000023 0.06287542670523827 -v -0.5628256862972045 0.1881250000000022 0.06287542670523805 -v 0.3276869162596049 0.18812500000000065 -0.2973070899616571 -v 0.327686916259606 0.811875000000001 -0.2973070899616569 -v 0.06252187331465042 0.18812500000000132 -0.5624721329066131 -v 0.06252187331465164 0.8118750000000015 -0.5624721329066131 -vt 0.28125 0.9453125 -vt 0.390625 0.9453125 -vt 0.390625 0.9921875 -vt 0.28125 0.9921875 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.28125 0.9453125 -vt 0.390625 0.9453125 -vt 0.390625 0.9921875 -vt 0.28125 0.9921875 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.28125 0.8515625 -vt 0.390625 0.8515625 -vt 0.390625 0.7734375 -vt 0.28125 0.7734375 -vt 0.28125 0.9375 -vt 0.390625 0.9375 -vt 0.390625 0.859375 -vt 0.28125 0.859375 -vn -2.0018678848218116e-15 -1 -5.102800490722328e-16 -vn -0.7071067811865496 1.099064721078647e-15 0.7071067811865455 -vn 2.0018678848218116e-15 1 5.102800490722328e-16 -vn 0.7071067811865496 -1.099064721078647e-15 -0.7071067811865455 -vn 0.7071067811865455 -1.5700924586837718e-15 0.7071067811865496 -vn -0.7071067811865455 1.5700924586837718e-15 -0.7071067811865496 -usemtl m_4e5cbd5f-f568-dd91-0262-263092fc04f7 -f 20/52/13 23/51/13 21/50/13 18/49/13 -f 19/56/14 20/55/14 18/54/14 17/53/14 -f 24/60/15 19/59/15 17/58/15 22/57/15 -f 23/64/16 24/63/16 22/62/16 21/61/16 -f 22/68/17 17/67/17 18/66/17 21/65/17 -f 23/72/18 20/71/18 19/70/18 24/69/18 -o 4 -v 0.06250000000000422 0.812500000000006 -0.5625 -v 0.06249999999999578 0.187500000000006 -0.5625 -v 0.9375000000000042 0.8124999999999942 -0.5625 -v 0.9374999999999958 0.18749999999999423 -0.5625 -v 0.06249999999999578 0.187500000000006 -0.1875 -v 0.06250000000000422 0.812500000000006 -0.1875 -v 0.9374999999999958 0.18749999999999423 -0.1875 -v 0.9375000000000042 0.8124999999999942 -0.1875 -vt 0.28125 0.9921875 -vt 0.28125 0.9453125 -vt 0.390625 0.9453125 -vt 0.390625 0.9921875 -vt 0.28125 0.859375 -vt 0.28125 0.9375 -vt 0.390625 0.9375 -vt 0.390625 0.859375 -vt 0.28125 0.9453125 -vt 0.28125 0.9921875 -vt 0.390625 0.9921875 -vt 0.390625 0.9453125 -vt 0.28125 0.7734375 -vt 0.28125 0.8515625 -vt 0.390625 0.8515625 -vt 0.390625 0.7734375 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vn -1.3433698597964394e-14 -1 -5.551115123125783e-17 -vn -5.5511151231256336e-17 1.110223024625164e-16 -1 -vn 1.3433698597964394e-14 1 5.551115123125783e-17 -vn 5.5511151231256336e-17 -1.110223024625164e-16 1 -vn -1 1.3378187446733136e-14 7.4263858655571814e-31 -vn 1 -1.3378187446733136e-14 -7.4263858655571814e-31 -usemtl m_4e5cbd5f-f568-dd91-0262-263092fc04f7 -f 28/76/19 31/75/19 29/74/19 26/73/19 -f 27/80/20 28/79/20 26/78/20 25/77/20 -f 32/84/21 27/83/21 25/82/21 30/81/21 -f 31/88/22 32/87/22 30/86/22 29/85/22 -f 30/92/23 25/91/23 26/90/23 29/89/23 -f 31/96/24 28/95/24 27/94/24 32/93/24 -o 5 -v 0.6719595303498007 0.811875000000001 -0.2976606433522503 -v 0.6719595303498016 0.18812500000000065 -0.2976606433522505 -v 0.9371245732947551 0.8118750000000015 -0.5628256862972063 -v 0.9371245732947562 0.18812500000000132 -0.5628256862972063 -v 1.2973070899616566 0.18812500000000154 0.3276869162596008 -v 1.2973070899616554 0.8118750000000019 0.327686916259601 -v 1.5624721329066111 0.1881250000000022 0.06252187331464465 -v 1.5624721329066098 0.8118750000000023 0.06252187331464487 -vt 0.28125 0.9453125 -vt 0.390625 0.9453125 -vt 0.390625 0.9921875 -vt 0.28125 0.9921875 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.28125 0.9453125 -vt 0.390625 0.9453125 -vt 0.390625 0.9921875 -vt 0.28125 0.9921875 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.28125 0.8515625 -vt 0.390625 0.8515625 -vt 0.390625 0.7734375 -vt 0.28125 0.7734375 -vt 0.28125 0.9375 -vt 0.390625 0.9375 -vt 0.390625 0.859375 -vt 0.28125 0.859375 -vn 2.0018678848218116e-15 -1 -5.102800490722328e-16 -vn -0.7071067811865496 -1.099064721078647e-15 -0.7071067811865455 -vn -2.0018678848218116e-15 1 5.102800490722328e-16 -vn 0.7071067811865496 1.099064721078647e-15 0.7071067811865455 -vn -0.7071067811865455 -1.5700924586837718e-15 0.7071067811865496 -vn 0.7071067811865455 1.5700924586837718e-15 -0.7071067811865496 -usemtl m_4e5cbd5f-f568-dd91-0262-263092fc04f7 -f 36/100/25 39/99/25 37/98/25 34/97/25 -f 35/104/26 36/103/26 34/102/26 33/101/26 -f 40/108/27 35/107/27 33/106/27 38/105/27 -f 39/112/28 40/111/28 38/110/28 37/109/28 -f 38/116/29 33/115/29 34/114/29 37/113/29 -f 39/120/30 36/119/30 35/118/30 40/117/30 -o 6 -v 1.5625 0.8124999999999996 0.062499999999999556 -v 1.5625 0.18749999999999944 0.06250000000000044 -v 1.5625 0.8125000000000004 0.9374999999999996 -v 1.5625 0.18750000000000056 0.9375000000000004 -v 1.1875 0.18749999999999944 0.06250000000000044 -v 1.1875 0.8124999999999996 0.062499999999999556 -v 1.1875 0.18750000000000056 0.9375000000000004 -v 1.1875 0.8125000000000004 0.9374999999999996 -vt 0.28125 0.9921875 -vt 0.28125 0.9453125 -vt 0.390625 0.9453125 -vt 0.390625 0.9921875 -vt 0.28125 0.859375 -vt 0.28125 0.9375 -vt 0.390625 0.9375 -vt 0.390625 0.859375 -vt 0.28125 0.9453125 -vt 0.28125 0.9921875 -vt 0.390625 0.9921875 -vt 0.390625 0.9453125 -vt 0.28125 0.7734375 -vt 0.28125 0.8515625 -vt 0.390625 0.8515625 -vt 0.390625 0.7734375 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vn 0 -1 1.3322676295501878e-15 -vn 1 0 0 -vn 0 1 -1.3322676295501878e-15 -vn -1 0 0 -vn 0 -1.3322676295501878e-15 -1 -vn 0 1.3322676295501878e-15 1 -usemtl m_4e5cbd5f-f568-dd91-0262-263092fc04f7 -f 44/124/31 47/123/31 45/122/31 42/121/31 -f 43/128/32 44/127/32 42/126/32 41/125/32 -f 48/132/33 43/131/33 41/130/33 46/129/33 -f 47/136/34 48/135/34 46/134/34 45/133/34 -f 46/140/35 41/139/35 42/138/35 45/137/35 -f 47/144/36 44/143/36 43/142/36 48/141/36 -o 7 -v 1.29766064335225 0.8118750000000008 0.6719595303498016 -v 1.2976606433522504 0.18812500000000054 0.6719595303498023 -v 1.5628256862972059 0.8118750000000012 0.9371245732947564 -v 1.5628256862972059 0.18812500000000099 0.9371245732947568 -v 0.6723130837403988 0.18812500000000076 1.2973070899616563 -v 0.6723130837403986 0.811875000000001 1.297307089961656 -v 0.9374781266853545 0.1881250000000012 1.5624721329066111 -v 0.9374781266853542 0.8118750000000015 1.5624721329066107 -vt 0.28125 0.9453125 -vt 0.390625 0.9453125 -vt 0.390625 0.9921875 -vt 0.28125 0.9921875 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.28125 0.9453125 -vt 0.390625 0.9453125 -vt 0.390625 0.9921875 -vt 0.28125 0.9921875 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.28125 0.8515625 -vt 0.390625 0.8515625 -vt 0.390625 0.7734375 -vt 0.28125 0.7734375 -vt 0.28125 0.9375 -vt 0.390625 0.9375 -vt 0.390625 0.859375 -vt 0.28125 0.859375 -vn 5.887846720064176e-16 -1 9.813077866773583e-16 -vn 0.7071067811865461 -2.3551386880256836e-16 -0.707106781186549 -vn -5.887846720064176e-16 1 -9.813077866773583e-16 -vn -0.7071067811865461 2.3551386880256836e-16 0.707106781186549 -vn -0.707106781186549 -1.0205600981444534e-15 -0.707106781186546 -vn 0.707106781186549 1.0205600981444534e-15 0.707106781186546 -usemtl m_4e5cbd5f-f568-dd91-0262-263092fc04f7 -f 52/148/37 55/147/37 53/146/37 50/145/37 -f 51/152/38 52/151/38 50/150/38 49/149/38 -f 56/156/39 51/155/39 49/154/39 54/153/39 -f 55/160/40 56/159/40 54/158/40 53/157/40 -f 54/164/41 49/163/41 50/162/41 53/161/41 -f 55/168/42 52/167/42 51/166/42 56/165/42 -o 8 -v 0.9374999999999958 0.8125000000000058 1.5625 -v 0.9375000000000042 0.18750000000000577 1.5625 -v 0.06249999999999578 0.812499999999994 1.5625 -v 0.06250000000000422 0.187499999999994 1.5625 -v 0.9375000000000042 0.18750000000000577 1.1875 -v 0.9374999999999958 0.8125000000000058 1.1875 -v 0.06250000000000422 0.187499999999994 1.1875 -v 0.06249999999999578 0.812499999999994 1.1875 -vt 0.28125 0.9921875 -vt 0.28125 0.9453125 -vt 0.390625 0.9453125 -vt 0.390625 0.9921875 -vt 0.28125 0.859375 -vt 0.28125 0.9375 -vt 0.390625 0.9375 -vt 0.390625 0.859375 -vt 0.28125 0.9453125 -vt 0.28125 0.9921875 -vt 0.390625 0.9921875 -vt 0.390625 0.9453125 -vt 0.28125 0.7734375 -vt 0.28125 0.8515625 -vt 0.390625 0.8515625 -vt 0.390625 0.7734375 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vn 1.3433698597964394e-14 -1 -5.551115123125783e-17 -vn -5.5511151231256336e-17 -1.110223024625164e-16 1 -vn -1.3433698597964394e-14 1 5.551115123125783e-17 -vn 5.5511151231256336e-17 1.110223024625164e-16 -1 -vn 1 1.3378187446733136e-14 7.4263858655571814e-31 -vn -1 -1.3378187446733136e-14 -7.4263858655571814e-31 -usemtl m_4e5cbd5f-f568-dd91-0262-263092fc04f7 -f 60/172/43 63/171/43 61/170/43 58/169/43 -f 59/176/44 60/175/44 58/174/44 57/173/44 -f 64/180/45 59/179/45 57/178/45 62/177/45 -f 63/184/46 64/183/46 62/182/46 61/181/46 -f 62/188/47 57/187/47 58/186/47 61/185/47 -f 63/192/48 60/191/48 59/190/48 64/189/48 -o 9 -v 0.5624999999999996 0.5625000000000002 1.1875 -v 0.5625000000000004 0.4375000000000002 1.1875 -v 0.44374999999999976 0.5624999999999996 1.1875 -v 0.4437500000000003 0.43749999999999967 1.1875 -v 0.5625000000000004 0.43750000000000033 -0.1875 -v 0.5624999999999996 0.5625000000000004 -0.1875 -v 0.4437500000000003 0.4374999999999998 -0.1875 -v 0.44374999999999976 0.5624999999999998 -0.1875 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vn 4.884981308350689e-15 -1 -5.551115123125783e-17 -vn -5.5511151231257285e-17 -1.1102230246251593e-16 1 -vn -4.884981308350689e-15 1 5.551115123125783e-17 -vn 5.5511151231257285e-17 1.1102230246251593e-16 -1 -vn 1 4.884981308350689e-15 2.711709361697228e-31 -vn -1 -4.884981308350689e-15 -2.711709361697228e-31 -usemtl m_4e5cbd5f-f568-dd91-0262-263092fc04f7 -f 68/196/49 71/195/49 69/194/49 66/193/49 -f 67/200/50 68/199/50 66/198/50 65/197/50 -f 72/204/51 67/203/51 65/202/51 70/201/51 -f 71/208/52 72/207/52 70/206/52 69/205/52 -f 70/212/53 65/211/53 66/210/53 69/209/53 -f 71/216/54 68/215/54 67/214/54 72/213/54 -o 10 -v 0.05805826175840623 0.5625000000000007 1.0303300858899094 -v 0.058058261758406005 0.43750000000000067 1.0303300858899094 -v -0.03033008588991193 0.5625000000000009 0.9419417382415907 -v -0.03033008588991215 0.4375000000000009 0.9419417382415907 -v 1.0303300858899118 0.4374999999999991 0.058058261758409335 -v 1.0303300858899123 0.5624999999999991 0.058058261758409335 -v 0.9419417382415938 0.43749999999999933 -0.030330085889909375 -v 0.941941738241594 0.5624999999999993 -0.030330085889909375 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vn -2.0018678848218116e-15 -1 -5.102800490722328e-16 -vn -0.7071067811865496 1.099064721078647e-15 0.7071067811865455 -vn 2.0018678848218116e-15 1 5.102800490722328e-16 -vn 0.7071067811865496 -1.099064721078647e-15 -0.7071067811865455 -vn 0.7071067811865455 -1.5700924586837718e-15 0.7071067811865496 -vn -0.7071067811865455 1.5700924586837718e-15 -0.7071067811865496 -usemtl m_4e5cbd5f-f568-dd91-0262-263092fc04f7 -f 76/220/55 79/219/55 77/218/55 74/217/55 -f 75/224/56 76/223/56 74/222/56 73/221/56 -f 80/228/57 75/227/57 73/226/57 78/225/57 -f 79/232/58 80/231/58 78/230/58 77/229/58 -f 78/236/59 73/235/59 74/234/59 77/233/59 -f 79/240/60 76/239/60 75/238/60 80/237/60 -o 11 -v 1.1875 0.5625 0.4374999999999999 -v 1.1875 0.4374999999999999 0.4375000000000001 -v 1.1875 0.5625 0.5562499999999999 -v 1.1875 0.4375 0.5562499999999999 -v -0.1875 0.4374999999999999 0.4375000000000001 -v -0.1875 0.5625 0.4374999999999999 -v -0.1875 0.4375 0.5562499999999999 -v -0.1875 0.5625 0.5562499999999999 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vn 0 -1 1.3322676295501878e-15 -vn 1 0 0 -vn 0 1 -1.3322676295501878e-15 -vn -1 0 0 -vn 0 -1.3322676295501878e-15 -1 -vn 0 1.3322676295501878e-15 1 -usemtl m_4e5cbd5f-f568-dd91-0262-263092fc04f7 -f 84/244/61 87/243/61 85/242/61 82/241/61 -f 83/248/62 84/247/62 82/246/62 81/245/62 -f 88/252/63 83/251/63 81/250/63 86/249/63 -f 87/256/64 88/255/64 86/254/64 85/253/64 -f 86/260/65 81/259/65 82/258/65 85/257/65 -f 87/264/66 84/263/66 83/262/66 88/261/66 -o 12 -v 0.75 0.8749999999999996 0.24999999999999956 -v 0.75 0.12499999999999967 0.25000000000000044 -v 0.75 0.8750000000000004 0.7499999999999996 -v 0.75 0.12500000000000033 0.7500000000000004 -v 0.25 0.12499999999999967 0.25000000000000044 -v 0.25 0.8749999999999996 0.24999999999999956 -v 0.25 0.12500000000000033 0.7500000000000004 -v 0.25 0.8750000000000004 0.7499999999999996 -vt 0.609375 1 -vt 0.671875 1 -vt 0.671875 0.9375 -vt 0.609375 0.9375 -vt 0.53125 0.90625 -vt 0.53125 1 -vt 0.59375 1 -vt 0.59375 0.90625 -vt 0.609375 1 -vt 0.671875 1 -vt 0.671875 0.9375 -vt 0.609375 0.9375 -vt 0.53125 0.90625 -vt 0.53125 1 -vt 0.59375 1 -vt 0.59375 0.90625 -vt 0.53125 1 -vt 0.59375 1 -vt 0.59375 0.90625 -vt 0.53125 0.90625 -vt 0.53125 1 -vt 0.59375 1 -vt 0.59375 0.90625 -vt 0.53125 0.90625 -vn 0 -1 1.3322676295501878e-15 -vn 1 0 0 -vn 0 1 -1.3322676295501878e-15 -vn -1 0 0 -vn 0 -1.3322676295501878e-15 -1 -vn 0 1.3322676295501878e-15 1 -usemtl m_4e5cbd5f-f568-dd91-0262-263092fc04f7 -f 92/268/67 95/267/67 93/266/67 90/265/67 -f 91/272/68 92/271/68 90/270/68 89/269/68 -f 96/276/69 91/275/69 89/274/69 94/273/69 -f 95/280/70 96/279/70 94/278/70 93/277/70 -f 94/284/71 89/283/71 90/282/71 93/281/71 -f 95/288/72 92/287/72 91/286/72 96/285/72 -o shaft -v 0.625 0.9999999999999998 0.37499999999999933 -v 0.625 -2.220446049250313e-16 0.37500000000000067 -v 0.625 1.0000000000000002 0.6249999999999993 -v 0.625 2.220446049250313e-16 0.6250000000000007 -v 0.375 -2.220446049250313e-16 0.37500000000000067 -v 0.375 0.9999999999999998 0.37499999999999933 -v 0.375 2.220446049250313e-16 0.6250000000000007 -v 0.375 1.0000000000000002 0.6249999999999993 -vt 0.1328125 0.125 -vt 0.1640625 0.125 -vt 0.1640625 0.09375 -vt 0.1328125 0.09375 -vt 0.0078125 0.0078125 -vt 0.0078125 0.1328125 -vt 0.0390625 0.1328125 -vt 0.0390625 0.0078125 -vt 0.1328125 0.125 -vt 0.1640625 0.125 -vt 0.1640625 0.09375 -vt 0.1328125 0.09375 -vt 0.0078125 0.0078125 -vt 0.0078125 0.1328125 -vt 0.0390625 0.1328125 -vt 0.0390625 0.0078125 -vt 0.0078125 0.1328125 -vt 0.0390625 0.1328125 -vt 0.0390625 0.0078125 -vt 0.0078125 0.0078125 -vt 0.0078125 0.1328125 -vt 0.0390625 0.1328125 -vt 0.0390625 0.0078125 -vt 0.0078125 0.0078125 -vn 0 -1 1.3322676295501878e-15 -vn 1 0 0 -vn 0 1 -1.3322676295501878e-15 -vn -1 0 0 -vn 0 -1.3322676295501878e-15 -1 -vn 0 1.3322676295501878e-15 1 -usemtl m_4e5cbd5f-f568-dd91-0262-263092fc04f7 -f 100/292/73 103/291/73 101/290/73 98/289/73 -f 99/296/74 100/295/74 98/294/74 97/293/74 -f 104/300/75 99/299/75 97/298/75 102/297/75 -f 103/304/76 104/303/76 102/302/76 101/301/76 -f 102/308/77 97/307/77 98/306/77 101/305/77 -f 103/312/78 100/311/78 99/310/78 104/309/78 -o 13 -v 1.0303300858899105 0.5625 0.9419417382415927 -v 1.03033008588991 0.4375 0.9419417382415929 -v 0.9463611556240079 0.5625000000000004 1.025910668507495 -v 0.9463611556240075 0.43750000000000044 1.0259106685074952 -v 0.058058261758408114 0.43749999999999956 -0.03033008588991104 -v 0.058058261758408336 0.5624999999999996 -0.030330085889911262 -v -0.02591066850749446 0.4374999999999999 0.053638844375991535 -v -0.02591066850749424 0.5625 0.0536388443759912 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0 1 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vt 0.3984375 0.8203125 -vt 0.3984375 0.9921875 -vt 0.4140625 0.9921875 -vt 0.4140625 0.8203125 -vn -1.6485970816179649e-15 -1 2.119624819223094e-15 -vn 0.707106781186547 5.495323605393231e-16 0.707106781186548 -vn 1.6485970816179649e-15 1 -2.119624819223094e-15 -vn -0.707106781186547 -5.495323605393231e-16 -0.707106781186548 -vn 0.7071067811865481 -2.5906525568282277e-15 -0.7071067811865468 -vn -0.7071067811865481 2.5906525568282277e-15 0.7071067811865468 -usemtl m_4e5cbd5f-f568-dd91-0262-263092fc04f7 -f 108/316/79 111/315/79 109/314/79 106/313/79 -f 107/320/80 108/319/80 106/318/80 105/317/80 -f 112/324/81 107/323/81 105/322/81 110/321/81 -f 111/328/82 112/327/82 110/326/82 109/325/82 -f 110/332/83 105/331/83 106/330/83 109/329/83 -f 111/336/84 108/335/84 107/334/84 112/333/84 \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/rotor/model.mtl b/build/resources/main/assets/tfmg/models/block/rotor/model.mtl deleted file mode 100644 index 3b93079b..00000000 --- a/build/resources/main/assets/tfmg/models/block/rotor/model.mtl +++ /dev/null @@ -1,3 +0,0 @@ -# Made in Blockbench 4.8.3 -newmtl m_4e5cbd5f-f568-dd91-0262-263092fc04f7 -map_Kd #0 \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/rotor/rotor.json b/build/resources/main/assets/tfmg/models/block/rotor/rotor.json deleted file mode 100644 index 63bb955e..00000000 --- a/build/resources/main/assets/tfmg/models/block/rotor/rotor.json +++ /dev/null @@ -1,258 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "render_type": "minecraft:cutout", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/rotor", - "1": "tfmg:block/shaft_top", - "2": "tfmg:block/shaft", - "particle": "tfmg:block/rotor" - }, - "elements": [ - { - "from": [6, 6, 0], - "to": [10, 10, 16], - "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"}, - "south": {"uv": [6, 6, 10, 10], "texture": "#1"}, - "west": {"uv": [6, 0, 10, 19], "rotation": 90, "texture": "#2"}, - "up": {"uv": [6, 0, 10, 16], "texture": "#2"}, - "down": {"uv": [6, 0, 10, 16], "texture": "#2"} - } - }, - { - "from": [-2, -2, 8], - "to": [18, 18, 8], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, -4, 6]}, - "faces": { - "north": {"uv": [0, 0, 10, 10], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 10], "texture": "#0"}, - "south": {"uv": [0, 0, 10, 10], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 10], "texture": "#0"}, - "up": {"uv": [0, 0, 10, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 10, 0], "texture": "#0"} - } - }, - { - "from": [-2, -2, 8.1], - "to": [18, 18, 8.1], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [0, 0, 10, 10], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 10], "texture": "#0"}, - "south": {"uv": [0, 0, 10, 10], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 10], "texture": "#0"}, - "up": {"uv": [0, 0, 10, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 10, 0], "texture": "#0"} - } - }, - { - "from": [5, 18, 5], - "to": [11, 26, 11], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [13, 0, 16, 4], "texture": "#0"}, - "east": {"uv": [13, 0, 16, 4], "texture": "#0"}, - "south": {"uv": [13, 4, 16, 0], "rotation": 180, "texture": "#0"}, - "west": {"uv": [13, 0, 16, 4], "texture": "#0"}, - "up": {"uv": [10, 0, 13, 3], "texture": "#0"}, - "down": {"uv": [10, 3, 13, 6], "texture": "#0"} - } - }, - { - "from": [5, 18, 5], - "to": [11, 26, 11], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [13, 0, 16, 4], "texture": "#0"}, - "east": {"uv": [13, 0, 16, 4], "texture": "#0"}, - "south": {"uv": [13, 4, 16, 0], "rotation": 180, "texture": "#0"}, - "west": {"uv": [13, 0, 16, 4], "texture": "#0"}, - "up": {"uv": [10, 0, 13, 3], "texture": "#0"}, - "down": {"uv": [10, 3, 13, 6], "texture": "#0"} - } - }, - { - "from": [-10, 5, 5], - "to": [-2, 11, 11], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [13, 0, 16, 4], "rotation": 90, "texture": "#0"}, - "east": {"uv": [10, 3, 13, 6], "rotation": 270, "texture": "#0"}, - "south": {"uv": [13, 4, 16, 0], "rotation": 90, "texture": "#0"}, - "west": {"uv": [10, 0, 13, 3], "rotation": 270, "texture": "#0"}, - "up": {"uv": [13, 0, 16, 4], "rotation": 270, "texture": "#0"}, - "down": {"uv": [13, 0, 16, 4], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [-10, 5, 5], - "to": [-2, 11, 11], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [13, 0, 16, 4], "rotation": 90, "texture": "#0"}, - "east": {"uv": [10, 3, 13, 6], "rotation": 270, "texture": "#0"}, - "south": {"uv": [13, 4, 16, 0], "rotation": 90, "texture": "#0"}, - "west": {"uv": [10, 0, 13, 3], "rotation": 270, "texture": "#0"}, - "up": {"uv": [13, 0, 16, 4], "rotation": 270, "texture": "#0"}, - "down": {"uv": [13, 0, 16, 4], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [5, -10, 5], - "to": [11, -2, 11], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [13, 0, 16, 4], "rotation": 180, "texture": "#0"}, - "east": {"uv": [13, 0, 16, 4], "rotation": 180, "texture": "#0"}, - "south": {"uv": [13, 4, 16, 0], "texture": "#0"}, - "west": {"uv": [13, 0, 16, 4], "rotation": 180, "texture": "#0"}, - "up": {"uv": [10, 3, 13, 6], "rotation": 180, "texture": "#0"}, - "down": {"uv": [10, 0, 13, 3], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [5, -10, 5], - "to": [11, -2, 11], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [13, 0, 16, 4], "rotation": 180, "texture": "#0"}, - "east": {"uv": [13, 0, 16, 4], "rotation": 180, "texture": "#0"}, - "south": {"uv": [13, 4, 16, 0], "texture": "#0"}, - "west": {"uv": [13, 0, 16, 4], "rotation": 180, "texture": "#0"}, - "up": {"uv": [10, 3, 13, 6], "rotation": 180, "texture": "#0"}, - "down": {"uv": [10, 0, 13, 3], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [18, 5, 5], - "to": [26, 11, 11], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [13, 0, 16, 4], "rotation": 270, "texture": "#0"}, - "east": {"uv": [10, 0, 13, 3], "rotation": 90, "texture": "#0"}, - "south": {"uv": [13, 4, 16, 0], "rotation": 270, "texture": "#0"}, - "west": {"uv": [10, 3, 13, 6], "rotation": 90, "texture": "#0"}, - "up": {"uv": [13, 0, 16, 4], "rotation": 90, "texture": "#0"}, - "down": {"uv": [13, 0, 16, 4], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [5, 18, 5], - "to": [11, 26, 11], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [13, 0, 16, 4], "texture": "#0"}, - "east": {"uv": [13, 0, 16, 4], "texture": "#0"}, - "south": {"uv": [13, 4, 16, 0], "rotation": 180, "texture": "#0"}, - "west": {"uv": [13, 0, 16, 4], "texture": "#0"}, - "up": {"uv": [10, 0, 13, 3], "texture": "#0"}, - "down": {"uv": [10, 3, 13, 6], "texture": "#0"} - } - }, - { - "from": [1, 19, 6], - "to": [15, 24, 10], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [0, 10, 7, 12.5], "texture": "#0"}, - "south": {"uv": [0, 10, 7, 12.5], "texture": "#0"}, - "up": {"uv": [0, 13, 7, 15], "texture": "#0"}, - "down": {"uv": [7.5, 13, 14.5, 15], "texture": "#0"} - } - }, - { - "from": [1, 19, 6], - "to": [15, 24, 10], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [0, 10, 7, 12.5], "texture": "#0"}, - "south": {"uv": [0, 10, 7, 12.5], "texture": "#0"}, - "up": {"uv": [0, 13, 7, 15], "texture": "#0"}, - "down": {"uv": [7.5, 13, 14.5, 15], "texture": "#0"} - } - }, - { - "from": [19, 1, 6], - "to": [24, 15, 10], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [0, 10, 7, 12.5], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 13, 7, 15], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 10, 7, 12.5], "rotation": 90, "texture": "#0"}, - "west": {"uv": [7.5, 13, 14.5, 15], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [-8, 1, 6], - "to": [-3, 15, 10], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [0, 10, 7, 12.5], "rotation": 90, "texture": "#0"}, - "east": {"uv": [7.5, 13, 14.5, 15], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 10, 7, 12.5], "rotation": 270, "texture": "#0"}, - "west": {"uv": [0, 13, 7, 15], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [-8, 1, 6], - "to": [-3, 15, 10], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [0, 10, 7, 12.5], "rotation": 90, "texture": "#0"}, - "east": {"uv": [7.5, 13, 14.5, 15], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 10, 7, 12.5], "rotation": 270, "texture": "#0"}, - "west": {"uv": [0, 13, 7, 15], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [1, -8, 6], - "to": [15, -3, 10], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [0, 10, 7, 12.5], "rotation": 180, "texture": "#0"}, - "south": {"uv": [0, 10, 7, 12.5], "rotation": 180, "texture": "#0"}, - "up": {"uv": [7.5, 13, 14.5, 15], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 13, 7, 15], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [1, -8, 6], - "to": [15, -3, 10], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [0, 10, 7, 12.5], "rotation": 180, "texture": "#0"}, - "south": {"uv": [0, 10, 7, 12.5], "rotation": 180, "texture": "#0"}, - "up": {"uv": [7.5, 13, 14.5, 15], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 13, 7, 15], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [19, 1, 6], - "to": [24, 15, 10], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [0, 10, 7, 12.5], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 13, 7, 15], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 10, 7, 12.5], "rotation": 90, "texture": "#0"}, - "west": {"uv": [7.5, 13, 14.5, 15], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [5, 5, 5], - "to": [11, 11, 11], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 6]}, - "faces": { - "north": {"uv": [9.5, 7, 12.5, 10], "rotation": 270, "texture": "#0"}, - "east": {"uv": [9.5, 10, 12.5, 13], "rotation": 90, "texture": "#0"}, - "south": {"uv": [9.5, 7, 12.5, 10], "rotation": 90, "texture": "#0"}, - "west": {"uv": [9.5, 10, 12.5, 13], "rotation": 90, "texture": "#0"}, - "up": {"uv": [9.5, 10, 12.5, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [9.5, 10, 12.5, 13], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/segmented_display/item.json b/build/resources/main/assets/tfmg/models/block/segmented_display/item.json deleted file mode 100644 index e20d8b87..00000000 --- a/build/resources/main/assets/tfmg/models/block/segmented_display/item.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [32, 32], - "textures": { - "1": "tfmg:block/digital_display", - "2": "tfmg:block/industrial_aluminum_casing", - "3": "tfmg:block/aluminum_inlet", - "particle": "tfmg:block/digital_display" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [8, 8, 16, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#2"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/segmented_display/segments/0.json b/build/resources/main/assets/tfmg/models/block/segmented_display/segments/0.json deleted file mode 100644 index 58dcb6c7..00000000 --- a/build/resources/main/assets/tfmg/models/block/segmented_display/segments/0.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/digital_display", - "particle": "tfmg:block/digital_display" - }, - "elements": [ - { - "from": [7.5, 3, -0.1], - "to": [8.5, 12, -0.1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 3, 0]}, - "faces": { - "north": {"uv": [2, 9.5, 2.5, 14], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 4], "texture": "#missing"}, - "west": {"uv": [0, 0, 0, 4], "texture": "#missing"}, - "up": {"uv": [0, 0, 1, 0], "texture": "#missing"}, - "down": {"uv": [0, 0, 1, 0], "texture": "#missing"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/segmented_display/segments/17.json b/build/resources/main/assets/tfmg/models/block/segmented_display/segments/17.json deleted file mode 100644 index 50b5f410..00000000 --- a/build/resources/main/assets/tfmg/models/block/segmented_display/segments/17.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/digital_display", - "particle": "tfmg:block/digital_display" - }, - "elements": [ - { - "from": [1, 3, -0.1], - "to": [2, 7, -0.1], - "rotation": {"angle": 0, "axis": "z", "origin": [4, 5, 0]}, - "faces": { - "north": {"uv": [5.5, 9.5, 6, 11.5], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 0, 4], "rotation": 180, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 4], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 4], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 0], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/segmented_display/segments/18.json b/build/resources/main/assets/tfmg/models/block/segmented_display/segments/18.json deleted file mode 100644 index bf65b5c6..00000000 --- a/build/resources/main/assets/tfmg/models/block/segmented_display/segments/18.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/digital_display", - "particle": "tfmg:block/digital_display" - }, - "elements": [ - { - "from": [2, 8, -0.1], - "to": [6, 12, -0.1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 0]}, - "faces": { - "north": {"uv": [0, 10.5, 2, 8.5], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 0, 4], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 4], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 0], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/segmented_display/segments/19.json b/build/resources/main/assets/tfmg/models/block/segmented_display/segments/19.json deleted file mode 100644 index 27fdf3ec..00000000 --- a/build/resources/main/assets/tfmg/models/block/segmented_display/segments/19.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/digital_display", - "particle": "tfmg:block/digital_display" - }, - "elements": [ - { - "from": [2, 8, -0.1], - "to": [6, 12, -0.1], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 10, 0]}, - "faces": { - "north": {"uv": [0, 14, 2, 16], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 0, 4], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 4], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 0], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/segmented_display/segments/8.json b/build/resources/main/assets/tfmg/models/block/segmented_display/segments/8.json deleted file mode 100644 index 4ba4ee16..00000000 --- a/build/resources/main/assets/tfmg/models/block/segmented_display/segments/8.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/digital_display", - "particle": "tfmg:block/digital_display" - }, - "elements": [ - { - "from": [10, 8, -0.1], - "to": [14, 12, -0.1], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 10, 0]}, - "faces": { - "north": {"uv": [0, 10.5, 2, 8.5], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 0, 4], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 4], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 0], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/segmented_display/segments/9.json b/build/resources/main/assets/tfmg/models/block/segmented_display/segments/9.json deleted file mode 100644 index 143f9859..00000000 --- a/build/resources/main/assets/tfmg/models/block/segmented_display/segments/9.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/digital_display", - "particle": "tfmg:block/digital_display" - }, - "elements": [ - { - "from": [10, 8, -0.1], - "to": [14, 12, -0.1], - "rotation": {"angle": 0, "axis": "z", "origin": [16, 10, 0]}, - "faces": { - "north": {"uv": [0, 14, 2, 16], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 0, 4], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 4], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 0], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/small_bauxite_brick_stairs_inner.json b/build/resources/main/assets/tfmg/models/block/small_bauxite_brick_stairs_inner.json deleted file mode 100644 index 60244142..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/small_bauxite_brick_stairs_outer.json b/build/resources/main/assets/tfmg/models/block/small_bauxite_brick_stairs_outer.json deleted file mode 100644 index a89d760b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/small_galena_brick_slab_top.json b/build/resources/main/assets/tfmg/models/block/small_galena_brick_slab_top.json deleted file mode 100644 index 0e366c44..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/small_galena_brick_stairs.json b/build/resources/main/assets/tfmg/models/block/small_galena_brick_stairs.json deleted file mode 100644 index f6748ee4..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/small_galena_bricks.json b/build/resources/main/assets/tfmg/models/block/small_galena_bricks.json deleted file mode 100644 index a05cb088..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/small_galena_bricks_wall_post.json b/build/resources/main/assets/tfmg/models/block/small_galena_bricks_wall_post.json deleted file mode 100644 index 17127420..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/smokestack/smokestack.json b/build/resources/main/assets/tfmg/models/block/smokestack/smokestack.json deleted file mode 100644 index ce84d727..00000000 --- a/build/resources/main/assets/tfmg/models/block/smokestack/smokestack.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brick_smokestack", - "particle": "tfmg:block/brick_smokestack" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 8, 8, 16], "texture": "#0"}, - "east": {"uv": [0, 8, 8, 16], "texture": "#0"}, - "south": {"uv": [0, 8, 8, 16], "texture": "#0"}, - "west": {"uv": [0, 8, 8, 16], "texture": "#0"}, - "up": {"uv": [8, 8, 16, 16], "texture": "#0"}, - "down": {"uv": [8, 8, 16, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/smokestack/smokestack_top.json b/build/resources/main/assets/tfmg/models/block/smokestack/smokestack_top.json deleted file mode 100644 index 12f4ca49..00000000 --- a/build/resources/main/assets/tfmg/models/block/smokestack/smokestack_top.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/brick_smokestack", - "1": "tfmg:block/smokestack_top", - "particle": "tfmg:block/brick_smokestack" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 13, 16], - "faces": { - "north": {"uv": [0, 1.5, 8, 8], "texture": "#0"}, - "east": {"uv": [0, 1.5, 8, 8], "texture": "#0"}, - "south": {"uv": [0, 1.5, 8, 8], "texture": "#0"}, - "west": {"uv": [0, 1.5, 8, 8], "texture": "#0"}, - "up": {"uv": [0, 0, 8, 8], "texture": "#0"}, - "down": {"uv": [8, 8, 16, 16], "texture": "#0"} - } - }, - { - "from": [-1, 13, -1], - "to": [17, 16, 17], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 13, 0]}, - "faces": { - "north": {"uv": [0, 0, 9, 1.5], "texture": "#0"}, - "east": {"uv": [0, 0, 9, 1.5], "texture": "#0"}, - "south": {"uv": [0, 0, 9, 1.5], "texture": "#0"}, - "west": {"uv": [0, 0, 9, 1.5], "texture": "#0"}, - "up": {"uv": [0, 0, 9, 9], "texture": "#1"}, - "down": {"uv": [0, 0, 9, 9], "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/stator/block_corner_horizontal_old.json b/build/resources/main/assets/tfmg/models/block/stator/block_corner_horizontal_old.json deleted file mode 100644 index 5cfb1d61..00000000 --- a/build/resources/main/assets/tfmg/models/block/stator/block_corner_horizontal_old.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [128, 128], - "textures": { - "0": "tfmg:block/large_generator", - "particle": "tfmg:block/large_generator" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [6, 16, 16], - "rotation": {"angle": 0, "axis": "x", "origin": [0, 8, 8]}, - "faces": { - "north": {"uv": [0, 0.75, 2, 0], "rotation": 270, "texture": "#0"}, - "east": {"uv": [2.125, 0, 4.125, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [7.125, 2, 7.875, 4], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 270, "texture": "#0"}, - "up": {"uv": [7.125, 0, 7.875, 2], "texture": "#0"}, - "down": {"uv": [7.875, 0, 7.125, 2], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [6, 0, 0], - "to": [16, 16, 6], - "rotation": {"angle": 0, "axis": "x", "origin": [0, 8, 8]}, - "faces": { - "north": {"uv": [2, 0.75, 0, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [7.125, 2, 7.875, 4], "rotation": 180, "texture": "#0"}, - "south": {"uv": [2.125, 0.75, 4.125, 2], "rotation": 270, "texture": "#0"}, - "up": {"uv": [7.125, 0.75, 7.875, 2], "rotation": 90, "texture": "#0"}, - "down": {"uv": [7.125, 0.75, 7.875, 2], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [-1.65685, 1, 9.65685], - "to": [12.34315, 15, 16.65685], - "rotation": {"angle": 45, "axis": "y", "origin": [0, 8, 8]}, - "faces": { - "south": {"uv": [2.25, 6.25, 4, 8], "rotation": 270, "texture": "#0"}, - "up": {"uv": [4.5, 3.875, 6.5, 4.75], "texture": "#0"}, - "down": {"uv": [4.5, 3.875, 6.5, 4.75], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/stator/block_corner_up.json b/build/resources/main/assets/tfmg/models/block/stator/block_corner_up.json deleted file mode 100644 index e43a5263..00000000 --- a/build/resources/main/assets/tfmg/models/block/stator/block_corner_up.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/stator", - "particle": "tfmg:block/stator" - }, - "elements": [ - { - "from": [1, 0.37258, 1], - "to": [15, 5.37258, 4], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [8.5, 0, 11, 7], "rotation": 270, "texture": "#0"}, - "east": {"uv": [11, 3, 12.5, 5.5], "rotation": 180, "texture": "#0"}, - "south": {"uv": [8.5, 0, 11, 7], "rotation": 270, "texture": "#0"}, - "west": {"uv": [11, 3, 12.5, 5.5], "rotation": 180, "texture": "#0"}, - "up": {"uv": [6, 0, 7.5, 7], "rotation": 90, "texture": "#0"}, - "down": {"uv": [6, 0, 7.5, 7], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [0, 5.37258, 2], - "to": [16, 9.37258, 14], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 8, 2, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 6, 2], "rotation": 180, "texture": "#0"}, - "south": {"uv": [0, 8, 2, 16], "rotation": 270, "texture": "#0"}, - "west": {"uv": [0, 0, 6, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 6, 8], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [0, 9.37258, 2], - "to": [16, 9.37258, 14], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 0], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 0, 0], "rotation": 180, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 0], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 0, 0, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 6, 8], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [11, 11, 0.8], - "to": [16, 16, 15], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [11, 0, 13.5, 2.5], "rotation": 90, "texture": "#0"}, - "east": {"uv": [6, 0, 8.5, 7], "rotation": 270, "texture": "#0"}, - "south": {"uv": [11, 0, 13.5, 2.5], "texture": "#0"}, - "west": {"uv": [6, 0, 8.5, 7], "rotation": 90, "texture": "#0"}, - "up": {"uv": [6, 0, 8.5, 7], "rotation": 180, "texture": "#0"}, - "down": {"uv": [6, 0, 8.5, 7], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [1, 0.37258, 12], - "to": [15, 5.37258, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [8.5, 7, 11, 0], "rotation": 270, "texture": "#0"}, - "east": {"uv": [12.5, 3, 11, 5.5], "rotation": 180, "texture": "#0"}, - "south": {"uv": [8.5, 7, 11, 0], "rotation": 270, "texture": "#0"}, - "west": {"uv": [12.5, 3, 11, 5.5], "rotation": 180, "texture": "#0"}, - "up": {"uv": [7.5, 0, 6, 7], "rotation": 90, "texture": "#0"}, - "down": {"uv": [7.5, 0, 6, 7], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [9, 5.37258, 5], - "to": [15, 8.37258, 11], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [2, 11, 5, 12.5], "rotation": 180, "texture": "#0"}, - "east": {"uv": [2, 11, 5, 12.5], "rotation": 180, "texture": "#0"}, - "south": {"uv": [2, 11, 5, 12.5], "rotation": 180, "texture": "#0"}, - "west": {"uv": [2, 11, 5, 12.5], "rotation": 180, "texture": "#0"}, - "up": {"uv": [2, 8, 5, 11], "rotation": 180, "texture": "#0"}, - "down": {"uv": [2, 8, 5, 11], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [1, 5.37258, 5], - "to": [7, 8.37258, 11], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [2, 11, 5, 12.5], "rotation": 180, "texture": "#0"}, - "east": {"uv": [2, 11, 5, 12.5], "rotation": 180, "texture": "#0"}, - "south": {"uv": [2, 11, 5, 12.5], "rotation": 180, "texture": "#0"}, - "west": {"uv": [2, 11, 5, 12.5], "rotation": 180, "texture": "#0"}, - "up": {"uv": [2, 8, 5, 11], "rotation": 180, "texture": "#0"}, - "down": {"uv": [2, 8, 5, 11], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [1, 5.37258, 2], - "to": [15, 9.37258, 2], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "east": {"uv": [11, 3, 12.5, 5.5], "rotation": 180, "texture": "#0"}, - "south": {"uv": [6.5, 0, 8.5, 7], "rotation": 270, "texture": "#0"}, - "west": {"uv": [11, 3, 12.5, 5.5], "rotation": 180, "texture": "#0"}, - "up": {"uv": [6, 0, 7.5, 7], "rotation": 90, "texture": "#0"}, - "down": {"uv": [6, 0, 7.5, 7], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [1, 5.37258, 14], - "to": [15, 9.37258, 14], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [6.5, 7, 8.5, 0], "rotation": 270, "texture": "#0"}, - "east": {"uv": [12.5, 3, 11, 5.5], "rotation": 180, "texture": "#0"}, - "west": {"uv": [12.5, 3, 11, 5.5], "rotation": 180, "texture": "#0"}, - "up": {"uv": [7.5, 0, 6, 7], "rotation": 90, "texture": "#0"}, - "down": {"uv": [7.5, 0, 6, 7], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [0, 0, 0.8], - "to": [5, 5, 15], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [11, 0, 13.5, 2.5], "rotation": 90, "texture": "#0"}, - "east": {"uv": [6, 0, 8.5, 7], "rotation": 270, "texture": "#0"}, - "south": {"uv": [11, 0, 13.5, 2.5], "texture": "#0"}, - "west": {"uv": [6, 0, 8.5, 7], "rotation": 90, "texture": "#0"}, - "up": {"uv": [6, 0, 8.5, 7], "rotation": 180, "texture": "#0"}, - "down": {"uv": [6, 0, 8.5, 7], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/stator/block_unused.json b/build/resources/main/assets/tfmg/models/block/stator/block_unused.json deleted file mode 100644 index d9053cf5..00000000 --- a/build/resources/main/assets/tfmg/models/block/stator/block_unused.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [128, 128], - "textures": { - "0": "tfmg:block/large_generator", - "particle": "tfmg:block/large_generator" - }, - "elements": [ - { - "from": [10, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [7.125, 0, 7.875, 2], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [7.125, 0, 7.875, 2], "texture": "#0"}, - "west": {"uv": [2.125, 0, 4.125, 2], "texture": "#0"}, - "up": {"uv": [0, 0.75, 2, 0], "rotation": 270, "texture": "#0"}, - "down": {"uv": [7.125, 2, 7.875, 4], "texture": "#0"} - } - }, - { - "from": [0, 10, 0], - "to": [10, 16, 16], - "faces": { - "north": {"uv": [7.125, 0.75, 7.875, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [7.125, 0.75, 7.875, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [7.125, 2, 7.875, 4], "rotation": 90, "texture": "#0"}, - "up": {"uv": [2, 0.75, 0, 2], "rotation": 90, "texture": "#0"}, - "down": {"uv": [2.125, 0.75, 4.125, 2], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [-7, 8, 1], - "to": [7, 15, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [4.5, 3.875, 6.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 3.875, 6.5, 4.75], "texture": "#0"}, - "down": {"uv": [2.25, 6.25, 4, 8], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/stator/generataor.bbmodel b/build/resources/main/assets/tfmg/models/block/stator/generataor.bbmodel deleted file mode 100644 index 470744df..00000000 --- a/build/resources/main/assets/tfmg/models/block/stator/generataor.bbmodel +++ /dev/null @@ -1 +0,0 @@ -{"meta":{"format_version":"4.10","model_format":"free","box_uv":false},"name":"generataor","model_identifier":"","visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"timeline_setups":[],"unhandled_root_fields":{},"resolution":{"width":64,"height":64},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-2,6,-7],"to":[2,10,9],"autouv":0,"color":9,"rotation":[0,0,22.5],"origin":[0,8,-6],"faces":{"north":{"uv":[6,6,10,10],"texture":1},"east":{"uv":[6,0,10,16],"rotation":90,"texture":0},"south":{"uv":[6,6,10,10.000000000000002],"texture":1},"west":{"uv":[6,0,10,16],"rotation":90,"texture":0},"up":{"uv":[6,0,10,16],"texture":0},"down":{"uv":[6,0,10,16],"texture":0}},"type":"cube","uuid":"d2b5d6a2-c5ed-b631-6614-b9c077ff09dd"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-40,-16,-8],"to":[-24,0,8],"autouv":0,"color":8,"origin":[-39,-16,-7],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"4c73b6ac-53d7-4625-6cca-3ce775c60686"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-40,-16,-24],"to":[-24,0,-8],"autouv":0,"color":8,"origin":[-39,-16,-23],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"596848d6-42c7-c56b-4652-6f1204bb91c8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-40,-16,8],"to":[-24,0,24],"autouv":0,"color":8,"origin":[-39,-16,9],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"e9f982dd-d366-309b-e043-a51613e82b7f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,-16,8],"to":[40,0,24],"autouv":0,"color":8,"origin":[25,-16,9],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"58152160-bf35-5b64-d175-1e69c6a7d636"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,-16,-8],"to":[40,0,8],"autouv":0,"color":8,"origin":[25,-16,-7],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"44c0b025-b5f4-cac6-0e5f-e8e05fca81f2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,-16,-24],"to":[40,0,-8],"autouv":0,"color":8,"origin":[25,-16,-23],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"74c183f4-6916-92cd-9b76-d813c4568438"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,0,-6],"to":[24,16,6],"autouv":1,"color":9,"rotation":[0,0,90],"origin":[0,8,0],"faces":{"north":{"uv":[0,0,0,16],"texture":2},"east":{"uv":[0,0,12,16],"texture":2},"south":{"uv":[0,0,0,16],"texture":2},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"31d54a77-1cfd-69af-7d56-0ed449268dd9"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-40,-32,-24],"to":[-24,-16,-8],"autouv":0,"color":8,"origin":[-39,-32,-23],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"c8690f40-201e-27cb-fdef-fa1d8653ec86"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-40,-32,8],"to":[-24,-16,24],"autouv":0,"color":8,"origin":[-39,-32,9],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"8e5bdcdb-1369-b2fb-1d1c-3453e1df59f3"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,-32,-24],"to":[40,-16,-8],"autouv":0,"color":8,"origin":[25,-32,-23],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"f433da53-d6cf-376c-ac5f-f2efbc26627b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,-32,-8],"to":[40,-16,8],"autouv":0,"color":8,"origin":[25,-32,-7],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"6cf40bcf-e4a5-5880-ea4e-6de7cf5c25cd"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,-32,8],"to":[40,-16,24],"autouv":0,"color":8,"origin":[25,-32,9],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"df6d42fb-8551-4d31-b8bf-21f82a93154b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-40,-32,-8],"to":[-24,-16,8],"autouv":0,"color":8,"origin":[-39,-32,-7],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"db023b3e-88cd-0085-4297-f04777cf5cf5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[8,-32,8],"to":[24,-16,24],"autouv":0,"color":8,"origin":[9,-32,9],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"889375e4-9ab9-7137-729e-4fe897b98c15"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[8,-32,-8],"to":[24,-16,8],"autouv":0,"color":8,"origin":[9,-32,-7],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"3862c279-9c8f-179c-cef1-57f4f9553da4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[8,-32,-24],"to":[24,-16,-8],"autouv":0,"color":8,"origin":[9,-32,-23],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"9ade44d7-ae2e-995c-ce43-d4d86ab1273b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-8,-32,8],"to":[8,-16,24],"autouv":0,"color":8,"origin":[-7,-32,9],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"b56a156d-1771-af36-c5db-fc45192c27ec"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-8,-32,-24],"to":[8,-16,-8],"autouv":0,"color":8,"origin":[-7,-32,-23],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"24d48a66-8f47-14d5-cdeb-19b09c1fa6a2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-24,-32,8],"to":[-8,-16,24],"autouv":0,"color":8,"origin":[-23,-32,9],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"2e8f5b97-3123-70b0-164b-1039382d8535"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-24,-32,-8],"to":[-8,-16,8],"autouv":0,"color":8,"origin":[-23,-32,-7],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"a722ae44-39aa-cfcc-bd5d-ca04ebed66f8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-24,-32,-24],"to":[-8,-16,-8],"autouv":0,"color":8,"origin":[-23,-32,-23],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"ad2f4113-182b-d009-812a-5cb710c52c8c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1.5987211554602254e-14,-3.8902214782865485e-13,24.999999999999993],"to":[1.5987211554602254e-14,15.99999999999963,29.999999999999986],"autouv":0,"color":9,"rotation":[0,90,90.0000000000009],"origin":[0,8,6],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[11,16,16,32],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"5d9d275b-4c1a-0fb8-1155-ecdb5278ee65"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-7,27,-3],"to":[-1,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"4c6b6b07-ca30-3e96-5444-bdc553e84d18"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1,27,-3],"to":[7,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"a1789f4a-e51a-0ce1-c26c-7b1bc9f95ef2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,0,-6],"to":[24,16,6],"autouv":1,"color":9,"rotation":[0,0,90],"origin":[0,8,0],"faces":{"north":{"uv":[0,0,0,16],"texture":2},"east":{"uv":[0,0,12,16],"texture":2},"south":{"uv":[0,0,0,16],"texture":2},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"519cd171-2611-e707-686f-9fb38d17f6bd"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-7,27,-3],"to":[-1,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"c7138253-93b4-aeb8-dac3-e4ba1f493175"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1,27,-3],"to":[7,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"eb883d96-4761-96a0-9065-19ee6436aa29"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,0,-6],"to":[24,16,6],"autouv":1,"color":9,"rotation":[0,0,90],"origin":[0,8,0],"faces":{"north":{"uv":[0,0,0,16],"texture":2},"east":{"uv":[0,0,12,16],"texture":2},"south":{"uv":[0,0,0,16],"texture":2},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"2f051ff7-585a-9907-3496-4a5e1fc5e980"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-7,27,-3],"to":[-1,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"0a82e6b2-4d40-4407-a63e-429529f4f422"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1,27,-3],"to":[7,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"c01e8be6-7cf2-46f4-d7f3-beaa756eda7d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,0,-6],"to":[24,16,6],"autouv":1,"color":9,"rotation":[0,0,90],"origin":[0,8,0],"faces":{"north":{"uv":[0,0,0,16],"texture":2},"east":{"uv":[0,0,12,16],"texture":2},"south":{"uv":[0,0,0,16],"texture":2},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"41267697-ebf5-7211-1424-19efefc4ef9f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-7,27,-3],"to":[-1,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"1d0d1194-a6ae-e85c-515c-bbccc6412468"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1,27,-3],"to":[7,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"2515c7a4-6d8e-cd5e-a4ba-af4e9cb52bda"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,0,-6],"to":[24,16,6],"autouv":1,"color":9,"rotation":[0,0,90],"origin":[0,8,0],"faces":{"north":{"uv":[0,0,0,16],"texture":2},"east":{"uv":[0,0,12,16],"texture":2},"south":{"uv":[0,0,0,16],"texture":2},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"4cc1c0f2-1422-238d-1ca1-02c24b39c8ad"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-7,27,-3],"to":[-1,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"a0556f33-c2be-c5c4-a5dc-77fb3f5a76ab"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1,27,-3],"to":[7,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"d885aa5a-2ad6-f926-e481-66efad8bd469"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,0,-6],"to":[24,16,6],"autouv":1,"color":9,"rotation":[0,0,90],"origin":[0,8,0],"faces":{"north":{"uv":[0,0,0,16],"texture":2},"east":{"uv":[0,0,12,16],"texture":2},"south":{"uv":[0,0,0,16],"texture":2},"west":{"uv":[0,0,12,16],"texture":null},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"ba0d66ef-dc33-a50d-6190-7c26e7820c3f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-7,27,-3],"to":[-1,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"af4d716d-c25d-112c-97b4-1e4198e17fba"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1,27,-3],"to":[7,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"75a2fa67-c43c-fc86-023e-d488e9e1c221"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,0,-6],"to":[24,16,6],"autouv":1,"color":9,"rotation":[0,0,90],"origin":[0,8,0],"faces":{"north":{"uv":[0,0,0,16],"texture":2},"east":{"uv":[0,0,12,16],"texture":2},"south":{"uv":[0,0,0,16],"texture":2},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"e8a16d08-887d-29a7-42fa-64f488f28483"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-7,27,-3],"to":[-1,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"ab8c8d42-e547-d9db-7ad9-7993811280ee"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1,27,-3],"to":[7,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"cd722f6e-56c0-66e3-ca4c-13a86a6ff114"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,0,-6],"to":[24,16,6],"autouv":1,"color":9,"rotation":[0,0,90],"origin":[0,8,0],"faces":{"north":{"uv":[0,0,0,16],"texture":2},"east":{"uv":[0,0,12,16],"texture":2},"south":{"uv":[0,0,0,16],"texture":2},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"9b558fed-ec90-cb58-50bd-914deddaa460"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[11.05232677723409,-1.0369483049998962e-13,17.132466487249776],"to":[11.05232677723409,15.9999999999999,22.132466487249776],"autouv":0,"color":9,"rotation":[5.877952974676964e-14,77.49999999999997,90.0000000000003],"origin":[0,8,0],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"6cc6d494-5c36-1c46-b90b-55f6e46cbea1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-7,27,-3],"to":[-1,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"bd4f074b-af4c-af17-4e20-580a3d093467"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1,27,-3],"to":[7,31,3],"autouv":0,"color":8,"origin":[0,8,0],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,6,6],"texture":2},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"795f977f-f697-13a9-88cc-06d069242698"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-13,27,-7],"to":[-8,32,7],"autouv":0,"color":5,"origin":[0,8,0],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"34ff1c47-bd69-8d29-2408-1fc4cadb0e3f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-13,-16,-7],"to":[-8,-11,7],"autouv":0,"color":5,"origin":[0,8,0],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"rotation":270,"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"8b2c65db-8c6c-7919-e669-e94ff50b7a7f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[8,-16,-7],"to":[13,-11,7],"autouv":0,"color":5,"origin":[0,8,0],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"rotation":180,"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"240dea27-1ebe-c23e-ddf7-ce95ffcf2997"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-13,-16,-7],"to":[-8,-11,7],"autouv":0,"color":5,"rotation":[0,0,-90],"origin":[0,8,0],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"rotation":270,"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"c65affc4-39bd-2047-8d03-22e3eb2a20cb"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[8,-16,-7],"to":[13,-11,7],"autouv":0,"color":5,"rotation":[0,0,-90],"origin":[0,8,0],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"rotation":180,"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"c17d7f0a-a62b-75f8-46c3-f681c49bb726"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[8,27,-7],"to":[13,32,7],"autouv":0,"color":5,"rotation":[0,0,-90],"origin":[0,8,0],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"rotation":90,"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"4469d003-8179-32f6-c177-5d724ff66550"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-13,27,-7],"to":[-8,32,7],"autouv":0,"color":5,"rotation":[0,0,-90],"origin":[0,8,0],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"d9899c5f-e85c-7914-80ea-cc72a63eafa1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-8,-32,-8],"to":[8,-17,8],"autouv":0,"color":8,"origin":[-7,-32,-7],"faces":{"north":{"uv":[0,0,16,16],"texture":3},"east":{"uv":[0,0,16,16],"texture":3},"south":{"uv":[0,0,16,16],"texture":3},"west":{"uv":[0,0,16,16],"texture":3},"up":{"uv":[0,0,16,16],"texture":3},"down":{"uv":[0,0,16,16],"texture":3}},"type":"cube","uuid":"600434d9-a654-1c7e-3f48-567ca7c7413e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,23,-3],"to":[-8,28,11],"autouv":0,"color":5,"rotation":[0,-90,0],"origin":[0,8,4],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[15,0,20,16],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"texture":2},"west":{"uv":[15,0,20,14],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"8a08db08-e1e6-6aa1-1229-cf861382a486"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,23,-3],"to":[-8,28,11],"autouv":0,"color":5,"rotation":[0,-89.99999758516346,-45.00000000000002],"origin":[0,8,4],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[15,0,20,16],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"texture":2},"west":{"uv":[15,0,20,14],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"20914bf8-2432-67c8-d78b-a42abe1d07d8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,23,-3],"to":[-8,28,11],"autouv":0,"color":5,"rotation":[0,-89.99999879258174,44.99999999999996],"origin":[0,8,4],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[15,0,20,16],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"texture":2},"west":{"uv":[15,0,20,14],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"309d77fe-a341-d6c0-4751-ac30ec97c7ce"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,23,-3],"to":[-8,28,11],"autouv":0,"color":5,"rotation":[0,-89.99999790869022,90.00000000000001],"origin":[0,8,4],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[15,0,20,16],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"texture":2},"west":{"uv":[15,0,20,14],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"5377e1d3-086b-b995-e143-fc1425d0e08e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,23,-3],"to":[-8,28,11],"autouv":0,"color":5,"rotation":[0,-89.9999982924527,135.00000000000028],"origin":[0,8,4],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[15,0,20,16],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"texture":2},"west":{"uv":[15,0,20,14],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"36f7d8fd-141e-9798-9360-92d45e1fa287"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,23,-3],"to":[-8,28,11],"autouv":0,"color":5,"rotation":[0,-89.99999914622636,179.99999999999991],"origin":[0,8,4],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[15,0,20,16],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"texture":2},"west":{"uv":[15,0,20,14],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"5c292161-7a7a-b57b-9d35-03c9b79eb457"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-7,23,-6.999999915706303],"to":[-4,28,7.000000084293697],"autouv":0,"color":5,"rotation":[0,-89.99999879258174,-134.99999999999994],"origin":[0,8,0],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[15,0,20,16],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"texture":2},"west":{"uv":[15,0,20,14],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"c0d6efda-9f54-6062-f3bd-5a18327311b8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,23,-3],"to":[-8,28,11],"autouv":0,"color":5,"rotation":[0,-89.9999982924527,-90.00000000000009],"origin":[0,8,4],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[15,0,20,16],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"texture":2},"west":{"uv":[15,0,20,14],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,14,30],"texture":2}},"type":"cube","uuid":"8390d830-d313-0f45-4d28-b8ed1fdb2ca4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,23,8],"to":[-8,28,22],"autouv":0,"color":5,"rotation":[0,-89.99999758516346,-45.00000000000002],"origin":[0,8,15],"faces":{"north":{"uv":[11,32,14,37],"texture":2},"east":{"uv":[15,1,20,15],"rotation":90,"texture":2},"south":{"uv":[11,32,14,37],"texture":2},"west":{"uv":[0,0,0,0],"rotation":90,"texture":null},"up":{"uv":[11,16,14,30],"texture":2},"down":{"uv":[11,16,14,30],"texture":2}},"type":"cube","uuid":"1d46ce7d-a372-0806-3800-3d29bd42509d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,23,8],"to":[-8,28,22],"autouv":0,"color":5,"rotation":[0,-89.9999982924527,-90.00000000000009],"origin":[0,8,15],"faces":{"north":{"uv":[11,32,14,37],"texture":2},"east":{"uv":[15,1,20,15],"rotation":90,"texture":2},"south":{"uv":[11,32,14,37],"texture":2},"west":{"uv":[0,0,0,0],"rotation":90,"texture":null},"up":{"uv":[11,16,14,30],"texture":2},"down":{"uv":[11,16,14,30],"texture":2}},"type":"cube","uuid":"f7dc5767-8807-a7f3-5c91-3cbcaa4fab22"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[4,23,-6.999999683898633],"to":[7,28,7.000000316101367],"autouv":0,"color":5,"rotation":[0,-89.99999879258174,-134.99999999999994],"origin":[0,8,0],"faces":{"north":{"uv":[11,32,14,37],"texture":2},"east":{"uv":[15,1,20,15],"rotation":90,"texture":2},"south":{"uv":[11,32,14,37],"texture":2},"west":{"uv":[0,0,0,0],"rotation":90,"texture":null},"up":{"uv":[11,16,14,30],"texture":2},"down":{"uv":[11,16,14,30],"texture":2}},"type":"cube","uuid":"5bdec1af-788f-fcde-f64c-76206f7fee70"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,23,8],"to":[-8,28,22],"autouv":0,"color":5,"rotation":[0,-89.9999982924527,135.00000000000028],"origin":[0,8,15],"faces":{"north":{"uv":[11,32,14,37],"texture":2},"east":{"uv":[15,1,20,15],"rotation":90,"texture":2},"south":{"uv":[11,32,14,37],"texture":2},"west":{"uv":[0,0,0,0],"rotation":90,"texture":null},"up":{"uv":[11,16,14,30],"texture":2},"down":{"uv":[11,16,14,30],"texture":2}},"type":"cube","uuid":"3b1130a8-de9d-22d1-52ed-cb0a608fa0e9"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,23,8],"to":[-8,28,22],"autouv":0,"color":5,"rotation":[0,-89.99999914622636,179.99999999999991],"origin":[0,8,15],"faces":{"north":{"uv":[11,32,14,37],"texture":2},"east":{"uv":[15,1,20,15],"rotation":90,"texture":2},"south":{"uv":[11,32,14,37],"texture":2},"west":{"uv":[0,0,0,0],"rotation":90,"texture":null},"up":{"uv":[11,16,14,30],"texture":2},"down":{"uv":[11,16,14,30],"texture":2}},"type":"cube","uuid":"40288fd4-f4b7-2b84-0597-4024bd4ea029"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,23,8],"to":[-8,28,22],"autouv":0,"color":5,"rotation":[0,-89.99999790869022,90.00000000000001],"origin":[0,8,15],"faces":{"north":{"uv":[11,32,14,37],"texture":2},"east":{"uv":[15,1,20,15],"rotation":90,"texture":2},"south":{"uv":[11,32,14,37],"texture":2},"west":{"uv":[0,0,0,0],"rotation":90,"texture":null},"up":{"uv":[11,16,14,30],"texture":2},"down":{"uv":[11,16,14,30],"texture":2}},"type":"cube","uuid":"ce853d73-1b52-59c1-3fcc-b292883b2f41"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,23,8],"to":[-8,28,22],"autouv":0,"color":5,"rotation":[0,-89.99999879258174,44.99999999999996],"origin":[0,8,15],"faces":{"north":{"uv":[11,32,14,37],"texture":2},"east":{"uv":[15,1,20,15],"rotation":90,"texture":2},"south":{"uv":[11,32,14,37],"texture":2},"west":{"uv":[0,0,0,0],"rotation":90,"texture":null},"up":{"uv":[11,16,14,30],"texture":2},"down":{"uv":[11,16,14,30],"texture":2}},"type":"cube","uuid":"b9374ad3-51f9-b3b2-498e-b0994a890f82"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,23,8],"to":[-8,28,22],"autouv":0,"color":5,"rotation":[0,-90,0],"origin":[0,8,15],"faces":{"north":{"uv":[11,32,14,37],"texture":2},"east":{"uv":[15,1,20,15],"rotation":90,"texture":2},"south":{"uv":[11,32,14,37],"texture":2},"west":{"uv":[0,0,0,0],"rotation":90,"texture":null},"up":{"uv":[11,16,14,30],"texture":2},"down":{"uv":[11,16,14,30],"texture":2}},"type":"cube","uuid":"a2eb42d8-4206-1968-f880-aa000bfdf0d1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[8,27,-7],"to":[13,32,7],"autouv":0,"color":5,"origin":[21,8,0],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[11,32,16,37],"rotation":90,"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"c99d9e4e-9f4c-79ba-2e5c-e615a105e1fe"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1.5987211554602254e-14,-3.8902214782865485e-13,24.999999999999993],"to":[1.5987211554602254e-14,15.99999999999963,29.999999999999986],"autouv":0,"color":9,"rotation":[0,90,135.000000000001],"origin":[0,8,6],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[11,16,16,32],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"e41fe602-69ba-d942-e4f7-0691232714e7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1.5987211554602254e-14,-3.8902214782865485e-13,24.999999999999993],"to":[1.5987211554602254e-14,15.99999999999963,29.999999999999986],"autouv":0,"color":9,"rotation":[0,89.99999790869022,45.00000000000104],"origin":[0,8,6],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[11,16,16,32],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"1e06cbd3-cc94-8e83-a26e-7038e7116bb6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1.5987211554602254e-14,-3.8902214782865485e-13,24.999999999999993],"to":[1.5987211554602254e-14,15.99999999999963,29.999999999999986],"autouv":0,"color":9,"visibility":false,"rotation":[0,89.99999758516346,9.694588406501987e-13],"origin":[0,8,6],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[11,16,16,32],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"dc770dcc-c2fb-12d2-976d-1afb2ecfeea9"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1.5987211554602254e-14,-3.8902214782865485e-13,24.999999999999993],"to":[1.5987211554602254e-14,15.99999999999963,29.999999999999986],"autouv":0,"color":9,"rotation":[0,89.9999982924527,-134.99999999999915],"origin":[0,8,6],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[11,16,16,32],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"002d8714-ce3b-ad77-0ff1-121f4edc82d7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1.5987211554602254e-14,-3.8902214782865485e-13,24.999999999999993],"to":[1.5987211554602254e-14,15.99999999999963,29.999999999999986],"autouv":0,"color":9,"rotation":[0,89.9999982924527,-134.99999999999915],"origin":[0,8,6],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[15,0,20,16.000000000000004],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"366d029e-4de0-b6de-cf9b-6bf2aed96dc1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1.5987211554602254e-14,-3.8902214782865485e-13,24.999999999999993],"to":[1.5987211554602254e-14,15.99999999999963,29.999999999999986],"autouv":0,"color":9,"rotation":[0,89.99999790869022,-179.99999999999926],"origin":[0,8,6],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[11,16,16,32],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"84d50a84-2858-9763-5934-f231ed9809e5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1.5987211554602254e-14,-3.8902214782865485e-13,24.999999999999993],"to":[1.5987211554602254e-14,15.99999999999963,29.999999999999986],"autouv":0,"color":9,"rotation":[0,89.99999790869022,-89.99999999999902],"origin":[0,8,6],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[11,16,16,32],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"6caf25d0-eb39-fe13-5ffb-43e4f2ffc5eb"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-5.999999999999972,-3.8891112552619234e-13,19.00000037932163],"to":[-5.999999999999972,15.99999999999963,24.000000379321623],"autouv":0,"color":9,"rotation":[0,89.99999637774519,-44.99999999999897],"origin":[0,8,0],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[11,16,16,32],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"ba9eeca6-cd79-5a91-3506-c4c48c1f412c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1.5987211554602254e-14,-3.8902214782865485e-13,12.999999999999993],"to":[1.5987211554602254e-14,15.99999999999963,17.999999999999986],"autouv":0,"color":9,"rotation":[0,89.9999982924527,-134.99999999999915],"origin":[0,8,-6],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[15,0,20,16.000000000000004],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"b687339f-2891-9b78-3feb-04d86a470c79"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1.5987211554602254e-14,-3.8902214782865485e-13,12.999999999999993],"to":[1.5987211554602254e-14,15.99999999999963,17.999999999999986],"autouv":0,"color":9,"rotation":[0,89.99999790869022,-179.99999999999926],"origin":[0,8,-6],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[15,0,20,16.000000000000004],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"7519d9e5-0e13-ee76-0405-0f33b83c3708"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1.5987211554602254e-14,-3.8902214782865485e-13,12.999999999999993],"to":[1.5987211554602254e-14,15.99999999999963,17.999999999999986],"autouv":0,"color":9,"rotation":[0,90,135.000000000001],"origin":[0,8,-6],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[15,0,20,16.000000000000004],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"a9dfd4cb-d8f7-ef4a-d7a8-c2f2c7173471"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1.5987211554602254e-14,-3.8902214782865485e-13,12.999999999999993],"to":[1.5987211554602254e-14,15.99999999999963,17.999999999999986],"autouv":0,"color":9,"rotation":[0,90,90.0000000000009],"origin":[0,8,-6],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[15,0,20,16.000000000000004],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"cd4ab269-90f2-17e4-2b95-5df95f74da22"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1.5987211554602254e-14,-3.8902214782865485e-13,12.999999999999993],"to":[1.5987211554602254e-14,15.99999999999963,17.999999999999986],"autouv":0,"color":9,"rotation":[0,89.99999790869022,45.00000000000104],"origin":[0,8,-6],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[15,0,20,16.000000000000004],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"181b7b15-0986-aec0-3277-6bf1471f7d1e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1.5987211554602254e-14,-3.8902214782865485e-13,12.999999999999993],"to":[1.5987211554602254e-14,15.99999999999963,17.999999999999986],"autouv":0,"color":9,"rotation":[0,89.99999758516346,9.694588406501987e-13],"origin":[0,8,-6],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[15,0,20,16.000000000000004],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"13744a99-850a-23fe-9ebc-81a3ed73d656"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[6.0000000000000036,-3.8891112552619234e-13,18.99999962067836],"to":[6.0000000000000036,15.99999999999963,23.999999620678352],"autouv":0,"color":9,"rotation":[0,89.99999637774519,-44.99999999999897],"origin":[0,8,0],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[15,0,20,16.000000000000004],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"625a0ff9-29f7-b41c-245c-4b5c2bdbc068"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[1.5987211554602254e-14,-3.8902214782865485e-13,12.999999999999993],"to":[1.5987211554602254e-14,15.99999999999963,17.999999999999986],"autouv":0,"color":9,"rotation":[0,89.99999790869022,-89.99999999999902],"origin":[0,8,-6],"faces":{"north":{"uv":[0,0,0,16.000000000000004],"texture":2},"east":{"uv":[15,0,20,16.000000000000004],"texture":2},"south":{"uv":[0,0,0,16.000000000000004],"texture":2},"west":{"uv":[15,0,20,16.000000000000004],"texture":2},"up":{"uv":[0,0,0,12],"texture":2},"down":{"uv":[0,0,0,12],"texture":2}},"type":"cube","uuid":"b6c155ff-cc4e-e4c6-890e-3ba44fa4e245"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[6,25,-7.1],"to":[9,28,7.1],"autouv":0,"color":5,"origin":[-2,6,-2],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[13,34,16,37],"rotation":90,"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"226783cd-e30c-8075-fdce-6b6875040a45"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-9,25,-7.1],"to":[-6,28,7.1],"autouv":0,"color":5,"origin":[-17,6,-2],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[13,34,16,37],"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"1406327d-facc-5f9f-7616-695fa688fad4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-9,-12,-7.1],"to":[-6,-9,7.1],"autouv":0,"color":5,"origin":[-17,-31,-2],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[13,34,16,37],"rotation":90,"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"9bb91f6b-7c8c-f417-373e-89f45e494049"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[6,-12,-7.1],"to":[9,-9,7.1],"autouv":0,"color":5,"origin":[0,8,0],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[13,34,16,37],"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"389a3547-d0bf-c35a-7739-f5400f87794d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-9,-12,-7.1],"to":[-6,-9,7.1],"autouv":0,"color":5,"rotation":[0,0,-90],"origin":[0,8,-2],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[13,34,16,37],"rotation":90,"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"33703390-92b0-837d-e22a-bca98a26eb4e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[6,-12,-7.1],"to":[9,-9,7.1],"autouv":0,"color":5,"rotation":[0,0,-90],"origin":[0,8,-2],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[13,34,16,37],"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"428c064a-4e7e-1171-7aaa-8691fdef2484"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-9,25,-7.1],"to":[-6,28,7.1],"autouv":0,"color":5,"rotation":[0,0,-90],"origin":[0,8,-2],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[13,34,16,37],"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"4d7e72a5-a440-bc9d-c3d3-00841497994b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[6,25,-7.1],"to":[9,28,7.1],"autouv":0,"color":5,"rotation":[0,0,-90],"origin":[0,8,0],"faces":{"north":{"uv":[11,32,16,37],"texture":2},"east":{"uv":[11,16,16,32],"rotation":90,"texture":2},"south":{"uv":[13,34,16,37],"rotation":90,"texture":2},"west":{"uv":[11,16,16,32],"rotation":90,"texture":2},"up":{"uv":[11,16,16,32],"texture":2},"down":{"uv":[11,16,16,32],"texture":2}},"type":"cube","uuid":"2d72cbf6-83d3-cf9a-420e-9588b137a92a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3.000000000000006,-10,-2],"to":[3,-6,4],"autouv":0,"color":8,"rotation":[0,0,157.5000000000004],"origin":[0,8,1],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"f71e8533-aa0f-ea2a-be94-0d34748e08e1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3.000000000000006,-10,-2],"to":[3,-6,4],"autouv":0,"color":8,"rotation":[0,0,-22.500000000000206],"origin":[0,8,1],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"8cfb86b8-cf8c-9429-6ce9-b5072469eb10"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3.000000000000006,-10,-2],"to":[3,-6,4],"autouv":0,"color":8,"rotation":[0,0,67.50000000000037],"origin":[0,8,1],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"18e880c7-5730-27ab-3266-f37c969aa90f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3.000000000000006,-10,-2],"to":[3,-6,4],"autouv":0,"color":8,"rotation":[0,0,112.5000000000005],"origin":[0,8,1],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"e54b552c-63b2-2dd0-919a-6effd6f2f04a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3.000000000000006,-10,-2],"to":[3,-6,4],"autouv":0,"color":8,"rotation":[0,0,22.50000000000046],"origin":[0,8,1],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"4ffa6b77-5716-c00b-c649-796c06653bec"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3.000000000000006,-10,-2],"to":[3,-6,4],"autouv":0,"color":8,"rotation":[0,0,-67.50000000000031],"origin":[0,8,1],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"5fdc7b3d-f8da-e3dd-16f1-5aa090e421b1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[11,1,-1],"to":[16,15,3],"autouv":0,"color":0,"rotation":[0,0,90.00000000000018],"origin":[0,8,19],"faces":{"north":{"uv":[0,0,3,14],"texture":2},"east":{"uv":[0,0,4,14],"texture":2},"south":{"uv":[2,18,5,32],"texture":2},"west":{"uv":[0,0,4,14],"texture":2},"up":{"uv":[0,0,3,4],"texture":2},"down":{"uv":[0,0,3,4],"texture":2}},"type":"cube","uuid":"e2cb3112-68dc-771b-27c4-2611ecbee4f8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3,5,-4],"to":[3,11,6],"autouv":0,"color":8,"rotation":[0,0,67.5],"origin":[0,8,1],"faces":{"north":{"uv":[0,19,6,25],"texture":2},"east":{"uv":[0,19,10,25],"texture":2},"south":{"uv":[0,19,6,25],"texture":2},"west":{"uv":[0,19,10,25],"texture":2},"up":{"uv":[0,19,6,29],"texture":2},"down":{"uv":[0,19,6,29],"texture":2}},"type":"cube","uuid":"718a479f-b3d8-98a5-8950-2c0b7ccd8203"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3.000000000000006,-10,-2],"to":[3,-6,4],"autouv":0,"color":8,"rotation":[0,0,-157.5000000000004],"origin":[0,8,1],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"0e2f9355-ba8f-4d8d-db23-a2203a53e049"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3.000000000000006,-10,-2],"to":[3,-6,4],"autouv":0,"color":8,"rotation":[0,0,-112.50000000000044],"origin":[0,8,1],"faces":{"north":{"uv":[24,6,30,10],"texture":2},"east":{"uv":[24,6,30,10],"texture":2},"south":{"uv":[24,6,30,10],"texture":2},"west":{"uv":[24,6,30,10],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,0,30,6],"texture":2}},"type":"cube","uuid":"2a494294-d0a6-5e21-5f24-e5a14a3110e6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-4.148050297095269,18.228361402466142,-2],"to":[1.8519497029047312,22.228361402466142,4],"autouv":0,"color":1,"rotation":[0,0,22.5],"origin":[0,11,-1],"faces":{"north":{"uv":[24,19,30,23],"texture":2},"east":{"uv":[24,19,30,23],"texture":2},"south":{"uv":[24,19,30,23],"texture":2},"west":{"uv":[24,19,30,23],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,24,30,30],"texture":2}},"type":"cube","uuid":"5c11c883-2280-302c-563a-9871eafb039a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3,18,-2],"to":[3,22,4],"autouv":0,"color":1,"rotation":[0,0,-22.5],"origin":[0,8,-1],"faces":{"north":{"uv":[24,19,30,23],"texture":2},"east":{"uv":[24,19,30,23],"texture":2},"south":{"uv":[24,19,30,23],"texture":2},"west":{"uv":[24,19,30,23],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,24,30,30],"texture":2}},"type":"cube","uuid":"bc3ae6ee-238b-1092-bd74-9158ffe8579f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3,18,-2],"to":[3,22,4],"autouv":0,"color":1,"rotation":[0,0,-112.50000000000026],"origin":[0,8,-1],"faces":{"north":{"uv":[24,19,30,23],"texture":2},"east":{"uv":[24,19,30,23],"texture":2},"south":{"uv":[24,19,30,23],"texture":2},"west":{"uv":[24,19,30,23],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,24,30,30],"texture":2}},"type":"cube","uuid":"b1a76d0a-d666-563a-7b2f-543a2411fdde"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3,18,-2],"to":[3,22,4],"autouv":0,"color":1,"rotation":[0,0,-67.50000000000004],"origin":[0,8,-1],"faces":{"north":{"uv":[24,19,30,23],"texture":2},"east":{"uv":[24,19,30,23],"texture":2},"south":{"uv":[24,19,30,23],"texture":2},"west":{"uv":[24,19,30,23],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,24,30,30],"texture":2}},"type":"cube","uuid":"af04edce-cdb8-5bee-ba03-4a86d43d52d4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3,18,-2],"to":[3,22,4],"autouv":0,"color":1,"rotation":[0,0,67.50000000000006],"origin":[0,8,-1],"faces":{"north":{"uv":[24,19,30,23],"texture":2},"east":{"uv":[24,19,30,23],"texture":2},"south":{"uv":[24,19,30,23],"texture":2},"west":{"uv":[24,19,30,23],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,24,30,30],"texture":2}},"type":"cube","uuid":"4eecc09c-9d25-a670-61e7-0c7abdba44a8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3,18,-2],"to":[3,22,4],"autouv":0,"color":1,"rotation":[0,0,112.5000000000004],"origin":[0,8,-1],"faces":{"north":{"uv":[24,19,30,23],"texture":2},"east":{"uv":[24,19,30,23],"texture":2},"south":{"uv":[24,19,30,23],"texture":2},"west":{"uv":[24,19,30,23],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,24,30,30],"texture":2}},"type":"cube","uuid":"27ff9af0-acb2-855c-1326-a7697fe05001"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3,18,-2],"to":[3,22,4],"autouv":0,"color":1,"rotation":[0,0,157.49999999999997],"origin":[0,8,-1],"faces":{"north":{"uv":[24,19,30,23],"texture":2},"east":{"uv":[24,19,30,23],"texture":2},"south":{"uv":[24,19,30,23],"texture":2},"west":{"uv":[24,19,30,23],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,24,30,30],"texture":2}},"type":"cube","uuid":"a887f2e7-2266-c395-b402-6d456ce30be1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-3,18,-2],"to":[3,22,4],"autouv":0,"color":1,"rotation":[0,0,-157.49999999999997],"origin":[0,8,-1],"faces":{"north":{"uv":[24,19,30,23],"texture":2},"east":{"uv":[24,19,30,23],"texture":2},"south":{"uv":[24,19,30,23],"texture":2},"west":{"uv":[24,19,30,23],"texture":2},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[24,24,30,30],"texture":2}},"type":"cube","uuid":"b819abcb-dadc-e1d1-2512-bd23b9074e34"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,-3,1],"to":[11,19,1],"autouv":0,"color":7,"rotation":[0,0,22.5],"origin":[0,8,2],"faces":{"north":{"uv":[0,0,22,22],"texture":null},"east":{"uv":[0,0,0,22]},"south":{"uv":[36,7,58,29],"texture":2},"west":{"uv":[0,0,0,22]},"up":{"uv":[0,0,22,0]},"down":{"uv":[0,0,22,0]}},"type":"cube","uuid":"c0a9a659-cd72-0268-193f-3ee6f6ada571"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[-11,-3,1.1000000000000014],"to":[11,19,1.1000000000000014],"autouv":0,"color":7,"rotation":[0,0,-22.5],"origin":[0,8,2],"faces":{"north":{"uv":[0,0,22,22],"texture":null},"east":{"uv":[0,0,0,22]},"south":{"uv":[36,7,58,29],"texture":2},"west":{"uv":[0,0,0,22]},"up":{"uv":[0,0,22,0]},"down":{"uv":[0,0,22,0]}},"type":"cube","uuid":"700e25bb-fb04-ed05-77e9-c8b4d6d66fc1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[11,1,-1],"to":[16,15,3],"autouv":0,"color":0,"rotation":[0,0,135],"origin":[0,8,19],"faces":{"north":{"uv":[0,0,3,14],"texture":2},"east":{"uv":[0,0,4,14],"texture":2},"south":{"uv":[2,18,5,32],"texture":2},"west":{"uv":[0,0,4,14],"texture":2},"up":{"uv":[0,0,3,4],"texture":2},"down":{"uv":[0,0,3,4],"texture":2}},"type":"cube","uuid":"98b2861b-5874-f1bf-a742-28878804b732"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[11,1,-1],"to":[16,15,3],"autouv":0,"color":0,"rotation":[0,0,45.00000000000024],"origin":[0,8,19],"faces":{"north":{"uv":[0,0,3,14],"texture":2},"east":{"uv":[0,0,4,14],"texture":2},"south":{"uv":[2,18,5,32],"texture":2},"west":{"uv":[0,0,4,14],"texture":2},"up":{"uv":[0,0,3,4],"texture":2},"down":{"uv":[0,0,3,4],"texture":2}},"type":"cube","uuid":"8b1aac9f-2379-4de5-892d-52fb86cd712a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[11,1,-1],"to":[16,15,3],"autouv":0,"color":0,"rotation":[0,0,2.2025341169134855e-13],"origin":[0,8,19],"faces":{"north":{"uv":[0,0,3,14],"texture":2},"east":{"uv":[0,0,4,14],"texture":2},"south":{"uv":[2,18,5,32],"texture":2},"west":{"uv":[0,0,4,14],"texture":2},"up":{"uv":[0,0,3,4],"texture":2},"down":{"uv":[0,0,3,4],"texture":2}},"type":"cube","uuid":"bd1f701c-e2ea-1984-0613-9bde959248ee"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[11,1,-1],"to":[16,15,3],"autouv":0,"color":0,"rotation":[0,0,-134.99999999999966],"origin":[0,8,19],"faces":{"north":{"uv":[0,0,3,14],"texture":2},"east":{"uv":[0,0,4,14],"texture":2},"south":{"uv":[2,18,5,32],"texture":2},"west":{"uv":[0,0,4,14],"texture":2},"up":{"uv":[0,0,3,4],"texture":2},"down":{"uv":[0,0,3,4],"texture":2}},"type":"cube","uuid":"bb980a7c-a96c-c664-e72d-7c59a14103ef"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[11,1,-1],"to":[16,15,3],"autouv":0,"color":0,"rotation":[0,0,-179.99999999999991],"origin":[0,8,19],"faces":{"north":{"uv":[0,0,3,14],"texture":2},"east":{"uv":[0,0,4,14],"texture":2},"south":{"uv":[2,18,5,32],"texture":2},"west":{"uv":[0,0,4,14],"texture":2},"up":{"uv":[0,0,3,4],"texture":2},"down":{"uv":[0,0,3,4],"texture":2}},"type":"cube","uuid":"8e001a80-94d6-cc21-8c83-aa8e7b8b1c61"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[11,1,-1],"to":[16,15,3],"autouv":0,"color":0,"rotation":[0,0,-89.9999999999999],"origin":[0,8,19],"faces":{"north":{"uv":[0,0,3,14],"texture":2},"east":{"uv":[0,0,4,14],"texture":2},"south":{"uv":[2,18,5,32],"texture":2},"west":{"uv":[0,0,4,14],"texture":2},"up":{"uv":[0,0,3,4],"texture":2},"down":{"uv":[0,0,3,4],"texture":2}},"type":"cube","uuid":"9bc5da18-d3bd-c4c9-35d8-26ab8da39266"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[11,1,-1],"to":[16,15,3],"autouv":0,"color":0,"rotation":[0,0,-44.999999999999986],"origin":[0,8,19],"faces":{"north":{"uv":[0,0,3,14],"texture":2},"east":{"uv":[0,0,4,14],"texture":2},"south":{"uv":[2,18,5,32],"texture":2},"west":{"uv":[0,0,4,14],"texture":2},"up":{"uv":[0,0,3,4],"texture":2},"down":{"uv":[0,0,3,4],"texture":2}},"type":"cube","uuid":"0e7db1f7-02bc-3972-06bc-35af6073b950"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,0,-5],"to":[35,2,5],"autouv":0,"color":9,"origin":[25,0,0],"faces":{"north":{"uv":[0,45,11,47],"texture":2},"east":{"uv":[0,0,10,2],"texture":2},"south":{"uv":[0,43,11,45],"texture":2},"west":{"uv":[0,0,10,2],"texture":2},"up":{"uv":[0,40,11,50],"texture":2},"down":{"uv":[0,0,11,10],"texture":2}},"type":"cube","uuid":"f7ee2c2b-0181-3ad6-ead9-c92be961a2c6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[14,0,-3],"to":[35,5,3],"autouv":0,"color":9,"visibility":false,"rotation":[0,0,-45],"origin":[28,0,0],"faces":{"north":{"uv":[0,45,21,50],"texture":2},"east":{"uv":[0,0,6,5],"texture":2},"south":{"uv":[0,43,21,48],"texture":2},"west":{"uv":[0,0,6,5],"texture":2},"up":{"uv":[0,40,14,46],"texture":2},"down":{"uv":[0,0,21,6],"texture":2}},"type":"cube","uuid":"163f54d7-fe6a-591b-b37f-dec59edb3e77"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[5.798989873223341,19.798989873223327,-3],"to":[26.798989873223313,24.798989873223327,3],"autouv":0,"color":9,"rotation":[179.9999999999999,-2.240821715503627e-13,-135.00000000000009],"origin":[0,0,0],"faces":{"north":{"uv":[0,44,20.99999999999997,49],"texture":2},"east":{"uv":[0,0,6,5],"texture":2},"south":{"uv":[0,43,21,48],"texture":2},"west":{"uv":[0,0,6,5],"texture":2},"up":{"uv":[0,40,14,46],"texture":2},"down":{"uv":[0,0,21,6],"texture":2}},"type":"cube","uuid":"ad479b7b-41aa-65ab-0b7a-8585e5c000d4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[24,0,-5],"to":[35,2,5],"autouv":0,"color":9,"rotation":[180,-9.422393243835668e-14,180],"origin":[0,0,0],"faces":{"north":{"uv":[0,45,11,47],"texture":2},"east":{"uv":[0,0,10,2],"texture":2},"south":{"uv":[0,43,11,45],"texture":2},"west":{"uv":[0,0,10,2],"texture":2},"up":{"uv":[0,40,11,50],"texture":2},"down":{"uv":[0,0,11,10],"texture":2}},"type":"cube","uuid":"cd88cd7b-3de7-e854-e315-2badf6797c4e"}],"outliner":[{"name":"part","origin":[0,8,-7],"color":0,"uuid":"f7a55769-40bc-e852-71af-5795a0b345bb","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["31d54a77-1cfd-69af-7d56-0ed449268dd9","5d9d275b-4c1a-0fb8-1155-ecdb5278ee65","e41fe602-69ba-d942-e4f7-0691232714e7","dc770dcc-c2fb-12d2-976d-1afb2ecfeea9","1e06cbd3-cc94-8e83-a26e-7038e7116bb6","ba9eeca6-cd79-5a91-3506-c4c48c1f412c","6caf25d0-eb39-fe13-5ffb-43e4f2ffc5eb","84d50a84-2858-9763-5934-f231ed9809e5","366d029e-4de0-b6de-cf9b-6bf2aed96dc1","002d8714-ce3b-ad77-0ff1-121f4edc82d7","b6c155ff-cc4e-e4c6-890e-3ba44fa4e245","625a0ff9-29f7-b41c-245c-4b5c2bdbc068","13744a99-850a-23fe-9ebc-81a3ed73d656","181b7b15-0986-aec0-3277-6bf1471f7d1e","cd4ab269-90f2-17e4-2b95-5df95f74da22","a9dfd4cb-d8f7-ef4a-d7a8-c2f2c7173471","7519d9e5-0e13-ee76-0405-0f33b83c3708","0a82e6b2-4d40-4407-a63e-429529f4f422","c01e8be6-7cf2-46f4-d7f3-beaa756eda7d","b687339f-2891-9b78-3feb-04d86a470c79","4c6b6b07-ca30-3e96-5444-bdc553e84d18","a1789f4a-e51a-0ce1-c26c-7b1bc9f95ef2",{"name":"part2","origin":[0,8,-7],"rotation":[0,0,45],"color":0,"uuid":"0dd9ec51-938d-7380-7b5a-c8d497b934ba","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["519cd171-2611-e707-686f-9fb38d17f6bd","c7138253-93b4-aeb8-dac3-e4ba1f493175","eb883d96-4761-96a0-9065-19ee6436aa29",{"name":"part3","origin":[0,8,-7],"rotation":[0,0,45],"color":0,"uuid":"c482dd87-1f34-b2f7-f745-202566e5dfb7","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["2f051ff7-585a-9907-3496-4a5e1fc5e980",{"name":"part4","origin":[0,8,-7],"rotation":[0,0,45],"color":0,"uuid":"13a30339-6182-ef4d-2173-12e93542073d","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["41267697-ebf5-7211-1424-19efefc4ef9f","1d0d1194-a6ae-e85c-515c-bbccc6412468","2515c7a4-6d8e-cd5e-a4ba-af4e9cb52bda",{"name":"part5","origin":[0,8,-7],"rotation":[0,0,45],"color":0,"uuid":"11d7341f-a1c0-8dc2-af95-f3790e5f8baf","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["4cc1c0f2-1422-238d-1ca1-02c24b39c8ad","a0556f33-c2be-c5c4-a5dc-77fb3f5a76ab","d885aa5a-2ad6-f926-e481-66efad8bd469",{"name":"part6","origin":[0,8,-7],"rotation":[0,0,45],"color":0,"uuid":"90c65ed6-1d0a-d9c1-1eab-83a12cd5123d","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["ba0d66ef-dc33-a50d-6190-7c26e7820c3f","af4d716d-c25d-112c-97b4-1e4198e17fba","75a2fa67-c43c-fc86-023e-d488e9e1c221",{"name":"part7","origin":[0,8,-7],"rotation":[0,0,45],"color":0,"uuid":"1ef04d6a-21c3-eb1a-564e-c886136830d3","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["e8a16d08-887d-29a7-42fa-64f488f28483","ab8c8d42-e547-d9db-7ad9-7993811280ee","cd722f6e-56c0-66e3-ca4c-13a86a6ff114",{"name":"part8","origin":[0,8,-7],"rotation":[0,0,45],"color":0,"uuid":"255d7d7a-6e46-e491-c5f2-631ce02ad3fd","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["9b558fed-ec90-cb58-50bd-914deddaa460","6cc6d494-5c36-1c46-b90b-55f6e46cbea1","bd4f074b-af4c-af17-4e20-580a3d093467","795f977f-f697-13a9-88cc-06d069242698"]}]}]}]}]}]}]}]},{"name":"konkret","origin":[-39,-16,-23],"color":0,"uuid":"a6095600-dde9-284d-af97-c98754a0eb69","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["4c73b6ac-53d7-4625-6cca-3ce775c60686","e9f982dd-d366-309b-e043-a51613e82b7f","74c183f4-6916-92cd-9b76-d813c4568438","44c0b025-b5f4-cac6-0e5f-e8e05fca81f2","58152160-bf35-5b64-d175-1e69c6a7d636","596848d6-42c7-c56b-4652-6f1204bb91c8","db023b3e-88cd-0085-4297-f04777cf5cf5","df6d42fb-8551-4d31-b8bf-21f82a93154b","9ade44d7-ae2e-995c-ce43-d4d86ab1273b","3862c279-9c8f-179c-cef1-57f4f9553da4","889375e4-9ab9-7137-729e-4fe897b98c15","24d48a66-8f47-14d5-cdeb-19b09c1fa6a2","600434d9-a654-1c7e-3f48-567ca7c7413e","b56a156d-1771-af36-c5db-fc45192c27ec","ad2f4113-182b-d009-812a-5cb710c52c8c","a722ae44-39aa-cfcc-bd5d-ca04ebed66f8","2e8f5b97-3123-70b0-164b-1039382d8535","6cf40bcf-e4a5-5880-ea4e-6de7cf5c25cd","f433da53-d6cf-376c-ac5f-f2efbc26627b","8e5bdcdb-1369-b2fb-1d1c-3453e1df59f3","c8690f40-201e-27cb-fdef-fa1d8653ec86"]},{"name":"bone","origin":[0,8,0],"color":0,"uuid":"8a4413b5-970b-1cff-0239-40869f1b1833","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["226783cd-e30c-8075-fdce-6b6875040a45","1406327d-facc-5f9f-7616-695fa688fad4","389a3547-d0bf-c35a-7739-f5400f87794d","9bb91f6b-7c8c-f417-373e-89f45e494049","2d72cbf6-83d3-cf9a-420e-9588b137a92a","4d7e72a5-a440-bc9d-c3d3-00841497994b","428c064a-4e7e-1171-7aaa-8691fdef2484","33703390-92b0-837d-e22a-bca98a26eb4e","34ff1c47-bd69-8d29-2408-1fc4cadb0e3f","c99d9e4e-9f4c-79ba-2e5c-e615a105e1fe","20914bf8-2432-67c8-d78b-a42abe1d07d8","a2eb42d8-4206-1968-f880-aa000bfdf0d1","b9374ad3-51f9-b3b2-498e-b0994a890f82","ce853d73-1b52-59c1-3fcc-b292883b2f41","40288fd4-f4b7-2b84-0597-4024bd4ea029","3b1130a8-de9d-22d1-52ed-cb0a608fa0e9","5bdec1af-788f-fcde-f64c-76206f7fee70","f7dc5767-8807-a7f3-5c91-3cbcaa4fab22","1d46ce7d-a372-0806-3800-3d29bd42509d","5377e1d3-086b-b995-e143-fc1425d0e08e","309d77fe-a341-d6c0-4751-ac30ec97c7ce","5c292161-7a7a-b57b-9d35-03c9b79eb457","36f7d8fd-141e-9798-9360-92d45e1fa287","8390d830-d313-0f45-4d28-b8ed1fdb2ca4","c0d6efda-9f54-6062-f3bd-5a18327311b8","8a08db08-e1e6-6aa1-1229-cf861382a486","240dea27-1ebe-c23e-ddf7-ce95ffcf2997","8b2c65db-8c6c-7919-e669-e94ff50b7a7f","d9899c5f-e85c-7914-80ea-cc72a63eafa1","4469d003-8179-32f6-c177-5d724ff66550","c17d7f0a-a62b-75f8-46c3-f681c49bb726","c65affc4-39bd-2047-8d03-22e3eb2a20cb"]},{"name":"rotor","origin":[0,8,24],"rotation":[0,0,-22.5],"color":0,"uuid":"9d77316a-094f-0610-95cd-91017bd5c350","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["d2b5d6a2-c5ed-b631-6614-b9c077ff09dd","718a479f-b3d8-98a5-8950-2c0b7ccd8203","e2cb3112-68dc-771b-27c4-2611ecbee4f8","98b2861b-5874-f1bf-a742-28878804b732","bd1f701c-e2ea-1984-0613-9bde959248ee","8b1aac9f-2379-4de5-892d-52fb86cd712a","0e7db1f7-02bc-3972-06bc-35af6073b950","9bc5da18-d3bd-c4c9-35d8-26ab8da39266","8e001a80-94d6-cc21-8c83-aa8e7b8b1c61","bb980a7c-a96c-c664-e72d-7c59a14103ef","f71e8533-aa0f-ea2a-be94-0d34748e08e1","8cfb86b8-cf8c-9429-6ce9-b5072469eb10","18e880c7-5730-27ab-3266-f37c969aa90f","2a494294-d0a6-5e21-5f24-e5a14a3110e6","5fdc7b3d-f8da-e3dd-16f1-5aa090e421b1","4ffa6b77-5716-c00b-c649-796c06653bec","e54b552c-63b2-2dd0-919a-6effd6f2f04a","0e2f9355-ba8f-4d8d-db23-a2203a53e049","5c11c883-2280-302c-563a-9871eafb039a","bc3ae6ee-238b-1092-bd74-9158ffe8579f","af04edce-cdb8-5bee-ba03-4a86d43d52d4","b1a76d0a-d666-563a-7b2f-543a2411fdde","b819abcb-dadc-e1d1-2512-bd23b9074e34","a887f2e7-2266-c395-b402-6d456ce30be1","27ff9af0-acb2-855c-1326-a7697fe05001","4eecc09c-9d25-a670-61e7-0c7abdba44a8","c0a9a659-cd72-0268-193f-3ee6f6ada571","700e25bb-fb04-ed05-77e9-c8b4d6d66fc1"]},"f7ee2c2b-0181-3ad6-ead9-c92be961a2c6","163f54d7-fe6a-591b-b37f-dec59edb3e77","cd88cd7b-3de7-e854-e315-2badf6797c4e","ad479b7b-41aa-65ab-0b7a-8585e5c000d4"],"textures":[{"path":"C:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\src\\main\\resources\\assets\\tfmg\\textures\\block\\shaft.png","name":"shaft.png","folder":"","namespace":"","id":"0","group":"","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"use_as_default":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"ba9d27e5-ed45-99ec-76b7-f72431add4eb","relative_path":"../../../textures/block/shaft.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAALpJREFUOE9jZMABomKj/ssrKjJ8//6V4dWLVwzLFi9jxKYUqyBIYVJa0n8+fj4GTk5uhpcvnjPMmzWPdAPYOdgZJCWlGR7cv0e6AZl5mf9BLhEQEGJ4eP8+6V4AGcDOzs4gJCRCngtAYQDzwvPnTxmmT5pOWhgge+HDh3ekG4AcC2QZAEoHYhJi4DAgywuwhMTJyUl+IIpLSDKADLhx7Rrp0QgKA5gBZCckUCICAbKSMlUSEkWZidjsDACdInYRyxAALgAAAABJRU5ErkJggg=="},{"path":"C:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\src\\main\\resources\\assets\\tfmg\\textures\\block\\shaft_top.png","name":"shaft_top.png","folder":"","namespace":"","id":"1","group":"","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"use_as_default":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"93917070-2c14-3813-e04f-a6194c0b5abd","relative_path":"../../../textures/block/shaft_top.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAGRJREFUOE9jZKAQMFKon2HUAAbcYZCUlvRfXEKS4fv3rwyfPn5imDdrHtbwwhmIlXXV/8UkxBg+f/zM8P37d4b2plbSDCgoLfgvJCQC1gxyxYTuCaQZQLEXiE1gowkJT0IiNhABDy8oEaP4AzUAAAAASUVORK5CYII="},{"path":"C:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\src\\main\\resources\\assets\\tfmg\\textures\\block\\new_generator.png","name":"new_generator.png","folder":"","namespace":"","id":"2","group":"","width":64,"height":64,"uv_width":64,"uv_height":64,"particle":false,"use_as_default":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"4ea88bf0-809d-f0d9-3fee-ad53e14f919f","relative_path":"../../../textures/block/new_generator.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAABoxJREFUeF7tWm9MW1UUP3VrsSXrGqnIn1VYYCvjX0gGuAlIh8wPJkYXTVSSsTFD/OBMtkCUGJcswRg0kC1xfjDEsbFk+sVs34cTA+oCLCH8tRtkMFaKWFwpK5Wy5Zlz8ZbXjr6++/pe/yS9X/revefc9+7vnvO755xX1f79Zdw2tQawaZKSwGhMJde0ORyL4F1bI7dP1r1w+/agyk8gxE3jvjIuZYcGjDo1kXSsrsPSihc6J9nmYXkmi6wKATBl5xAdtUYDmZkZYLPNk3t6ve71kvu5mWk/APjgBQOopbyCO16VBeZ3C2DRugAPh5fgUt8stA38xgQky6JYZH0A4OL4loCT8HceQdoKAOy//tOPqrfefo8LHMc52i0W7ugHRXDqhgs87jW49mkRdHxyA5p7e2MDgPIDFVzO3ly4Mz4R1Lxxp/cW5MP0nSkYuLW5c1T3h+7Lqvfrj3GB4xSApq8Pw5GvRkGbnATnD+vhyvejYQHQea6Ns1QdgrHJSXA4FqDxdItkMFVyAEBNbisAlHCBEw113Bs1r8GYdRTu2exwsetqeAC8XFkFfb/8LOgCVYdehd/7+5gtQAkS/OjDeq4kLx9mbffh4coj+Pa7bukAVFbXcKVl5TBzb4ZsZPbu7KDXQ4MD0P/rTd/DqO759jbVqeYWLnAc5+MDkGvUwZRjlZwE4ZBg88kGruKlamIBy85/oP1CV3gA1NbWgvWuFR6vc1CQnwfjE38SMOj1drUKzHvM0NPT8xQAqOtcdoFhp/6pcZzj+juvcwffzIFUcxqZk54EeR3SzRYBMOeYYWHp79gHQAkLaP28iSs0FxECRBDOfNERngWgCwSe/fw4gF5LcQElLCBuSVAuDpCVBJU+BpWwAFlJUA4AhAIhJThAVhKkuYBSofDZ1i+5HQY96JOTySngcrthxemCs2c+k0xcspIgPxkSigOkJkMd31zg+nr7SRiMDfOBKkslNH18UjIAspKg0ulw58Uu7mZvL7yQmk4A+GvRDjUWCzSeaJAMgKwkiADgiwllgjiOdQC+LNYGaL9Q+hkKgM5zbbY/RkYytJrtoFVvI1PtNDxHYnyhPpTBKJBY1foT8Hgfw+7MdFF9B4uL5xtPt2Siri8dRhPFXcKIDhtGd7hbaLI0zaXugrL8fiEAQrnAtSuXbGPW0Yy1fz2Q9KyWTJWW8jwJcIT6qAzKUzmxfYXmovkjR49vAEBPAQx1tyIrDJFplkdlESgEZ6vsLxCMUCR4d2jANjY5kYFRndGYRqI7/MUm1BdqXGiewn3583tKyyMHAFqTKWsXOQnGJ6zEyugpEHUXwIwO64BCLoB1QcwCqSzNGGm/kAtgoQQtBgEgJ8nsA2I9GDsI6QmNyUqCuChTlolke8FcYG52zgcAylIXoP2RBkDWYxBrebgAIQvAcVr3w2t+zQD7Iw2ArIEQAoCLF7IAZHwKAAWKnhChAEASRA4oyDeTKBBdgM8BUtxA1lA4EgDIHQrLmgwp7QKh4gApFhBXJBgqEpQCgKwkqPQxqAQAspKg0pGgEi4gKwkqDUCoUFiKC8hKgvwER4lkSMoCQ+nISoJKp8OhFiNlXFYSZHkBKfUAlvnFysr6cVTsQ1FOSj2AZf5oyDJlZHzCHB4e2cjuZqbJL+s/R6Kx2K2eyQQAv4BaUlJMvieKrQyJWTAHUyQxi2RjBgBfDv8VQhMofsUo3BdHAFSQy/ROWG/gP5e1zsD0MPogpbggrgBAMLCSLLY6LMY64gYAMYuRIhMVAMpKD3A6nY7pfR1LDtBpdSBFb3x8JKjbRQWA6ldqOJ1OAy+mp4PL44Fd6RtfcGhzOZ2gNxjggd0Oeq0W7tvt4HA4yeKl6A0O3Yo9ANSaZ8h6k5OTQafVkoX6APB4yOWqxwNut5tcLzsfEQCk6MUkALiTBoPBt3DccWx09/GX3Hs84HQ6/SyAVS8mAcCdpLtPd17ICvgWwKoXswDkmExkh3HhaAF096kl0LHpuTk/F2DVi0kA0AXwn+LYkAOwUQvAhVMOwF/8/zCfBFn1YhKAQBegVkB3n/o/JcJgLiBGL2YBoKcA3wooH+DCsdFTwG5fBGOK0e8UEKsXKg6oq2/dPINFXF3tvuwnVVd/TITWpogKAyEWjVXP6v+uwhY8Ub2YA4Bl8UrLYiQYcQtQelEs8ycAiJd6AMuusshGJRlieUGlZRMAJFwgTmqCSrlCwgUSLpBwgfj4LpDgAIUQSJBgFEjwPyhS9djEerUJAAAAAElFTkSuQmCC"},{"path":"C:\\Users\\adamn\\Documents\\minecraft\\mods\\Create-The_Factory_Must_Grow\\src\\main\\resources\\assets\\tfmg\\textures\\block\\concrete.png","name":"concrete.png","folder":"","namespace":"","id":"3","group":"","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"use_as_default":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"89706d09-7904-4d0e-658c-30d1a2823028","relative_path":"../../../textures/block/concrete.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAepJREFUOE9NU4tu4jAQnPUjgZNQP7wHpJyK4DuvXBPH661mHdBZoETOPmZnZuVymUwkotaCcRyhTRFDRlNFiIKUElpr/g8hQERQSoEAMAAyTScbhgFAwLqu+P88g0KAf2OymfmTBXnkdDrZswuf7MJgM/X3FLMHaquIMb8QABui6/Vq7MSTh4RSak+oFSlHmIknsZh33FAQieoK+fg4Gzty/j5fxW6384+11g7VDOPuF0QMdVXEFKBqjlLu97upqifzxMhuyWdlYRayxvuIEKOTylgWdz5ut5tRAV6wc0qDf+B5PP6+mCfJw0COuiqMeRXgxePxwNvbwRN7UMU8zy7rOOwdPu+JhDLye84Zcp6OxgCyylGeXLD6six+ZzAESZ7gBGuXO3Cc4/HdOBNJQfAfchogAVjKgpySF8l5cBlpMG30RMCyrJDPzz/Ehla7zoTIhK5M3gwTsN/vMX9/I+Xc5dvMJJfL2Vj96+sfDoeDk0YPNFNPZkHiSqnb+Gn7pyPlfP5t40jd1RGwM4OZTBI5N9/pSO5G4N6o9hjKfzy9mzVzCek6kslgJq21eOHuj/hyJFFSdkfEbaRRyjZzDyTsfkqZvUh3pzmpdAl5YBOZpqOR0e5xri8NM7xGUK1oim0vuEDZY/qCKX4AeNFgnuAyVMoAAAAASUVORK5CYII="}],"animations":[{"uuid":"a65e991e-04cc-14b4-6151-8a1665830373","name":"animation","loop":"loop","override":false,"length":0.5,"snapping":24,"selected":false,"anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"9d77316a-094f-0610-95cd-91017bd5c350":{"name":"rotor","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0","y":"0","z":"0"}],"uuid":"7a30d2a2-2e45-2af2-b479-738c756659d5","time":0,"color":-1,"interpolation":"linear"},{"channel":"rotation","data_points":[{"x":0,"y":0,"z":"360"}],"uuid":"473e4d61-678f-911a-cf28-2222454e4496","time":0.5,"color":-1,"interpolation":"linear"}]}}}]} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_cable_hub.json b/build/resources/main/assets/tfmg/models/block/steel_cable_hub.json deleted file mode 100644 index 8eb0e830..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_casing.json b/build/resources/main/assets/tfmg/models/block/steel_casing.json deleted file mode 100644 index fd90632b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_chemical_vat/block_bottom.json b/build/resources/main/assets/tfmg/models/block/steel_chemical_vat/block_bottom.json deleted file mode 100644 index b069fd14..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_chemical_vat/block_bottom.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/steel_vat_top", - "1": "tfmg:block/steel_vat", - "particle": "tfmg:block/steel_vat" - }, - "elements": [ - { - "name": "Lid", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "north"}, - "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": "#0"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [16, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "north"}, - "south": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "north"} - } - }, - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "east"}, - "west": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "east"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 15], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [1, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 0, 16, 12], "texture": "#1", "cullface": "west"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_sw.json b/build/resources/main/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_sw.json deleted file mode 100644 index 4abc2dd6..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_chemical_vat/block_bottom_window_sw.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "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, 5], - "to": [1, 16, 16], - "faces": { - "north": {"uv": [12, 0, 13, 12], "texture": "#1"}, - "east": {"uv": [0, 0, 12, 12], "texture": "#1"}, - "west": {"uv": [5, 0, 16, 12], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [11, 4, 15], - "to": [16, 16, 15], - "faces": { - "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, 5], - "faces": { - "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": [11, 16, 16], - "faces": { - "north": {"uv": [4, 0, 16, 12], "texture": "#1"}, - "east": {"uv": [3, 0, 4, 12], "texture": "#1"}, - "south": {"uv": [0, 0, 11, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [39, 8, 8]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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": "#0"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_nw.json b/build/resources/main/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_nw.json deleted file mode 100644 index aff9ca04..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_chemical_vat/block_middle_window_nw.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/steel_vat", - "3": "tfmg:block/steel_vat_window", - "particle": "tfmg:block/steel_vat" - }, - "elements": [ - { - "name": "SideRight", - "from": [0, 0, 0], - "to": [11, 16, 1], - "faces": { - "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, 11], - "to": [1, 16, 16], - "faces": { - "east": {"uv": [7.5, 0, 10, 8], "texture": "#3"}, - "west": {"uv": [5, 0, 7.5, 8], "texture": "#3"} - } - }, - { - "name": "Window", - "from": [11, 0, 1], - "to": [16, 16, 1], - "faces": { - "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, 11], - "faces": { - "east": {"uv": [4, 0, 16, 16], "texture": "#1"}, - "south": {"uv": [3, 0, 4, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 11, 16], "texture": "#1"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_chemical_vat/block_single.json b/build/resources/main/assets/tfmg/models/block/steel_chemical_vat/block_single.json deleted file mode 100644 index 1cadf699..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_chemical_vat/block_single.json +++ /dev/null @@ -1,126 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/steel_vat", - "4": "tfmg:block/steel_vat_top", - "particle": "tfmg:block/steel_vat" - }, - "elements": [ - { - "name": "Lid", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "down"} - } - }, - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "east"}, - "west": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "east"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 15], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "west"} - } - }, - { - "name": "Lid", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "north"}, - "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": "#4", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "north"}, - "south": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "north"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [] - }, - { - "name": "block_middle", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [] - } - ] - }, - { - "name": "block_bottom", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3] - } - ] - }, - { - "name": "block_top", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [4, 5] - } - ] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_chemical_vat/block_top_window_se.json b/build/resources/main/assets/tfmg/models/block/steel_chemical_vat/block_top_window_se.json deleted file mode 100644 index 9a91d2ea..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_chemical_vat/block_top_window_se.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "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": [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": [5, 4, 16, 16], "texture": "#1"}, - "west": {"uv": [12, 4, 13, 16], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [15, 0, 0], - "to": [15, 12, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "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": [5, 12, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [0, 0, 2.5, 6], "texture": "#3"}, - "south": {"uv": [2.5, 0, 5, 6], "texture": "#3"} - } - }, - { - "name": "SideLeft", - "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, 11, 16], "texture": "#1"}, - "west": {"uv": [4, 4, 16, 16], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "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": "#4", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_distillation_output/block.json b/build/resources/main/assets/tfmg/models/block/steel_distillation_output/block.json deleted file mode 100644 index 05a2f904..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_distillation_output/block.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/distillation_controller_top", - "1": "tfmg:block/distillation_tower_output", - "particle": "tfmg:block/distillation_controller_top" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_distillation_output/item.json b/build/resources/main/assets/tfmg/models/block/steel_distillation_output/item.json deleted file mode 100644 index 05a2f904..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_distillation_output/item.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/distillation_controller_top", - "1": "tfmg:block/distillation_tower_output", - "particle": "tfmg:block/distillation_controller_top" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_door/block_top.json b/build/resources/main/assets/tfmg/models/block/steel_door/block_top.json deleted file mode 100644 index e570ecb4..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_door/block_top.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/steel_door_side", - "2": "tfmg:block/steel_door_top", - "particle": "tfmg:block/steel_casing" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [3, 16, 16], - "faces": { - "north": {"uv": [0, 4, 16, 7], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "south": {"uv": [0, 4, 16, 7], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "up": {"uv": [0, 0, 16, 3], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_door/fold_right.json b/build/resources/main/assets/tfmg/models/block/steel_door/fold_right.json deleted file mode 100644 index 7b7863a7..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_door/fold_right.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/steel_door_side", - "2": "tfmg:block/steel_door_top", - "3": "tfmg:block/steel_door_bottom", - "particle": "tfmg:block/steel_casing" - }, - "elements": [ - { - "from": [0, 16, 0], - "to": [3, 32, 8], - "faces": { - "north": {"uv": [0, 4, 16, 7], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 8, 16], "texture": "#2"}, - "south": {"uv": [0, 4, 16, 7], "rotation": 90, "texture": "#0"}, - "west": {"uv": [8, 0, 16, 16], "texture": "#2"}, - "up": {"uv": [8, 0, 16, 3], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [0, 0, 0], - "to": [3, 16, 8], - "faces": { - "north": {"uv": [16, 4, 0, 7], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 8, 16], "texture": "#3"}, - "south": {"uv": [16, 4, 0, 7], "rotation": 90, "texture": "#0"}, - "west": {"uv": [8, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [8, 8, 16, 11], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel.json b/build/resources/main/assets/tfmg/models/block/steel_encased_large_aluminum_cogwheel.json deleted file mode 100644 index fb5f7cb2..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_encased_large_steel_cogwheel_bottom.json b/build/resources/main/assets/tfmg/models/block/steel_encased_large_steel_cogwheel_bottom.json deleted file mode 100644 index ca56f7a9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_encased_steel_cogwheel.json b/build/resources/main/assets/tfmg/models/block/steel_encased_steel_cogwheel.json deleted file mode 100644 index bd6c0ad0..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_encased_steel_cogwheel_bottom.json b/build/resources/main/assets/tfmg/models/block/steel_encased_steel_cogwheel_bottom.json deleted file mode 100644 index 01b81768..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_bottom_window_ne.json b/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_bottom_window_ne.json deleted file mode 100644 index cdf22357..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_bottom_window_ne.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "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" - }, - "elements": [ - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 16, 12], - "faces": { - "east": {"uv": [4, 0, 16, 12], "texture": "#1"}, - "south": {"uv": [12, 0, 13, 12], "texture": "#1"}, - "west": {"uv": [0, 0, 12, 12], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [0, 4, 1], - "to": [4, 16, 1], - "faces": { - "north": {"uv": [0, 4, 4, 16], "texture": "#3"}, - "south": {"uv": [4, 4, 8, 16], "texture": "#3"} - } - }, - { - "name": "Window", - "from": [15, 4, 12], - "to": [15, 16, 16], - "faces": { - "east": {"uv": [4, 4, 8, 16], "texture": "#3"}, - "west": {"uv": [0, 4, 4, 16], "texture": "#3"} - } - }, - { - "name": "SideLeft", - "from": [4, 4, 0], - "to": [16, 16, 1], - "faces": { - "north": {"uv": [0, 0, 12, 12], "texture": "#1"}, - "south": {"uv": [4, 0, 16, 12], "texture": "#1"}, - "west": {"uv": [3, 0, 4, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-23, 8, 8]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_bottom_window_sw.json b/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_bottom_window_sw.json deleted file mode 100644 index 82b80793..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_bottom_window_sw.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "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" - }, - "elements": [ - { - "name": "SideRight", - "from": [0, 4, 4], - "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"} - } - }, - { - "name": "Window", - "from": [12, 4, 15], - "to": [16, 16, 15], - "faces": { - "north": {"uv": [4, 4, 8, 16], "texture": "#3"}, - "south": {"uv": [0, 4, 4, 16], "texture": "#3"} - } - }, - { - "name": "Window", - "from": [1, 4, 0], - "to": [1, 16, 4], - "faces": { - "east": {"uv": [0, 4, 4, 16], "texture": "#3"}, - "west": {"uv": [4, 4, 8, 16], "texture": "#3"} - } - }, - { - "name": "SideLeft", - "from": [0, 4, 15], - "to": [12, 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"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [39, 8, 8]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_middle_window_nw.json b/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_middle_window_nw.json deleted file mode 100644 index f0a70435..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_middle_window_nw.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "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" - }, - "elements": [ - { - "name": "SideRight", - "from": [0, 0, 0], - "to": [12, 16, 1], - "faces": { - "north": {"uv": [4, 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], - "to": [1, 16, 16], - "faces": { - "east": {"uv": [12, 0, 16, 16], "texture": "#3"}, - "west": {"uv": [8, 0, 12, 16], "texture": "#3"} - } - }, - { - "name": "Window", - "from": [12, 0, 1], - "to": [16, 16, 1], - "faces": { - "north": {"uv": [12, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 16], "texture": "#3"} - } - }, - { - "name": "SideLeft", - "from": [0, 0, 0], - "to": [1, 16, 12], - "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"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "children": [0, 1, 2, 3] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_single.json b/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_single.json deleted file mode 100644 index e0454ab4..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_single.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "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" - }, - "elements": [ - { - "name": "Lid", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - }, - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "east"}, - "west": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "east"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 15], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "east": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "west"} - } - }, - { - "name": "Lid", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "north"}, - "south": {"uv": [0, 4, 16, 12], "texture": "#1", "cullface": "north"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [] - }, - { - "name": "block_middle", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [] - } - ] - }, - { - "name": "block_bottom", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3] - } - ] - }, - { - "name": "block_top", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [4, 5] - } - ] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_single_window.json b/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_single_window.json deleted file mode 100644 index 288c27a3..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_single_window.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "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" - }, - "elements": [ - { - "name": "Lid", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 0], - "to": [4, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [12, 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"} - } - }, - { - "name": "SideRight", - "from": [15, 4, 0], - "to": [16, 12, 4], - "faces": { - "east": {"uv": [12, 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], - "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"}, - "west": {"uv": [12, 4, 13, 12], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideRight", - "from": [0, 4, 12], - "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"} - } - }, - { - "name": "Window", - "from": [4, 4, 1], - "to": [12, 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"} - } - }, - { - "name": "Window", - "from": [15, 4, 4], - "to": [15, 12, 12], - "faces": { - "east": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "east"}, - "west": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "east"} - } - }, - { - "name": "Window", - "from": [4, 4, 15], - "to": [12, 12, 15], - "faces": { - "north": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "south"}, - "south": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "south"} - } - }, - { - "name": "Window", - "from": [1, 4, 4], - "to": [1, 12, 12], - "faces": { - "east": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "west"}, - "west": {"uv": [0, 0, 8, 8], "texture": "#5", "cullface": "west"} - } - }, - { - "name": "SideLeft", - "from": [12, 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"}, - "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], - "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"}, - "west": {"uv": [12, 4, 16, 12], "texture": "#1", "cullface": "east"} - } - }, - { - "name": "SideLeft", - "from": [0, 4, 15], - "to": [4, 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"} - } - }, - { - "name": "SideLeft", - "from": [0, 4, 0], - "to": [1, 12, 4], - "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"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_single_window_se.json b/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_single_window_se.json deleted file mode 100644 index 7b9860dc..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_single_window_se.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "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" - }, - "elements": [ - { - "name": "SideRight", - "from": [4, 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"}, - "west": {"uv": [12, 4, 13, 12], "texture": "#1"} - } - }, - { - "name": "Window", - "from": [15, 4, 0], - "to": [15, 12, 4], - "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"} - } - }, - { - "name": "Window", - "from": [0, 4, 15], - "to": [4, 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"} - } - }, - { - "name": "SideLeft", - "from": [15, 4, 4], - "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"}, - "west": {"uv": [4, 4, 16, 12], "texture": "#1"} - } - }, - { - "name": "Bottom", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "Bottom", - "from": [0, 0, 0], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 12, 16, 16], "texture": "#1"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - }, - { - "name": "block_bottom_centered_window", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [5] - } - ] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_top.json b/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_top.json deleted file mode 100644 index 95c767c1..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_fluid_tank/block_top.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "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" - }, - "elements": [ - { - "name": "Lid", - "from": [0, 12, 0], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#1", "cullface": "north"}, - "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"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - }, - { - "name": "SideRight", - "from": [0, 0, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -23]}, - "faces": { - "north": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "north"}, - "south": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "north"} - } - }, - { - "name": "SideRight", - "from": [15, 0, 0], - "to": [16, 12, 16], - "faces": { - "east": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "east"}, - "west": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "east"} - } - }, - { - "name": "SideRight", - "from": [0, 0, 15], - "to": [16, 12, 16], - "faces": { - "north": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "south"}, - "south": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "south"} - } - }, - { - "name": "SideRight", - "from": [0, 0, 0], - "to": [1, 12, 16], - "faces": { - "east": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "west"}, - "west": {"uv": [0, 4, 16, 16], "texture": "#1", "cullface": "west"} - } - } - ], - "groups": [ - { - "name": "tank", - "origin": [8, 8, -23], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_fluid_valve/block_vertical_open.json b/build/resources/main/assets/tfmg/models/block/steel_fluid_valve/block_vertical_open.json deleted file mode 100644 index 173a4136..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_fluid_valve/block_vertical_open.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "credit": "Made with Blockbench", - "render_type": "minecraft:cutout", - "textures": { - "2": "tfmg:block/steel_fluid_valve", - "4": "tfmg:block/steel_valve_open", - "particle": "tfmg:block/steel_block" - }, - "elements": [ - { - "name": "ValveCenter", - "from": [2, 2, 2], - "to": [14, 14, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [24, 11, 11]}, - "faces": { - "north": {"uv": [1, 1, 7, 7], "texture": "#2"}, - "east": {"uv": [1, 9, 7, 15], "rotation": 90, "texture": "#2"}, - "south": {"uv": [1, 1, 7, 7], "texture": "#2"}, - "west": {"uv": [1, 9, 7, 15], "rotation": 90, "texture": "#2"}, - "up": {"uv": [9, 1, 15, 7], "texture": "#2"}, - "down": {"uv": [9, 1, 15, 7], "texture": "#2"} - } - }, - { - "name": "ValveCenter", - "from": [2, 2, 3], - "to": [14, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [24, 11, 12]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#4"}, - "east": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "west": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "up": {"uv": [7.5, 1, 8, 7], "rotation": 90, "texture": "#2"}, - "down": {"uv": [7.5, 1, 8, 7], "rotation": 90, "texture": "#2"} - } - }, - { - "name": "ValveCenter", - "from": [2, 2, 14], - "to": [14, 14, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13.5]}, - "faces": { - "east": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#4"}, - "west": {"uv": [7.5, 1, 8, 7], "texture": "#2"}, - "up": {"uv": [7.5, 1, 8, 7], "rotation": 270, "texture": "#2"}, - "down": {"uv": [7.5, 1, 8, 7], "rotation": 270, "texture": "#2"} - } - }, - { - "from": [0, 3, 3], - "to": [2, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8.5, 6.5], "texture": "#2"}, - "south": {"uv": [8.5, 1.5, 7.5, 6.5], "texture": "#2"}, - "west": {"uv": [1.5, 9.5, 6.5, 14.5], "texture": "#2"}, - "up": {"uv": [8.5, 1.5, 7.5, 6.5], "texture": "#2"}, - "down": {"uv": [8.5, 1.5, 7.5, 6.5], "texture": "#2"} - } - }, - { - "from": [14, 3, 3], - "to": [16, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8.5, 6.5], "texture": "#2"}, - "east": {"uv": [6.5, 9.5, 1.5, 14.5], "texture": "#2"}, - "south": {"uv": [8.5, 1.5, 7.5, 6.5], "texture": "#2"}, - "up": {"uv": [8.5, 1.5, 7.5, 6.5], "texture": "#2"}, - "down": {"uv": [8.5, 1.5, 7.5, 6.5], "texture": "#2"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_flywheel/block.json b/build/resources/main/assets/tfmg/models/block/steel_flywheel/block.json deleted file mode 100644 index cf36372c..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_flywheel/block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "tfmg:block/steel_flywheel/flywheel", - "loader": "neoforge:obj", - "flip-v": true, - "model": "create:models/block/flywheel/flywheel_shaftless.obj" -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_mechanical_pump/block.json b/build/resources/main/assets/tfmg/models/block/steel_mechanical_pump/block.json deleted file mode 100644 index 5876a65e..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_mechanical_pump/block.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "create:block/block", - "textures": { - "4": "tfmg:block/steel_pump", - "particle": "tfmg:block/steel_pump" - }, - "elements": [ - { - "from": [2, 13, 2], - "to": [14, 16, 14], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 14.5, 8]}, - "faces": { - "north": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "east": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "south": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "west": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 6, 6], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 6, 6], "texture": "#4"} - } - }, - { - "from": [2, 0, 2], - "to": [14, 3, 14], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 1.5, 8]}, - "faces": { - "north": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "east": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "south": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "west": {"uv": [8, 0, 6.5, 6], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 6, 6], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 6, 6], "texture": "#4"} - } - } - ], - "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/build/resources/main/assets/tfmg/models/block/steel_pipe/connection/north.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/connection/north.json deleted file mode 100644 index 23f2b4ff..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_pipe/connection/north.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/steel_pipes", - "particle": "tfmg:block/steel_pipes" - }, - "elements": [ - { - "name": "connection_north", - "from": [4, 4, 0], - "to": [12, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, - "faces": { - "east": {"uv": [0, 0, 4, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 2, 4, 0], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 4, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_pipe/connection/up.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/connection/up.json deleted file mode 100644 index dd8ff667..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_pipe/connection/up.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/steel_pipes", - "particle": "tfmg:block/steel_pipes" - }, - "elements": [ - { - "name": "connection_up", - "from": [4, 12, 4], - "to": [12, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#0"}, - "east": {"uv": [0, 0, 4, 2], "texture": "#0"}, - "south": {"uv": [4, 0, 0, 2], "texture": "#0"}, - "west": {"uv": [4, 0, 0, 2], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_pipe/d_y.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/d_y.json deleted file mode 100644 index 79254d06..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_pipe/drain/down.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/drain/down.json deleted file mode 100644 index f89880ba..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_pipe/drain/down.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/steel_pipes", - "particle": "tfmg:block/steel_pipes" - }, - "elements": [ - { - "from": [4.95, -3.95, 4.95], - "to": [11.05, -0.95, 11.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [12, 8, 13.5, 11], "rotation": 90, "texture": "#0"}, - "down": {"uv": [13, 8, 16, 11], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [2.95, -1.1, 2.95], - "to": [13.05, 2, 13.05], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10.5, 16, 9, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [10.5, 16, 9, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [10.5, 16, 9, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [10.5, 16, 9, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_pipe/r_x.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/r_x.json deleted file mode 100644 index c1c2541f..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_pipe/r_y.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/r_y.json deleted file mode 100644 index c33f59e2..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_pipe/r_z.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/r_z.json deleted file mode 100644 index cd5f123a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_pipe/rd_x.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/rd_x.json deleted file mode 100644 index ec78102c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_pipe/rd_y.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/rd_y.json deleted file mode 100644 index 291bf140..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_pipe/rim/south.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/rim/south.json deleted file mode 100644 index f426fd63..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_pipe/rim/south.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/steel_pipes", - "particle": "tfmg:block/steel_pipes" - }, - "elements": [ - { - "from": [3, 3, 14], - "to": [13, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 28, 8]}, - "faces": { - "north": {"uv": [11, 11, 16, 16], "texture": "#0"}, - "east": {"uv": [9.5, 16, 10.5, 11], "texture": "#0"}, - "south": {"uv": [11, 11, 16, 16], "texture": "#0", "cullface": "south"}, - "west": {"uv": [10.5, 11, 9.5, 16], "texture": "#0"}, - "up": {"uv": [9.5, 16, 10.5, 11], "rotation": 270, "texture": "#0"}, - "down": {"uv": [10.5, 11, 9.5, 16], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_pipe/rim/up.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/rim/up.json deleted file mode 100644 index 46429902..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_pipe/rim/up.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/steel_pipes", - "particle": "tfmg:block/steel_pipes" - }, - "elements": [ - { - "from": [3, 14, 3], - "to": [13, 16, 13], - "faces": { - "north": {"uv": [9.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "east": {"uv": [9.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "south": {"uv": [9.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "west": {"uv": [9.5, 16, 10.5, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#0", "cullface": "up"}, - "down": {"uv": [11, 11, 16, 16], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_pipe/rim_connector/east.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/rim_connector/east.json deleted file mode 100644 index 47fb906a..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_pipe/rim_connector/east.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/steel_pipes", - "particle": "tfmg:block/steel_pipes" - }, - "elements": [ - { - "name": "rim_east", - "from": [12, 4, 4], - "to": [16, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -16]}, - "faces": { - "north": {"uv": [4, 6, 8, 8], "rotation": 90, "texture": "#0"}, - "south": {"uv": [4, 8, 8, 6], "rotation": 90, "texture": "#0"}, - "up": {"uv": [4, 8, 8, 6], "rotation": 90, "texture": "#0"}, - "down": {"uv": [4, 6, 8, 8], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_pipe/rim_connector/north.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/rim_connector/north.json deleted file mode 100644 index 7e5cf668..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_pipe/rim_connector/north.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/steel_pipes", - "particle": "tfmg:block/steel_pipes" - }, - "elements": [ - { - "name": "rim_north", - "from": [4, 4, 0], - "to": [12, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, - "faces": { - "east": {"uv": [4, 0, 8, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [4, 2, 8, 0], "rotation": 90, "texture": "#0"}, - "up": {"uv": [4, 2, 8, 0], "rotation": 180, "texture": "#0"}, - "down": {"uv": [4, 0, 8, 2], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_pipe/rim_connector/west.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/rim_connector/west.json deleted file mode 100644 index 1341fce0..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_pipe/rim_connector/west.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/steel_pipes", - "particle": "tfmg:block/steel_pipes" - }, - "elements": [ - { - "name": "rim_west", - "from": [0, 4, 4], - "to": [4, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -16]}, - "faces": { - "north": {"uv": [4, 0, 8, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [4, 2, 8, 0], "rotation": 90, "texture": "#0"}, - "up": {"uv": [4, 2, 8, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [4, 0, 8, 2], "rotation": 270, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_pipe/ru_x.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/ru_x.json deleted file mode 100644 index 24260f4a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_pipe/ud_y.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/ud_y.json deleted file mode 100644 index 531428d6..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_pipe/ud_z.json b/build/resources/main/assets/tfmg/models/block/steel_pipe/ud_z.json deleted file mode 100644 index 7d922c4d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_post.json b/build/resources/main/assets/tfmg/models/block/steel_post.json deleted file mode 100644 index d8938b14..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/steel_smart_fluid_pipe/item.json b/build/resources/main/assets/tfmg/models/block/steel_smart_fluid_pipe/item.json deleted file mode 100644 index 30d8552f..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_smart_fluid_pipe/item.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "1": "tfmg:block/steel_pipes", - "2": "tfmg:block/steel_smart_pipe_1", - "3": "tfmg:block/steel_smart_pipe_2", - "4": "tfmg:block/steel_smart_pipe_3", - "particle": "tfmg:block/steel_smart_pipe_3" - }, - "elements": [ - { - "from": [3, 3, 0], - "to": [13, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [11, 11, 16, 16], "rotation": 180, "texture": "#1"}, - "east": {"uv": [10.5, 11, 9.5, 16], "texture": "#1"}, - "south": {"uv": [11, 11, 16, 16], "rotation": 180, "texture": "#1"}, - "west": {"uv": [9.5, 11, 10.5, 16], "texture": "#1"}, - "up": {"uv": [9.5, 11, 10.5, 16], "rotation": 90, "texture": "#1"}, - "down": {"uv": [10.5, 11, 9.5, 16], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [3, 3, 14], - "to": [13, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [16, 11, 11, 16], "rotation": 180, "texture": "#1"}, - "east": {"uv": [9.5, 11, 10.5, 16], "texture": "#1"}, - "south": {"uv": [16, 11, 11, 16], "rotation": 180, "texture": "#1"}, - "west": {"uv": [10.5, 11, 9.5, 16], "texture": "#1"}, - "up": {"uv": [10.5, 11, 9.5, 16], "rotation": 90, "texture": "#1"}, - "down": {"uv": [9.5, 11, 10.5, 16], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [3, 3, 3], - "to": [13, 13, 13], - "faces": { - "north": {"uv": [3, 3, 13, 13], "texture": "#4"}, - "east": {"uv": [13, 3, 3, 13], "texture": "#2"}, - "south": {"uv": [3, 3, 13, 13], "texture": "#4"}, - "west": {"uv": [3, 3, 13, 13], "texture": "#2"}, - "up": {"uv": [13, 3, 3, 13], "rotation": 270, "texture": "#2"}, - "down": {"uv": [3, 3, 13, 13], "rotation": 270, "texture": "#2"} - } - }, - { - "from": [4.5, 5, 7.15], - "to": [11.5, 12, 13.15], - "rotation": {"angle": 45, "axis": "x", "origin": [8, 12, 13]}, - "faces": { - "north": {"uv": [1, 9, 7, 15], "texture": "#3"}, - "east": {"uv": [0, 0, 6, 7], "texture": "#3"}, - "west": {"uv": [0, 0, 6, 7], "rotation": 180, "texture": "#3"}, - "up": {"uv": [0, 0, 6, 7], "rotation": 270, "texture": "#3"}, - "down": {"uv": [0, 0, 6, 7], "rotation": 90, "texture": "#3"} - } - }, - { - "from": [3.9, 4.4, 4.15], - "to": [12.1, 12.6, 7.15], - "rotation": {"angle": 45, "axis": "x", "origin": [8, 12, 13]}, - "faces": { - "north": {"uv": [8, 8, 16, 16], "texture": "#3"}, - "east": {"uv": [13, 0, 16, 8], "texture": "#3"}, - "south": {"uv": [0, 8, 8, 16], "texture": "#3"}, - "west": {"uv": [13, 8, 16, 0], "rotation": 180, "texture": "#3"}, - "up": {"uv": [13, 8, 16, 0], "rotation": 270, "texture": "#3"}, - "down": {"uv": [13, 0, 16, 8], "rotation": 90, "texture": "#3"} - } - }, - { - "from": [4, 4, 0], - "to": [12, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 0]}, - "faces": { - "east": {"uv": [4, 8, 8, 0], "rotation": 90, "texture": "#1"}, - "west": {"uv": [4, 0, 8, 8], "rotation": 90, "texture": "#1"}, - "up": {"uv": [4, 8, 8, 0], "texture": "#1"}, - "down": {"uv": [4, 0, 8, 8], "texture": "#1"} - } - } - ], - "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, 225, 0], - "scale": [0.625, 0.625, 0.625] - }, - "fixed": { - "rotation": [0, 90, 0], - "scale": [0.5, 0.5, 0.5] - } - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/steel_trapdoor/block_open.json b/build/resources/main/assets/tfmg/models/block/steel_trapdoor/block_open.json deleted file mode 100644 index ed258eb5..00000000 --- a/build/resources/main/assets/tfmg/models/block/steel_trapdoor/block_open.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/heavy_plated_door_side", - "1": "tfmg:block/steel_trapdoor", - "particle": "tfmg:block/steel_trapdoor" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1"}, - "east": {"uv": [0, 0, 16, 3], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1"}, - "west": {"uv": [0, 0, 16, 3], "rotation": 270, "texture": "#0"}, - "up": {"uv": [0, 0, 16, 3], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 3], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/sulfur.json b/build/resources/main/assets/tfmg/models/block/sulfur.json deleted file mode 100644 index 4434d579..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/sulfuric_acid.json b/build/resources/main/assets/tfmg/models/block/sulfuric_acid.json deleted file mode 100644 index 1c9bdf6e..00000000 --- a/build/resources/main/assets/tfmg/models/block/sulfuric_acid.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "tfmg:fluid/sulfuric_acid_still" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/surface_scanner/block.json b/build/resources/main/assets/tfmg/models/block/surface_scanner/block.json deleted file mode 100644 index 55905513..00000000 --- a/build/resources/main/assets/tfmg/models/block/surface_scanner/block.json +++ /dev/null @@ -1,349 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "2": "tfmg:block/surface_scanner_electron_tube", - "3": "tfmg:block/steel_casing", - "particle": "tfmg:block/heavy_machinery_casing" - }, - "elements": [ - { - "from": [7, 8, 7], - "to": [9, 11, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 9, 7]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [10, 8, 7], - "to": [12, 11, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, 7]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [13, 8, 7], - "to": [15, 11, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 9, 7]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [1, 8, 7], - "to": [3, 11, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 9, 7]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [4, 8, 7], - "to": [6, 11, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 9, 7]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [7, 8, 10], - "to": [9, 11, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 9, 10]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [10, 8, 10], - "to": [12, 11, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, 10]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [13, 8, 10], - "to": [15, 11, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 9, 10]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [1, 8, 10], - "to": [3, 11, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 9, 10]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [4, 8, 10], - "to": [6, 11, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 9, 10]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [7, 8, 13], - "to": [9, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 9, 13]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [10, 8, 13], - "to": [12, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, 13]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [13, 8, 13], - "to": [15, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 9, 13]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [1, 8, 13], - "to": [3, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 9, 13]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [4, 8, 13], - "to": [6, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 9, 13]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [13, 8, 1], - "to": [15, 11, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 9, 1]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [10, 8, 1], - "to": [12, 11, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, 1]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [7, 8, 1], - "to": [9, 11, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 9, 1]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [4, 8, 1], - "to": [6, 11, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 9, 1]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [1, 8, 1], - "to": [3, 11, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 9, 1]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [7, 8, 4], - "to": [9, 11, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 9, 4]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [10, 8, 4], - "to": [12, 11, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, 4]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [13, 8, 4], - "to": [15, 11, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 9, 4]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [1, 8, 4], - "to": [3, 11, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 9, 4]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [4, 8, 4], - "to": [6, 11, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 9, 4]}, - "faces": { - "north": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "east": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "south": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "west": {"uv": [0, 2, 2, 5], "texture": "#2"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#2"}, - "down": {"uv": [0, 5, 2, 7], "texture": "#2"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 8, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 0]}, - "faces": { - "north": {"uv": [0, 8, 16, 16], "texture": "#2"}, - "east": {"uv": [0, 8, 16, 16], "texture": "#2"}, - "south": {"uv": [0, 8, 16, 16], "texture": "#2"}, - "west": {"uv": [0, 8, 16, 16], "texture": "#2"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#particle"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/surface_scanner/block_old.json b/build/resources/main/assets/tfmg/models/block/surface_scanner/block_old.json deleted file mode 100644 index 48e1d442..00000000 --- a/build/resources/main/assets/tfmg/models/block/surface_scanner/block_old.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [48, 32], - "textures": { - "2": "tfmg:block/surface_scanner", - "particle": "tfmg:block/surface_scanner" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [5.33333, 13, 10.66667, 14], "texture": "#2"}, - "east": {"uv": [5.33333, 13, 10.66667, 14], "texture": "#2"}, - "south": {"uv": [5.33333, 13, 10.66667, 14], "texture": "#2"}, - "west": {"uv": [5.33333, 13, 10.66667, 14], "texture": "#2"}, - "up": {"uv": [5.33333, 8, 0, 0], "texture": "#2"}, - "down": {"uv": [5.33333, 0, 0, 8], "texture": "#2"} - } - }, - { - "from": [1, 2, 2], - "to": [15, 14, 15], - "faces": { - "north": {"uv": [0.66667, 8, 5.33333, 14], "texture": "#2"}, - "east": {"uv": [5, 8, 0.66667, 14], "texture": "#2"}, - "south": {"uv": [10, 0, 14.66667, 6], "texture": "#2"}, - "west": {"uv": [0.66667, 8, 5, 14], "texture": "#2"}, - "up": {"uv": [10, 6.5, 5.33333, 0], "texture": "#2"}, - "down": {"uv": [13, 9.5, 8.33333, 16], "texture": "#2"} - } - }, - { - "from": [14, 2, 15], - "to": [15, 14, 16], - "faces": { - "north": {"uv": [5, 8, 5.33333, 14], "texture": "#2"}, - "east": {"uv": [5, 8, 5.33333, 14], "texture": "#2"}, - "south": {"uv": [5, 8, 5.33333, 14], "texture": "#2"}, - "west": {"uv": [5, 8, 5.33333, 14], "texture": "#2"}, - "up": {"uv": [1, 14, 0.66667, 13.5], "texture": "#2"}, - "down": {"uv": [1, 13.5, 0.66667, 14], "texture": "#2"} - } - }, - { - "from": [2, 13, 15], - "to": [14, 14, 16], - "faces": { - "north": {"uv": [1, 13.5, 5, 14], "texture": "#2"}, - "east": {"uv": [5, 13.5, 5.33333, 14], "texture": "#2"}, - "south": {"uv": [1, 13.5, 5, 14], "texture": "#2"}, - "west": {"uv": [5, 13.5, 5.33333, 14], "texture": "#2"}, - "up": {"uv": [5, 14, 1, 13.5], "texture": "#2"}, - "down": {"uv": [5, 13.5, 1, 14], "texture": "#2"} - } - }, - { - "from": [1, 2, 15], - "to": [2, 14, 16], - "faces": { - "north": {"uv": [5, 8, 5.33333, 14], "texture": "#2"}, - "east": {"uv": [5, 8, 5.33333, 14], "texture": "#2"}, - "south": {"uv": [5, 8, 5.33333, 14], "texture": "#2"}, - "west": {"uv": [5, 8, 5.33333, 14], "texture": "#2"}, - "up": {"uv": [5.33333, 14, 5, 13.5], "texture": "#2"}, - "down": {"uv": [14.66667, 7.5, 14.33333, 8], "texture": "#2"} - } - }, - { - "from": [4, 2, 0], - "to": [12, 13, 2], - "faces": { - "north": {"uv": [5.33333, 6.5, 8, 12], "texture": "#2"}, - "east": {"uv": [8, 6.5, 8.66667, 12], "texture": "#2"}, - "south": {"uv": [0, 16, 2.66667, 21.5], "texture": "#2"}, - "west": {"uv": [8.66667, 6.5, 8, 12], "texture": "#2"}, - "up": {"uv": [8, 13, 5.33333, 12], "texture": "#2"}, - "down": {"uv": [8, 21, 5.33333, 22], "texture": "#2"} - } - }, - { - "from": [7, 14, 8], - "to": [9, 15, 10], - "faces": { - "north": {"uv": [7.33333, 2.5, 8, 3], "texture": "#2"}, - "east": {"uv": [7.33333, 2.5, 8, 3], "texture": "#2"}, - "south": {"uv": [7.33333, 2.5, 8, 3], "texture": "#2"}, - "west": {"uv": [7.33333, 2.5, 8, 3], "texture": "#2"}, - "up": {"uv": [7.33333, 2.5, 8, 3.5], "texture": "#2"}, - "down": {"uv": [7.33333, 2.5, 8, 3.5], "texture": "#2"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/surface_scanner/flag.json b/build/resources/main/assets/tfmg/models/block/surface_scanner/flag.json deleted file mode 100644 index 8c18526e..00000000 --- a/build/resources/main/assets/tfmg/models/block/surface_scanner/flag.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/surface_scanner", - "1": "tfmg:block/surface_scanner_flags/flag1", - "particle": "tfmg:block/surface_scanner" - }, - "elements": [ - { - "from": [15, 7.5, 7.5], - "to": [16, 8.5, 8.5], - "faces": { - "north": {"uv": [12.25, 6.25, 12.5, 6.5], "rotation": 180, "texture": "#0"}, - "east": {"uv": [12.5, 6.25, 12.25, 6.5], "rotation": 270, "texture": "#0"}, - "south": {"uv": [12.25, 6.25, 12.5, 6.5], "texture": "#0"}, - "west": {"uv": [12.25, 6.25, 12.5, 6.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [12.25, 6.25, 12.5, 6.5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [12.25, 6.25, 12.5, 6.5], "texture": "#0"} - } - }, - { - "from": [15.5, 7.5, 8.5], - "to": [15.5, 8.5, 14.5], - "faces": { - "north": {"uv": [0, 0, 0, 3], "rotation": 180, "texture": "#0"}, - "east": {"uv": [12.25, 6.5, 12.5, 5], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 3], "texture": "#0"}, - "west": {"uv": [12.25, 5, 12.5, 6.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 0, 6], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 6], "texture": "#0"} - } - }, - { - "from": [15.5, 3.5, 11.5], - "to": [15.5, 7.5, 14.5], - "faces": { - "north": {"uv": [0, 0, 0, 3], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#1"}, - "south": {"uv": [0, 0, 0, 3], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#1"}, - "up": {"uv": [0, 0, 0, 6], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 6], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/traffic_light/item.json b/build/resources/main/assets/tfmg/models/block/traffic_light/item.json deleted file mode 100644 index c8b9fafb..00000000 --- a/build/resources/main/assets/tfmg/models/block/traffic_light/item.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/traffic_light", - "particle": "tfmg:block/traffic_light" - }, - "elements": [ - { - "from": [3, 0, 3], - "to": [13, 16, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]}, - "faces": { - "north": {"uv": [5, 0, 10, 8], "texture": "#0"}, - "east": {"uv": [10, 0, 15, 8], "texture": "#0"}, - "south": {"uv": [0, 0, 5, 8], "texture": "#0"}, - "west": {"uv": [10, 0, 15, 8], "texture": "#0"}, - "up": {"uv": [0, 8, 5, 13], "texture": "#0"}, - "down": {"uv": [0, 8, 5, 13], "texture": "#0"} - } - }, - { - "from": [5, 15.5, 0], - "to": [11, 15.5, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 14, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 0], "texture": "#0"}, - "east": {"uv": [0, 0, 1.5, 0], "texture": "#0"}, - "south": {"uv": [0, 0, 3, 0], "texture": "#0"}, - "west": {"uv": [0, 0, 1.5, 0], "texture": "#0"}, - "up": {"uv": [12, 10.5, 15, 9], "texture": "#0"}, - "down": {"uv": [12, 9, 15, 10.5], "texture": "#0"} - } - }, - { - "from": [11, 11.5, 0], - "to": [11, 15.5, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 14, 2]}, - "faces": { - "north": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "east": {"uv": [11.5, 10.5, 9.5, 9], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "west": {"uv": [11.5, 9, 9.5, 10.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 0, 1.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 1.5], "texture": "#0"} - } - }, - { - "from": [5, 11.5, 0], - "to": [5, 15.5, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 14, 2]}, - "faces": { - "north": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "east": {"uv": [11.5, 10.5, 9.5, 9], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "west": {"uv": [11.5, 9, 9.5, 10.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 0, 1.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 1.5], "texture": "#0"} - } - }, - { - "from": [5, 10.5, 0], - "to": [11, 10.5, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 9, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 0], "texture": "#0"}, - "east": {"uv": [0, 0, 1.5, 0], "texture": "#0"}, - "south": {"uv": [0, 0, 3, 0], "texture": "#0"}, - "west": {"uv": [0, 0, 1.5, 0], "texture": "#0"}, - "up": {"uv": [12, 10.5, 15, 9], "texture": "#0"}, - "down": {"uv": [12, 9, 15, 10.5], "texture": "#0"} - } - }, - { - "from": [11, 6.5, 0], - "to": [11, 10.5, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 9, 2]}, - "faces": { - "north": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "east": {"uv": [11.5, 10.5, 9.5, 9], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "west": {"uv": [11.5, 9, 9.5, 10.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 0, 1.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 1.5], "texture": "#0"} - } - }, - { - "from": [5, 6.5, 0], - "to": [5, 10.5, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 9, 2]}, - "faces": { - "north": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "east": {"uv": [11.5, 10.5, 9.5, 9], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "west": {"uv": [11.5, 9, 9.5, 10.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 0, 1.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 1.5], "texture": "#0"} - } - }, - { - "from": [5, 5.5, 0], - "to": [11, 5.5, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 0], "texture": "#0"}, - "east": {"uv": [0, 0, 1.5, 0], "texture": "#0"}, - "south": {"uv": [0, 0, 3, 0], "texture": "#0"}, - "west": {"uv": [0, 0, 1.5, 0], "texture": "#0"}, - "up": {"uv": [12, 10.5, 15, 9], "texture": "#0"}, - "down": {"uv": [12, 9, 15, 10.5], "texture": "#0"} - } - }, - { - "from": [11, 1.5, 0], - "to": [11, 5.5, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "east": {"uv": [11.5, 10.5, 9.5, 9], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "west": {"uv": [11.5, 9, 9.5, 10.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 0, 1.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 1.5], "texture": "#0"} - } - }, - { - "from": [5, 1.5, 0], - "to": [5, 5.5, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "east": {"uv": [11.5, 10.5, 9.5, 9], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 0, 2], "texture": "#0"}, - "west": {"uv": [11.5, 9, 9.5, 10.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 0, 1.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 1.5], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/transformer/block.json b/build/resources/main/assets/tfmg/models/block/transformer/block.json deleted file mode 100644 index 675e94ba..00000000 --- a/build/resources/main/assets/tfmg/models/block/transformer/block.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/steel_casing", - "1": "tfmg:block/transformer", - "particle": "tfmg:block/steel_casing" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 6, 16], - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#1"}, - "east": {"uv": [0, 0, 8, 3], "texture": "#1"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#1"}, - "west": {"uv": [0, 0, 8, 3], "texture": "#1"}, - "up": {"uv": [0, 8, 8, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0"} - } - }, - { - "from": [3, 15, 7], - "to": [5, 18, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 14, 7]}, - "faces": { - "north": {"uv": [5, 6, 6, 7.5], "texture": "#1"}, - "east": {"uv": [5, 6, 6, 7.5], "texture": "#1"}, - "south": {"uv": [1, 6, 2, 7.5], "texture": "#1"}, - "west": {"uv": [5, 4, 6, 5.5], "texture": "#1"}, - "up": {"uv": [10.5, 6, 11.5, 7], "texture": "#1"} - } - }, - { - "from": [11, 15, 7], - "to": [13, 18, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [11, 14, 7]}, - "faces": { - "north": {"uv": [1, 6, 2, 7.5], "texture": "#1"}, - "east": {"uv": [1, 4, 2, 5.5], "texture": "#1"}, - "south": {"uv": [5, 6, 6, 7.5], "texture": "#1"}, - "west": {"uv": [5, 6, 6, 7.5], "texture": "#1"}, - "up": {"uv": [6.5, 6, 7.5, 7], "texture": "#1"} - } - }, - { - "from": [5, 16, 7], - "to": [11, 18, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 14, 7]}, - "faces": { - "north": {"uv": [2, 6, 5, 7], "texture": "#1"}, - "south": {"uv": [2, 6, 5, 7], "texture": "#1"}, - "up": {"uv": [7.5, 6, 10.5, 7], "texture": "#1"}, - "down": {"uv": [0, 0, 12, 4], "texture": "#1"} - } - }, - { - "from": [0.5, 14, 4.5], - "to": [7.5, 15, 11.5], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 4]}, - "faces": { - "north": {"uv": [10.5, 8, 14, 8.5], "texture": "#1"}, - "east": {"uv": [10.5, 8, 14, 8.5], "texture": "#1"}, - "south": {"uv": [10.5, 8, 14, 8.5], "texture": "#1"}, - "west": {"uv": [10.5, 8, 14, 8.5], "texture": "#1"}, - "up": {"uv": [10.5, 8, 14, 11.5], "texture": "#1"}, - "down": {"uv": [10.5, 8, 14, 11.5], "texture": "#1"} - } - }, - { - "from": [8.5, 14, 4.5], - "to": [15.5, 15, 11.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 14, 4]}, - "faces": { - "north": {"uv": [10.5, 8, 14, 8.5], "texture": "#1"}, - "east": {"uv": [10.5, 8, 14, 8.5], "texture": "#1"}, - "south": {"uv": [10.5, 8, 14, 8.5], "texture": "#1"}, - "west": {"uv": [10.5, 8, 14, 8.5], "texture": "#1"}, - "up": {"uv": [10.5, 8, 14, 11.5], "texture": "#1"}, - "down": {"uv": [10.5, 8, 14, 11.5], "texture": "#1"} - } - }, - { - "from": [0, 6, 6], - "to": [1, 10, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 7, 7]}, - "faces": { - "north": {"uv": [5, 3, 7, 3.5], "rotation": 90, "texture": "#1"}, - "east": {"uv": [7, 3, 9, 5], "rotation": 90, "texture": "#1"}, - "south": {"uv": [5, 3, 7, 3.5], "rotation": 90, "texture": "#1"}, - "west": {"uv": [3, 3, 5, 5], "rotation": 90, "texture": "#1"}, - "up": {"uv": [5, 3, 7, 3.5], "rotation": 90, "texture": "#1"}, - "down": {"uv": [5, 3, 7, 3.5], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [15, 6, 6], - "to": [16, 10, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 7, 7]}, - "faces": { - "north": {"uv": [5, 3, 7, 3.5], "rotation": 90, "texture": "#1"}, - "east": {"uv": [3, 3, 5, 5], "rotation": 90, "texture": "#1"}, - "south": {"uv": [5, 3, 7, 3.5], "rotation": 90, "texture": "#1"}, - "west": {"uv": [7, 3, 9, 5], "rotation": 90, "texture": "#1"}, - "up": {"uv": [5, 3, 7, 3.5], "rotation": 90, "texture": "#1"}, - "down": {"uv": [5, 3, 7, 3.5], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [11, 6, 7], - "to": [13, 14, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [11, 6, 7]}, - "faces": { - "north": {"uv": [7, 6, 11, 7], "rotation": 90, "texture": "#1"}, - "east": {"uv": [7, 6, 11, 7], "rotation": 90, "texture": "#1"}, - "south": {"uv": [7, 6, 11, 7], "rotation": 90, "texture": "#1"}, - "west": {"uv": [7, 6, 11, 7], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [3, 6, 7], - "to": [5, 14, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 6, 7]}, - "faces": { - "north": {"uv": [7, 6, 11, 7], "rotation": 90, "texture": "#1"}, - "east": {"uv": [7, 6, 11, 7], "rotation": 90, "texture": "#1"}, - "south": {"uv": [7, 6, 11, 7], "rotation": 90, "texture": "#1"}, - "west": {"uv": [7, 6, 11, 7], "rotation": 90, "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/transformer/coil.json b/build/resources/main/assets/tfmg/models/block/transformer/coil.json deleted file mode 100644 index a5aca95d..00000000 --- a/build/resources/main/assets/tfmg/models/block/transformer/coil.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/transformer", - "particle": "tfmg:block/transformer" - }, - "elements": [ - { - "from": [1, 6, 5], - "to": [7, 14, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 6, 7]}, - "faces": { - "north": {"uv": [13, 0.5, 16, 4.5], "texture": "#0"}, - "east": {"uv": [13, 0.5, 16, 4.5], "texture": "#0"}, - "south": {"uv": [13, 0.5, 16, 4.5], "texture": "#0"}, - "west": {"uv": [13, 0.5, 16, 4.5], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/turbine_engine/block_single.json b/build/resources/main/assets/tfmg/models/block/turbine_engine/block_single.json deleted file mode 100644 index cadfc677..00000000 --- a/build/resources/main/assets/tfmg/models/block/turbine_engine/block_single.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/engines/turbine_engine", - "particle": "tfmg:block/engines/turbine_engine" - }, - "elements": [ - { - "from": [5.3, 0, 5], - "to": [11.3, 3, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [16.3, 10, 14]}, - "faces": { - "north": {"uv": [9.25, 0, 10, 1.5], "rotation": 90, "texture": "#0"}, - "east": {"uv": [8.25, 0, 9, 2.25], "rotation": 90, "texture": "#0"}, - "south": {"uv": [9.25, 0, 10, 1.5], "rotation": 90, "texture": "#0"}, - "west": {"uv": [8.25, 0, 9, 2.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.25, 6.25, 13.75, 8.5], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [3, 3, 2], - "to": [13, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 23, 16]}, - "faces": { - "north": {"uv": [0, 0, 2.5, 2.5], "texture": "#0"}, - "east": {"uv": [6.25, 0, 2.75, 2.5], "texture": "#0"}, - "south": {"uv": [0.5, 3.25, 3, 5.75], "texture": "#0"}, - "west": {"uv": [2.75, 0, 6.25, 2.5], "texture": "#0"}, - "up": {"uv": [6.25, 0, 2.75, 2.5], "rotation": 270, "texture": "#0"}, - "down": {"uv": [2.75, 0, 6.25, 2.5], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [5, 13, 7], - "to": [11, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 23, 16]}, - "faces": { - "north": {"uv": [9.75, 0, 10, 1.5], "rotation": 90, "texture": "#0"}, - "east": {"uv": [9, 2.25, 9.25, 0], "rotation": 90, "texture": "#0"}, - "south": {"uv": [9.75, 0, 10, 1.5], "rotation": 90, "texture": "#0"}, - "west": {"uv": [9, 0, 9.25, 2.25], "rotation": 90, "texture": "#0"}, - "up": {"uv": [6.5, 0, 8, 2.25], "rotation": 180, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/turbine_engine/item.json b/build/resources/main/assets/tfmg/models/block/turbine_engine/item.json deleted file mode 100644 index fd71c756..00000000 --- a/build/resources/main/assets/tfmg/models/block/turbine_engine/item.json +++ /dev/null @@ -1,208 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/shaft_top", - "1": "tfmg:block/shaft", - "2": "tfmg:block/engines/turbine_engine", - "particle": "tfmg:block/shaft_top" - }, - "elements": [ - { - "from": [12, 2, -8], - "to": [14, 14, 8], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, -8]}, - "faces": { - "north": {"uv": [0, 6.5, 0.5, 9.5], "texture": "#2"}, - "east": {"uv": [8, 2.75, 12, 5.75], "texture": "#2"}, - "south": {"uv": [8, 2.75, 8.5, 5.75], "texture": "#2"}, - "west": {"uv": [8, 5.75, 12, 8.75], "texture": "#2"}, - "up": {"uv": [12, 2.75, 8, 3.25], "rotation": 90, "texture": "#2"}, - "down": {"uv": [8, 5.75, 12, 5.25], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [2, 2, -8], - "to": [4, 14, 8], - "rotation": {"angle": 0, "axis": "y", "origin": [-10, 0, -8]}, - "faces": { - "north": {"uv": [2.5, 6.5, 3, 9.5], "texture": "#2"}, - "east": {"uv": [8, 5.75, 12, 8.75], "texture": "#2"}, - "south": {"uv": [8.5, 2.75, 8, 5.75], "texture": "#2"}, - "west": {"uv": [12, 2.75, 8, 5.75], "texture": "#2"}, - "up": {"uv": [12, 5.25, 8, 5.75], "rotation": 90, "texture": "#2"}, - "down": {"uv": [8, 3.25, 12, 2.75], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [3, 3, 8], - "to": [13, 13, 22], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 8]}, - "faces": { - "north": {"uv": [0.5, 3.25, 3, 5.75], "texture": "#2"}, - "east": {"uv": [2.75, 0, 6.25, 2.5], "texture": "#2"}, - "south": {"uv": [0, 0, 2.5, 2.5], "texture": "#2"}, - "west": {"uv": [6.25, 0, 2.75, 2.5], "texture": "#2"}, - "up": {"uv": [6.25, 0, 2.75, 2.5], "rotation": 90, "texture": "#2"}, - "down": {"uv": [2.75, 0, 6.25, 2.5], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [5.3, 0, 10], - "to": [11.3, 3, 19], - "rotation": {"angle": 0, "axis": "y", "origin": [0.3, 10, 10]}, - "faces": { - "north": {"uv": [9.25, 0, 10, 1.5], "rotation": 90, "texture": "#2"}, - "east": {"uv": [8.25, 0, 9, 2.25], "rotation": 90, "texture": "#2"}, - "south": {"uv": [9.25, 0, 10, 1.5], "rotation": 90, "texture": "#2"}, - "west": {"uv": [8.25, 0, 9, 2.25], "rotation": 90, "texture": "#2"}, - "down": {"uv": [12.25, 6.25, 13.75, 8.5], "texture": "#2"} - } - }, - { - "from": [5, 13, 8], - "to": [11, 14, 17], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 23, 8]}, - "faces": { - "north": {"uv": [9.75, 0, 10, 1.5], "rotation": 90, "texture": "#2"}, - "east": {"uv": [9, 0, 9.25, 2.25], "rotation": 90, "texture": "#2"}, - "south": {"uv": [9.75, 0, 10, 1.5], "rotation": 90, "texture": "#2"}, - "west": {"uv": [9, 2.25, 9.25, 0], "rotation": 90, "texture": "#2"}, - "up": {"uv": [6.5, 0, 8, 2.25], "texture": "#2"} - } - }, - { - "from": [3, 0, 0], - "to": [13, 2, 8], - "rotation": {"angle": 0, "axis": "y", "origin": [-2, -2, -7]}, - "faces": { - "north": {"uv": [14.5, 2.75, 15, 5.25], "rotation": 90, "texture": "#2"}, - "east": {"uv": [12.25, 5.5, 14.25, 6], "texture": "#2"}, - "south": {"uv": [14.5, 2.75, 15, 5.25], "rotation": 90, "texture": "#2"}, - "west": {"uv": [12.25, 5.5, 14.25, 6], "texture": "#2"}, - "down": {"uv": [12.25, 2.75, 14.25, 5.25], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [1, 9, -4], - "to": [2, 11, 8], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, -6]}, - "faces": { - "north": {"uv": [12.25, 0.5, 12.5, 1], "texture": "#2"}, - "south": {"uv": [12.5, 0.5, 12.75, 1], "texture": "#2"}, - "west": {"uv": [12.25, 0.5, 15.25, 1], "texture": "#2"}, - "up": {"uv": [12.25, 0.5, 15.25, 0.75], "rotation": 90, "texture": "#2"}, - "down": {"uv": [15.25, 0.5, 12.25, 0.75], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [1, 6, -4], - "to": [2, 9, -2], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 2, -6]}, - "faces": { - "north": {"uv": [12.25, 1, 12.5, 1.75], "texture": "#2"}, - "south": {"uv": [12.5, 1, 12.75, 1.75], "texture": "#2"}, - "west": {"uv": [12.25, 1, 12.75, 1.75], "texture": "#2"}, - "down": {"uv": [12.25, 1.25, 12.75, 1.5], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [14, 9, -4], - "to": [15, 11, 8], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, -6]}, - "faces": { - "north": {"uv": [12.25, 0.5, 12.5, 1], "texture": "#2"}, - "east": {"uv": [15.25, 0.5, 12.25, 1], "texture": "#2"}, - "south": {"uv": [12.5, 0.5, 12.75, 1], "texture": "#2"}, - "up": {"uv": [12.25, 0.5, 15.25, 0.75], "rotation": 90, "texture": "#2"}, - "down": {"uv": [15.25, 0.5, 12.25, 0.75], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [14, 6, -4], - "to": [15, 9, -2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 2, -6]}, - "faces": { - "north": {"uv": [12.25, 1, 12.5, 1.75], "texture": "#2"}, - "east": {"uv": [12.25, 1, 12.75, 1.75], "texture": "#2"}, - "south": {"uv": [12.25, 1, 12.5, 1.75], "texture": "#2"}, - "down": {"uv": [12.25, 1.25, 12.75, 1.5], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [4, 4, -6], - "to": [12, 12, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, -6]}, - "faces": { - "north": {"uv": [0.75, 9.75, 2.75, 11.75], "texture": "#2"}, - "east": {"uv": [0, 0, 0, 8], "texture": "#2"}, - "west": {"uv": [0, 0, 0, 8], "texture": "#2"}, - "up": {"uv": [0, 0, 8, 0], "texture": "#2"}, - "down": {"uv": [0, 0, 8, 0], "texture": "#2"} - } - }, - { - "from": [4, 12, -8], - "to": [12, 14, 8], - "rotation": {"angle": 0, "axis": "y", "origin": [-8, 0, -8]}, - "faces": { - "north": {"uv": [0.5, 6.5, 2.5, 7], "texture": "#2"}, - "east": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "south": {"uv": [12.25, 2.75, 14.25, 3.25], "texture": "#2"}, - "west": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "up": {"uv": [12, 3.25, 8, 5.25], "rotation": 90, "texture": "#2"}, - "down": {"uv": [12, 6.25, 8, 8.25], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [4, 2, -8], - "to": [12, 4, 8], - "rotation": {"angle": 0, "axis": "y", "origin": [-8, -10, -8]}, - "faces": { - "north": {"uv": [0.5, 9, 2.5, 9.5], "texture": "#2"}, - "east": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "south": {"uv": [12.25, 2.75, 14.25, 3.25], "texture": "#2"}, - "west": {"uv": [0, 0, 0, 0], "texture": "#2"}, - "up": {"uv": [8, 6.25, 12, 8.25], "rotation": 90, "texture": "#2"}, - "down": {"uv": [8, 3.25, 12, 5.25], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [4, 4, -7], - "to": [12, 12, -7], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, -7]}, - "faces": { - "north": {"uv": [0.5, 7, 2.5, 9], "texture": "#2"}, - "east": {"uv": [0, 0, 0, 8], "texture": "#2"}, - "west": {"uv": [0, 0, 0, 8], "texture": "#2"}, - "up": {"uv": [0, 0, 8, 0], "texture": "#2"}, - "down": {"uv": [0, 0, 8, 0], "texture": "#2"} - } - }, - { - "from": [6, 6, 21], - "to": [10, 10, 24], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 22]}, - "faces": { - "east": {"uv": [6, 0, 10, 3], "rotation": 90, "texture": "#1"}, - "south": {"uv": [6, 6, 10, 10], "texture": "#0"}, - "west": {"uv": [6, 0, 10, 3], "rotation": 90, "texture": "#1"}, - "up": {"uv": [6, 0, 10, 3], "texture": "#1"}, - "down": {"uv": [6, 0, 10, 3], "texture": "#1"} - } - }, - { - "from": [7, 7, -8], - "to": [9, 9, -4], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 6]}, - "faces": { - "north": {"uv": [1.25, 7.75, 1.75, 8.25], "texture": "#2"}, - "east": {"uv": [0, 9.75, 0.5, 10.75], "rotation": 90, "texture": "#2"}, - "west": {"uv": [0, 9.75, 0.5, 10.75], "rotation": 90, "texture": "#2"}, - "up": {"uv": [0, 9.75, 0.5, 10.75], "texture": "#2"}, - "down": {"uv": [0, 9.75, 0.5, 10.75], "texture": "#2"} - } - } - ], - "display": {} -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/voltage_observer/block_on.json b/build/resources/main/assets/tfmg/models/block/voltage_observer/block_on.json deleted file mode 100644 index d4af49b2..00000000 --- a/build/resources/main/assets/tfmg/models/block/voltage_observer/block_on.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "tfmg:block/voltage_observer_on", - "particle": "tfmg:block/voltage_observer_on" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 8, 8, 16], "texture": "#0"}, - "east": {"uv": [0.00001, 8, 8, 16], "texture": "#0"}, - "south": {"uv": [0, 8, 7.99999, 16], "texture": "#0"}, - "west": {"uv": [0, 8, 7.99999, 16], "texture": "#0"}, - "up": {"uv": [8.00001, 8, 0, 0], "texture": "#0"}, - "down": {"uv": [16, 0, 7.99999, 8], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/voltage_observer/item.json b/build/resources/main/assets/tfmg/models/block/voltage_observer/item.json deleted file mode 100644 index 49299f4c..00000000 --- a/build/resources/main/assets/tfmg/models/block/voltage_observer/item.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [64, 64], - "textures": { - "0": "tfmg:block/voltage_observer", - "particle": "tfmg:block/voltage_observer" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [8, 0, 16, 8], "texture": "#0"}, - "east": {"uv": [8.00001, 0, 16, 8], "texture": "#0"}, - "south": {"uv": [8.00001, 0, 16, 8], "texture": "#0"}, - "west": {"uv": [8.00001, 0, 16, 8], "texture": "#0"}, - "up": {"uv": [8.00001, 8, 0, 0], "texture": "#0"}, - "down": {"uv": [16, 0, 7.99999, 8], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/winding_machine/connecting_wire.json b/build/resources/main/assets/tfmg/models/block/winding_machine/connecting_wire.json deleted file mode 100644 index cc34f4a9..00000000 --- a/build/resources/main/assets/tfmg/models/block/winding_machine/connecting_wire.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/winding_machine_wire", - "particle": "tfmg:block/winding_machine_wire" - }, - "elements": [ - { - "from": [9, 8, 0], - "to": [10, 8, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 1, 0], "texture": "#0"}, - "east": {"uv": [0, 0, 14, 0], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 0], "texture": "#0"}, - "west": {"uv": [0, 0, 14, 0], "texture": "#0"}, - "up": {"uv": [12, 0, 13, 13], "texture": "#0"}, - "down": {"uv": [12, 13, 13, 0], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/winding_machine/constantan_spool.json b/build/resources/main/assets/tfmg/models/block/winding_machine/constantan_spool.json deleted file mode 100644 index 449eb288..00000000 --- a/build/resources/main/assets/tfmg/models/block/winding_machine/constantan_spool.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/copper_spool", - "particle": "tfmg:block/copper_spool" - }, - "elements": [ - { - "from": [4, 6, 6], - "to": [11, 10, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 7, 7]}, - "faces": { - "north": {"uv": [0, 8, 4, 15], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 8, 4, 15], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 8, 4, 15], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 8, 4, 15], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/winding_machine/copper_connecting_wire.json b/build/resources/main/assets/tfmg/models/block/winding_machine/copper_connecting_wire.json deleted file mode 100644 index 8c75d1cb..00000000 --- a/build/resources/main/assets/tfmg/models/block/winding_machine/copper_connecting_wire.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "1": "tfmg:block/winding_machine_wire" - }, - "elements": [ - { - "from": [9, 17, 1], - "to": [10, 17, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 17, 1]}, - "faces": { - "north": {"uv": [0, 0, 1, 0], "texture": "#1"}, - "east": {"uv": [0, 0, 14, 0], "texture": "#1"}, - "south": {"uv": [0, 0, 1, 0], "texture": "#1"}, - "west": {"uv": [0, 0, 14, 0], "texture": "#1"}, - "up": {"uv": [12, 0, 13, 14], "texture": "#1"}, - "down": {"uv": [12, 14, 13, 0], "texture": "#1"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/winding_machine/copper_spool.json b/build/resources/main/assets/tfmg/models/block/winding_machine/copper_spool.json deleted file mode 100644 index b255b84a..00000000 --- a/build/resources/main/assets/tfmg/models/block/winding_machine/copper_spool.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "tfmg:block/copper_spool", - "particle": "tfmg:block/copper_spool" - }, - "elements": [ - { - "from": [4, 6, 6], - "to": [11, 10, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 7, 7]}, - "faces": { - "north": {"uv": [0, 0, 4, 7], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 4, 7], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 4, 7], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 4, 7], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/yellow_concrete_stairs_inner.json b/build/resources/main/assets/tfmg/models/block/yellow_concrete_stairs_inner.json deleted file mode 100644 index 38d8d8d7..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/block/zinc_frame/block.json b/build/resources/main/assets/tfmg/models/block/zinc_frame/block.json deleted file mode 100644 index 3580a984..00000000 --- a/build/resources/main/assets/tfmg/models/block/zinc_frame/block.json +++ /dev/null @@ -1,166 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/zinc_frame", - "particle": "tfmg:block/zinc_frame" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [2, 16, 2], - "faces": { - "north": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 14, 2, 16], "texture": "#0"} - } - }, - { - "from": [14, 0, 0], - "to": [16, 16, 2], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [14, 0, 16, 2], "texture": "#0"}, - "down": {"uv": [14, 14, 16, 16], "texture": "#0"} - } - }, - { - "from": [0, 0, 14], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "up": {"uv": [0, 14, 2, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [14, 0, 14], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [14, 14, 16, 16], "texture": "#0"}, - "down": {"uv": [14, 0, 16, 2], "texture": "#0"} - } - }, - { - "from": [14, 14, 2], - "to": [16, 16, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [2, 16, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 12], "texture": "#0"} - } - }, - { - "from": [0, 0, 2], - "to": [2, 2, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 12], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [16, 2, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [14, 2, 16, 14], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [14, 16, 2], - "faces": { - "north": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 14, 14], - "to": [14, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [14, 2, 16], - "faces": { - "north": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 0, 0], - "to": [14, 2, 2], - "faces": { - "north": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 15, 15], - "faces": { - "north": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "east": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "south": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "west": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "up": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "down": {"uv": [1, 1, 15, 15], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/block/zinc_frame/item.json b/build/resources/main/assets/tfmg/models/block/zinc_frame/item.json deleted file mode 100644 index 3580a984..00000000 --- a/build/resources/main/assets/tfmg/models/block/zinc_frame/item.json +++ /dev/null @@ -1,166 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/zinc_frame", - "particle": "tfmg:block/zinc_frame" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [2, 16, 2], - "faces": { - "north": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "down": {"uv": [0, 14, 2, 16], "texture": "#0"} - } - }, - { - "from": [14, 0, 0], - "to": [16, 16, 2], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [14, 0, 16, 2], "texture": "#0"}, - "down": {"uv": [14, 14, 16, 16], "texture": "#0"} - } - }, - { - "from": [0, 0, 14], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "west": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "up": {"uv": [0, 14, 2, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#0"} - } - }, - { - "from": [14, 0, 14], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [14, 14, 16, 16], "texture": "#0"}, - "down": {"uv": [14, 0, 16, 2], "texture": "#0"} - } - }, - { - "from": [14, 14, 2], - "to": [16, 16, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [2, 16, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 12], "texture": "#0"} - } - }, - { - "from": [0, 0, 2], - "to": [2, 2, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 12], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [16, 2, 14], - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#0"}, - "down": {"uv": [14, 2, 16, 14], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [14, 16, 2], - "faces": { - "north": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 14, 14], - "to": [14, 16, 16], - "faces": { - "north": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [14, 2, 16], - "faces": { - "north": {"uv": [0, 0, 2, 12], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [2, 0, 0], - "to": [14, 2, 2], - "faces": { - "north": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 12], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#0"}, - "down": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 15, 15], - "faces": { - "north": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "east": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "south": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "west": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "up": {"uv": [1, 1, 15, 15], "texture": "#0"}, - "down": {"uv": [1, 1, 15, 15], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/cable_insulator_small.json b/build/resources/main/assets/tfmg/models/cable_insulator_small.json deleted file mode 100644 index 79212604..00000000 --- a/build/resources/main/assets/tfmg/models/cable_insulator_small.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "credit": "Made with Blockbench", - "elements": [ - { - "from": [7, 0, 7], - "to": [9, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]}, - "color": 9, - "faces": { - "north": {"uv": [0, 0, 2, 9], "texture": "#missing"}, - "east": {"uv": [0, 0, 2, 9], "texture": "#missing"}, - "south": {"uv": [0, 0, 2, 9], "texture": "#missing"}, - "west": {"uv": [0, 0, 2, 9], "texture": "#missing"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#missing"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#missing"} - } - }, - { - "from": [6, 2, 6], - "to": [10, 2, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 2, 7]}, - "color": 6, - "faces": { - "north": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "east": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "south": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "west": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "up": {"uv": [0, 0, 4, 4], "texture": "#missing"}, - "down": {"uv": [0, 0, 4, 4], "texture": "#missing"} - } - }, - { - "from": [6, 4, 6], - "to": [10, 4, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 4, 7]}, - "color": 6, - "faces": { - "north": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "east": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "south": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "west": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "up": {"uv": [0, 0, 4, 4], "texture": "#missing"}, - "down": {"uv": [0, 0, 4, 4], "texture": "#missing"} - } - }, - { - "from": [6, 6, 6], - "to": [10, 6, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 6, 7]}, - "color": 6, - "faces": { - "north": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "east": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "south": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "west": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "up": {"uv": [0, 0, 4, 4], "texture": "#missing"}, - "down": {"uv": [0, 0, 4, 4], "texture": "#missing"} - } - }, - { - "from": [6, 8, 6], - "to": [10, 8, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 8, 7]}, - "color": 6, - "faces": { - "north": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "east": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "south": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "west": {"uv": [0, 0, 4, 0], "texture": "#missing"}, - "up": {"uv": [0, 0, 4, 4], "texture": "#missing"}, - "down": {"uv": [0, 0, 4, 4], "texture": "#missing"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/advanced_potato_cannon.json b/build/resources/main/assets/tfmg/models/item/advanced_potato_cannon.json deleted file mode 100644 index fcc3d81f..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/aluminum_axe.json b/build/resources/main/assets/tfmg/models/item/aluminum_axe.json deleted file mode 100644 index 7d2d19e3..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/aluminum_flywheel.json b/build/resources/main/assets/tfmg/models/item/aluminum_flywheel.json deleted file mode 100644 index 4d483989..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/aluminum_ladder.json b/build/resources/main/assets/tfmg/models/item/aluminum_ladder.json deleted file mode 100644 index a3b61cf4..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/aluminum_mechanical_pump.json b/build/resources/main/assets/tfmg/models/item/aluminum_mechanical_pump.json deleted file mode 100644 index d8633bd0..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/aluminum_pickaxe.json b/build/resources/main/assets/tfmg/models/item/aluminum_pickaxe.json deleted file mode 100644 index 18355649..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/aluminum_pipe.json b/build/resources/main/assets/tfmg/models/item/aluminum_pipe.json deleted file mode 100644 index fc1258b4..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/aluminum_sheet.json b/build/resources/main/assets/tfmg/models/item/aluminum_sheet.json deleted file mode 100644 index 8f7bf606..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/asphalt_mixture.json b/build/resources/main/assets/tfmg/models/item/asphalt_mixture.json deleted file mode 100644 index 38a5977c..00000000 --- a/build/resources/main/assets/tfmg/models/item/asphalt_mixture.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/asphalt_mixture" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/bars.json b/build/resources/main/assets/tfmg/models/item/bars.json deleted file mode 100644 index 397b8a6d..00000000 --- a/build/resources/main/assets/tfmg/models/item/bars.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "credit": "Made with Blockbench", - "ambientocclusion": false, - "textures": { - "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/build/resources/main/assets/tfmg/models/item/bauxite.json b/build/resources/main/assets/tfmg/models/item/bauxite.json deleted file mode 100644 index 07fd63cc..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/black_rebar_concrete.json b/build/resources/main/assets/tfmg/models/item/black_rebar_concrete.json deleted file mode 100644 index 01d08fa1..00000000 --- a/build/resources/main/assets/tfmg/models/item/black_rebar_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/black_rebar_concrete" -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/black_rebar_concrete_slab.json b/build/resources/main/assets/tfmg/models/item/black_rebar_concrete_slab.json deleted file mode 100644 index 60a74147..00000000 --- a/build/resources/main/assets/tfmg/models/item/black_rebar_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/black_concrete_bottom" -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/black_rebar_concrete_wall.json b/build/resources/main/assets/tfmg/models/item/black_rebar_concrete_wall.json deleted file mode 100644 index 7dbbd03f..00000000 --- a/build/resources/main/assets/tfmg/models/item/black_rebar_concrete_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/wall_inventory", - "textures": { - "wall": "tfmg:block/black_concrete" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/blast_stove.json b/build/resources/main/assets/tfmg/models/item/blast_stove.json deleted file mode 100644 index 3ddb73c7..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/blue_caution_block.json b/build/resources/main/assets/tfmg/models/item/blue_caution_block.json deleted file mode 100644 index ded6c140..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/blue_concrete.json b/build/resources/main/assets/tfmg/models/item/blue_concrete.json deleted file mode 100644 index 676104d6..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/blue_multimeter.json b/build/resources/main/assets/tfmg/models/item/blue_multimeter.json deleted file mode 100644 index 9b57e2c6..00000000 --- a/build/resources/main/assets/tfmg/models/item/blue_multimeter.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/blue_multimeter" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/blue_rebar_concrete.json b/build/resources/main/assets/tfmg/models/item/blue_rebar_concrete.json deleted file mode 100644 index 88abfb36..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/brass_cable_hub.json b/build/resources/main/assets/tfmg/models/item/brass_cable_hub.json deleted file mode 100644 index 0f2f8c70..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/brass_mechanical_pump.json b/build/resources/main/assets/tfmg/models/item/brass_mechanical_pump.json deleted file mode 100644 index 1e38af40..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/brick_smokestack.json b/build/resources/main/assets/tfmg/models/item/brick_smokestack.json deleted file mode 100644 index 84260804..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/brown_concrete.json b/build/resources/main/assets/tfmg/models/item/brown_concrete.json deleted file mode 100644 index dfc2c988..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/brown_concrete_slab.json b/build/resources/main/assets/tfmg/models/item/brown_concrete_slab.json deleted file mode 100644 index d6c4d75f..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/brown_rebar_concrete_slab.json b/build/resources/main/assets/tfmg/models/item/brown_rebar_concrete_slab.json deleted file mode 100644 index d6c4d75f..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/brown_rebar_concrete_stairs.json b/build/resources/main/assets/tfmg/models/item/brown_rebar_concrete_stairs.json deleted file mode 100644 index 20074c95..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/cable_connector.json b/build/resources/main/assets/tfmg/models/item/cable_connector.json deleted file mode 100644 index cef22b2b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/carbon_dioxide_bucket.json b/build/resources/main/assets/tfmg/models/item/carbon_dioxide_bucket.json deleted file mode 100644 index ac38873a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/cast_iron_fluid_tank.json b/build/resources/main/assets/tfmg/models/item/cast_iron_fluid_tank.json deleted file mode 100644 index 5ac00b96..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/cast_iron_flywheel.json b/build/resources/main/assets/tfmg/models/item/cast_iron_flywheel.json deleted file mode 100644 index 26fafd1e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/cast_iron_ladder.json b/build/resources/main/assets/tfmg/models/item/cast_iron_ladder.json deleted file mode 100644 index dedf0e87..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/circular_light.json b/build/resources/main/assets/tfmg/models/item/circular_light.json deleted file mode 100644 index b609b98d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/concrete_hose.json b/build/resources/main/assets/tfmg/models/item/concrete_hose.json deleted file mode 100644 index 715731fa..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/concrete_stairs.json b/build/resources/main/assets/tfmg/models/item/concrete_stairs.json deleted file mode 100644 index dcef81f4..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/constantan_block.json b/build/resources/main/assets/tfmg/models/item/constantan_block.json deleted file mode 100644 index 626ff630..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/constantan_frame.json b/build/resources/main/assets/tfmg/models/item/constantan_frame.json deleted file mode 100644 index 83b70d9b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/constantan_wire.json b/build/resources/main/assets/tfmg/models/item/constantan_wire.json deleted file mode 100644 index 51f994fb..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/cooling_fluid_bottle.json b/build/resources/main/assets/tfmg/models/item/cooling_fluid_bottle.json deleted file mode 100644 index 14e94e59..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/copper_electrode.json b/build/resources/main/assets/tfmg/models/item/copper_electrode.json deleted file mode 100644 index c2595098..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/copper_truss.json b/build/resources/main/assets/tfmg/models/item/copper_truss.json deleted file mode 100644 index 8f202289..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/copper_wire.json b/build/resources/main/assets/tfmg/models/item/copper_wire.json deleted file mode 100644 index 0a57d95a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/crankshaft_model.json b/build/resources/main/assets/tfmg/models/item/crankshaft_model.json deleted file mode 100644 index a0cb6d47..00000000 --- a/build/resources/main/assets/tfmg/models/item/crankshaft_model.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:item/crankshaft", - "particle": "tfmg:item/crankshaft" - }, - "elements": [ - { - "from": [7, 6, 0], - "to": [9, 8, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 6, 0]}, - "faces": { - "north": {"uv": [6, 8, 4, 10], "texture": "#0"}, - "east": {"uv": [5, 8, 6, 10], "texture": "#0"}, - "south": {"uv": [4, 10, 6, 12], "texture": "#0"}, - "west": {"uv": [4, 8, 5, 10], "texture": "#0"}, - "up": {"uv": [6, 10, 4, 9], "texture": "#0"}, - "down": {"uv": [6, 8, 4, 9], "texture": "#0"} - } - }, - { - "from": [7, 6, 5], - "to": [9, 8, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 6, 5]}, - "faces": { - "north": {"uv": [17, 23, 19, 25], "texture": "#0"}, - "east": {"uv": [5, 8, 6, 10], "texture": "#0"}, - "south": {"uv": [22, 24, 24, 26], "texture": "#0"}, - "west": {"uv": [4, 8, 5, 10], "texture": "#0"}, - "up": {"uv": [6, 10, 4, 9], "texture": "#0"}, - "down": {"uv": [6, 8, 4, 9], "texture": "#0"} - } - }, - { - "from": [7, 6, 10], - "to": [9, 8, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 6, 10]}, - "faces": { - "north": {"uv": [24, 24, 26, 26], "texture": "#0"}, - "east": {"uv": [5, 8, 6, 10], "texture": "#0"}, - "south": {"uv": [25, 6, 27, 8], "texture": "#0"}, - "west": {"uv": [5, 8, 4, 10], "texture": "#0"}, - "up": {"uv": [6, 10, 4, 9], "texture": "#0"}, - "down": {"uv": [6, 8, 4, 9], "texture": "#0"} - } - }, - { - "from": [7, 6, 15], - "to": [9, 8, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 6, 15]}, - "faces": { - "north": {"uv": [4, 10, 6, 12], "texture": "#0"}, - "east": {"uv": [5, 8, 6, 10], "texture": "#0"}, - "south": {"uv": [4, 8, 6, 10], "texture": "#0"}, - "west": {"uv": [4, 8, 5, 10], "texture": "#0"}, - "up": {"uv": [6, 10, 4, 9], "texture": "#0"}, - "down": {"uv": [6, 8, 4, 9], "texture": "#0"} - } - }, - { - "from": [6, 5, 14], - "to": [10, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 5, 13]}, - "faces": { - "north": {"uv": [0, 8, 4, 14], "texture": "#0"}, - "east": {"uv": [3, 8, 4, 14], "texture": "#0"}, - "south": {"uv": [0, 8, 4, 14], "texture": "#0"}, - "west": {"uv": [3, 8, 4, 14], "texture": "#0"}, - "up": {"uv": [4, 9, 0, 8], "texture": "#0"}, - "down": {"uv": [4, 8, 0, 9], "texture": "#0"} - } - }, - { - "from": [5.6, 7.5, 2], - "to": [10.6, 12.5, 4], - "rotation": {"angle": 45, "axis": "z", "origin": [8.1, 10, 3]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#0"}, - "east": {"uv": [9, 0, 11, 5], "texture": "#0"}, - "south": {"uv": [5, 0, 10, 5], "texture": "#0"}, - "west": {"uv": [11, 0, 9, 5], "texture": "#0"}, - "up": {"uv": [5, 6, 0, 8], "texture": "#0"}, - "down": {"uv": [5, 5, 0, 7], "texture": "#0"} - } - }, - { - "from": [5.6, 7.5, 12], - "to": [10.6, 12.5, 14], - "rotation": {"angle": 45, "axis": "z", "origin": [8.1, 10, 13]}, - "faces": { - "north": {"uv": [5, 0, 10, 5], "texture": "#0"}, - "east": {"uv": [11, 0, 9, 5], "texture": "#0"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#0"}, - "west": {"uv": [9, 0, 11, 5], "texture": "#0"}, - "up": {"uv": [5, 8, 0, 6], "texture": "#0"}, - "down": {"uv": [5, 6, 0, 8], "texture": "#0"} - } - }, - { - "from": [5.6, 0.5, 7], - "to": [10.6, 5.5, 9], - "rotation": {"angle": 45, "axis": "z", "origin": [8.1, 3, 8]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 5], "texture": "#0"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#0"}, - "west": {"uv": [3, 0, 5, 5], "texture": "#0"}, - "up": {"uv": [5, 2, 0, 0], "texture": "#0"}, - "down": {"uv": [5, 0, 0, 2], "texture": "#0"} - } - }, - { - "from": [6, 5, 1], - "to": [10, 11, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 5, 0]}, - "faces": { - "north": {"uv": [0, 8, 4, 14], "texture": "#0"}, - "east": {"uv": [3, 8, 4, 14], "texture": "#0"}, - "south": {"uv": [0, 8, 4, 14], "texture": "#0"}, - "west": {"uv": [3, 8, 4, 14], "texture": "#0"}, - "up": {"uv": [4, 9, 0, 8], "texture": "#0"}, - "down": {"uv": [4, 8, 0, 9], "texture": "#0"} - } - }, - { - "from": [6, 5, 4], - "to": [10, 11, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 5, 3]}, - "faces": { - "north": {"uv": [0, 8, 4, 14], "texture": "#0"}, - "east": {"uv": [3, 8, 4, 14], "texture": "#0"}, - "south": {"uv": [0, 8, 4, 14], "texture": "#0"}, - "west": {"uv": [3, 8, 4, 14], "texture": "#0"}, - "up": {"uv": [4, 14, 0, 13], "texture": "#0"}, - "down": {"uv": [4, 13, 0, 14], "texture": "#0"} - } - }, - { - "from": [6, 5, 11], - "to": [10, 11, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 5, 10]}, - "faces": { - "north": {"uv": [0, 8, 4, 14], "texture": "#0"}, - "east": {"uv": [3, 8, 4, 14], "texture": "#0"}, - "south": {"uv": [0, 8, 4, 14], "texture": "#0"}, - "west": {"uv": [3, 8, 4, 14], "texture": "#0"}, - "up": {"uv": [4, 14, 0, 13], "texture": "#0"}, - "down": {"uv": [4, 13, 0, 14], "texture": "#0"} - } - }, - { - "from": [6, 2.5, 9], - "to": [10, 8.5, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5.25, 8]}, - "faces": { - "north": {"uv": [0, 14, 4, 8], "texture": "#0"}, - "east": {"uv": [3, 8, 4, 14], "texture": "#0"}, - "south": {"uv": [0, 14, 4, 8], "texture": "#0"}, - "west": {"uv": [3, 8, 4, 14], "texture": "#0"}, - "up": {"uv": [4, 9, 0, 8], "texture": "#0"}, - "down": {"uv": [4, 8, 0, 9], "texture": "#0"} - } - }, - { - "from": [6, 2.5, 6], - "to": [10, 8.5, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5.25, 8]}, - "faces": { - "north": {"uv": [0, 14, 4, 8], "texture": "#0"}, - "east": {"uv": [3, 8, 4, 14], "texture": "#0"}, - "south": {"uv": [0, 14, 4, 8], "texture": "#0"}, - "west": {"uv": [3, 8, 4, 14], "texture": "#0"}, - "up": {"uv": [4, 9, 0, 8], "texture": "#0"}, - "down": {"uv": [4, 8, 0, 9], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/creosote_bucket.json b/build/resources/main/assets/tfmg/models/item/creosote_bucket.json deleted file mode 100644 index 2ee4ed9e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/cut_bauxite_brick_slab.json b/build/resources/main/assets/tfmg/models/item/cut_bauxite_brick_slab.json deleted file mode 100644 index ecf67152..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/cut_galena_bricks.json b/build/resources/main/assets/tfmg/models/item/cut_galena_bricks.json deleted file mode 100644 index 5ddd31f4..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/cut_galena_slab.json b/build/resources/main/assets/tfmg/models/item/cut_galena_slab.json deleted file mode 100644 index 7267810b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/cyan_caution_block.json b/build/resources/main/assets/tfmg/models/item/cyan_caution_block.json deleted file mode 100644 index 1cdb61f5..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/cyan_concrete_slab.json b/build/resources/main/assets/tfmg/models/item/cyan_concrete_slab.json deleted file mode 100644 index c72b90b4..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/deepslate_lithium_ore.json b/build/resources/main/assets/tfmg/models/item/deepslate_lithium_ore.json deleted file mode 100644 index ac3cec3e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/diagonal_cable_block.json b/build/resources/main/assets/tfmg/models/item/diagonal_cable_block.json deleted file mode 100644 index 946e0766..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/electric_post.json b/build/resources/main/assets/tfmg/models/item/electric_post.json deleted file mode 100644 index 6d9ef26e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/engine_controller.json b/build/resources/main/assets/tfmg/models/item/engine_controller.json deleted file mode 100644 index b043ad71..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/ethylene_bucket.json b/build/resources/main/assets/tfmg/models/item/ethylene_bucket.json deleted file mode 100644 index 9d69fc98..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/exhaust.json b/build/resources/main/assets/tfmg/models/item/exhaust.json deleted file mode 100644 index 551d4f89..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/firebox.json b/build/resources/main/assets/tfmg/models/item/firebox.json deleted file mode 100644 index 18d0c3ae..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/fireclay_ball.json b/build/resources/main/assets/tfmg/models/item/fireclay_ball.json deleted file mode 100644 index 6f57d312..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/fireproof_chemical_vat.json b/build/resources/main/assets/tfmg/models/item/fireproof_chemical_vat.json deleted file mode 100644 index 92fdd16e..00000000 --- a/build/resources/main/assets/tfmg/models/item/fireproof_chemical_vat.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/fireproof_chemical_vat/block_single_window" -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/flarestack.json b/build/resources/main/assets/tfmg/models/item/flarestack.json deleted file mode 100644 index 0a488ad9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/furnace_gas_bucket.json b/build/resources/main/assets/tfmg/models/item/furnace_gas_bucket.json deleted file mode 100644 index 589d4492..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/glass_insulator_segment.json b/build/resources/main/assets/tfmg/models/item/glass_insulator_segment.json deleted file mode 100644 index ff08ed2f..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/gray_concrete.json b/build/resources/main/assets/tfmg/models/item/gray_concrete.json deleted file mode 100644 index 7e2b1bf0..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/gray_rebar_concrete.json b/build/resources/main/assets/tfmg/models/item/gray_rebar_concrete.json deleted file mode 100644 index cdbd84e0..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/green_concrete_stairs.json b/build/resources/main/assets/tfmg/models/item/green_concrete_stairs.json deleted file mode 100644 index 84c3bc09..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/heavy_casing_door.json b/build/resources/main/assets/tfmg/models/item/heavy_casing_door.json deleted file mode 100644 index afd52409..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/heavy_casing_encased_large_steel_cogwheel.json b/build/resources/main/assets/tfmg/models/item/heavy_casing_encased_large_steel_cogwheel.json deleted file mode 100644 index 09e84f77..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/heavy_casing_encased_shaft.json b/build/resources/main/assets/tfmg/models/item/heavy_casing_encased_shaft.json deleted file mode 100644 index d22d6586..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/industrial_mixer.json b/build/resources/main/assets/tfmg/models/item/industrial_mixer.json deleted file mode 100644 index fb1f5a1a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/layered_bauxite.json b/build/resources/main/assets/tfmg/models/item/layered_bauxite.json deleted file mode 100644 index f318b5d9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/layered_galena.json b/build/resources/main/assets/tfmg/models/item/layered_galena.json deleted file mode 100644 index 19d7d56a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/lead_axe.json b/build/resources/main/assets/tfmg/models/item/lead_axe.json deleted file mode 100644 index 7595a932..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/lead_flywheel.json b/build/resources/main/assets/tfmg/models/item/lead_flywheel.json deleted file mode 100644 index 2c54fb84..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/lead_ingot.json b/build/resources/main/assets/tfmg/models/item/lead_ingot.json deleted file mode 100644 index 2d95461e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/lead_nugget.json b/build/resources/main/assets/tfmg/models/item/lead_nugget.json deleted file mode 100644 index b2fc5ef9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/light_blue_caution_block.json b/build/resources/main/assets/tfmg/models/item/light_blue_caution_block.json deleted file mode 100644 index 8831e995..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/light_blue_concrete_slab.json b/build/resources/main/assets/tfmg/models/item/light_blue_concrete_slab.json deleted file mode 100644 index 76c8a2c9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/light_blue_concrete_stairs.json b/build/resources/main/assets/tfmg/models/item/light_blue_concrete_stairs.json deleted file mode 100644 index 72c84d5c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/light_blue_rebar_concrete.json b/build/resources/main/assets/tfmg/models/item/light_blue_rebar_concrete.json deleted file mode 100644 index 6913632e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/light_blue_rebar_concrete_stairs.json b/build/resources/main/assets/tfmg/models/item/light_blue_rebar_concrete_stairs.json deleted file mode 100644 index 72c84d5c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/light_gray_concrete_stairs.json b/build/resources/main/assets/tfmg/models/item/light_gray_concrete_stairs.json deleted file mode 100644 index f80acb8b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/lignite.json b/build/resources/main/assets/tfmg/models/item/lignite.json deleted file mode 100644 index e56ce60c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/lime_caution_block.json b/build/resources/main/assets/tfmg/models/item/lime_caution_block.json deleted file mode 100644 index c2227fc5..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/lime_concrete.json b/build/resources/main/assets/tfmg/models/item/lime_concrete.json deleted file mode 100644 index 362f19bf..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/lime_concrete_slab.json b/build/resources/main/assets/tfmg/models/item/lime_concrete_slab.json deleted file mode 100644 index 89676987..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/lime_concrete_wall.json b/build/resources/main/assets/tfmg/models/item/lime_concrete_wall.json deleted file mode 100644 index c5f73b6a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/limesand.json b/build/resources/main/assets/tfmg/models/item/limesand.json deleted file mode 100644 index 5ae1114d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/liquid_concrete_bucket.json b/build/resources/main/assets/tfmg/models/item/liquid_concrete_bucket.json deleted file mode 100644 index 20f4a7f9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/lit_lithium_blade.json b/build/resources/main/assets/tfmg/models/item/lit_lithium_blade.json deleted file mode 100644 index 43b05de9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/lithium_torch.json b/build/resources/main/assets/tfmg/models/item/lithium_torch.json deleted file mode 100644 index 771b74dd..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/lpg_bucket.json b/build/resources/main/assets/tfmg/models/item/lpg_bucket.json deleted file mode 100644 index 1ed8f047..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/magenta_concrete_wall.json b/build/resources/main/assets/tfmg/models/item/magenta_concrete_wall.json deleted file mode 100644 index 06b98997..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/magenta_rebar_concrete_slab.json b/build/resources/main/assets/tfmg/models/item/magenta_rebar_concrete_slab.json deleted file mode 100644 index 25a70835..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/magenta_rebar_concrete_wall.json b/build/resources/main/assets/tfmg/models/item/magenta_rebar_concrete_wall.json deleted file mode 100644 index 06b98997..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/mixer_blade.json b/build/resources/main/assets/tfmg/models/item/mixer_blade.json deleted file mode 100644 index 2d94a905..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/multimeter.json b/build/resources/main/assets/tfmg/models/item/multimeter.json deleted file mode 100644 index f581824d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/n_semiconductor.json b/build/resources/main/assets/tfmg/models/item/n_semiconductor.json deleted file mode 100644 index 8c793a85..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/napalm_bomb.json b/build/resources/main/assets/tfmg/models/item/napalm_bomb.json deleted file mode 100644 index 5bd89e0e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/napalm_bucket.json b/build/resources/main/assets/tfmg/models/item/napalm_bucket.json deleted file mode 100644 index c58def53..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/neon_tube.json b/build/resources/main/assets/tfmg/models/item/neon_tube.json deleted file mode 100644 index f95fc78e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/nickel_ingot.json b/build/resources/main/assets/tfmg/models/item/nickel_ingot.json deleted file mode 100644 index 23093593..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/nickel_ladder.json b/build/resources/main/assets/tfmg/models/item/nickel_ladder.json deleted file mode 100644 index d9022993..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/nickel_truss.json b/build/resources/main/assets/tfmg/models/item/nickel_truss.json deleted file mode 100644 index 31d3e0cb..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/nitrate_dust.json b/build/resources/main/assets/tfmg/models/item/nitrate_dust.json deleted file mode 100644 index d82be54b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/orange_caution_block.json b/build/resources/main/assets/tfmg/models/item/orange_caution_block.json deleted file mode 100644 index 094b5c1d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/orange_concrete.json b/build/resources/main/assets/tfmg/models/item/orange_concrete.json deleted file mode 100644 index dbdefe73..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/orange_concrete_wall.json b/build/resources/main/assets/tfmg/models/item/orange_concrete_wall.json deleted file mode 100644 index a4663f08..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/p_semiconductor.json b/build/resources/main/assets/tfmg/models/item/p_semiconductor.json deleted file mode 100644 index 975671a6..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/pink_caution_block.json b/build/resources/main/assets/tfmg/models/item/pink_caution_block.json deleted file mode 100644 index b38ce26e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/pink_concrete_stairs.json b/build/resources/main/assets/tfmg/models/item/pink_concrete_stairs.json deleted file mode 100644 index ddb88f29..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/pink_rebar_concrete_slab.json b/build/resources/main/assets/tfmg/models/item/pink_rebar_concrete_slab.json deleted file mode 100644 index 70dfab34..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/pink_rebar_concrete_stairs.json b/build/resources/main/assets/tfmg/models/item/pink_rebar_concrete_stairs.json deleted file mode 100644 index ddb88f29..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/pink_rebar_concrete_wall.json b/build/resources/main/assets/tfmg/models/item/pink_rebar_concrete_wall.json deleted file mode 100644 index 8ec2d50c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/plastic_mechanical_pump.json b/build/resources/main/assets/tfmg/models/item/plastic_mechanical_pump.json deleted file mode 100644 index 099dda6d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/polished_cut_bauxite_wall.json b/build/resources/main/assets/tfmg/models/item/polished_cut_bauxite_wall.json deleted file mode 100644 index 627b6752..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/polished_cut_galena_stairs.json b/build/resources/main/assets/tfmg/models/item/polished_cut_galena_stairs.json deleted file mode 100644 index 92b9083a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/propylene_bucket.json b/build/resources/main/assets/tfmg/models/item/propylene_bucket.json deleted file mode 100644 index a5fb2a0c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/pumpjack_base.json b/build/resources/main/assets/tfmg/models/item/pumpjack_base.json deleted file mode 100644 index 1a527608..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/pumpjack_hammer_part.json b/build/resources/main/assets/tfmg/models/item/pumpjack_hammer_part.json deleted file mode 100644 index 1bf99df2..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/purple_caution_block.json b/build/resources/main/assets/tfmg/models/item/purple_caution_block.json deleted file mode 100644 index d7cd43fa..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/purple_concrete.json b/build/resources/main/assets/tfmg/models/item/purple_concrete.json deleted file mode 100644 index 635f4471..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/purple_concrete_stairs.json b/build/resources/main/assets/tfmg/models/item/purple_concrete_stairs.json deleted file mode 100644 index 96d3f159..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/purple_concrete_wall.json b/build/resources/main/assets/tfmg/models/item/purple_concrete_wall.json deleted file mode 100644 index 1f06160e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/purple_rebar_concrete.json b/build/resources/main/assets/tfmg/models/item/purple_rebar_concrete.json deleted file mode 100644 index aba51f67..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/purple_rebar_concrete_slab.json b/build/resources/main/assets/tfmg/models/item/purple_rebar_concrete_slab.json deleted file mode 100644 index c6cd8d39..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/radial_engine.json b/build/resources/main/assets/tfmg/models/item/radial_engine.json deleted file mode 100644 index e8fe8713..00000000 --- a/build/resources/main/assets/tfmg/models/item/radial_engine.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/radial_engine/item" -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/raw_lithium_block.json b/build/resources/main/assets/tfmg/models/item/raw_lithium_block.json deleted file mode 100644 index 49d5cf92..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/raw_nickel.json b/build/resources/main/assets/tfmg/models/item/raw_nickel.json deleted file mode 100644 index b500ea60..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/rebar_concrete_wall.json b/build/resources/main/assets/tfmg/models/item/rebar_concrete_wall.json deleted file mode 100644 index 778708ce..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/red_caution_block.json b/build/resources/main/assets/tfmg/models/item/red_caution_block.json deleted file mode 100644 index 21024859..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/red_concrete.json b/build/resources/main/assets/tfmg/models/item/red_concrete.json deleted file mode 100644 index 657d6752..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/red_concrete_slab.json b/build/resources/main/assets/tfmg/models/item/red_concrete_slab.json deleted file mode 100644 index 32b2cbba..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/red_concrete_wall.json b/build/resources/main/assets/tfmg/models/item/red_concrete_wall.json deleted file mode 100644 index 83a6814e..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/red_multimeter.json b/build/resources/main/assets/tfmg/models/item/red_multimeter.json deleted file mode 100644 index 3d16e1a1..00000000 --- a/build/resources/main/assets/tfmg/models/item/red_multimeter.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/red_multimeter" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/regular_engine.json b/build/resources/main/assets/tfmg/models/item/regular_engine.json deleted file mode 100644 index e81cfc18..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/rotor.json b/build/resources/main/assets/tfmg/models/item/rotor.json deleted file mode 100644 index fe6bbb13..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/screw.json b/build/resources/main/assets/tfmg/models/item/screw.json deleted file mode 100644 index 654db24b..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/screwdriver.json b/build/resources/main/assets/tfmg/models/item/screwdriver.json deleted file mode 100644 index b7ec5704..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/segmented_display.json b/build/resources/main/assets/tfmg/models/item/segmented_display.json deleted file mode 100644 index f73cd861..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/silicon_ingot.json b/build/resources/main/assets/tfmg/models/item/silicon_ingot.json deleted file mode 100644 index 6df081a6..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/small_bauxite_brick_slab.json b/build/resources/main/assets/tfmg/models/item/small_bauxite_brick_slab.json deleted file mode 100644 index 53e0492a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/small_bauxite_brick_stairs.json b/build/resources/main/assets/tfmg/models/item/small_bauxite_brick_stairs.json deleted file mode 100644 index b01f7981..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/small_bauxite_brick_wall.json b/build/resources/main/assets/tfmg/models/item/small_bauxite_brick_wall.json deleted file mode 100644 index 28241ead..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/steel_casing.json b/build/resources/main/assets/tfmg/models/item/steel_casing.json deleted file mode 100644 index 2368c472..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/steel_door.json b/build/resources/main/assets/tfmg/models/item/steel_door.json deleted file mode 100644 index 7c2721eb..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/steel_encased_large_steel_cogwheel.json b/build/resources/main/assets/tfmg/models/item/steel_encased_large_steel_cogwheel.json deleted file mode 100644 index c2a01eb6..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/steel_flywheel.json b/build/resources/main/assets/tfmg/models/item/steel_flywheel.json deleted file mode 100644 index 992247c4..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/steel_frame.json b/build/resources/main/assets/tfmg/models/item/steel_frame.json deleted file mode 100644 index b0e141f8..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/steel_shovel.json b/build/resources/main/assets/tfmg/models/item/steel_shovel.json deleted file mode 100644 index a49074d7..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/steel_sword.json b/build/resources/main/assets/tfmg/models/item/steel_sword.json deleted file mode 100644 index 743d06f0..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/steel_truss.json b/build/resources/main/assets/tfmg/models/item/steel_truss.json deleted file mode 100644 index d1f0da0d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/sulfur.json b/build/resources/main/assets/tfmg/models/item/sulfur.json deleted file mode 100644 index f70095c3..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/sulfuric_acid_bucket.json b/build/resources/main/assets/tfmg/models/item/sulfuric_acid_bucket.json deleted file mode 100644 index a6934d14..00000000 --- a/build/resources/main/assets/tfmg/models/item/sulfuric_acid_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/sulfuric_acid_bucket" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/synthetic_string.json b/build/resources/main/assets/tfmg/models/item/synthetic_string.json deleted file mode 100644 index 58ca2037..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/transmission.json b/build/resources/main/assets/tfmg/models/item/transmission.json deleted file mode 100644 index 5c789f9f..00000000 --- a/build/resources/main/assets/tfmg/models/item/transmission.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:item/transmission_model" -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/transmission_model.json b/build/resources/main/assets/tfmg/models/item/transmission_model.json deleted file mode 100644 index d6026b8f..00000000 --- a/build/resources/main/assets/tfmg/models/item/transmission_model.json +++ /dev/null @@ -1,159 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [32, 32], - "textures": { - "2": "tfmg:block/transmission" - }, - "elements": [ - { - "from": [5, 11, 3], - "to": [11, 14, 12], - "rotation": {"angle": 0, "axis": "z", "origin": [9, 4, 8]}, - "faces": { - "north": {"uv": [3, 3, 4.5, 6], "rotation": 270, "texture": "#2"}, - "east": {"uv": [1.5, 7.5, 0, 3], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6.5, 0, 8, 3], "rotation": 90, "texture": "#2"}, - "west": {"uv": [3, 3, 1.5, 7.5], "rotation": 90, "texture": "#2"}, - "up": {"uv": [0, 0, 4.5, 3], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 0, 4.5, 3], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [5, 11, 2], - "to": [10, 14, 3], - "rotation": {"angle": 0, "axis": "z", "origin": [9, 4, 8]}, - "faces": { - "north": {"uv": [7.5, 0, 9, 2.5], "rotation": 270, "texture": "#2"}, - "east": {"uv": [9, 2.5, 7.5, 2], "rotation": 90, "texture": "#2"}, - "south": {"uv": [4.5, 8, 6, 10.5], "rotation": 90, "texture": "#2"}, - "west": {"uv": [9, 2, 7.5, 2.5], "rotation": 90, "texture": "#2"}, - "up": {"uv": [4, 3.5, 4.5, 6], "rotation": 90, "texture": "#2"}, - "down": {"uv": [3.5, 3.5, 4, 6], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [4, 11, 12], - "to": [12, 15, 14], - "rotation": {"angle": 0, "axis": "z", "origin": [9, 4, 8]}, - "faces": { - "north": {"uv": [4.5, 0, 6.5, 4], "rotation": 270, "texture": "#2"}, - "east": {"uv": [11, 2, 9, 1], "rotation": 90, "texture": "#2"}, - "south": {"uv": [4.5, 4, 6.5, 8], "rotation": 90, "texture": "#2"}, - "west": {"uv": [11, 1, 9, 2], "rotation": 90, "texture": "#2"}, - "up": {"uv": [6.5, 0, 7.5, 4], "rotation": 90, "texture": "#2"}, - "down": {"uv": [15, 0, 16, 4], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [4, 15, 7], - "to": [12, 15, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [9, 4, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 4], "rotation": 270, "texture": "#2"}, - "east": {"uv": [0, 1, 0, 0], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 0, 0, 4], "rotation": 90, "texture": "#2"}, - "west": {"uv": [0, 0, 0, 1], "rotation": 90, "texture": "#2"}, - "up": {"uv": [2.5, 3.5, 3.5, 7.5], "rotation": 90, "texture": "#2"}, - "down": {"uv": [2, 3, 3, 7], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [12, 11, 7], - "to": [12, 15, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [9, 4, 8]}, - "faces": { - "north": {"uv": [0, 0, 2, 0], "rotation": 270, "texture": "#2"}, - "east": {"uv": [11, 0, 9, 1], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 0, 2, 0], "rotation": 90, "texture": "#2"}, - "west": {"uv": [11, 1, 9, 0], "rotation": 90, "texture": "#2"}, - "up": {"uv": [0, 0, 1, 0], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 0, 1, 0], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [4, 11, 7], - "to": [4, 15, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [9, 4, 8]}, - "faces": { - "north": {"uv": [0, 0, 2, 0], "rotation": 270, "texture": "#2"}, - "east": {"uv": [11, 0, 9, 1], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 0, 2, 0], "rotation": 90, "texture": "#2"}, - "west": {"uv": [11, 1, 9, 0], "rotation": 90, "texture": "#2"}, - "up": {"uv": [0, 0, 1, 0], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 0, 1, 0], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [12, 11, 10], - "to": [12, 15, 11], - "rotation": {"angle": 0, "axis": "z", "origin": [9, 4, 8]}, - "faces": { - "north": {"uv": [0, 0, 2, 0], "rotation": 270, "texture": "#2"}, - "east": {"uv": [11, 1, 9, 0.5], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 0, 2, 0], "rotation": 90, "texture": "#2"}, - "west": {"uv": [11, 0, 9, 0.5], "rotation": 90, "texture": "#2"}, - "up": {"uv": [0, 0, 0.5, 0], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 0, 0.5, 0], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [4, 15, 10], - "to": [12, 15, 11], - "rotation": {"angle": 0, "axis": "z", "origin": [9, 4, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 4], "rotation": 270, "texture": "#2"}, - "east": {"uv": [0, 0.5, 0, 0], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 0, 0, 4], "rotation": 90, "texture": "#2"}, - "west": {"uv": [0, 0, 0, 0.5], "rotation": 90, "texture": "#2"}, - "up": {"uv": [3, 3.5, 3.5, 7.5], "rotation": 90, "texture": "#2"}, - "down": {"uv": [1.5, 3, 2, 7], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [4, 11, 10], - "to": [4, 15, 11], - "rotation": {"angle": 0, "axis": "z", "origin": [9, 4, 8]}, - "faces": { - "north": {"uv": [0, 0, 2, 0], "rotation": 270, "texture": "#2"}, - "east": {"uv": [11.5, 0.5, 9.5, 0], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 0, 2, 0], "rotation": 90, "texture": "#2"}, - "west": {"uv": [11, 0.5, 9, 1], "rotation": 90, "texture": "#2"}, - "up": {"uv": [0, 0, 0.5, 0], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 0, 0.5, 0], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [11, 12, 3], - "to": [12, 13, 12], - "rotation": {"angle": 0, "axis": "z", "origin": [9, 4, 8]}, - "faces": { - "north": {"uv": [1.5, 10.5, 2, 11], "rotation": 270, "texture": "#2"}, - "east": {"uv": [3.5, 7.5, 3, 3], "rotation": 90, "texture": "#2"}, - "south": {"uv": [2, 10.5, 2.5, 11], "rotation": 90, "texture": "#2"}, - "west": {"uv": [16, 0, 15.5, 4.5], "rotation": 90, "texture": "#2"}, - "up": {"uv": [12.5, 2.5, 8, 3], "rotation": 90, "texture": "#2"}, - "down": {"uv": [12.5, 2.5, 8, 3], "rotation": 90, "texture": "#2"} - } - }, - { - "from": [10, 12, 2], - "to": [12, 13, 3], - "rotation": {"angle": 0, "axis": "z", "origin": [9, 4, 8]}, - "faces": { - "north": {"uv": [3, 3.5, 3.5, 4.5], "rotation": 270, "texture": "#2"}, - "east": {"uv": [3.5, 6, 3, 5.5], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6.5, 4, 7, 5], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 4, 6.5, 4.5], "rotation": 90, "texture": "#2"}, - "up": {"uv": [3, 6, 3.5, 7], "rotation": 90, "texture": "#2"}, - "down": {"uv": [3, 4, 3.5, 5], "rotation": 90, "texture": "#2"} - } - } - ], - "display": { - "gui": { - "rotation": [37, -42, 0], - "translation": [0.75, -2.75, 0] - } - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/turbine_blade.json b/build/resources/main/assets/tfmg/models/item/turbine_blade.json deleted file mode 100644 index 82ced20d..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/turbine_engine.json b/build/resources/main/assets/tfmg/models/item/turbine_engine.json deleted file mode 100644 index 1a7f9634..00000000 --- a/build/resources/main/assets/tfmg/models/item/turbine_engine.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "tfmg:block/turbine_engine/item" -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/unfinished_circuit_board.json b/build/resources/main/assets/tfmg/models/item/unfinished_circuit_board.json deleted file mode 100644 index 1876fb7b..00000000 --- a/build/resources/main/assets/tfmg/models/item/unfinished_circuit_board.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "tfmg:item/unfinished_circuit_board" - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/unfinished_engine.json b/build/resources/main/assets/tfmg/models/item/unfinished_engine.json deleted file mode 100644 index b3fa1962..00000000 --- a/build/resources/main/assets/tfmg/models/item/unfinished_engine.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "textures": { - "0": "tfmg:item/engine_base", - "particle": "tfmg:item/engine_base" - }, - "elements": [ - { - "from": [3, 0, 2], - "to": [13, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [1, 0, 3.5, 3], "texture": "#0"}, - "east": {"uv": [3.5, 12.25, 0, 15.25], "texture": "#0"}, - "south": {"uv": [5.5, 0, 8, 3], "texture": "#0"}, - "west": {"uv": [0, 12.25, 3.5, 15.25], "texture": "#0"}, - "up": {"uv": [1, 7, 3.5, 10.5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [5.5, 3.5, 8, 7], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [0, 0, 2], - "to": [3, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [3.5, 1.25, 4.25, 3], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 0], "texture": "#0"}, - "south": {"uv": [4.75, 1.25, 5.5, 3], "texture": "#0"}, - "west": {"uv": [0, 13.75, 3.5, 15.5], "texture": "#0"}, - "up": {"uv": [0, 7, 0.75, 10.5], "texture": "#0"}, - "down": {"uv": [8.625, 7, 8, 3.5], "texture": "#0"} - } - }, - { - "from": [13, 0, 2], - "to": [16, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0.25, 1.25, 1, 3], "texture": "#0"}, - "east": {"uv": [3.5, 13.75, 0, 15.5], "texture": "#0"}, - "south": {"uv": [8, 1.25, 8.75, 3], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 0], "texture": "#0"}, - "up": {"uv": [3.75, 7, 4.5, 10.5], "texture": "#0"}, - "down": {"uv": [5.5, 3.5, 4.75, 7], "texture": "#0"} - } - }, - { - "from": [2, 7, 2], - "to": [3, 10, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [14, 1, 14.25, 1.75], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 0], "texture": "#0"}, - "south": {"uv": [14, 1, 14.25, 1.75], "texture": "#0"}, - "west": {"uv": [14, 1, 14.5, 1.75], "texture": "#0"}, - "up": {"uv": [14, 1.25, 14.5, 1.5], "texture": "#0"}, - "down": {"uv": [14.25, 0, 15.25, 2], "texture": "#0"} - } - }, - { - "from": [13, 7, 2], - "to": [14, 10, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [14, 1, 14.25, 1.75], "texture": "#0"}, - "east": {"uv": [14, 1, 14.5, 1.75], "texture": "#0"}, - "south": {"uv": [14, 1, 14.25, 1.75], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 0], "texture": "#0"}, - "up": {"uv": [14, 1.25, 14.5, 1.5], "texture": "#0"}, - "down": {"uv": [14.25, 0.125, 15.25, 2.125], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/unfinished_insulator_model.json b/build/resources/main/assets/tfmg/models/item/unfinished_insulator_model.json deleted file mode 100644 index 891ccc8a..00000000 --- a/build/resources/main/assets/tfmg/models/item/unfinished_insulator_model.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "tfmg:block/regular_insulator", - "particle": "tfmg:block/regular_insulator" - }, - "elements": [ - { - "from": [5, 1, 5], - "to": [11, 2, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 6]}, - "faces": { - "north": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "up": {"uv": [0, 2, 6, 8], "texture": "#0"}, - "down": {"uv": [0, 2, 6, 8], "texture": "#0"} - } - }, - { - "from": [5, 3, 5], - "to": [11, 4, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 3, 6]}, - "faces": { - "north": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "up": {"uv": [0, 2, 6, 8], "texture": "#0"}, - "down": {"uv": [0, 2, 6, 8], "texture": "#0"} - } - }, - { - "from": [5, 5, 5], - "to": [11, 6, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 5, 6]}, - "faces": { - "north": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "up": {"uv": [0, 2, 6, 8], "texture": "#0"}, - "down": {"uv": [0, 2, 6, 8], "texture": "#0"} - } - }, - { - "from": [6, 0, 6], - "to": [10, 8, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]}, - "faces": { - "north": {"uv": [12, 0, 16, 8], "texture": "#0"}, - "east": {"uv": [12, 0, 16, 8], "texture": "#0"}, - "south": {"uv": [12, 0, 16, 8], "texture": "#0"}, - "west": {"uv": [12, 0, 16, 8], "texture": "#0"}, - "down": {"uv": [1, 3, 5, 7], "texture": "#0"} - } - }, - { - "from": [5, 7, 5], - "to": [11, 8, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 6]}, - "faces": { - "north": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 6, 1], "texture": "#0"}, - "up": {"uv": [0, 2, 6, 8], "texture": "#0"}, - "down": {"uv": [0, 2, 6, 8], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/voltage_observer.json b/build/resources/main/assets/tfmg/models/item/voltage_observer.json deleted file mode 100644 index 3afb3291..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/white_caution_block.json b/build/resources/main/assets/tfmg/models/item/white_caution_block.json deleted file mode 100644 index c60b8579..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/white_concrete.json b/build/resources/main/assets/tfmg/models/item/white_concrete.json deleted file mode 100644 index 0540b9d9..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/white_concrete_stairs.json b/build/resources/main/assets/tfmg/models/item/white_concrete_stairs.json deleted file mode 100644 index b41709a2..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/yellow_concrete.json b/build/resources/main/assets/tfmg/models/item/yellow_concrete.json deleted file mode 100644 index 58d4b828..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/yellow_rebar_concrete_wall.json b/build/resources/main/assets/tfmg/models/item/yellow_rebar_concrete_wall.json deleted file mode 100644 index 01962c00..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/zinc_electrode.json b/build/resources/main/assets/tfmg/models/item/zinc_electrode.json deleted file mode 100644 index 325ec756..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/zinc_electrode_model.json b/build/resources/main/assets/tfmg/models/item/zinc_electrode_model.json deleted file mode 100644 index 3f82a84d..00000000 --- a/build/resources/main/assets/tfmg/models/item/zinc_electrode_model.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "block/block", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/electrodes", - "particle": "tfmg:block/electrodes" - }, - "elements": [ - { - "from": [6, -8, 6], - "to": [10, 16, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 0, 6]}, - "faces": { - "north": {"uv": [0, 0, 2, 12], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 12], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 12], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 12], "texture": "#0"}, - "up": {"uv": [0, 12, 2, 14], "texture": "#0"}, - "down": {"uv": [0, 12, 2, 14], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [-22.75, 0, 0], - "translation": [0, 5, -1.75], - "scale": [0.5, 0.5, 0.5] - }, - "thirdperson_lefthand": { - "rotation": [-22.75, 0, 0], - "translation": [0, 5, -1.75], - "scale": [0.5, 0.5, 0.5] - }, - "firstperson_righthand": { - "rotation": [0, 45, 0], - "translation": [2.25, 2, 0], - "scale": [0.5, 0.5, 0.5] - }, - "firstperson_lefthand": { - "rotation": [0, 45, 0], - "translation": [2.25, 2, 0], - "scale": [0.5, 0.5, 0.5] - }, - "ground": { - "translation": [0, 4.5, 0], - "scale": [0.3, 0.3, 0.3] - }, - "gui": { - "rotation": [53, 45, 0], - "translation": [0, 2, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "rotation": [30, 90, 90], - "translation": [0, 7.75, -10] - }, - "fixed": { - "rotation": [0, 0, -45], - "translation": [2.5, 2.5, 0] - } - } -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/models/item/zinc_frame.json b/build/resources/main/assets/tfmg/models/item/zinc_frame.json deleted file mode 100644 index 16996c6c..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/item/zinc_truss.json b/build/resources/main/assets/tfmg/models/item/zinc_truss.json deleted file mode 100644 index 810efe2a..00000000 --- a/build/resources/main/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/build/resources/main/assets/tfmg/models/large_aluminum_cogwheel_shaftless.json b/build/resources/main/assets/tfmg/models/large_aluminum_cogwheel_shaftless.json deleted file mode 100644 index f419da33..00000000 --- a/build/resources/main/assets/tfmg/models/large_aluminum_cogwheel_shaftless.json +++ /dev/null @@ -1,189 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "tfmg:block/large_aluminum_coghweel", - "particle": "tfmg:block/large_aluminum_coghweel" - }, - "elements": [ - { - "name": "Gear2", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear3", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear4", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "GearCaseInner", - "from": [-2, 7.6, -2], - "to": [18, 8.4, 18], - "faces": { - "north": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "east": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "south": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "west": {"uv": [0, 10, 10, 11.5], "texture": "#0"}, - "up": {"uv": [0, 0, 10, 10], "texture": "#0"}, - "down": {"uv": [0, 0, 10, 10], "texture": "#0"} - } - }, - { - "name": "GearCaseOuter", - "from": [-1, 5.975, 1], - "to": [1, 10.025, 15], - "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"}, - "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"}, - "down": {"uv": [13, 0, 14, 7], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "GearCaseOuter", - "from": [1, 5.975, -1], - "to": [15, 10.025, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "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"}, - "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"} - } - }, - { - "name": "GearCaseOuter", - "from": [15, 5.975, 1], - "to": [17, 10.025, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "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"}, - "up": {"uv": [15, 0, 16, 7], "texture": "#0"}, - "down": {"uv": [14, 0, 15, 7], "texture": "#0"} - } - }, - { - "name": "GearCaseOuter", - "from": [1, 5.975, 15], - "to": [15, 10.025, 17], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 0], "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"}, - "up": {"uv": [14, 0, 15, 7], "rotation": 90, "texture": "#0"}, - "down": {"uv": [15, 0, 16, 7], "rotation": 270, "texture": "#0"} - } - }, - { - "name": "Gear", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "Gear5", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear6", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "Gear7", - "from": [-7, 6.525, 6.5], - "to": [23, 9.475, 9.5], - "faces": { - "north": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "east": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "south": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "west": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "texture": "#0"} - } - }, - { - "name": "Gear8", - "from": [6.5, 6.525, -7], - "to": [9.5, 9.475, 23], - "faces": { - "north": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "east": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "south": {"uv": [10, 9.5, 11.5, 11], "texture": "#0"}, - "west": {"uv": [0, 13, 15, 14.5], "texture": "#0"}, - "up": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 11.5, 15, 13], "rotation": 90, "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/ponder/blast_furnace.nbt b/build/resources/main/assets/tfmg/ponder/blast_furnace.nbt deleted file mode 100644 index 02a4a68e..00000000 Binary files a/build/resources/main/assets/tfmg/ponder/blast_furnace.nbt and /dev/null differ diff --git a/build/resources/main/assets/tfmg/ponder/distillation_tower.nbt b/build/resources/main/assets/tfmg/ponder/distillation_tower.nbt deleted file mode 100644 index 2f7bd572..00000000 Binary files a/build/resources/main/assets/tfmg/ponder/distillation_tower.nbt and /dev/null differ diff --git a/build/resources/main/assets/tfmg/sounds/engine.ogg b/build/resources/main/assets/tfmg/sounds/engine.ogg deleted file mode 100644 index a3885eb1..00000000 Binary files a/build/resources/main/assets/tfmg/sounds/engine.ogg and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/air_intake/air_intake_large.png b/build/resources/main/assets/tfmg/textures/block/air_intake/air_intake_large.png deleted file mode 100644 index 35e73b42..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/air_intake/air_intake_large.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/air_intake/inputs.png b/build/resources/main/assets/tfmg/textures/block/air_intake/inputs.png deleted file mode 100644 index 28e556fa..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/air_intake/inputs.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/air_intake/test/air_intake_small.png b/build/resources/main/assets/tfmg/textures/block/air_intake/test/air_intake_small.png deleted file mode 100644 index 32a989dc..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/air_intake/test/air_intake_small.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/air_intake/test/fan.png b/build/resources/main/assets/tfmg/textures/block/air_intake/test/fan.png deleted file mode 100644 index b04990c3..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/air_intake/test/fan.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/air_intake/test/fan_large.png b/build/resources/main/assets/tfmg/textures/block/air_intake/test/fan_large.png deleted file mode 100644 index 64441007..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/air_intake/test/fan_large.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/air_intake/test/sides.png b/build/resources/main/assets/tfmg/textures/block/air_intake/test/sides.png deleted file mode 100644 index cffd663d..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/air_intake/test/sides.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/aluminum_block.png b/build/resources/main/assets/tfmg/textures/block/aluminum_block.png deleted file mode 100644 index 4d494363..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/aluminum_block.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/aluminum_door_bottom.png b/build/resources/main/assets/tfmg/textures/block/aluminum_door_bottom.png deleted file mode 100644 index fcca5a89..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/aluminum_door_bottom.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/aluminum_fluid_tank_window_single.png b/build/resources/main/assets/tfmg/textures/block/aluminum_fluid_tank_window_single.png deleted file mode 100644 index fbbedabc..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/aluminum_fluid_tank_window_single.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/aluminum_flywheel.png b/build/resources/main/assets/tfmg/textures/block/aluminum_flywheel.png deleted file mode 100644 index 9c5e471b..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/aluminum_flywheel.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/aluminum_frame.png b/build/resources/main/assets/tfmg/textures/block/aluminum_frame.png deleted file mode 100644 index 2998f9dd..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/aluminum_frame.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/aluminum_lamp_off.png b/build/resources/main/assets/tfmg/textures/block/aluminum_lamp_off.png deleted file mode 100644 index 7d82f098..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/aluminum_lamp_off.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/aluminum_pipes.png b/build/resources/main/assets/tfmg/textures/block/aluminum_pipes.png deleted file mode 100644 index 12315291..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/aluminum_pipes.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/aluminum_plating.png b/build/resources/main/assets/tfmg/textures/block/aluminum_plating.png deleted file mode 100644 index ed91684e..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/aluminum_plating.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/bars/aluminum_bars.png b/build/resources/main/assets/tfmg/textures/block/bars/aluminum_bars.png deleted file mode 100644 index 7051c0b8..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/bars/aluminum_bars.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/bars/aluminum_bars_edge.png b/build/resources/main/assets/tfmg/textures/block/bars/aluminum_bars_edge.png deleted file mode 100644 index f53be64e..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/bars/aluminum_bars_edge.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/bars/cast_iron_bars_edge.png b/build/resources/main/assets/tfmg/textures/block/bars/cast_iron_bars_edge.png deleted file mode 100644 index 8e46dbf9..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/bars/cast_iron_bars_edge.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/bars/steel_bars.png b/build/resources/main/assets/tfmg/textures/block/bars/steel_bars.png deleted file mode 100644 index 536643a5..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/bars/steel_bars.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/blast_stove_top.png b/build/resources/main/assets/tfmg/textures/block/blast_stove_top.png deleted file mode 100644 index 8afd69af..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/blast_stove_top.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/brass_cable_hub.png b/build/resources/main/assets/tfmg/textures/block/brass_cable_hub.png deleted file mode 100644 index 15229fab..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/brass_cable_hub.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/brass_fluid_valve.png b/build/resources/main/assets/tfmg/textures/block/brass_fluid_valve.png deleted file mode 100644 index a766d393..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/brass_fluid_valve.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/brass_frame.png b/build/resources/main/assets/tfmg/textures/block/brass_frame.png deleted file mode 100644 index a0503d34..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/brass_frame.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/brass_pump.png b/build/resources/main/assets/tfmg/textures/block/brass_pump.png deleted file mode 100644 index 1b778388..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/brass_pump.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/brass_valve_open.png b/build/resources/main/assets/tfmg/textures/block/brass_valve_open.png deleted file mode 100644 index f8777562..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/brass_valve_open.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/brick_smokestack.png b/build/resources/main/assets/tfmg/textures/block/brick_smokestack.png deleted file mode 100644 index 42f2f56e..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/brick_smokestack.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/cable_tube.png b/build/resources/main/assets/tfmg/textures/block/cable_tube.png deleted file mode 100644 index 17cba083..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/cable_tube.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/cast_iron_fluid_tank_connected.png b/build/resources/main/assets/tfmg/textures/block/cast_iron_fluid_tank_connected.png deleted file mode 100644 index 6f338183..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/cast_iron_fluid_tank_connected.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/cast_iron_fluid_tank_inner_connected.png b/build/resources/main/assets/tfmg/textures/block/cast_iron_fluid_tank_inner_connected.png deleted file mode 100644 index be753482..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/cast_iron_fluid_tank_inner_connected.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/cast_iron_fluid_tank_top.png b/build/resources/main/assets/tfmg/textures/block/cast_iron_fluid_tank_top.png deleted file mode 100644 index 72dfc949..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/cast_iron_fluid_tank_top.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/cast_iron_fluid_tank_window.png b/build/resources/main/assets/tfmg/textures/block/cast_iron_fluid_tank_window.png deleted file mode 100644 index f5a49999..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/cast_iron_fluid_tank_window.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/cast_iron_flywheel.png b/build/resources/main/assets/tfmg/textures/block/cast_iron_flywheel.png deleted file mode 100644 index 0193ed29..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/cast_iron_flywheel.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/cast_iron_frame_2.png b/build/resources/main/assets/tfmg/textures/block/cast_iron_frame_2.png deleted file mode 100644 index d4fe5333..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/cast_iron_frame_2.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/cast_iron_pipes_connected.png b/build/resources/main/assets/tfmg/textures/block/cast_iron_pipes_connected.png deleted file mode 100644 index 261f29bd..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/cast_iron_pipes_connected.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/cast_iron_smart_pipe_3.png b/build/resources/main/assets/tfmg/textures/block/cast_iron_smart_pipe_3.png deleted file mode 100644 index 9b0f061c..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/cast_iron_smart_pipe_3.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/cast_iron_vat_top_connected.png b/build/resources/main/assets/tfmg/textures/block/cast_iron_vat_top_connected.png deleted file mode 100644 index 0834315c..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/cast_iron_vat_top_connected.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/cast_iron_vat_window_single.png b/build/resources/main/assets/tfmg/textures/block/cast_iron_vat_window_single.png deleted file mode 100644 index ace60f25..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/cast_iron_vat_window_single.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/casting_basin.png b/build/resources/main/assets/tfmg/textures/block/casting_basin.png deleted file mode 100644 index 62bb3f50..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/casting_basin.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/caution_block.png b/build/resources/main/assets/tfmg/textures/block/caution_block.png deleted file mode 100644 index ce2bf285..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/caution_block.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/caution_block/lime.png b/build/resources/main/assets/tfmg/textures/block/caution_block/lime.png deleted file mode 100644 index 1fc70e5a..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/caution_block/lime.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/caution_block/pink.png b/build/resources/main/assets/tfmg/textures/block/caution_block/pink.png deleted file mode 100644 index cf4ab559..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/caution_block/pink.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/caution_block/red.png b/build/resources/main/assets/tfmg/textures/block/caution_block/red.png deleted file mode 100644 index 6e86820e..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/caution_block/red.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/caution_block/white.png b/build/resources/main/assets/tfmg/textures/block/caution_block/white.png deleted file mode 100644 index a57b1d79..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/caution_block/white.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/cement.png b/build/resources/main/assets/tfmg/textures/block/cement.png deleted file mode 100644 index de5f3158..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/cement.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/cinderblock_top.png b/build/resources/main/assets/tfmg/textures/block/cinderblock_top.png deleted file mode 100644 index 23297016..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/cinderblock_top.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/cinderflourblock.png b/build/resources/main/assets/tfmg/textures/block/cinderflourblock.png deleted file mode 100644 index 768f9c07..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/cinderflourblock.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/circular_lamp_off.png b/build/resources/main/assets/tfmg/textures/block/circular_lamp_off.png deleted file mode 100644 index d4b979c2..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/circular_lamp_off.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/circular_lamp_off_outlet.png b/build/resources/main/assets/tfmg/textures/block/circular_lamp_off_outlet.png deleted file mode 100644 index 57429ad0..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/circular_lamp_off_outlet.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/circular_lamp_on.png b/build/resources/main/assets/tfmg/textures/block/circular_lamp_on.png deleted file mode 100644 index a3b465f3..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/circular_lamp_on.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/coke_oven/bottom_connected.png b/build/resources/main/assets/tfmg/textures/block/coke_oven/bottom_connected.png deleted file mode 100644 index 97adb1f5..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/coke_oven/bottom_connected.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/coke_oven/casual.png.mcmeta b/build/resources/main/assets/tfmg/textures/block/coke_oven/casual.png.mcmeta deleted file mode 100644 index 4f0718ac..00000000 --- a/build/resources/main/assets/tfmg/textures/block/coke_oven/casual.png.mcmeta +++ /dev/null @@ -1,3 +0,0 @@ -{ - "animation": {} -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/textures/block/coke_oven/coke_oven_door_bottom.png b/build/resources/main/assets/tfmg/textures/block/coke_oven/coke_oven_door_bottom.png deleted file mode 100644 index 96387af2..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/coke_oven/coke_oven_door_bottom.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/coke_oven/coke_oven_front_middle_on.png b/build/resources/main/assets/tfmg/textures/block/coke_oven/coke_oven_front_middle_on.png deleted file mode 100644 index b013544c..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/coke_oven/coke_oven_front_middle_on.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/coke_oven/coke_oven_front_top_on.png b/build/resources/main/assets/tfmg/textures/block/coke_oven/coke_oven_front_top_on.png deleted file mode 100644 index b90b72e0..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/coke_oven/coke_oven_front_top_on.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/coke_oven/coke_oven_front_top_on.png.mcmeta b/build/resources/main/assets/tfmg/textures/block/coke_oven/coke_oven_front_top_on.png.mcmeta deleted file mode 100644 index 4f0718ac..00000000 --- a/build/resources/main/assets/tfmg/textures/block/coke_oven/coke_oven_front_top_on.png.mcmeta +++ /dev/null @@ -1,3 +0,0 @@ -{ - "animation": {} -} \ No newline at end of file diff --git a/build/resources/main/assets/tfmg/textures/block/coke_oven/side.png b/build/resources/main/assets/tfmg/textures/block/coke_oven/side.png deleted file mode 100644 index d5dfb877..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/coke_oven/side.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/coke_oven/top_connected.png b/build/resources/main/assets/tfmg/textures/block/coke_oven/top_connected.png deleted file mode 100644 index 977e800b..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/coke_oven/top_connected.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/constantan_block.png b/build/resources/main/assets/tfmg/textures/block/constantan_block.png deleted file mode 100644 index f201e7f8..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/constantan_block.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/converter.png b/build/resources/main/assets/tfmg/textures/block/converter.png deleted file mode 100644 index 9ad0dd7a..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/converter.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/copper_coil.png b/build/resources/main/assets/tfmg/textures/block/copper_coil.png deleted file mode 100644 index 67733f53..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/copper_coil.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/copper_coil_arrow.png b/build/resources/main/assets/tfmg/textures/block/copper_coil_arrow.png deleted file mode 100644 index 0d07c764..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/copper_coil_arrow.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/copper_encased_steel_pipe.png b/build/resources/main/assets/tfmg/textures/block/copper_encased_steel_pipe.png deleted file mode 100644 index 0fce5d9c..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/copper_encased_steel_pipe.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/copper_frame.png b/build/resources/main/assets/tfmg/textures/block/copper_frame.png deleted file mode 100644 index fadf1bea..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/copper_frame.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/debug_conductor.png b/build/resources/main/assets/tfmg/textures/block/debug_conductor.png deleted file mode 100644 index 2dd59769..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/debug_conductor.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/debug_electric_block.png b/build/resources/main/assets/tfmg/textures/block/debug_electric_block.png deleted file mode 100644 index 2cf2473c..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/debug_electric_block.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/deepslate_lead_ore.png b/build/resources/main/assets/tfmg/textures/block/deepslate_lead_ore.png deleted file mode 100644 index da5d13f6..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/deepslate_lead_ore.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/deepslate_nickel_ore.png b/build/resources/main/assets/tfmg/textures/block/deepslate_nickel_ore.png deleted file mode 100644 index a2f62c2f..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/deepslate_nickel_ore.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/diesel_engine.png b/build/resources/main/assets/tfmg/textures/block/diesel_engine.png deleted file mode 100644 index 3645049b..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/diesel_engine.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/diesel_engine_expansion.png b/build/resources/main/assets/tfmg/textures/block/diesel_engine_expansion.png deleted file mode 100644 index 0acac172..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/diesel_engine_expansion.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/diesel_engine_linkage.png b/build/resources/main/assets/tfmg/textures/block/diesel_engine_linkage.png deleted file mode 100644 index 5397ab56..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/diesel_engine_linkage.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/distillation_tower_output.png b/build/resources/main/assets/tfmg/textures/block/distillation_tower_output.png deleted file mode 100644 index b2629dfa..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/distillation_tower_output.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/electric_mixer_input.png b/build/resources/main/assets/tfmg/textures/block/electric_mixer_input.png deleted file mode 100644 index bf296681..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/electric_mixer_input.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/electric_post.png b/build/resources/main/assets/tfmg/textures/block/electric_post.png deleted file mode 100644 index 777c90b6..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/electric_post.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/electrode_holder_slot.png b/build/resources/main/assets/tfmg/textures/block/electrode_holder_slot.png deleted file mode 100644 index 6dda4fb3..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/electrode_holder_slot.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/encased_resistor.png b/build/resources/main/assets/tfmg/textures/block/encased_resistor.png deleted file mode 100644 index 3ef43b7b..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/encased_resistor.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/engine.png b/build/resources/main/assets/tfmg/textures/block/engine.png deleted file mode 100644 index 41106f0e..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/engine.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/engines/base.png b/build/resources/main/assets/tfmg/textures/block/engines/base.png deleted file mode 100644 index a358651e..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/engines/base.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/engines/engine_chamber.png b/build/resources/main/assets/tfmg/textures/block/engines/engine_chamber.png deleted file mode 100644 index 57362dcf..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/engines/engine_chamber.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/engines/engine_front_tall.png b/build/resources/main/assets/tfmg/textures/block/engines/engine_front_tall.png deleted file mode 100644 index f3646a0b..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/engines/engine_front_tall.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/engines/engine_side_tall_connected.png b/build/resources/main/assets/tfmg/textures/block/engines/engine_side_tall_connected.png deleted file mode 100644 index 1ac65a86..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/engines/engine_side_tall_connected.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/engines/engine_top.png b/build/resources/main/assets/tfmg/textures/block/engines/engine_top.png deleted file mode 100644 index 637a84b8..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/engines/engine_top.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/exhaust.png b/build/resources/main/assets/tfmg/textures/block/exhaust.png deleted file mode 100644 index 8fecb8c4..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/exhaust.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/factory_floor.png b/build/resources/main/assets/tfmg/textures/block/factory_floor.png deleted file mode 100644 index 6bac99eb..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/factory_floor.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/fireclay.png b/build/resources/main/assets/tfmg/textures/block/fireclay.png deleted file mode 100644 index 3dde3233..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/fireclay.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/fireproof_bricks.png b/build/resources/main/assets/tfmg/textures/block/fireproof_bricks.png deleted file mode 100644 index 22252a65..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/fireproof_bricks.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/flarestack.png b/build/resources/main/assets/tfmg/textures/block/flarestack.png deleted file mode 100644 index a9cfe23c..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/flarestack.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/formwork_bottom.png b/build/resources/main/assets/tfmg/textures/block/formwork_bottom.png deleted file mode 100644 index 8ad50b6b..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/formwork_bottom.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/fossilstone.png b/build/resources/main/assets/tfmg/textures/block/fossilstone.png deleted file mode 100644 index 1e59e231..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/fossilstone.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/fuse.png b/build/resources/main/assets/tfmg/textures/block/fuse.png deleted file mode 100644 index 5288fb9a..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/fuse.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/fuse_block.png b/build/resources/main/assets/tfmg/textures/block/fuse_block.png deleted file mode 100644 index dde8c88c..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/fuse_block.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/galvanic_cell.png b/build/resources/main/assets/tfmg/textures/block/galvanic_cell.png deleted file mode 100644 index 220665db..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/galvanic_cell.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/gasoline_engine.png b/build/resources/main/assets/tfmg/textures/block/gasoline_engine.png deleted file mode 100644 index cd4506a8..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/gasoline_engine.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/glass_aluminum_pipe.png b/build/resources/main/assets/tfmg/textures/block/glass_aluminum_pipe.png deleted file mode 100644 index ac4294e3..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/glass_aluminum_pipe.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/glass_brass_pipe.png b/build/resources/main/assets/tfmg/textures/block/glass_brass_pipe.png deleted file mode 100644 index 34a41f91..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/glass_brass_pipe.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/golden_turbo.png b/build/resources/main/assets/tfmg/textures/block/golden_turbo.png deleted file mode 100644 index bb4f3b36..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/golden_turbo.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/gray_concrete.png b/build/resources/main/assets/tfmg/textures/block/gray_concrete.png deleted file mode 100644 index 136b7891..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/gray_concrete.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/green_fire_1.png b/build/resources/main/assets/tfmg/textures/block/green_fire_1.png deleted file mode 100644 index c0f29962..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/green_fire_1.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/heavy_casing_top.png b/build/resources/main/assets/tfmg/textures/block/heavy_casing_top.png deleted file mode 100644 index d8dc8128..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/heavy_casing_top.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/industrial_aluminum_casing.png b/build/resources/main/assets/tfmg/textures/block/industrial_aluminum_casing.png deleted file mode 100644 index c91037e4..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/industrial_aluminum_casing.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/industrial_pipe.png b/build/resources/main/assets/tfmg/textures/block/industrial_pipe.png deleted file mode 100644 index 13e78890..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/industrial_pipe.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/ladder_nickel.png b/build/resources/main/assets/tfmg/textures/block/ladder_nickel.png deleted file mode 100644 index e6ddd051..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/ladder_nickel.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/large_radial_engine.png b/build/resources/main/assets/tfmg/textures/block/large_radial_engine.png deleted file mode 100644 index f20fdf02..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/large_radial_engine.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/lead_block_connected.png b/build/resources/main/assets/tfmg/textures/block/lead_block_connected.png deleted file mode 100644 index 777adb74..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/lead_block_connected.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/lead_frame_2.png b/build/resources/main/assets/tfmg/textures/block/lead_frame_2.png deleted file mode 100644 index a9b1e388..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/lead_frame_2.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/lead_glass_connected.png b/build/resources/main/assets/tfmg/textures/block/lead_glass_connected.png deleted file mode 100644 index f0c07662..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/lead_glass_connected.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/lead_glass_item.png b/build/resources/main/assets/tfmg/textures/block/lead_glass_item.png deleted file mode 100644 index a11b44d3..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/lead_glass_item.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/lead_pump.png b/build/resources/main/assets/tfmg/textures/block/lead_pump.png deleted file mode 100644 index fb7975eb..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/lead_pump.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/lead_smart_pipe_3.png b/build/resources/main/assets/tfmg/textures/block/lead_smart_pipe_3.png deleted file mode 100644 index 94fae740..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/lead_smart_pipe_3.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/light_bulb.png b/build/resources/main/assets/tfmg/textures/block/light_bulb.png deleted file mode 100644 index 460ab802..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/light_bulb.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/liquid_concrete.png b/build/resources/main/assets/tfmg/textures/block/liquid_concrete.png deleted file mode 100644 index 5a35319c..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/liquid_concrete.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/lithium_fire_0.png b/build/resources/main/assets/tfmg/textures/block/lithium_fire_0.png deleted file mode 100644 index a1241093..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/lithium_fire_0.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/lithium_fire_0.png.mcmeta b/build/resources/main/assets/tfmg/textures/block/lithium_fire_0.png.mcmeta deleted file mode 100644 index 76446714..00000000 --- a/build/resources/main/assets/tfmg/textures/block/lithium_fire_0.png.mcmeta +++ /dev/null @@ -1,38 +0,0 @@ -{ - "animation": { - "frames": [ - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ] - } -} diff --git a/build/resources/main/assets/tfmg/textures/block/low_grade_fuel_engine.png b/build/resources/main/assets/tfmg/textures/block/low_grade_fuel_engine.png deleted file mode 100644 index 9c6fce06..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/low_grade_fuel_engine.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/metal_smokestack.png b/build/resources/main/assets/tfmg/textures/block/metal_smokestack.png deleted file mode 100644 index 8d564c67..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/metal_smokestack.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/modern_light_off.png b/build/resources/main/assets/tfmg/textures/block/modern_light_off.png deleted file mode 100644 index 47b218ef..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/modern_light_off.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/new_generator.png b/build/resources/main/assets/tfmg/textures/block/new_generator.png deleted file mode 100644 index e6c693df..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/new_generator.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/alternatives/galena_cut_basketweave.png b/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/alternatives/galena_cut_basketweave.png deleted file mode 100644 index db41ffaa..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/alternatives/galena_cut_basketweave.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/alternatives/galena_cut_bond.png b/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/alternatives/galena_cut_bond.png deleted file mode 100644 index c97a2163..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/alternatives/galena_cut_bond.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/alternatives/galena_cut_herring.png b/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/alternatives/galena_cut_herring.png deleted file mode 100644 index df13d614..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/alternatives/galena_cut_herring.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/cap/galena_cut_cap.png b/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/cap/galena_cut_cap.png deleted file mode 100644 index c25425fb..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/cap/galena_cut_cap.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/cut/galena_cut.png b/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/cut/galena_cut.png deleted file mode 100644 index aee88016..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/cut/galena_cut.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/layered/bauxite_cut_layered.png b/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/layered/bauxite_cut_layered.png deleted file mode 100644 index e0e60236..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/layered/bauxite_cut_layered.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/natural/bauxite_0.png b/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/natural/bauxite_0.png deleted file mode 100644 index 65546feb..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/natural/bauxite_0.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/natural/bauxite_3.png b/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/natural/bauxite_3.png deleted file mode 100644 index 2b7ae341..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/natural/bauxite_3.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/natural/galena_2.png b/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/natural/galena_2.png deleted file mode 100644 index 1e195563..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/natural/galena_2.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/natural/galena_3.png b/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/natural/galena_3.png deleted file mode 100644 index be928ed3..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/natural/galena_3.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/pillar/bauxite_cut_pillar_connected.png b/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/pillar/bauxite_cut_pillar_connected.png deleted file mode 100644 index 9ac8eeec..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/pillar/bauxite_cut_pillar_connected.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/pillar/galena_cut_pillar.png b/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/pillar/galena_cut_pillar.png deleted file mode 100644 index 95a6aa64..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/pillar/galena_cut_pillar.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/slab/bauxite_cut_slab.png b/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/slab/bauxite_cut_slab.png deleted file mode 100644 index c8557a52..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/slab/bauxite_cut_slab.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/slab/galena_cut_slab.png b/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/slab/galena_cut_slab.png deleted file mode 100644 index 391f5196..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/slab/galena_cut_slab.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/small_brick/galena_cut_small_brick.png b/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/small_brick/galena_cut_small_brick.png deleted file mode 100644 index baec2c50..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/palettes/stone_types/small_brick/galena_cut_small_brick.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/pink_concrete.png b/build/resources/main/assets/tfmg/textures/block/pink_concrete.png deleted file mode 100644 index 17509d27..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/pink_concrete.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/plastic_encased_pipe.png b/build/resources/main/assets/tfmg/textures/block/plastic_encased_pipe.png deleted file mode 100644 index a7919dbc..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/plastic_encased_pipe.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/plastic_fluid_valve.png b/build/resources/main/assets/tfmg/textures/block/plastic_fluid_valve.png deleted file mode 100644 index 4b5b2d05..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/plastic_fluid_valve.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/plastic_glass_fluid_pipe.png b/build/resources/main/assets/tfmg/textures/block/plastic_glass_fluid_pipe.png deleted file mode 100644 index 3c3e13da..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/plastic_glass_fluid_pipe.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/plastic_pipes.png b/build/resources/main/assets/tfmg/textures/block/plastic_pipes.png deleted file mode 100644 index 47c71e85..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/plastic_pipes.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/plastic_pump.png b/build/resources/main/assets/tfmg/textures/block/plastic_pump.png deleted file mode 100644 index c152badc..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/plastic_pump.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/plastic_smart_pipe_1.png b/build/resources/main/assets/tfmg/textures/block/plastic_smart_pipe_1.png deleted file mode 100644 index 0519b06e..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/plastic_smart_pipe_1.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/plastic_valve_open.png b/build/resources/main/assets/tfmg/textures/block/plastic_valve_open.png deleted file mode 100644 index a68c4006..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/plastic_valve_open.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/polarizer_back.png b/build/resources/main/assets/tfmg/textures/block/polarizer_back.png deleted file mode 100644 index 47f989e3..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/polarizer_back.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/pumpjack_crank.png b/build/resources/main/assets/tfmg/textures/block/pumpjack_crank.png deleted file mode 100644 index 9a4a5023..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/pumpjack_crank.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/raw_lead_block.png b/build/resources/main/assets/tfmg/textures/block/raw_lead_block.png deleted file mode 100644 index 6b97681c..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/raw_lead_block.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/rebar_concrete.png b/build/resources/main/assets/tfmg/textures/block/rebar_concrete.png deleted file mode 100644 index 23bb156b..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/rebar_concrete.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/rebar_pile_side.png b/build/resources/main/assets/tfmg/textures/block/rebar_pile_side.png deleted file mode 100644 index 46a6e2d4..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/rebar_pile_side.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/redstone_inlet.png b/build/resources/main/assets/tfmg/textures/block/redstone_inlet.png deleted file mode 100644 index 4fe2ce88..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/redstone_inlet.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/relay_inlet.png b/build/resources/main/assets/tfmg/textures/block/relay_inlet.png deleted file mode 100644 index f402727b..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/relay_inlet.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/resistor2.png b/build/resources/main/assets/tfmg/textures/block/resistor2.png deleted file mode 100644 index f2dc8e80..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/resistor2.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/rgb_light_bulb.png b/build/resources/main/assets/tfmg/textures/block/rgb_light_bulb.png deleted file mode 100644 index 460ab802..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/rgb_light_bulb.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/rusted_blast_furnace_reinforcement.png b/build/resources/main/assets/tfmg/textures/block/rusted_blast_furnace_reinforcement.png deleted file mode 100644 index 55a93ed9..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/rusted_blast_furnace_reinforcement.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/scaffold/aluminum_scaffold_connected.png b/build/resources/main/assets/tfmg/textures/block/scaffold/aluminum_scaffold_connected.png deleted file mode 100644 index ea81f421..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/scaffold/aluminum_scaffold_connected.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/scaffold/aluminum_scaffold_inside.png b/build/resources/main/assets/tfmg/textures/block/scaffold/aluminum_scaffold_inside.png deleted file mode 100644 index ae8b8c2d..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/scaffold/aluminum_scaffold_inside.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/scaffold/steel_scaffold_connected.png b/build/resources/main/assets/tfmg/textures/block/scaffold/steel_scaffold_connected.png deleted file mode 100644 index 18c28051..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/scaffold/steel_scaffold_connected.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/segmented_display_screen.png b/build/resources/main/assets/tfmg/textures/block/segmented_display_screen.png deleted file mode 100644 index 05d76054..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/segmented_display_screen.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/shaft.png b/build/resources/main/assets/tfmg/textures/block/shaft.png deleted file mode 100644 index 18df4804..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/shaft.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/simple_engine_linkage.png b/build/resources/main/assets/tfmg/textures/block/simple_engine_linkage.png deleted file mode 100644 index adf1eab0..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/simple_engine_linkage.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/slag_block.png b/build/resources/main/assets/tfmg/textures/block/slag_block.png deleted file mode 100644 index 5bd15726..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/slag_block.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/steel_blast_furnace_reinforcement/img.png b/build/resources/main/assets/tfmg/textures/block/steel_blast_furnace_reinforcement/img.png deleted file mode 100644 index cd6704d6..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/steel_blast_furnace_reinforcement/img.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/steel_blast_furnace_reinforcement/img_3.png b/build/resources/main/assets/tfmg/textures/block/steel_blast_furnace_reinforcement/img_3.png deleted file mode 100644 index 0d56a4c2..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/steel_blast_furnace_reinforcement/img_3.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/steel_casing_connected.png b/build/resources/main/assets/tfmg/textures/block/steel_casing_connected.png deleted file mode 100644 index f65408e1..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/steel_casing_connected.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/steel_coghweel.png b/build/resources/main/assets/tfmg/textures/block/steel_coghweel.png deleted file mode 100644 index dfae3ce6..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/steel_coghweel.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/steel_door_side.png b/build/resources/main/assets/tfmg/textures/block/steel_door_side.png deleted file mode 100644 index df9d7762..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/steel_door_side.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/steel_door_top.png b/build/resources/main/assets/tfmg/textures/block/steel_door_top.png deleted file mode 100644 index cc4ddc6a..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/steel_door_top.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/steel_fluid_tank.png b/build/resources/main/assets/tfmg/textures/block/steel_fluid_tank.png deleted file mode 100644 index c026ab1d..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/steel_fluid_tank.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/steel_fluid_tank_inner.png b/build/resources/main/assets/tfmg/textures/block/steel_fluid_tank_inner.png deleted file mode 100644 index 03681585..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/steel_fluid_tank_inner.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/steel_flywheel.png b/build/resources/main/assets/tfmg/textures/block/steel_flywheel.png deleted file mode 100644 index 2f44faec..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/steel_flywheel.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/steel_smart_pipe_3.png b/build/resources/main/assets/tfmg/textures/block/steel_smart_pipe_3.png deleted file mode 100644 index 94fae740..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/steel_smart_pipe_3.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/steel_truss.png b/build/resources/main/assets/tfmg/textures/block/steel_truss.png deleted file mode 100644 index c8cee7c0..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/steel_truss.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/steel_valve_open.png b/build/resources/main/assets/tfmg/textures/block/steel_valve_open.png deleted file mode 100644 index 28831bff..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/steel_valve_open.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/steel_vat_connected.png b/build/resources/main/assets/tfmg/textures/block/steel_vat_connected.png deleted file mode 100644 index 69c2e113..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/steel_vat_connected.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/steel_vat_top.png b/build/resources/main/assets/tfmg/textures/block/steel_vat_top.png deleted file mode 100644 index c9f1b887..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/steel_vat_top.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/transformer.png b/build/resources/main/assets/tfmg/textures/block/transformer.png deleted file mode 100644 index a8a5219b..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/transformer.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/voltage_cube.png b/build/resources/main/assets/tfmg/textures/block/voltage_cube.png deleted file mode 100644 index 09fb5dea..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/voltage_cube.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/voltage_observer.png b/build/resources/main/assets/tfmg/textures/block/voltage_observer.png deleted file mode 100644 index cbfc65b6..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/voltage_observer.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/voltmeter.png b/build/resources/main/assets/tfmg/textures/block/voltmeter.png deleted file mode 100644 index 62747a9d..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/voltmeter.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/winding_machine.png b/build/resources/main/assets/tfmg/textures/block/winding_machine.png deleted file mode 100644 index 39e5d4d0..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/winding_machine.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/block/zinc_frame.png b/build/resources/main/assets/tfmg/textures/block/zinc_frame.png deleted file mode 100644 index 9751f5d0..00000000 Binary files a/build/resources/main/assets/tfmg/textures/block/zinc_frame.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/entity/blue_spark.png b/build/resources/main/assets/tfmg/textures/entity/blue_spark.png deleted file mode 100644 index 9c0d810f..00000000 Binary files a/build/resources/main/assets/tfmg/textures/entity/blue_spark.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/entity/lithium_spark.png b/build/resources/main/assets/tfmg/textures/entity/lithium_spark.png deleted file mode 100644 index 4626d7fb..00000000 Binary files a/build/resources/main/assets/tfmg/textures/entity/lithium_spark.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/fluid/air.png b/build/resources/main/assets/tfmg/textures/fluid/air.png deleted file mode 100644 index 5b902ed0..00000000 Binary files a/build/resources/main/assets/tfmg/textures/fluid/air.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/fluid/butane.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/butane.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/butane.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/fluid/cooling_fluid_flow.png b/build/resources/main/assets/tfmg/textures/fluid/cooling_fluid_flow.png deleted file mode 100644 index 04f3caf5..00000000 Binary files a/build/resources/main/assets/tfmg/textures/fluid/cooling_fluid_flow.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/fluid/cooling_fluid_still.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/cooling_fluid_still.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/cooling_fluid_still.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/fluid/creosote_flow.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/creosote_flow.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/creosote_flow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/fluid/crude_oil_flow.png b/build/resources/main/assets/tfmg/textures/fluid/crude_oil_flow.png deleted file mode 100644 index 3a46aad8..00000000 Binary files a/build/resources/main/assets/tfmg/textures/fluid/crude_oil_flow.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/fluid/diesel_still.png b/build/resources/main/assets/tfmg/textures/fluid/diesel_still.png deleted file mode 100644 index 7cecdcb4..00000000 Binary files a/build/resources/main/assets/tfmg/textures/fluid/diesel_still.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/fluid/fluid_texture_flow.png b/build/resources/main/assets/tfmg/textures/fluid/fluid_texture_flow.png deleted file mode 100644 index c98a5fdd..00000000 Binary files a/build/resources/main/assets/tfmg/textures/fluid/fluid_texture_flow.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/fluid/furnace_gas.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/furnace_gas.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/furnace_gas.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/fluid/gas_texture.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/gas_texture.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/gas_texture.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/fluid/gasoline_flow.png b/build/resources/main/assets/tfmg/textures/fluid/gasoline_flow.png deleted file mode 100644 index 80d6f140..00000000 Binary files a/build/resources/main/assets/tfmg/textures/fluid/gasoline_flow.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/fluid/gasoline_flow.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/gasoline_flow.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/gasoline_flow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/fluid/heavy_oil_flow.png b/build/resources/main/assets/tfmg/textures/fluid/heavy_oil_flow.png deleted file mode 100644 index c95940f4..00000000 Binary files a/build/resources/main/assets/tfmg/textures/fluid/heavy_oil_flow.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/fluid/heavy_oil_flow.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/heavy_oil_flow.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/heavy_oil_flow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/fluid/heavy_oil_still.png b/build/resources/main/assets/tfmg/textures/fluid/heavy_oil_still.png deleted file mode 100644 index 3fc807d8..00000000 Binary files a/build/resources/main/assets/tfmg/textures/fluid/heavy_oil_still.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/fluid/kerosene_flow.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/kerosene_flow.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/kerosene_flow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/fluid/liquid_asphalt_flow.png b/build/resources/main/assets/tfmg/textures/fluid/liquid_asphalt_flow.png deleted file mode 100644 index dcfac096..00000000 Binary files a/build/resources/main/assets/tfmg/textures/fluid/liquid_asphalt_flow.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/fluid/liquid_silicon_flow.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/liquid_silicon_flow.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/liquid_silicon_flow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/fluid/lubrication_oil_flow.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/lubrication_oil_flow.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/lubrication_oil_flow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/fluid/molten_plastic_still.png b/build/resources/main/assets/tfmg/textures/fluid/molten_plastic_still.png deleted file mode 100644 index dfbe3141..00000000 Binary files a/build/resources/main/assets/tfmg/textures/fluid/molten_plastic_still.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/fluid/molten_slag_flow.png b/build/resources/main/assets/tfmg/textures/fluid/molten_slag_flow.png deleted file mode 100644 index 249e6a13..00000000 Binary files a/build/resources/main/assets/tfmg/textures/fluid/molten_slag_flow.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/fluid/napalm_flow.png b/build/resources/main/assets/tfmg/textures/fluid/napalm_flow.png deleted file mode 100644 index d3630e41..00000000 Binary files a/build/resources/main/assets/tfmg/textures/fluid/napalm_flow.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/fluid/napalm_still.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/napalm_still.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/napalm_still.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/fluid/naphtha_flow.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/naphtha_flow.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/naphtha_flow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/fluid/naphtha_still.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/naphtha_still.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/naphtha_still.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/fluid/pink_cooling_fluid_flow.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/pink_cooling_fluid_flow.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/pink_cooling_fluid_flow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/fluid/sulfuric_acid_flow.png b/build/resources/main/assets/tfmg/textures/fluid/sulfuric_acid_flow.png deleted file mode 100644 index c5437033..00000000 Binary files a/build/resources/main/assets/tfmg/textures/fluid/sulfuric_acid_flow.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/fluid/sulfuric_acid_flow.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/sulfuric_acid_flow.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/sulfuric_acid_flow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/fluid/sulfuric_acid_still.png.mcmeta b/build/resources/main/assets/tfmg/textures/fluid/sulfuric_acid_still.png.mcmeta deleted file mode 100644 index 0645f48c..00000000 --- a/build/resources/main/assets/tfmg/textures/fluid/sulfuric_acid_still.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/build/resources/main/assets/tfmg/textures/gui/electricians_wrench.png b/build/resources/main/assets/tfmg/textures/gui/electricians_wrench.png deleted file mode 100644 index 076840cf..00000000 Binary files a/build/resources/main/assets/tfmg/textures/gui/electricians_wrench.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/gui/engine_controller.png b/build/resources/main/assets/tfmg/textures/gui/engine_controller.png deleted file mode 100644 index b2f1536d..00000000 Binary files a/build/resources/main/assets/tfmg/textures/gui/engine_controller.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/air_bucket.png b/build/resources/main/assets/tfmg/textures/item/air_bucket.png deleted file mode 100644 index 3259b5bc..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/air_bucket.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/aluminum_axe.png b/build/resources/main/assets/tfmg/textures/item/aluminum_axe.png deleted file mode 100644 index 3382d26a..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/aluminum_axe.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/aluminum_dust.png b/build/resources/main/assets/tfmg/textures/item/aluminum_dust.png deleted file mode 100644 index 321ff195..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/aluminum_dust.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/aluminum_sheet.png b/build/resources/main/assets/tfmg/textures/item/aluminum_sheet.png deleted file mode 100644 index 7af65e73..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/aluminum_sheet.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/bitumen.png b/build/resources/main/assets/tfmg/textures/item/bitumen.png deleted file mode 100644 index 3a8b3498..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/bitumen.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/bottle_of_battery_acid.png b/build/resources/main/assets/tfmg/textures/item/bottle_of_battery_acid.png deleted file mode 100644 index a4bd435b..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/bottle_of_battery_acid.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/bottle_of_concrete.png b/build/resources/main/assets/tfmg/textures/item/bottle_of_concrete.png deleted file mode 100644 index f4b860a3..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/bottle_of_concrete.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/butane_bucket.png b/build/resources/main/assets/tfmg/textures/item/butane_bucket.png deleted file mode 100644 index d0756f32..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/butane_bucket.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/cinderblock.png b/build/resources/main/assets/tfmg/textures/item/cinderblock.png deleted file mode 100644 index c460adfb..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/cinderblock.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/cinderflourblock.png b/build/resources/main/assets/tfmg/textures/item/cinderflourblock.png deleted file mode 100644 index 47de172e..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/cinderflourblock.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/constantan_nugget.png b/build/resources/main/assets/tfmg/textures/item/constantan_nugget.png deleted file mode 100644 index 675440f9..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/constantan_nugget.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/cooling_fluid_bucket.png b/build/resources/main/assets/tfmg/textures/item/cooling_fluid_bucket.png deleted file mode 100644 index 9a5d8069..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/cooling_fluid_bucket.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/crude_oil_bucket.png b/build/resources/main/assets/tfmg/textures/item/crude_oil_bucket.png deleted file mode 100644 index 1f8717de..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/crude_oil_bucket.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/cyan_multimeter.png b/build/resources/main/assets/tfmg/textures/item/cyan_multimeter.png deleted file mode 100644 index 9e4853cb..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/cyan_multimeter.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/diesel_bucket.png b/build/resources/main/assets/tfmg/textures/item/diesel_bucket.png deleted file mode 100644 index 28f8f323..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/diesel_bucket.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/duraluminium_ingot.png b/build/resources/main/assets/tfmg/textures/item/duraluminium_ingot.png deleted file mode 100644 index 69eede6c..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/duraluminium_ingot.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/empty_circuit_board.png b/build/resources/main/assets/tfmg/textures/item/empty_circuit_board.png deleted file mode 100644 index b8a75bde..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/empty_circuit_board.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/empty_cooling_fluid_bottle.png b/build/resources/main/assets/tfmg/textures/item/empty_cooling_fluid_bottle.png deleted file mode 100644 index 84f552ff..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/empty_cooling_fluid_bottle.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/engine_cylinder.png b/build/resources/main/assets/tfmg/textures/item/engine_cylinder.png deleted file mode 100644 index 31f452ed..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/engine_cylinder.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/etched_circuit_board.png b/build/resources/main/assets/tfmg/textures/item/etched_circuit_board.png deleted file mode 100644 index d8e10681..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/etched_circuit_board.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/fireproof_brick.png b/build/resources/main/assets/tfmg/textures/item/fireproof_brick.png deleted file mode 100644 index cfcf0875..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/fireproof_brick.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/fossilstone_chunk.png b/build/resources/main/assets/tfmg/textures/item/fossilstone_chunk.png deleted file mode 100644 index 5d4e6aa1..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/fossilstone_chunk.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/gasoline_bucket.png b/build/resources/main/assets/tfmg/textures/item/gasoline_bucket.png deleted file mode 100644 index 6f52794a..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/gasoline_bucket.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/golden_turbo.png b/build/resources/main/assets/tfmg/textures/item/golden_turbo.png deleted file mode 100644 index 0cbbd4ce..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/golden_turbo.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/green_multimeter.png b/build/resources/main/assets/tfmg/textures/item/green_multimeter.png deleted file mode 100644 index 70784b74..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/green_multimeter.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/hot_air_bucket.png b/build/resources/main/assets/tfmg/textures/item/hot_air_bucket.png deleted file mode 100644 index 3259b5bc..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/hot_air_bucket.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/hydrogen_bucket.png b/build/resources/main/assets/tfmg/textures/item/hydrogen_bucket.png deleted file mode 100644 index d166fb26..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/hydrogen_bucket.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/kerosene_bucket.png b/build/resources/main/assets/tfmg/textures/item/kerosene_bucket.png deleted file mode 100644 index df5b5bd5..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/kerosene_bucket.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/lead_axe.png b/build/resources/main/assets/tfmg/textures/item/lead_axe.png deleted file mode 100644 index 14e8f80c..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/lead_axe.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/lead_hoe.png b/build/resources/main/assets/tfmg/textures/item/lead_hoe.png deleted file mode 100644 index 38b43a81..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/lead_hoe.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/lead_shovel.png b/build/resources/main/assets/tfmg/textures/item/lead_shovel.png deleted file mode 100644 index d0ae8339..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/lead_shovel.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/light_blue_multimeter.png b/build/resources/main/assets/tfmg/textures/item/light_blue_multimeter.png deleted file mode 100644 index c999fdf6..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/light_blue_multimeter.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/lime_multimeter.png b/build/resources/main/assets/tfmg/textures/item/lime_multimeter.png deleted file mode 100644 index de8c7b44..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/lime_multimeter.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/liquid_concrete_bucket.png b/build/resources/main/assets/tfmg/textures/item/liquid_concrete_bucket.png deleted file mode 100644 index fff7f0e2..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/liquid_concrete_bucket.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/liquid_rebar_concrete_bucket.png b/build/resources/main/assets/tfmg/textures/item/liquid_rebar_concrete_bucket.png deleted file mode 100644 index a43010f6..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/liquid_rebar_concrete_bucket.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/lithium_blade_lit.png b/build/resources/main/assets/tfmg/textures/item/lithium_blade_lit.png deleted file mode 100644 index 6f9b9891..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/lithium_blade_lit.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/lithium_ingot.png b/build/resources/main/assets/tfmg/textures/item/lithium_ingot.png deleted file mode 100644 index 8f0ace08..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/lithium_ingot.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/lithium_nugget.png b/build/resources/main/assets/tfmg/textures/item/lithium_nugget.png deleted file mode 100644 index 2ef98842..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/lithium_nugget.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/magenta_multimeter.png b/build/resources/main/assets/tfmg/textures/item/magenta_multimeter.png deleted file mode 100644 index df1470ac..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/magenta_multimeter.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/mixer_blade.png b/build/resources/main/assets/tfmg/textures/item/mixer_blade.png deleted file mode 100644 index 8b339540..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/mixer_blade.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/multimeter.png b/build/resources/main/assets/tfmg/textures/item/multimeter.png deleted file mode 100644 index 6da09a23..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/multimeter.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/n_semiconductor.png b/build/resources/main/assets/tfmg/textures/item/n_semiconductor.png deleted file mode 100644 index 63a0df6a..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/n_semiconductor.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/neon_bucket.png b/build/resources/main/assets/tfmg/textures/item/neon_bucket.png deleted file mode 100644 index 70156782..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/neon_bucket.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/oil_can.png b/build/resources/main/assets/tfmg/textures/item/oil_can.png deleted file mode 100644 index 054d66c5..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/oil_can.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/pink_multimeter.png b/build/resources/main/assets/tfmg/textures/item/pink_multimeter.png deleted file mode 100644 index 0413ec92..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/pink_multimeter.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/propylene_bucket.png b/build/resources/main/assets/tfmg/textures/item/propylene_bucket.png deleted file mode 100644 index 39a2429e..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/propylene_bucket.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/rebar.png b/build/resources/main/assets/tfmg/textures/item/rebar.png deleted file mode 100644 index 9d18b80a..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/rebar.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/red_multimeter.png b/build/resources/main/assets/tfmg/textures/item/red_multimeter.png deleted file mode 100644 index 0875755b..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/red_multimeter.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/sawdust.png b/build/resources/main/assets/tfmg/textures/item/sawdust.png deleted file mode 100644 index f3b03d56..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/sawdust.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/spark_plug.png b/build/resources/main/assets/tfmg/textures/item/spark_plug.png deleted file mode 100644 index d9ba84eb..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/spark_plug.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/steel_ingot.png b/build/resources/main/assets/tfmg/textures/item/steel_ingot.png deleted file mode 100644 index 30049f93..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/steel_ingot.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/steel_mechanism.png b/build/resources/main/assets/tfmg/textures/item/steel_mechanism.png deleted file mode 100644 index 9f8f39d8..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/steel_mechanism.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/sulfuric_acid_bucket.png b/build/resources/main/assets/tfmg/textures/item/sulfuric_acid_bucket.png deleted file mode 100644 index 40f80143..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/sulfuric_acid_bucket.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/synthetic_string.png b/build/resources/main/assets/tfmg/textures/item/synthetic_string.png deleted file mode 100644 index f1c9690d..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/synthetic_string.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/thermite_grenade.png b/build/resources/main/assets/tfmg/textures/item/thermite_grenade.png deleted file mode 100644 index 4afc658b..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/thermite_grenade.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/transmission.png b/build/resources/main/assets/tfmg/textures/item/transmission.png deleted file mode 100644 index 3259b5bc..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/transmission.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/turbine_blade.png b/build/resources/main/assets/tfmg/textures/item/turbine_blade.png deleted file mode 100644 index acb95cb0..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/turbine_blade.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/turbo.png b/build/resources/main/assets/tfmg/textures/item/turbo.png deleted file mode 100644 index 1b016478..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/turbo.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/water_insulation.png b/build/resources/main/assets/tfmg/textures/item/water_insulation.png deleted file mode 100644 index b3dc05b9..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/water_insulation.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/item/white_multimeter.png b/build/resources/main/assets/tfmg/textures/item/white_multimeter.png deleted file mode 100644 index ca3e950d..00000000 Binary files a/build/resources/main/assets/tfmg/textures/item/white_multimeter.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/mob_effect/hellfire.png b/build/resources/main/assets/tfmg/textures/mob_effect/hellfire.png deleted file mode 100644 index 26b0225a..00000000 Binary files a/build/resources/main/assets/tfmg/textures/mob_effect/hellfire.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/models/armor/steel_layer_1.png b/build/resources/main/assets/tfmg/textures/models/armor/steel_layer_1.png deleted file mode 100644 index dac2be06..00000000 Binary files a/build/resources/main/assets/tfmg/textures/models/armor/steel_layer_1.png and /dev/null differ diff --git a/build/resources/main/assets/tfmg/textures/particle/electric_spark.png b/build/resources/main/assets/tfmg/textures/particle/electric_spark.png deleted file mode 100644 index 29754507..00000000 Binary files a/build/resources/main/assets/tfmg/textures/particle/electric_spark.png and /dev/null differ diff --git a/build/resources/main/data/c/tags/block/ores.json b/build/resources/main/data/c/tags/block/ores.json deleted file mode 100644 index 20d648fe..00000000 --- a/build/resources/main/data/c/tags/block/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/build/resources/main/data/c/tags/block/storage_blocks/lead.json b/build/resources/main/data/c/tags/block/storage_blocks/lead.json deleted file mode 100644 index aac1dd9c..00000000 --- a/build/resources/main/data/c/tags/block/storage_blocks/lead.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:lead_block" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/block/storage_blocks/nickel.json b/build/resources/main/data/c/tags/block/storage_blocks/nickel.json deleted file mode 100644 index ec57e0a0..00000000 --- a/build/resources/main/data/c/tags/block/storage_blocks/nickel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:nickel_block" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/block/storage_blocks/raw_lead.json b/build/resources/main/data/c/tags/block/storage_blocks/raw_lead.json deleted file mode 100644 index 41c1cbc2..00000000 --- a/build/resources/main/data/c/tags/block/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/build/resources/main/data/c/tags/block/storage_blocks/raw_nickel.json b/build/resources/main/data/c/tags/block/storage_blocks/raw_nickel.json deleted file mode 100644 index 4e01dbfe..00000000 --- a/build/resources/main/data/c/tags/block/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/build/resources/main/data/c/tags/block/storage_blocks/steel.json b/build/resources/main/data/c/tags/block/storage_blocks/steel.json deleted file mode 100644 index 72a5c238..00000000 --- a/build/resources/main/data/c/tags/block/storage_blocks/steel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:steel_block" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/fluid/creosote.json b/build/resources/main/data/c/tags/fluid/creosote.json deleted file mode 100644 index 3fd3f79f..00000000 --- a/build/resources/main/data/c/tags/fluid/creosote.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:flowing_creosote", - "tfmg:creosote" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/fluid/heavy_oil.json b/build/resources/main/data/c/tags/fluid/heavy_oil.json deleted file mode 100644 index 646fe1c7..00000000 --- a/build/resources/main/data/c/tags/fluid/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/build/resources/main/data/c/tags/item/buckets/air.json b/build/resources/main/data/c/tags/item/buckets/air.json deleted file mode 100644 index 0aa9532c..00000000 --- a/build/resources/main/data/c/tags/item/buckets/air.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:air_bucket" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/buckets/cooling_fluid.json b/build/resources/main/data/c/tags/item/buckets/cooling_fluid.json deleted file mode 100644 index 7dc01b5c..00000000 --- a/build/resources/main/data/c/tags/item/buckets/cooling_fluid.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:cooling_fluid_bucket" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/buckets/creosote.json b/build/resources/main/data/c/tags/item/buckets/creosote.json deleted file mode 100644 index b2875f8a..00000000 --- a/build/resources/main/data/c/tags/item/buckets/creosote.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:creosote_bucket" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/buckets/hydrogen.json b/build/resources/main/data/c/tags/item/buckets/hydrogen.json deleted file mode 100644 index 30ee14e2..00000000 --- a/build/resources/main/data/c/tags/item/buckets/hydrogen.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:hydrogen_bucket" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/buckets/liquid_silicon.json b/build/resources/main/data/c/tags/item/buckets/liquid_silicon.json deleted file mode 100644 index ba6f2b50..00000000 --- a/build/resources/main/data/c/tags/item/buckets/liquid_silicon.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:liquid_silicon_bucket" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/buckets/lpg.json b/build/resources/main/data/c/tags/item/buckets/lpg.json deleted file mode 100644 index 4dc74a2c..00000000 --- a/build/resources/main/data/c/tags/item/buckets/lpg.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:lpg_bucket" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/buckets/naphtha.json b/build/resources/main/data/c/tags/item/buckets/naphtha.json deleted file mode 100644 index 0e1377dd..00000000 --- a/build/resources/main/data/c/tags/item/buckets/naphtha.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:naphtha_bucket" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/buckets/propylene.json b/build/resources/main/data/c/tags/item/buckets/propylene.json deleted file mode 100644 index d0539bb5..00000000 --- a/build/resources/main/data/c/tags/item/buckets/propylene.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:propylene_bucket" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/ingots/cast_iron.json b/build/resources/main/data/c/tags/item/ingots/cast_iron.json deleted file mode 100644 index 92e52e31..00000000 --- a/build/resources/main/data/c/tags/item/ingots/cast_iron.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:cast_iron_ingot" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/ingots/constantan.json b/build/resources/main/data/c/tags/item/ingots/constantan.json deleted file mode 100644 index 00174cc1..00000000 --- a/build/resources/main/data/c/tags/item/ingots/constantan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:constantan_ingot" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/ingots/plastic.json b/build/resources/main/data/c/tags/item/ingots/plastic.json deleted file mode 100644 index a6a9089a..00000000 --- a/build/resources/main/data/c/tags/item/ingots/plastic.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:plastic_sheet" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/ingots/steel.json b/build/resources/main/data/c/tags/item/ingots/steel.json deleted file mode 100644 index be70e8ef..00000000 --- a/build/resources/main/data/c/tags/item/ingots/steel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:steel_ingot" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/leathers.json b/build/resources/main/data/c/tags/item/leathers.json deleted file mode 100644 index 8325db53..00000000 --- a/build/resources/main/data/c/tags/item/leathers.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:synthetic_leather" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/nuggets/constantan.json b/build/resources/main/data/c/tags/item/nuggets/constantan.json deleted file mode 100644 index 9bc0860a..00000000 --- a/build/resources/main/data/c/tags/item/nuggets/constantan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:constantan_nugget" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/nuggets/steel.json b/build/resources/main/data/c/tags/item/nuggets/steel.json deleted file mode 100644 index 9d5ca9e6..00000000 --- a/build/resources/main/data/c/tags/item/nuggets/steel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:steel_nugget" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/ores.json b/build/resources/main/data/c/tags/item/ores.json deleted file mode 100644 index 20d648fe..00000000 --- a/build/resources/main/data/c/tags/item/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/build/resources/main/data/c/tags/item/plates/cast_iron.json b/build/resources/main/data/c/tags/item/plates/cast_iron.json deleted file mode 100644 index 6aacf2fd..00000000 --- a/build/resources/main/data/c/tags/item/plates/cast_iron.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:cast_iron_sheet" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/plates/steel.json b/build/resources/main/data/c/tags/item/plates/steel.json deleted file mode 100644 index 24cacec7..00000000 --- a/build/resources/main/data/c/tags/item/plates/steel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:heavy_plate" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/storage_blocks.json b/build/resources/main/data/c/tags/item/storage_blocks.json deleted file mode 100644 index 1499a549..00000000 --- a/build/resources/main/data/c/tags/item/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/build/resources/main/data/c/tags/item/storage_blocks/plastic.json b/build/resources/main/data/c/tags/item/storage_blocks/plastic.json deleted file mode 100644 index 108f3f95..00000000 --- a/build/resources/main/data/c/tags/item/storage_blocks/plastic.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:plastic_block" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/c/tags/item/storage_blocks/raw_nickel.json b/build/resources/main/data/c/tags/item/storage_blocks/raw_nickel.json deleted file mode 100644 index 4e01dbfe..00000000 --- a/build/resources/main/data/c/tags/item/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/build/resources/main/data/c/tags/item/strings.json b/build/resources/main/data/c/tags/item/strings.json deleted file mode 100644 index 193758e6..00000000 --- a/build/resources/main/data/c/tags/item/strings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:synthetic_string" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/create/recipe/crushing/galena.json b/build/resources/main/data/create/recipe/crushing/galena.json deleted file mode 100644 index 358f6ab4..00000000 --- a/build/resources/main/data/create/recipe/crushing/galena.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "create:crushing", - "ingredients": [ - { - "item": "tfmg:galena" - } - ], - "results": [ - { - "chance": 0.4, - "id": "create:crushed_raw_lead" - }, - { - "chance": 0.1, - "count": 2, - "id": "tfmg:lead_nugget" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/create/tags/block/non_movable.json b/build/resources/main/data/create/tags/block/non_movable.json deleted file mode 100644 index b01ff787..00000000 --- a/build/resources/main/data/create/tags/block/non_movable.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:oil_deposit" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/create/tags/item/contraption_controlled.json b/build/resources/main/data/create/tags/item/contraption_controlled.json deleted file mode 100644 index 73c4858a..00000000 --- a/build/resources/main/data/create/tags/item/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/build/resources/main/data/create/tags/item/create_ingots.json b/build/resources/main/data/create/tags/item/create_ingots.json deleted file mode 100644 index 56c764e0..00000000 --- a/build/resources/main/data/create/tags/item/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/build/resources/main/data/minecraft/tags/block/azalea_root_replaceable.json b/build/resources/main/data/minecraft/tags/block/azalea_root_replaceable.json deleted file mode 100644 index 258d635d..00000000 --- a/build/resources/main/data/minecraft/tags/block/azalea_root_replaceable.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:bauxite", - "tfmg:galena" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/minecraft/tags/block/doors.json b/build/resources/main/data/minecraft/tags/block/doors.json deleted file mode 100644 index 73c4858a..00000000 --- a/build/resources/main/data/minecraft/tags/block/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/build/resources/main/data/minecraft/tags/block/infiniburn_overworld.json b/build/resources/main/data/minecraft/tags/block/infiniburn_overworld.json deleted file mode 100644 index b01ff787..00000000 --- a/build/resources/main/data/minecraft/tags/block/infiniburn_overworld.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "tfmg:oil_deposit" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/minecraft/tags/block/mineable/shovel.json b/build/resources/main/data/minecraft/tags/block/mineable/shovel.json deleted file mode 100644 index 61259ee5..00000000 --- a/build/resources/main/data/minecraft/tags/block/mineable/shovel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "tfmg:fireclay", - "tfmg:cement" - ] -} \ No newline at end of file diff --git a/build/resources/main/data/minecraft/tags/block/needs_iron_tool.json b/build/resources/main/data/minecraft/tags/block/needs_iron_tool.json deleted file mode 100644 index 8dd016f0..00000000 --- a/build/resources/main/data/minecraft/tags/block/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/build/resources/main/data/minecraft/tags/block/slabs.json b/build/resources/main/data/minecraft/tags/block/slabs.json deleted file mode 100644 index 2c9aded5..00000000 --- a/build/resources/main/data/minecraft/tags/block/slabs.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "values": [ - "tfmg:concrete_slab", - "tfmg:rebar_concrete_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:black_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:black_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/build/resources/main/data/tfmg/advancement/recipes/building_blocks/black_rebar_concrete_slab_from_black_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/black_rebar_concrete_slab_from_black_rebar_concrete_stonecutting.json deleted file mode 100644 index 5c8f1172..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/black_rebar_concrete_slab_from_black_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_black_rebar_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:black_rebar_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:black_rebar_concrete_slab_from_black_rebar_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_black_rebar_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:black_rebar_concrete_slab_from_black_rebar_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/black_rebar_concrete_stairs_from_black_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/black_rebar_concrete_stairs_from_black_rebar_concrete_stonecutting.json deleted file mode 100644 index c91b9f5d..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/black_rebar_concrete_stairs_from_black_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_black_rebar_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:black_rebar_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:black_rebar_concrete_stairs_from_black_rebar_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_black_rebar_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:black_rebar_concrete_stairs_from_black_rebar_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/blue_caution_block_from_ingots_aluminum_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/blue_caution_block_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index 67b0093e..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/blue_caution_block_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_aluminum": { - "conditions": { - "items": [ - { - "items": "#c:ingots/aluminum" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:blue_caution_block_from_ingots_aluminum_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_ingots_aluminum" - ] - ], - "rewards": { - "recipes": [ - "tfmg:blue_caution_block_from_ingots_aluminum_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/blue_concrete_stairs_from_blue_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/blue_concrete_stairs_from_blue_concrete_stonecutting.json deleted file mode 100644 index 7546adc3..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/blue_concrete_stairs_from_blue_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_blue_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:blue_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:blue_concrete_stairs_from_blue_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_blue_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:blue_concrete_stairs_from_blue_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/blue_rebar_concrete_wall_from_blue_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/blue_rebar_concrete_wall_from_blue_rebar_concrete_stonecutting.json deleted file mode 100644 index 6c3d5d34..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/blue_rebar_concrete_wall_from_blue_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_blue_rebar_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:blue_rebar_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:blue_rebar_concrete_wall_from_blue_rebar_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_blue_rebar_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:blue_rebar_concrete_wall_from_blue_rebar_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/brown_caution_block_from_ingots_aluminum_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/brown_caution_block_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index 2187076c..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/brown_caution_block_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_aluminum": { - "conditions": { - "items": [ - { - "items": "#c:ingots/aluminum" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:brown_caution_block_from_ingots_aluminum_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_ingots_aluminum" - ] - ], - "rewards": { - "recipes": [ - "tfmg:brown_caution_block_from_ingots_aluminum_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/brown_rebar_concrete_stairs_from_brown_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/brown_rebar_concrete_stairs_from_brown_rebar_concrete_stonecutting.json deleted file mode 100644 index d2504402..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/brown_rebar_concrete_stairs_from_brown_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_brown_rebar_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:brown_rebar_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:brown_rebar_concrete_stairs_from_brown_rebar_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_brown_rebar_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:brown_rebar_concrete_stairs_from_brown_rebar_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cinderblock_from_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cinderblock_from_concrete_stonecutting.json deleted file mode 100644 index ac043fbc..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cinderblock_from_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cinderblock_from_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cinderblock_from_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/concrete_slab_from_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/concrete_slab_from_concrete_stonecutting.json deleted file mode 100644 index 684c216e..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/concrete_slab_from_concrete_stonecutting.json +++ /dev/null @@ -1,32 +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_the_recipe", - "has_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:concrete_slab_from_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/copper_wire_from_ingots_copper_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/copper_wire_from_ingots_copper_stonecutting.json deleted file mode 100644 index 9f866192..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/copper_wire_from_ingots_copper_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_copper": { - "conditions": { - "items": [ - { - "items": "#c:ingots/copper" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:copper_wire_from_ingots_copper_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_ingots_copper" - ] - ], - "rewards": { - "recipes": [ - "tfmg:copper_wire_from_ingots_copper_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 38827ca7..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "items": "#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_the_recipe", - "has_stone_types_bauxite" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 20eff9a3..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "items": "#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_the_recipe", - "has_stone_types_bauxite" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_from_stone_types_bauxite_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index af9d85e3..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "items": "#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_the_recipe", - "has_stone_types_bauxite" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_from_stone_types_bauxite_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_slab.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_slab.json deleted file mode 100644 index 285234bc..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_slab.json +++ /dev/null @@ -1,32 +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_the_recipe", - "has_cut_bauxite" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_slab" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 93795c3a..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "items": "#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_the_recipe", - "has_stone_types_bauxite" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_stairs_from_stone_types_bauxite_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index f54d030e..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "items": "#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_the_recipe", - "has_stone_types_bauxite" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_bauxite_wall_from_stone_types_bauxite_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_galena_brick_slab_recycling.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_galena_brick_slab_recycling.json deleted file mode 100644 index c333bf89..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_galena_brick_slab_recycling.json +++ /dev/null @@ -1,32 +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": "tfmg:cut_galena_brick_slab_recycling" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_cut_galena_brick_slab" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_brick_slab_recycling" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_galena_brick_wall_from_stone_types_galena_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_galena_brick_wall_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 47eef391..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_galena_brick_wall_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "items": "#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_the_recipe", - "has_stone_types_galena" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_brick_wall_from_stone_types_galena_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_galena_slab.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_galena_slab.json deleted file mode 100644 index d020cbf7..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_galena_slab.json +++ /dev/null @@ -1,32 +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_the_recipe", - "has_cut_galena" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_slab" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_galena_stairs_from_stone_types_galena_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_galena_stairs_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 9450a30d..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_galena_stairs_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "items": "#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_the_recipe", - "has_stone_types_galena" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_stairs_from_stone_types_galena_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_galena_wall.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_galena_wall.json deleted file mode 100644 index 894ea2bb..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cut_galena_wall.json +++ /dev/null @@ -1,32 +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_the_recipe", - "has_cut_galena" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cut_galena_wall" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cyan_caution_block_from_ingots_aluminum_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cyan_caution_block_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index fa89b1b8..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cyan_caution_block_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_aluminum": { - "conditions": { - "items": [ - { - "items": "#c:ingots/aluminum" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cyan_caution_block_from_ingots_aluminum_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_ingots_aluminum" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cyan_caution_block_from_ingots_aluminum_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cyan_concrete_slab_from_cyan_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cyan_concrete_slab_from_cyan_concrete_stonecutting.json deleted file mode 100644 index f23fa35a..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/cyan_concrete_slab_from_cyan_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cyan_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:cyan_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:cyan_concrete_slab_from_cyan_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_cyan_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:cyan_concrete_slab_from_cyan_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/empty_spool_from_hardened_planks_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/empty_spool_from_hardened_planks_stonecutting.json deleted file mode 100644 index 27141e3f..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/empty_spool_from_hardened_planks_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_hardened_planks": { - "conditions": { - "items": [ - { - "items": "tfmg:hardened_planks" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:empty_spool_from_hardened_planks_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_hardened_planks" - ] - ], - "rewards": { - "recipes": [ - "tfmg:empty_spool_from_hardened_planks_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/factory_floor_from_ingots_aluminum_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/factory_floor_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index dcedc0fe..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/factory_floor_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_aluminum": { - "conditions": { - "items": [ - { - "items": "#c:ingots/aluminum" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:factory_floor_from_ingots_aluminum_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_ingots_aluminum" - ] - ], - "rewards": { - "recipes": [ - "tfmg:factory_floor_from_ingots_aluminum_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/gray_caution_block_from_ingots_aluminum_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/gray_caution_block_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index 51eedb7b..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/gray_caution_block_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_aluminum": { - "conditions": { - "items": [ - { - "items": "#c:ingots/aluminum" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:gray_caution_block_from_ingots_aluminum_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_ingots_aluminum" - ] - ], - "rewards": { - "recipes": [ - "tfmg:gray_caution_block_from_ingots_aluminum_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/gray_concrete_wall_from_gray_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/gray_concrete_wall_from_gray_concrete_stonecutting.json deleted file mode 100644 index 514a2054..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/gray_concrete_wall_from_gray_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_gray_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:gray_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:gray_concrete_wall_from_gray_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_gray_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:gray_concrete_wall_from_gray_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/green_caution_block_from_ingots_aluminum_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/green_caution_block_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index 5f2b8415..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/green_caution_block_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_aluminum": { - "conditions": { - "items": [ - { - "items": "#c:ingots/aluminum" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:green_caution_block_from_ingots_aluminum_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_ingots_aluminum" - ] - ], - "rewards": { - "recipes": [ - "tfmg:green_caution_block_from_ingots_aluminum_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/green_concrete_wall_from_green_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/green_concrete_wall_from_green_concrete_stonecutting.json deleted file mode 100644 index b0f3794d..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/green_concrete_wall_from_green_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_green_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:green_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:green_concrete_wall_from_green_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_green_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:green_concrete_wall_from_green_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/green_rebar_concrete_stairs_from_green_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/green_rebar_concrete_stairs_from_green_rebar_concrete_stonecutting.json deleted file mode 100644 index b5351bc0..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/green_rebar_concrete_stairs_from_green_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_green_rebar_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:green_rebar_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:green_rebar_concrete_stairs_from_green_rebar_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_green_rebar_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:green_rebar_concrete_stairs_from_green_rebar_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/green_rebar_concrete_wall_from_green_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/green_rebar_concrete_wall_from_green_rebar_concrete_stonecutting.json deleted file mode 100644 index 0b045dac..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/green_rebar_concrete_wall_from_green_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_green_rebar_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:green_rebar_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:green_rebar_concrete_wall_from_green_rebar_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_green_rebar_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:green_rebar_concrete_wall_from_green_rebar_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/light_gray_caution_block_from_ingots_aluminum_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/light_gray_caution_block_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index a8e4e635..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/light_gray_caution_block_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_aluminum": { - "conditions": { - "items": [ - { - "items": "#c:ingots/aluminum" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:light_gray_caution_block_from_ingots_aluminum_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_ingots_aluminum" - ] - ], - "rewards": { - "recipes": [ - "tfmg:light_gray_caution_block_from_ingots_aluminum_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/light_gray_concrete_stairs_from_light_gray_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/light_gray_concrete_stairs_from_light_gray_concrete_stonecutting.json deleted file mode 100644 index b848fb99..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/light_gray_concrete_stairs_from_light_gray_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_light_gray_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:light_gray_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:light_gray_concrete_stairs_from_light_gray_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_light_gray_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:light_gray_concrete_stairs_from_light_gray_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/light_gray_rebar_concrete_wall_from_light_gray_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/light_gray_rebar_concrete_wall_from_light_gray_rebar_concrete_stonecutting.json deleted file mode 100644 index 5d087225..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/light_gray_rebar_concrete_wall_from_light_gray_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_light_gray_rebar_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:light_gray_rebar_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:light_gray_rebar_concrete_wall_from_light_gray_rebar_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_light_gray_rebar_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:light_gray_rebar_concrete_wall_from_light_gray_rebar_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/lime_concrete_slab_from_lime_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/lime_concrete_slab_from_lime_concrete_stonecutting.json deleted file mode 100644 index a0edfdbe..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/lime_concrete_slab_from_lime_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_lime_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:lime_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:lime_concrete_slab_from_lime_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_lime_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:lime_concrete_slab_from_lime_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/lime_rebar_concrete_stairs_from_lime_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/lime_rebar_concrete_stairs_from_lime_rebar_concrete_stonecutting.json deleted file mode 100644 index bcab9403..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/lime_rebar_concrete_stairs_from_lime_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_lime_rebar_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:lime_rebar_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:lime_rebar_concrete_stairs_from_lime_rebar_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_lime_rebar_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:lime_rebar_concrete_stairs_from_lime_rebar_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/magenta_concrete_slab_from_magenta_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/magenta_concrete_slab_from_magenta_concrete_stonecutting.json deleted file mode 100644 index 91827dce..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/magenta_concrete_slab_from_magenta_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_magenta_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:magenta_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:magenta_concrete_slab_from_magenta_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_magenta_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:magenta_concrete_slab_from_magenta_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/orange_concrete_slab_from_orange_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/orange_concrete_slab_from_orange_concrete_stonecutting.json deleted file mode 100644 index 69b60530..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/orange_concrete_slab_from_orange_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_orange_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:orange_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:orange_concrete_slab_from_orange_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_orange_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:orange_concrete_slab_from_orange_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/pink_concrete_wall_from_pink_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/pink_concrete_wall_from_pink_concrete_stonecutting.json deleted file mode 100644 index 1cae885e..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/pink_concrete_wall_from_pink_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_pink_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:pink_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:pink_concrete_wall_from_pink_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_pink_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:pink_concrete_wall_from_pink_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/pink_rebar_concrete_slab_from_pink_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/pink_rebar_concrete_slab_from_pink_rebar_concrete_stonecutting.json deleted file mode 100644 index 10369866..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/pink_rebar_concrete_slab_from_pink_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_pink_rebar_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:pink_rebar_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:pink_rebar_concrete_slab_from_pink_rebar_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_pink_rebar_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:pink_rebar_concrete_slab_from_pink_rebar_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/pink_rebar_concrete_stairs_from_pink_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/pink_rebar_concrete_stairs_from_pink_rebar_concrete_stonecutting.json deleted file mode 100644 index 0d2e4b1e..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/pink_rebar_concrete_stairs_from_pink_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_pink_rebar_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:pink_rebar_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:pink_rebar_concrete_stairs_from_pink_rebar_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_pink_rebar_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:pink_rebar_concrete_stairs_from_pink_rebar_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/pink_rebar_concrete_wall_from_pink_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/pink_rebar_concrete_wall_from_pink_rebar_concrete_stonecutting.json deleted file mode 100644 index 8746ef97..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/pink_rebar_concrete_wall_from_pink_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_pink_rebar_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:pink_rebar_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:pink_rebar_concrete_wall_from_pink_rebar_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_pink_rebar_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:pink_rebar_concrete_wall_from_pink_rebar_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/polished_cut_bauxite_stairs.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/polished_cut_bauxite_stairs.json deleted file mode 100644 index 828ebdb9..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/polished_cut_bauxite_stairs.json +++ /dev/null @@ -1,32 +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_the_recipe", - "has_polished_cut_bauxite" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_bauxite_stairs" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/polished_cut_bauxite_wall.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/polished_cut_bauxite_wall.json deleted file mode 100644 index b51fdbec..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/polished_cut_bauxite_wall.json +++ /dev/null @@ -1,32 +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_the_recipe", - "has_polished_cut_bauxite" - ] - ], - "rewards": { - "recipes": [ - "tfmg:polished_cut_bauxite_wall" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/purple_concrete_slab_from_purple_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/purple_concrete_slab_from_purple_concrete_stonecutting.json deleted file mode 100644 index 0274089c..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/purple_concrete_slab_from_purple_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_purple_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:purple_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:purple_concrete_slab_from_purple_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_purple_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:purple_concrete_slab_from_purple_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/purple_rebar_concrete_wall_from_purple_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/purple_rebar_concrete_wall_from_purple_rebar_concrete_stonecutting.json deleted file mode 100644 index f8e478c1..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/purple_rebar_concrete_wall_from_purple_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_purple_rebar_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:purple_rebar_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:purple_rebar_concrete_wall_from_purple_rebar_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_purple_rebar_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:purple_rebar_concrete_wall_from_purple_rebar_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/rebar_concrete_wall_from_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/rebar_concrete_wall_from_rebar_concrete_stonecutting.json deleted file mode 100644 index 53b7c2c1..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/rebar_concrete_wall_from_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,32 +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_the_recipe", - "has_rebar_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:rebar_concrete_wall_from_rebar_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 7f4d0837..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "items": "#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_the_recipe", - "has_stone_types_bauxite" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index c4ffa067..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_bauxite": { - "conditions": { - "items": [ - { - "items": "#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_the_recipe", - "has_stone_types_bauxite" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/small_galena_brick_stairs_from_stone_types_galena_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/small_galena_brick_stairs_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 4d72bea7..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/small_galena_brick_stairs_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "items": "#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_the_recipe", - "has_stone_types_galena" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_galena_brick_stairs_from_stone_types_galena_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/small_galena_brick_wall_from_stone_types_galena_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/small_galena_brick_wall_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 7f3cb82f..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/small_galena_brick_wall_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_stone_types_galena": { - "conditions": { - "items": [ - { - "items": "#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_the_recipe", - "has_stone_types_galena" - ] - ], - "rewards": { - "recipes": [ - "tfmg:small_galena_brick_wall_from_stone_types_galena_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/unfired_insulator_from_clay_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/unfired_insulator_from_clay_stonecutting.json deleted file mode 100644 index 698eeb0a..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/unfired_insulator_from_clay_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_clay": { - "conditions": { - "items": [ - { - "items": "minecraft:clay" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:unfired_insulator_from_clay_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_clay" - ] - ], - "rewards": { - "recipes": [ - "tfmg:unfired_insulator_from_clay_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/white_concrete_slab_from_white_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/white_concrete_slab_from_white_concrete_stonecutting.json deleted file mode 100644 index deefe0aa..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/white_concrete_slab_from_white_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:white_concrete_slab_from_white_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - }, - "has_white_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:white_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_white_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:white_concrete_slab_from_white_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/white_concrete_wall_from_white_concrete_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/white_concrete_wall_from_white_concrete_stonecutting.json deleted file mode 100644 index 891459c9..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/white_concrete_wall_from_white_concrete_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:white_concrete_wall_from_white_concrete_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - }, - "has_white_concrete": { - "conditions": { - "items": [ - { - "items": "tfmg:white_concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_white_concrete" - ] - ], - "rewards": { - "recipes": [ - "tfmg:white_concrete_wall_from_white_concrete_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/yellow_caution_block_from_ingots_aluminum_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/yellow_caution_block_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index a0db501f..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/yellow_caution_block_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_aluminum": { - "conditions": { - "items": [ - { - "items": "#c:ingots/aluminum" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:yellow_caution_block_from_ingots_aluminum_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_ingots_aluminum" - ] - ], - "rewards": { - "recipes": [ - "tfmg:yellow_caution_block_from_ingots_aluminum_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/zinc_electrode_from_storage_blocks_zinc_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/building_blocks/zinc_electrode_from_storage_blocks_zinc_stonecutting.json deleted file mode 100644 index c1c88642..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/building_blocks/zinc_electrode_from_storage_blocks_zinc_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_storage_blocks_zinc": { - "conditions": { - "items": [ - { - "items": "#c:storage_blocks/zinc" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:zinc_electrode_from_storage_blocks_zinc_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_storage_blocks_zinc" - ] - ], - "rewards": { - "recipes": [ - "tfmg:zinc_electrode_from_storage_blocks_zinc_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/decorations/nickel_bars_from_ingots_nickel_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/decorations/nickel_bars_from_ingots_nickel_stonecutting.json deleted file mode 100644 index d237f98c..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/decorations/nickel_bars_from_ingots_nickel_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_nickel": { - "conditions": { - "items": [ - { - "items": "#c:ingots/nickel" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:nickel_bars_from_ingots_nickel_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_ingots_nickel" - ] - ], - "rewards": { - "recipes": [ - "tfmg:nickel_bars_from_ingots_nickel_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/blasting/lithium_ingot_blasting.json b/build/resources/main/data/tfmg/advancement/recipes/misc/blasting/lithium_ingot_blasting.json deleted file mode 100644 index 39921b17..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/blasting/lithium_ingot_blasting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:raw_lithium" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:blasting/lithium_ingot_blasting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:blasting/lithium_ingot_blasting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/accumulator.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/accumulator.json deleted file mode 100644 index d8aa38fa..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/accumulator.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:sulfuric_acid_bucket" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/accumulator" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/accumulator" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/air_intake.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/air_intake.json deleted file mode 100644 index e308d5e7..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/air_intake.json +++ /dev/null @@ -1,32 +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/materials/air_intake" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/air_intake" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_axe.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_axe.json deleted file mode 100644 index a8a043c6..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_axe.json +++ /dev/null @@ -1,32 +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/materials/aluminum_axe" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/aluminum_axe" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_cable_hub.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_cable_hub.json deleted file mode 100644 index 82081bd1..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_cable_hub.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:magnet" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/aluminum_cable_hub" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/aluminum_cable_hub" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_pickaxe.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_pickaxe.json deleted file mode 100644 index c2996916..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_pickaxe.json +++ /dev/null @@ -1,32 +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/materials/aluminum_pickaxe" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/aluminum_pickaxe" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_truss.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_truss.json deleted file mode 100644 index 4352c345..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/aluminum_truss.json +++ /dev/null @@ -1,32 +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/materials/aluminum_truss" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/aluminum_truss" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/black_concrete.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/black_concrete.json deleted file mode 100644 index 51f7408c..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/black_concrete.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/black_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/black_concrete" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/blue_rebar_concrete.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/blue_rebar_concrete.json deleted file mode 100644 index a804d093..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/blue_rebar_concrete.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/blue_rebar_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/blue_rebar_concrete" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/brass_frame.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/brass_frame.json deleted file mode 100644 index dd094e1d..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/brass_frame.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "create:brass_ingot" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/brass_frame" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/brass_frame" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/brown_rebar_concrete.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/brown_rebar_concrete.json deleted file mode 100644 index eb333a00..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/brown_rebar_concrete.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/brown_rebar_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/brown_rebar_concrete" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/cable_connector.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/cable_connector.json deleted file mode 100644 index 04360905..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/cable_connector.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:copper_wire" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/cable_connector" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/cable_connector" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_ingot_from_compacting.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_ingot_from_compacting.json deleted file mode 100644 index 4dacac19..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/cast_iron_ingot_from_compacting.json +++ /dev/null @@ -1,32 +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/materials/cast_iron_ingot_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/cast_iron_ingot_from_compacting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/centrifuge.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/centrifuge.json deleted file mode 100644 index 67ce5212..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/centrifuge.json +++ /dev/null @@ -1,32 +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/materials/centrifuge" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/centrifuge" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/coke_oven.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/coke_oven.json deleted file mode 100644 index 34c9fdb4..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/coke_oven.json +++ /dev/null @@ -1,32 +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/materials/coke_oven" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/coke_oven" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/constantan_block_from_compacting.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/constantan_block_from_compacting.json deleted file mode 100644 index a74e58c1..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/constantan_block_from_compacting.json +++ /dev/null @@ -1,32 +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/materials/constantan_block_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/constantan_block_from_compacting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/constantan_nugget_from_decompacting.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/constantan_nugget_from_decompacting.json deleted file mode 100644 index 562ed74c..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/constantan_nugget_from_decompacting.json +++ /dev/null @@ -1,32 +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/materials/constantan_nugget_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/constantan_nugget_from_decompacting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/cooling_fluid_bottle.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/cooling_fluid_bottle.json deleted file mode 100644 index 886dbb17..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/cooling_fluid_bottle.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:plastic_sheet" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/cooling_fluid_bottle" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/cooling_fluid_bottle" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/copper_frame.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/copper_frame.json deleted file mode 100644 index 172c83f8..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/copper_frame.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "minecraft:copper_ingot" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/copper_frame" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/copper_frame" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/copper_truss.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/copper_truss.json deleted file mode 100644 index 58d3b785..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/copper_truss.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "minecraft:copper_ingot" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/copper_truss" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/copper_truss" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/crankshaft.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/crankshaft.json deleted file mode 100644 index c228d061..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/crankshaft.json +++ /dev/null @@ -1,32 +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/materials/crankshaft" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/crankshaft" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/cyan_multimeter.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/cyan_multimeter.json deleted file mode 100644 index 2554ec07..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/cyan_multimeter.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:multimeter" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/cyan_multimeter" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/cyan_multimeter" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/electric_pump.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/electric_pump.json deleted file mode 100644 index 00dbcc69..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/electric_pump.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:circuit_board" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/electric_pump" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/electric_pump" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/electrical_switch.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/electrical_switch.json deleted file mode 100644 index 7291e3dd..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/electrical_switch.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:copper_wire" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/electrical_switch" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/electrical_switch" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/electricians_wrench.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/electricians_wrench.json deleted file mode 100644 index b18d41d9..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/electricians_wrench.json +++ /dev/null @@ -1,32 +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/materials/electricians_wrench" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/electricians_wrench" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/engine_gearbox.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/engine_gearbox.json deleted file mode 100644 index e34de1c3..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/engine_gearbox.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:steel_mechanism" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/engine_gearbox" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/engine_gearbox" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/firebox.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/firebox.json deleted file mode 100644 index 36cc01b4..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/firebox.json +++ /dev/null @@ -1,32 +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/materials/firebox" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/firebox" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/fireproof_bricks.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/fireproof_bricks.json deleted file mode 100644 index f8c94ea9..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/fireproof_bricks.json +++ /dev/null @@ -1,32 +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/materials/fireproof_bricks" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/fireproof_bricks" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/gray_rebar_concrete.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/gray_rebar_concrete.json deleted file mode 100644 index f536643e..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/gray_rebar_concrete.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/gray_rebar_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/gray_rebar_concrete" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/heavy_plated_door.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/heavy_plated_door.json deleted file mode 100644 index 6f968a68..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/heavy_plated_door.json +++ /dev/null @@ -1,32 +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/materials/heavy_plated_door" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/heavy_plated_door" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/industrial_mixer.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/industrial_mixer.json deleted file mode 100644 index 21964e11..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/industrial_mixer.json +++ /dev/null @@ -1,32 +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/materials/industrial_mixer" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/industrial_mixer" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/large_pumpjack_hammer_connector.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/large_pumpjack_hammer_connector.json deleted file mode 100644 index 807daf31..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/large_pumpjack_hammer_connector.json +++ /dev/null @@ -1,32 +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/materials/large_pumpjack_hammer_connector" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/large_pumpjack_hammer_connector" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/lead_axe.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/lead_axe.json deleted file mode 100644 index f504e403..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/lead_axe.json +++ /dev/null @@ -1,32 +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/materials/lead_axe" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/lead_axe" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/lead_hoe.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/lead_hoe.json deleted file mode 100644 index 616633ae..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/lead_hoe.json +++ /dev/null @@ -1,32 +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/materials/lead_hoe" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/lead_hoe" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/lead_shovel.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/lead_shovel.json deleted file mode 100644 index c0d4b618..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/lead_shovel.json +++ /dev/null @@ -1,32 +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/materials/lead_shovel" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/lead_shovel" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/lead_truss.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/lead_truss.json deleted file mode 100644 index 454c52a3..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/lead_truss.json +++ /dev/null @@ -1,32 +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/materials/lead_truss" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/lead_truss" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/light_blue_concrete.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/light_blue_concrete.json deleted file mode 100644 index 66825283..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/light_blue_concrete.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/light_blue_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/light_blue_concrete" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/light_bulb.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/light_bulb.json deleted file mode 100644 index b5b2c322..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/light_bulb.json +++ /dev/null @@ -1,32 +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/materials/light_bulb" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/light_bulb" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/magenta_rebar_concrete.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/magenta_rebar_concrete.json deleted file mode 100644 index 31b7cc0f..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/magenta_rebar_concrete.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/magenta_rebar_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/magenta_rebar_concrete" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/metal_smokestack.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/metal_smokestack.json deleted file mode 100644 index 896d3141..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/metal_smokestack.json +++ /dev/null @@ -1,32 +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/materials/metal_smokestack" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/metal_smokestack" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/napalm_bomb.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/napalm_bomb.json deleted file mode 100644 index 241f3e7a..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/napalm_bomb.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:fireproof_brick" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/napalm_bomb" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/napalm_bomb" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/nickel_ingot_from_compacting.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/nickel_ingot_from_compacting.json deleted file mode 100644 index 2ed12fa7..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/nickel_ingot_from_compacting.json +++ /dev/null @@ -1,32 +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/materials/nickel_ingot_from_compacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/nickel_ingot_from_compacting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/nickel_ingot_from_decompacting.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/nickel_ingot_from_decompacting.json deleted file mode 100644 index 9dd58fe1..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/nickel_ingot_from_decompacting.json +++ /dev/null @@ -1,32 +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/materials/nickel_ingot_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/nickel_ingot_from_decompacting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/nickel_nugget_from_decompacting.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/nickel_nugget_from_decompacting.json deleted file mode 100644 index 048aa9a1..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/nickel_nugget_from_decompacting.json +++ /dev/null @@ -1,32 +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/materials/nickel_nugget_from_decompacting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/nickel_nugget_from_decompacting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/nickel_truss.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/nickel_truss.json deleted file mode 100644 index a2830236..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/nickel_truss.json +++ /dev/null @@ -1,32 +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/materials/nickel_truss" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/nickel_truss" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/oil_can.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/oil_can.json deleted file mode 100644 index 733a43c1..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/oil_can.json +++ /dev/null @@ -1,32 +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/materials/oil_can" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/oil_can" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/oil_hammer.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/oil_hammer.json deleted file mode 100644 index f7471a29..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/oil_hammer.json +++ /dev/null @@ -1,32 +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/materials/oil_hammer" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/oil_hammer" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/orange_concrete.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/orange_concrete.json deleted file mode 100644 index bfa33023..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/orange_concrete.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/orange_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/orange_concrete" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/pink_rebar_concrete.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/pink_rebar_concrete.json deleted file mode 100644 index f68575ca..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/pink_rebar_concrete.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/pink_rebar_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/pink_rebar_concrete" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_sheet.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_sheet.json deleted file mode 100644 index 0dbae2a5..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/plastic_sheet.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:plastic_sheet" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/plastic_sheet" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/plastic_sheet" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/pumpjack_crank.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/pumpjack_crank.json deleted file mode 100644 index 94c1088d..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/pumpjack_crank.json +++ /dev/null @@ -1,32 +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/materials/pumpjack_crank" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/pumpjack_crank" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/pumpjack_hammer_head.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/pumpjack_hammer_head.json deleted file mode 100644 index 3fdb55c9..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/pumpjack_hammer_head.json +++ /dev/null @@ -1,32 +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/materials/pumpjack_hammer_head" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/pumpjack_hammer_head" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/purple_concrete.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/purple_concrete.json deleted file mode 100644 index 2747d6c1..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/purple_concrete.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/purple_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/purple_concrete" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/raw_lead_block.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/raw_lead_block.json deleted file mode 100644 index 48f9b8dd..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/raw_lead_block.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:raw_lead" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/raw_lead_block" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/raw_lead_block" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/red_concrete.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/red_concrete.json deleted file mode 100644 index 9022f5f3..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/red_concrete.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/red_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/red_concrete" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/red_rebar_concrete.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/red_rebar_concrete.json deleted file mode 100644 index 0bfedd18..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/red_rebar_concrete.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/red_rebar_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/red_rebar_concrete" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/screwdriverfrom_brass.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/screwdriverfrom_brass.json deleted file mode 100644 index 8b4e4f1e..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/screwdriverfrom_brass.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "create:brass_ingot" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/screwdriverfrom_brass" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/screwdriverfrom_brass" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_chemical_vat.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_chemical_vat.json deleted file mode 100644 index 24532ae6..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_chemical_vat.json +++ /dev/null @@ -1,32 +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/materials/steel_chemical_vat" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/steel_chemical_vat" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_frame.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_frame.json deleted file mode 100644 index df6ec41e..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_frame.json +++ /dev/null @@ -1,32 +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/materials/steel_frame" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/steel_frame" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_gearbox.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_gearbox.json deleted file mode 100644 index 9e8a083e..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_gearbox.json +++ /dev/null @@ -1,32 +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/materials/steel_gearbox" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/steel_gearbox" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_pickaxe.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_pickaxe.json deleted file mode 100644 index a70002d1..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_pickaxe.json +++ /dev/null @@ -1,32 +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/materials/steel_pickaxe" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/steel_pickaxe" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_shovel.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_shovel.json deleted file mode 100644 index 197cdbe5..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_shovel.json +++ /dev/null @@ -1,32 +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/materials/steel_shovel" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/steel_shovel" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_sword.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_sword.json deleted file mode 100644 index 85b4c4e4..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/steel_sword.json +++ /dev/null @@ -1,32 +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/materials/steel_sword" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/steel_sword" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/transmission.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/transmission.json deleted file mode 100644 index 7e23a36a..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/transmission.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:plastic_sheet" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/transmission" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/transmission" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/turbo.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/turbo.json deleted file mode 100644 index abe1ade2..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/turbo.json +++ /dev/null @@ -1,32 +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/materials/turbo" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/turbo" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/unfinished_electromagnetic_coil.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/unfinished_electromagnetic_coil.json deleted file mode 100644 index b932c5f4..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/unfinished_electromagnetic_coil.json +++ /dev/null @@ -1,32 +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/materials/unfinished_electromagnetic_coil" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/unfinished_electromagnetic_coil" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/unfinished_resistorfrom_slime.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/unfinished_resistorfrom_slime.json deleted file mode 100644 index 89731684..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/unfinished_resistorfrom_slime.json +++ /dev/null @@ -1,32 +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/materials/unfinished_resistorfrom_slime" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/unfinished_resistorfrom_slime" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/voltage_observer.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/voltage_observer.json deleted file mode 100644 index e6f077b2..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/voltage_observer.json +++ /dev/null @@ -1,32 +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/materials/voltage_observer" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/voltage_observer" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/white_concrete.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/white_concrete.json deleted file mode 100644 index 7c59af23..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/white_concrete.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/white_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/white_concrete" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/yellow_concrete.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/yellow_concrete.json deleted file mode 100644 index 27cc4c5e..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/yellow_concrete.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/yellow_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/yellow_concrete" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/yellow_rebar_concrete.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/yellow_rebar_concrete.json deleted file mode 100644 index 58a154ba..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/yellow_rebar_concrete.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:concrete" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/yellow_rebar_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/yellow_rebar_concrete" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/zinc_truss.json b/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/zinc_truss.json deleted file mode 100644 index d1e7eca7..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/crafting/materials/zinc_truss.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "create:zinc_ingot" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:crafting/materials/zinc_truss" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:crafting/materials/zinc_truss" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/smelting/lead_ingot_blasting.json b/build/resources/main/data/tfmg/advancement/recipes/misc/smelting/lead_ingot_blasting.json deleted file mode 100644 index b27b39e1..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/smelting/lead_ingot_blasting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:raw_lead" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:smelting/lead_ingot_blasting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:smelting/lead_ingot_blasting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/smelting/unfinished_insulator.json b/build/resources/main/data/tfmg/advancement/recipes/misc/smelting/unfinished_insulator.json deleted file mode 100644 index eabbc00b..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/smelting/unfinished_insulator.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_item": { - "conditions": { - "items": [ - { - "items": "tfmg:unfired_insulator" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:smelting/unfinished_insulator" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_item" - ] - ], - "rewards": { - "recipes": [ - "tfmg:smelting/unfinished_insulator" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/advancement/recipes/misc/synthetic_string_from_ingots_rubber_stonecutting.json b/build/resources/main/data/tfmg/advancement/recipes/misc/synthetic_string_from_ingots_rubber_stonecutting.json deleted file mode 100644 index cd7553bb..00000000 --- a/build/resources/main/data/tfmg/advancement/recipes/misc/synthetic_string_from_ingots_rubber_stonecutting.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_ingots_rubber": { - "conditions": { - "items": [ - { - "items": "#c:ingots/rubber" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "tfmg:synthetic_string_from_ingots_rubber_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_ingots_rubber" - ] - ], - "rewards": { - "recipes": [ - "tfmg:synthetic_string_from_ingots_rubber_stonecutting" - ] - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/damage_type/blast_furnace.json b/build/resources/main/data/tfmg/damage_type/blast_furnace.json deleted file mode 100644 index 0da12a12..00000000 --- a/build/resources/main/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/build/resources/main/data/tfmg/loot_table/blocks/aluminum_fluid_tank.json b/build/resources/main/data/tfmg/loot_table/blocks/aluminum_fluid_tank.json deleted file mode 100644 index 790facc7..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/aluminum_lamp.json b/build/resources/main/data/tfmg/loot_table/blocks/aluminum_lamp.json deleted file mode 100644 index 950652a3..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/aluminum_mechanical_pump.json b/build/resources/main/data/tfmg/loot_table/blocks/aluminum_mechanical_pump.json deleted file mode 100644 index a740317e..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/aluminum_smart_fluid_pipe.json b/build/resources/main/data/tfmg/loot_table/blocks/aluminum_smart_fluid_pipe.json deleted file mode 100644 index 85eb93ae..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/aluminum_truss.json b/build/resources/main/data/tfmg/loot_table/blocks/aluminum_truss.json deleted file mode 100644 index f53fbfac..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/asphalt_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/asphalt_stairs.json deleted file mode 100644 index f4e518b7..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/black_concrete.json b/build/resources/main/data/tfmg/loot_table/blocks/black_concrete.json deleted file mode 100644 index b734652c..00000000 --- a/build/resources/main/data/tfmg/loot_table/blocks/black_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:black_concrete" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/black_concrete" -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/loot_table/blocks/black_concrete_wall.json b/build/resources/main/data/tfmg/loot_table/blocks/black_concrete_wall.json deleted file mode 100644 index 86267dc6..00000000 --- a/build/resources/main/data/tfmg/loot_table/blocks/black_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:black_concrete_wall" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/black_concrete_wall" -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/loot_table/blocks/blast_furnace_hatch.json b/build/resources/main/data/tfmg/loot_table/blocks/blast_furnace_hatch.json deleted file mode 100644 index 5f03a6c2..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/blast_furnace_output.json b/build/resources/main/data/tfmg/loot_table/blocks/blast_furnace_output.json deleted file mode 100644 index 4004b64b..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/blast_furnace_reinforcement_wall.json b/build/resources/main/data/tfmg/loot_table/blocks/blast_furnace_reinforcement_wall.json deleted file mode 100644 index 0ccb97c8..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/blue_rebar_concrete_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/blue_rebar_concrete_stairs.json deleted file mode 100644 index 53a080b6..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/brass_truss.json b/build/resources/main/data/tfmg/loot_table/blocks/brass_truss.json deleted file mode 100644 index f7a58d29..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/brown_concrete.json b/build/resources/main/data/tfmg/loot_table/blocks/brown_concrete.json deleted file mode 100644 index 87fc23a1..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/brown_rebar_concrete_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/brown_rebar_concrete_stairs.json deleted file mode 100644 index 57bfbb21..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cast_iron_bars.json b/build/resources/main/data/tfmg/loot_table/blocks/cast_iron_bars.json deleted file mode 100644 index f2a8459f..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cast_iron_block.json b/build/resources/main/data/tfmg/loot_table/blocks/cast_iron_block.json deleted file mode 100644 index 22c8946c..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cast_iron_chemical_vat.json b/build/resources/main/data/tfmg/loot_table/blocks/cast_iron_chemical_vat.json deleted file mode 100644 index e930dd8d..00000000 --- a/build/resources/main/data/tfmg/loot_table/blocks/cast_iron_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:cast_iron_chemical_vat" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cast_iron_chemical_vat" -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/loot_table/blocks/cast_iron_flywheel.json b/build/resources/main/data/tfmg/loot_table/blocks/cast_iron_flywheel.json deleted file mode 100644 index ba043bd5..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cast_iron_frame.json b/build/resources/main/data/tfmg/loot_table/blocks/cast_iron_frame.json deleted file mode 100644 index 5b707206..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cast_iron_ladder.json b/build/resources/main/data/tfmg/loot_table/blocks/cast_iron_ladder.json deleted file mode 100644 index 2011140f..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/casting_basin.json b/build/resources/main/data/tfmg/loot_table/blocks/casting_basin.json deleted file mode 100644 index a94510f1..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cement.json b/build/resources/main/data/tfmg/loot_table/blocks/cement.json deleted file mode 100644 index 2665a046..00000000 --- a/build/resources/main/data/tfmg/loot_table/blocks/cement.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:cement" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/cement" -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/loot_table/blocks/circular_light.json b/build/resources/main/data/tfmg/loot_table/blocks/circular_light.json deleted file mode 100644 index 346d0cc8..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/coke_oven.json b/build/resources/main/data/tfmg/loot_table/blocks/coke_oven.json deleted file mode 100644 index 87a95817..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/concrete_smokestack.json b/build/resources/main/data/tfmg/loot_table/blocks/concrete_smokestack.json deleted file mode 100644 index 93cd6ef4..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/concrete_wall.json b/build/resources/main/data/tfmg/loot_table/blocks/concrete_wall.json deleted file mode 100644 index 0f9671cc..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/copper_encased_cast_iron_pipe.json b/build/resources/main/data/tfmg/loot_table/blocks/copper_encased_cast_iron_pipe.json deleted file mode 100644 index 00f432ad..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/copper_encased_plastic_pipe.json b/build/resources/main/data/tfmg/loot_table/blocks/copper_encased_plastic_pipe.json deleted file mode 100644 index a37de870..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/copper_truss.json b/build/resources/main/data/tfmg/loot_table/blocks/copper_truss.json deleted file mode 100644 index f598085e..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/copycat_cable_base.json b/build/resources/main/data/tfmg/loot_table/blocks/copycat_cable_base.json deleted file mode 100644 index c4592e6a..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/creative_generator.json b/build/resources/main/data/tfmg/loot_table/blocks/creative_generator.json deleted file mode 100644 index d6679790..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cut_bauxite.json b/build/resources/main/data/tfmg/loot_table/blocks/cut_bauxite.json deleted file mode 100644 index 12e2aeb7..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cut_bauxite_brick_wall.json b/build/resources/main/data/tfmg/loot_table/blocks/cut_bauxite_brick_wall.json deleted file mode 100644 index 22457d7c..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cut_bauxite_wall.json b/build/resources/main/data/tfmg/loot_table/blocks/cut_bauxite_wall.json deleted file mode 100644 index 5dc916c0..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cut_galena.json b/build/resources/main/data/tfmg/loot_table/blocks/cut_galena.json deleted file mode 100644 index b753e353..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cut_galena_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/cut_galena_stairs.json deleted file mode 100644 index d9a1f575..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cut_galena_wall.json b/build/resources/main/data/tfmg/loot_table/blocks/cut_galena_wall.json deleted file mode 100644 index 708c9336..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cyan_caution_block.json b/build/resources/main/data/tfmg/loot_table/blocks/cyan_caution_block.json deleted file mode 100644 index dd148ad2..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cyan_concrete.json b/build/resources/main/data/tfmg/loot_table/blocks/cyan_concrete.json deleted file mode 100644 index 5aa25c3d..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cyan_concrete_slab.json b/build/resources/main/data/tfmg/loot_table/blocks/cyan_concrete_slab.json deleted file mode 100644 index 20cfcc8b..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cyan_concrete_wall.json b/build/resources/main/data/tfmg/loot_table/blocks/cyan_concrete_wall.json deleted file mode 100644 index 69c8915d..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/cyan_rebar_concrete_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/cyan_rebar_concrete_stairs.json deleted file mode 100644 index 21f3f4cc..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/diagonal_cable_block.json b/build/resources/main/data/tfmg/loot_table/blocks/diagonal_cable_block.json deleted file mode 100644 index 69a2d7c2..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/encased_potentiometer.json b/build/resources/main/data/tfmg/loot_table/blocks/encased_potentiometer.json deleted file mode 100644 index 1f1f65a5..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/engine_controller.json b/build/resources/main/data/tfmg/loot_table/blocks/engine_controller.json deleted file mode 100644 index 2e3d1e48..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/fossilstone.json b/build/resources/main/data/tfmg/loot_table/blocks/fossilstone.json deleted file mode 100644 index 3c9fd916..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/generator.json b/build/resources/main/data/tfmg/loot_table/blocks/generator.json deleted file mode 100644 index 0228d2e7..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/glass_cast_iron_pipe.json b/build/resources/main/data/tfmg/loot_table/blocks/glass_cast_iron_pipe.json deleted file mode 100644 index d4deb9a9..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/glass_steel_pipe.json b/build/resources/main/data/tfmg/loot_table/blocks/glass_steel_pipe.json deleted file mode 100644 index 47ba8ff5..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/gray_rebar_concrete_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/gray_rebar_concrete_stairs.json deleted file mode 100644 index d6db0d68..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/green_caution_block.json b/build/resources/main/data/tfmg/loot_table/blocks/green_caution_block.json deleted file mode 100644 index b179f077..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/green_concrete_slab.json b/build/resources/main/data/tfmg/loot_table/blocks/green_concrete_slab.json deleted file mode 100644 index 341d4049..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/green_concrete_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/green_concrete_stairs.json deleted file mode 100644 index 7d0d836a..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/green_rebar_concrete_slab.json b/build/resources/main/data/tfmg/loot_table/blocks/green_rebar_concrete_slab.json deleted file mode 100644 index ba08277f..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/green_rebar_concrete_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/green_rebar_concrete_stairs.json deleted file mode 100644 index 0a09cb34..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/hardened_planks.json b/build/resources/main/data/tfmg/loot_table/blocks/hardened_planks.json deleted file mode 100644 index ea2d04da..00000000 --- a/build/resources/main/data/tfmg/loot_table/blocks/hardened_planks.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "tfmg:hardened_planks" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/hardened_planks" -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/loot_table/blocks/heavy_casing_door.json b/build/resources/main/data/tfmg/loot_table/blocks/heavy_casing_door.json deleted file mode 100644 index 9c5c43dc..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/heavy_casing_encased_large_aluminum_cogwheel.json b/build/resources/main/data/tfmg/loot_table/blocks/heavy_casing_encased_large_aluminum_cogwheel.json deleted file mode 100644 index 8bf8839d..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/heavy_casing_encased_shaft.json b/build/resources/main/data/tfmg/loot_table/blocks/heavy_casing_encased_shaft.json deleted file mode 100644 index 7dbb6953..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/heavy_casing_encased_steel_cogwheel.json b/build/resources/main/data/tfmg/loot_table/blocks/heavy_casing_encased_steel_cogwheel.json deleted file mode 100644 index 3e74fe66..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/industrial_aluminum_casing.json b/build/resources/main/data/tfmg/loot_table/blocks/industrial_aluminum_casing.json deleted file mode 100644 index 77bb5b65..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/industrial_mixer.json b/build/resources/main/data/tfmg/loot_table/blocks/industrial_mixer.json deleted file mode 100644 index 70fb5d7b..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/large_aluminum_cogwheel.json b/build/resources/main/data/tfmg/loot_table/blocks/large_aluminum_cogwheel.json deleted file mode 100644 index e2ef7a82..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/large_pumpjack_hammer_connector.json b/build/resources/main/data/tfmg/loot_table/blocks/large_pumpjack_hammer_connector.json deleted file mode 100644 index 80d52159..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/large_pumpjack_hammer_head.json b/build/resources/main/data/tfmg/loot_table/blocks/large_pumpjack_hammer_head.json deleted file mode 100644 index ba1a5391..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/large_pumpjack_hammer_part.json b/build/resources/main/data/tfmg/loot_table/blocks/large_pumpjack_hammer_part.json deleted file mode 100644 index b05ba1b2..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/light_blue_caution_block.json b/build/resources/main/data/tfmg/loot_table/blocks/light_blue_caution_block.json deleted file mode 100644 index 334eec07..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/light_blue_concrete_slab.json b/build/resources/main/data/tfmg/loot_table/blocks/light_blue_concrete_slab.json deleted file mode 100644 index 2ecbe84e..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/light_blue_concrete_wall.json b/build/resources/main/data/tfmg/loot_table/blocks/light_blue_concrete_wall.json deleted file mode 100644 index 642990b5..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/light_blue_rebar_concrete_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/light_blue_rebar_concrete_stairs.json deleted file mode 100644 index 6172d035..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/light_bulb.json b/build/resources/main/data/tfmg/loot_table/blocks/light_bulb.json deleted file mode 100644 index ddf57b33..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/light_gray_rebar_concrete_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/light_gray_rebar_concrete_stairs.json deleted file mode 100644 index c8ba472d..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/lignite.json b/build/resources/main/data/tfmg/loot_table/blocks/lignite.json deleted file mode 100644 index 9413f367..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/lime_caution_block.json b/build/resources/main/data/tfmg/loot_table/blocks/lime_caution_block.json deleted file mode 100644 index 3a91ffb9..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/lime_concrete_slab.json b/build/resources/main/data/tfmg/loot_table/blocks/lime_concrete_slab.json deleted file mode 100644 index 8044fef4..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/lime_concrete_wall.json b/build/resources/main/data/tfmg/loot_table/blocks/lime_concrete_wall.json deleted file mode 100644 index bbfbf290..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/lime_rebar_concrete.json b/build/resources/main/data/tfmg/loot_table/blocks/lime_rebar_concrete.json deleted file mode 100644 index f22e9faf..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/lithium_block.json b/build/resources/main/data/tfmg/loot_table/blocks/lithium_block.json deleted file mode 100644 index 95e119ed..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/magenta_caution_block.json b/build/resources/main/data/tfmg/loot_table/blocks/magenta_caution_block.json deleted file mode 100644 index 7dba53cb..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/magenta_concrete_slab.json b/build/resources/main/data/tfmg/loot_table/blocks/magenta_concrete_slab.json deleted file mode 100644 index 6ac66fd3..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/magenta_concrete_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/magenta_concrete_stairs.json deleted file mode 100644 index 66cc4a06..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/magenta_rebar_concrete_slab.json b/build/resources/main/data/tfmg/loot_table/blocks/magenta_rebar_concrete_slab.json deleted file mode 100644 index 356844d8..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/magenta_rebar_concrete_wall.json b/build/resources/main/data/tfmg/loot_table/blocks/magenta_rebar_concrete_wall.json deleted file mode 100644 index e432d0fe..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/nickel_bars.json b/build/resources/main/data/tfmg/loot_table/blocks/nickel_bars.json deleted file mode 100644 index 0c3e9a2a..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/nickel_flywheel.json b/build/resources/main/data/tfmg/loot_table/blocks/nickel_flywheel.json deleted file mode 100644 index 9473d431..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/nickel_ore.json b/build/resources/main/data/tfmg/loot_table/blocks/nickel_ore.json deleted file mode 100644 index 87eeee8c..00000000 --- a/build/resources/main/data/tfmg/loot_table/blocks/nickel_ore.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "predicates": { - "minecraft:enchantments": [ - { - "enchantments": "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/build/resources/main/data/tfmg/loot_table/blocks/nickel_truss.json b/build/resources/main/data/tfmg/loot_table/blocks/nickel_truss.json deleted file mode 100644 index 172397b2..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/orange_concrete_slab.json b/build/resources/main/data/tfmg/loot_table/blocks/orange_concrete_slab.json deleted file mode 100644 index 1ebc5401..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/orange_concrete_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/orange_concrete_stairs.json deleted file mode 100644 index bc26b7e4..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/orange_concrete_wall.json b/build/resources/main/data/tfmg/loot_table/blocks/orange_concrete_wall.json deleted file mode 100644 index 2f8f79cf..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/pink_concrete_slab.json b/build/resources/main/data/tfmg/loot_table/blocks/pink_concrete_slab.json deleted file mode 100644 index 719fb16c..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/pink_concrete_wall.json b/build/resources/main/data/tfmg/loot_table/blocks/pink_concrete_wall.json deleted file mode 100644 index c9a92b95..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/pink_rebar_concrete.json b/build/resources/main/data/tfmg/loot_table/blocks/pink_rebar_concrete.json deleted file mode 100644 index 37a13e27..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/plastic_smart_fluid_pipe.json b/build/resources/main/data/tfmg/loot_table/blocks/plastic_smart_fluid_pipe.json deleted file mode 100644 index 6a59865a..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/polished_cut_galena.json b/build/resources/main/data/tfmg/loot_table/blocks/polished_cut_galena.json deleted file mode 100644 index 87aa8a1e..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/pumpjack_hammer.json b/build/resources/main/data/tfmg/loot_table/blocks/pumpjack_hammer.json deleted file mode 100644 index f442cba6..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/pumpjack_hammer_part.json b/build/resources/main/data/tfmg/loot_table/blocks/pumpjack_hammer_part.json deleted file mode 100644 index 3edc532e..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/purple_caution_block.json b/build/resources/main/data/tfmg/loot_table/blocks/purple_caution_block.json deleted file mode 100644 index b4b1c5c7..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/purple_rebar_concrete.json b/build/resources/main/data/tfmg/loot_table/blocks/purple_rebar_concrete.json deleted file mode 100644 index 0362c7d2..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/raw_lead_block.json b/build/resources/main/data/tfmg/loot_table/blocks/raw_lead_block.json deleted file mode 100644 index f776f89a..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/rebar_concrete.json b/build/resources/main/data/tfmg/loot_table/blocks/rebar_concrete.json deleted file mode 100644 index 2b4110b3..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/rebar_concrete_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/rebar_concrete_stairs.json deleted file mode 100644 index 09070f79..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/red_concrete.json b/build/resources/main/data/tfmg/loot_table/blocks/red_concrete.json deleted file mode 100644 index 582a0d17..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/red_rebar_concrete_slab.json b/build/resources/main/data/tfmg/loot_table/blocks/red_rebar_concrete_slab.json deleted file mode 100644 index 0227946c..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/red_rebar_concrete_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/red_rebar_concrete_stairs.json deleted file mode 100644 index d4c45cc5..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/rotor.json b/build/resources/main/data/tfmg/loot_table/blocks/rotor.json deleted file mode 100644 index df354ff6..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/simple_large_engine.json b/build/resources/main/data/tfmg/loot_table/blocks/simple_large_engine.json deleted file mode 100644 index ba0f76c8..00000000 --- a/build/resources/main/data/tfmg/loot_table/blocks/simple_large_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:simple_large_engine" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "tfmg:blocks/simple_large_engine" -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/loot_table/blocks/slag_block.json b/build/resources/main/data/tfmg/loot_table/blocks/slag_block.json deleted file mode 100644 index 42c66fe3..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/small_bauxite_brick_slab.json b/build/resources/main/data/tfmg/loot_table/blocks/small_bauxite_brick_slab.json deleted file mode 100644 index f617190e..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/small_bauxite_brick_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/small_bauxite_brick_stairs.json deleted file mode 100644 index e5bf9897..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/stator.json b/build/resources/main/data/tfmg/loot_table/blocks/stator.json deleted file mode 100644 index 78b2b80a..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/steel_bars.json b/build/resources/main/data/tfmg/loot_table/blocks/steel_bars.json deleted file mode 100644 index 4fb619e7..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/steel_casing_cable_hub.json b/build/resources/main/data/tfmg/loot_table/blocks/steel_casing_cable_hub.json deleted file mode 100644 index 7d06ea86..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/steel_encased_aluminum_cogwheel.json b/build/resources/main/data/tfmg/loot_table/blocks/steel_encased_aluminum_cogwheel.json deleted file mode 100644 index 74a48587..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/steel_encased_shaft.json b/build/resources/main/data/tfmg/loot_table/blocks/steel_encased_shaft.json deleted file mode 100644 index 35452c8b..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/steel_encased_steel_cogwheel.json b/build/resources/main/data/tfmg/loot_table/blocks/steel_encased_steel_cogwheel.json deleted file mode 100644 index 15223058..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/steel_flywheel.json b/build/resources/main/data/tfmg/loot_table/blocks/steel_flywheel.json deleted file mode 100644 index 2476b64b..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/steel_gearbox.json b/build/resources/main/data/tfmg/loot_table/blocks/steel_gearbox.json deleted file mode 100644 index 10bbdd27..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/steel_ladder.json b/build/resources/main/data/tfmg/loot_table/blocks/steel_ladder.json deleted file mode 100644 index d8c373d8..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/steel_pipe.json b/build/resources/main/data/tfmg/loot_table/blocks/steel_pipe.json deleted file mode 100644 index a413db66..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/steel_scaffolding.json b/build/resources/main/data/tfmg/loot_table/blocks/steel_scaffolding.json deleted file mode 100644 index 13295491..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/transformer.json b/build/resources/main/data/tfmg/loot_table/blocks/transformer.json deleted file mode 100644 index 0300acdc..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/voltage_observer.json b/build/resources/main/data/tfmg/loot_table/blocks/voltage_observer.json deleted file mode 100644 index bab9ec0c..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/voltmeter.json b/build/resources/main/data/tfmg/loot_table/blocks/voltmeter.json deleted file mode 100644 index 0220f596..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/white_concrete_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/white_concrete_stairs.json deleted file mode 100644 index a11d658d..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/white_concrete_wall.json b/build/resources/main/data/tfmg/loot_table/blocks/white_concrete_wall.json deleted file mode 100644 index 5dd89d89..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/loot_table/blocks/yellow_concrete_stairs.json b/build/resources/main/data/tfmg/loot_table/blocks/yellow_concrete_stairs.json deleted file mode 100644 index 12fadbb1..00000000 --- a/build/resources/main/data/tfmg/loot_table/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/build/resources/main/data/tfmg/neoforge/biome_modifier/lead_ore.json b/build/resources/main/data/tfmg/neoforge/biome_modifier/lead_ore.json deleted file mode 100644 index d4876113..00000000 --- a/build/resources/main/data/tfmg/neoforge/biome_modifier/lead_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "type": "neoforge:add_features", - "biomes": "#minecraft:is_overworld", - "features": "tfmg:lead_ore", - "step": "underground_ores" -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/neoforge/biome_modifier/tfmg_striated_ores_nether.json b/build/resources/main/data/tfmg/neoforge/biome_modifier/tfmg_striated_ores_nether.json deleted file mode 100644 index 85954617..00000000 --- a/build/resources/main/data/tfmg/neoforge/biome_modifier/tfmg_striated_ores_nether.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "type": "neoforge:add_features", - "biomes": "#minecraft:is_nether", - "features": "tfmg:tfmg_striated_ores_nether", - "step": "underground_ores" -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/neoforge/biome_modifier/tfmg_striated_ores_overworld.json b/build/resources/main/data/tfmg/neoforge/biome_modifier/tfmg_striated_ores_overworld.json deleted file mode 100644 index da65f504..00000000 --- a/build/resources/main/data/tfmg/neoforge/biome_modifier/tfmg_striated_ores_overworld.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "type": "neoforge:add_features", - "biomes": "#minecraft:is_overworld", - "features": "tfmg:tfmg_striated_ores_overworld", - "step": "underground_ores" -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/aluminum_wire_from_ingots_aluminum_stonecutting.json b/build/resources/main/data/tfmg/recipe/aluminum_wire_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index 775f8b0b..00000000 --- a/build/resources/main/data/tfmg/recipe/aluminum_wire_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:ingots/aluminum" - }, - "result": { - "count": 2, - "id": "tfmg:aluminum_wire" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/bauxite_pillar_from_stone_types_bauxite_stonecutting.json b/build/resources/main/data/tfmg/recipe/bauxite_pillar_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index f0403dba..00000000 --- a/build/resources/main/data/tfmg/recipe/bauxite_pillar_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": { - "count": 1, - "id": "tfmg:bauxite_pillar" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/blasting/lead_ingot_from_crushed_blasting.json b/build/resources/main/data/tfmg/recipe/blasting/lead_ingot_from_crushed_blasting.json deleted file mode 100644 index daea49a5..00000000 --- a/build/resources/main/data/tfmg/recipe/blasting/lead_ingot_from_crushed_blasting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:blasting", - "category": "misc", - "cookingtime": 100, - "experience": 0.0, - "ingredient": { - "item": "create:crushed_raw_lead" - }, - "result": { - "count": 1, - "id": "tfmg:lead_ingot" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/blue_caution_block_from_ingots_aluminum_stonecutting.json b/build/resources/main/data/tfmg/recipe/blue_caution_block_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index 1bc62b8a..00000000 --- a/build/resources/main/data/tfmg/recipe/blue_caution_block_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:ingots/aluminum" - }, - "result": { - "count": 2, - "id": "tfmg:blue_caution_block" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/blue_concrete_wall_from_blue_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/blue_concrete_wall_from_blue_concrete_stonecutting.json deleted file mode 100644 index 1b3b04fd..00000000 --- a/build/resources/main/data/tfmg/recipe/blue_concrete_wall_from_blue_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:blue_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:blue_concrete_wall" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/blue_rebar_concrete_wall_from_blue_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/blue_rebar_concrete_wall_from_blue_rebar_concrete_stonecutting.json deleted file mode 100644 index db2bf6b8..00000000 --- a/build/resources/main/data/tfmg/recipe/blue_rebar_concrete_wall_from_blue_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:blue_rebar_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:blue_rebar_concrete_wall" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/brown_caution_block_from_ingots_aluminum_stonecutting.json b/build/resources/main/data/tfmg/recipe/brown_caution_block_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index ad185853..00000000 --- a/build/resources/main/data/tfmg/recipe/brown_caution_block_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:ingots/aluminum" - }, - "result": { - "count": 2, - "id": "tfmg:brown_caution_block" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/brown_concrete_slab_from_brown_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/brown_concrete_slab_from_brown_concrete_stonecutting.json deleted file mode 100644 index 8ea3cf73..00000000 --- a/build/resources/main/data/tfmg/recipe/brown_concrete_slab_from_brown_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:brown_concrete" - }, - "result": { - "count": 2, - "id": "tfmg:brown_concrete_slab" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/brown_rebar_concrete_wall_from_brown_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/brown_rebar_concrete_wall_from_brown_rebar_concrete_stonecutting.json deleted file mode 100644 index 9b94f025..00000000 --- a/build/resources/main/data/tfmg/recipe/brown_rebar_concrete_wall_from_brown_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:brown_rebar_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:brown_rebar_concrete_wall" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cinderblock_from_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/cinderblock_from_concrete_stonecutting.json deleted file mode 100644 index 6f4842fa..00000000 --- a/build/resources/main/data/tfmg/recipe/cinderblock_from_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:concrete" - }, - "result": { - "count": 8, - "id": "tfmg:cinderblock" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/constantan_wire_from_ingots_constantan_stonecutting.json b/build/resources/main/data/tfmg/recipe/constantan_wire_from_ingots_constantan_stonecutting.json deleted file mode 100644 index 2c99109d..00000000 --- a/build/resources/main/data/tfmg/recipe/constantan_wire_from_ingots_constantan_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:ingots/constantan" - }, - "result": { - "count": 2, - "id": "tfmg:constantan_wire" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/copper_electrode_from_storage_blocks_copper_stonecutting.json b/build/resources/main/data/tfmg/recipe/copper_electrode_from_storage_blocks_copper_stonecutting.json deleted file mode 100644 index a7abe6a9..00000000 --- a/build/resources/main/data/tfmg/recipe/copper_electrode_from_storage_blocks_copper_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:storage_blocks/copper" - }, - "result": { - "count": 1, - "id": "tfmg:copper_electrode" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/copper_wire_from_ingots_copper_stonecutting.json b/build/resources/main/data/tfmg/recipe/copper_wire_from_ingots_copper_stonecutting.json deleted file mode 100644 index 99c430fd..00000000 --- a/build/resources/main/data/tfmg/recipe/copper_wire_from_ingots_copper_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:ingots/copper" - }, - "result": { - "count": 2, - "id": "tfmg:copper_wire" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/accumulator.json b/build/resources/main/data/tfmg/recipe/crafting/materials/accumulator.json deleted file mode 100644 index 219ab2c7..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/accumulator.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "tag": "c:storage_blocks/lead" - }, - "C": { - "item": "tfmg:industrial_aluminum_casing" - }, - "L": { - "tag": "c:plates/lead" - }, - "S": { - "item": "tfmg:sulfuric_acid_bucket" - }, - "W": { - "tag": "c:wires/copper" - } - }, - "pattern": [ - "LWL", - "SBS", - "LCL" - ], - "result": { - "count": 1, - "id": "tfmg:accumulator" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/accumulatorfrom_lithium.json b/build/resources/main/data/tfmg/recipe/crafting/materials/accumulatorfrom_lithium.json deleted file mode 100644 index bae723da..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/accumulatorfrom_lithium.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "tag": "c:storage_blocks/lithium" - }, - "C": { - "item": "tfmg:industrial_aluminum_casing" - }, - "L": { - "tag": "c:ingots/lithium" - }, - "S": { - "tag": "c:plates/nickel" - }, - "W": { - "tag": "c:wires/copper" - } - }, - "pattern": [ - "LWL", - "SBS", - "LCL" - ], - "result": { - "count": 1, - "id": "tfmg:accumulator" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/air_intake.json b/build/resources/main/data/tfmg/recipe/crafting/materials/air_intake.json deleted file mode 100644 index d17886fd..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/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": { - "count": 3, - "id": "tfmg:air_intake" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_axe.json b/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_axe.json deleted file mode 100644 index 679f6947..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_axe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "c:ingots/aluminum" - }, - "S": { - "item": "minecraft:stick" - } - }, - "pattern": [ - " CC", - " SC", - " S " - ], - "result": { - "count": 1, - "id": "tfmg:aluminum_axe" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_cable_hub.json b/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_cable_hub.json deleted file mode 100644 index 963947a8..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_cable_hub.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "M": { - "tag": "c:ingots/aluminum" - }, - "W": { - "tag": "c:wires/copper" - } - }, - "pattern": [ - "WWW", - "MMM", - "WWW" - ], - "result": { - "count": 2, - "id": "tfmg:aluminum_cable_hub" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_cogwheel.json b/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_cogwheel.json deleted file mode 100644 index 5e52a7d8..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_cogwheel.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "c:ingots/aluminum" - }, - { - "item": "create:shaft" - } - ], - "result": { - "count": 4, - "id": "tfmg:aluminum_cogwheel" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_flywheel.json b/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_flywheel.json deleted file mode 100644 index 03ee4439..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_flywheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "c:ingots/aluminum" - }, - "S": { - "item": "create:shaft" - } - }, - "pattern": [ - "CCC", - "CSC", - "CCC" - ], - "result": { - "count": 1, - "id": "tfmg:aluminum_flywheel" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_hoe.json b/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_hoe.json deleted file mode 100644 index cf2cdfd4..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_hoe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "c:ingots/aluminum" - }, - "S": { - "item": "minecraft:stick" - } - }, - "pattern": [ - "CC ", - "S ", - "S " - ], - "result": { - "count": 1, - "id": "tfmg:aluminum_hoe" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_ingot_from_compacting.json b/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_ingot_from_compacting.json deleted file mode 100644 index 05c732f1..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_ingot_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "c:nuggets/aluminum" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "count": 1, - "id": "tfmg:aluminum_ingot" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_ingot_from_decompacting.json b/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_ingot_from_decompacting.json deleted file mode 100644 index 0d3d677a..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_ingot_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "c:storage_blocks/aluminum" - } - ], - "result": { - "count": 9, - "id": "tfmg:aluminum_ingot" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_nugget_from_decompacting.json b/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_nugget_from_decompacting.json deleted file mode 100644 index eede7cb3..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/aluminum_nugget_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "c:ingots/aluminum" - } - ], - "result": { - "count": 9, - "id": "tfmg:aluminum_nugget" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/black_multimeter.json b/build/resources/main/data/tfmg/recipe/crafting/materials/black_multimeter.json deleted file mode 100644 index 8f5ec0c5..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/black_multimeter.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "tfmg:multimeter" - }, - { - "item": "minecraft:black_dye" - } - ], - "result": { - "count": 1, - "id": "tfmg:black_multimeter" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/blast_furnace_hatch.json b/build/resources/main/data/tfmg/recipe/crafting/materials/blast_furnace_hatch.json deleted file mode 100644 index 218d9883..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/blast_furnace_hatch.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "F": { - "item": "tfmg:fireproof_bricks" - }, - "I": { - "tag": "c:plates/cast_iron" - }, - "P": { - "item": "tfmg:cast_iron_pipe" - }, - "T": { - "item": "tfmg:cast_iron_fluid_tank" - } - }, - "pattern": [ - "FIF", - "PTP", - "FIF" - ], - "result": { - "count": 1, - "id": "tfmg:blast_furnace_hatch" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/blast_furnace_output.json b/build/resources/main/data/tfmg/recipe/crafting/materials/blast_furnace_output.json deleted file mode 100644 index b1c3de00..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/blast_furnace_output.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "item": "tfmg:fireproof_bricks" - }, - "C": { - "item": "tfmg:cast_iron_pipe" - }, - "Q": { - "tag": "c:storage_blocks/cast_iron" - } - }, - "pattern": [ - "BCB", - "CQC", - "BCB" - ], - "result": { - "count": 1, - "id": "tfmg:blast_furnace_output" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/blast_furnace_reinforcement.json b/build/resources/main/data/tfmg/recipe/crafting/materials/blast_furnace_reinforcement.json deleted file mode 100644 index fd25e339..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/blast_furnace_reinforcement.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "item": "tfmg:fireproof_bricks" - }, - "I": { - "tag": "c:ingots/steel" - }, - "O": { - "item": "tfmg:heavy_plate" - } - }, - "pattern": [ - "IOB", - "IOB", - "IOB" - ], - "result": { - "count": 4, - "id": "tfmg:blast_furnace_reinforcement" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/blast_stove.json b/build/resources/main/data/tfmg/recipe/crafting/materials/blast_stove.json deleted file mode 100644 index 65413dfa..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/blast_stove.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:cast_iron_pipe" - }, - "F": { - "item": "tfmg:fireproof_bricks" - }, - "T": { - "item": "tfmg:cast_iron_fluid_tank" - } - }, - "pattern": [ - "CC ", - "TT ", - "FF " - ], - "result": { - "count": 2, - "id": "tfmg:blast_stove" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/brick_smokestack.json b/build/resources/main/data/tfmg/recipe/crafting/materials/brick_smokestack.json deleted file mode 100644 index cd03479e..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/brick_smokestack.json +++ /dev/null @@ -1,21 +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, - "id": "tfmg:brick_smokestack" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/brown_concrete.json b/build/resources/main/data/tfmg/recipe/crafting/materials/brown_concrete.json deleted file mode 100644 index 00229134..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/brown_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:concrete" - }, - "D": { - "item": "minecraft:brown_dye" - } - }, - "pattern": [ - "CCC", - "CDC", - "CCC" - ], - "result": { - "count": 8, - "id": "tfmg:brown_concrete" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/cast_iron_chemical_vat.json b/build/resources/main/data/tfmg/recipe/crafting/materials/cast_iron_chemical_vat.json deleted file mode 100644 index 7644e9f8..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/cast_iron_chemical_vat.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "N": { - "tag": "c:plates/lead" - }, - "P": { - "tag": "c:plates/cast_iron" - }, - "T": { - "item": "tfmg:cast_iron_fluid_tank" - } - }, - "pattern": [ - "PPP", - "NTN", - "PPP" - ], - "result": { - "count": 1, - "id": "tfmg:cast_iron_chemical_vat" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/cast_iron_fluid_tank.json b/build/resources/main/data/tfmg/recipe/crafting/materials/cast_iron_fluid_tank.json deleted file mode 100644 index f01cccb1..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/cast_iron_fluid_tank.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "item": "minecraft:barrel" - }, - "P": { - "tag": "c:plates/cast_iron" - } - }, - "pattern": [ - " P ", - " B ", - " P " - ], - "result": { - "count": 1, - "id": "tfmg:cast_iron_fluid_tank" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/cast_iron_truss.json b/build/resources/main/data/tfmg/recipe/crafting/materials/cast_iron_truss.json deleted file mode 100644 index aa5831e4..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/cast_iron_truss.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "N": { - "tag": "c:nuggets/cast_iron" - } - }, - "pattern": [ - "N N", - "NNN", - "N N" - ], - "result": { - "count": 4, - "id": "tfmg:cast_iron_truss" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/cinderflour_block.json b/build/resources/main/data/tfmg/recipe/crafting/materials/cinderflour_block.json deleted file mode 100644 index b69cf2f0..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/cinderflour_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "item": "tfmg:cinderflourblock" - }, - "C": { - "item": "minecraft:nether_wart_block" - }, - "R": { - "item": "tfmg:rebar" - } - }, - "pattern": [ - "BBB", - "RCR", - "BBB" - ], - "result": { - "count": 8, - "id": "tfmg:cinderflour_block" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/coal_coke.json b/build/resources/main/data/tfmg/recipe/crafting/materials/coal_coke.json deleted file mode 100644 index b9b22caa..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/coal_coke.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "tfmg:coal_coke_block" - } - ], - "result": { - "count": 9, - "id": "tfmg:coal_coke" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/coal_coke_block.json b/build/resources/main/data/tfmg/recipe/crafting/materials/coal_coke_block.json deleted file mode 100644 index 426e706b..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/coal_coke_block.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "tfmg:coal_coke" - }, - { - "item": "tfmg:coal_coke" - }, - { - "item": "tfmg:coal_coke" - }, - { - "item": "tfmg:coal_coke" - }, - { - "item": "tfmg:coal_coke" - }, - { - "item": "tfmg:coal_coke" - }, - { - "item": "tfmg:coal_coke" - }, - { - "item": "tfmg:coal_coke" - }, - { - "item": "tfmg:coal_coke" - } - ], - "result": { - "count": 1, - "id": "tfmg:coal_coke_block" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/coke_oven.json b/build/resources/main/data/tfmg/recipe/crafting/materials/coke_oven.json deleted file mode 100644 index ce23e28b..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/coke_oven.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "c:ingots/cast_iron" - }, - "I": { - "item": "create:industrial_iron_block" - } - }, - "pattern": [ - " C ", - "CIC", - " C " - ], - "result": { - "count": 2, - "id": "tfmg:coke_oven" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/constantan_block_from_compacting.json b/build/resources/main/data/tfmg/recipe/crafting/materials/constantan_block_from_compacting.json deleted file mode 100644 index 7ccbbe84..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/constantan_block_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "c:ingots/constantan" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "count": 1, - "id": "tfmg:constantan_block" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/copper_cable_hub.json b/build/resources/main/data/tfmg/recipe/crafting/materials/copper_cable_hub.json deleted file mode 100644 index b6b1ea8c..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/copper_cable_hub.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "M": { - "item": "minecraft:copper_ingot" - }, - "W": { - "tag": "c:wires/copper" - } - }, - "pattern": [ - "WWW", - "MMM", - "WWW" - ], - "result": { - "count": 2, - "id": "tfmg:copper_cable_hub" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/copper_spool.json b/build/resources/main/data/tfmg/recipe/crafting/materials/copper_spool.json deleted file mode 100644 index f5ec0dc5..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/copper_spool.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "S": { - "item": "tfmg:empty_spool" - }, - "W": { - "tag": "c:wires/copper" - } - }, - "pattern": [ - "WWW", - "WSW", - "WWW" - ], - "result": { - "count": 1, - "id": "tfmg:copper_spool" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/copper_truss.json b/build/resources/main/data/tfmg/recipe/crafting/materials/copper_truss.json deleted file mode 100644 index a0681778..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/copper_truss.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "N": { - "tag": "c:nuggets/copper" - } - }, - "pattern": [ - "N N", - "NNN", - "N N" - ], - "result": { - "count": 4, - "id": "tfmg:copper_truss" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/crankshaft.json b/build/resources/main/data/tfmg/recipe/crafting/materials/crankshaft.json deleted file mode 100644 index ba551c66..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/crankshaft.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "A": { - "item": "tfmg:rebar" - }, - "B": { - "tag": "c:plates/aluminum" - } - }, - "pattern": [ - "ABA", - "BAB", - " " - ], - "result": { - "count": 1, - "id": "tfmg:crankshaft" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/cyan_rebar_concrete.json b/build/resources/main/data/tfmg/recipe/crafting/materials/cyan_rebar_concrete.json deleted file mode 100644 index 5b015f99..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/cyan_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:rebar_concrete" - }, - "D": { - "item": "minecraft:cyan_dye" - } - }, - "pattern": [ - "CCC", - "CDC", - "CCC" - ], - "result": { - "count": 8, - "id": "tfmg:cyan_rebar_concrete" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/diagonal_cable_block.json b/build/resources/main/data/tfmg/recipe/crafting/materials/diagonal_cable_block.json deleted file mode 100644 index b0ac9962..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/diagonal_cable_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "c:wires/copper" - }, - "N": { - "tag": "c:nuggets/steel" - }, - "R": { - "item": "tfmg:rubber_sheet" - } - }, - "pattern": [ - " C ", - "CRN", - " N " - ], - "result": { - "count": 8, - "id": "tfmg:diagonal_cable_block" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/electrical_switch.json b/build/resources/main/data/tfmg/recipe/crafting/materials/electrical_switch.json deleted file mode 100644 index d1c3d021..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/electrical_switch.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:heavy_machinery_casing" - }, - "L": { - "tag": "c:plates/lead" - }, - "P": { - "item": "tfmg:electric_post" - }, - "R": { - "tag": "c:dusts/redstone" - } - }, - "pattern": [ - "RPR", - "LCL", - "RPR" - ], - "result": { - "count": 1, - "id": "tfmg:electrical_switch" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/electrode_holder.json b/build/resources/main/data/tfmg/recipe/crafting/materials/electrode_holder.json deleted file mode 100644 index 8b1cf94a..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/electrode_holder.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:heavy_machinery_casing" - }, - "L": { - "tag": "c:plates/lead" - }, - "S": { - "tag": "c:ingots/steel" - }, - "W": { - "tag": "c:wires/copper" - } - }, - "pattern": [ - "SLS", - "WCW", - "SLS" - ], - "result": { - "count": 1, - "id": "tfmg:electrode_holder" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/fireclay.json b/build/resources/main/data/tfmg/recipe/crafting/materials/fireclay.json deleted file mode 100644 index beb5a942..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/fireclay.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "item": "tfmg:fireclay_ball" - } - }, - "pattern": [ - "BB ", - "BB ", - " " - ], - "result": { - "count": 1, - "id": "tfmg:fireclay" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/glass_cable_insulator.json b/build/resources/main/data/tfmg/recipe/crafting/materials/glass_cable_insulator.json deleted file mode 100644 index c9de23bc..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/glass_cable_insulator.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "c:nuggets/copper" - }, - "I": { - "item": "tfmg:glass_insulator_segment" - }, - "O": { - "tag": "c:nuggets/steel" - } - }, - "pattern": [ - "CIC", - "OIO", - "CIC" - ], - "result": { - "count": 1, - "id": "tfmg:glass_cable_insulator" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/glass_insulator_segment.json b/build/resources/main/data/tfmg/recipe/crafting/materials/glass_insulator_segment.json deleted file mode 100644 index 95921b39..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/glass_insulator_segment.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "c:nuggets/copper" - }, - "G": { - "item": "minecraft:green_stained_glass_pane" - }, - "O": { - "tag": "c:nuggets/steel" - } - }, - "pattern": [ - " O ", - "GGG", - " C " - ], - "result": { - "count": 1, - "id": "tfmg:glass_insulator_segment" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/large_pumpjack_hammer_head.json b/build/resources/main/data/tfmg/recipe/crafting/materials/large_pumpjack_hammer_head.json deleted file mode 100644 index 88745017..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/large_pumpjack_hammer_head.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "tag": "c:storage_blocks/steel" - }, - "P": { - "tag": "c:plates/steel" - } - }, - "pattern": [ - "P", - "B", - " " - ], - "result": { - "count": 1, - "id": "tfmg:large_pumpjack_hammer_head" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/lead_block_from_compacting.json b/build/resources/main/data/tfmg/recipe/crafting/materials/lead_block_from_compacting.json deleted file mode 100644 index 453fe819..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/lead_block_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "c:ingots/lead" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "count": 1, - "id": "tfmg:lead_block" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/lead_flywheel.json b/build/resources/main/data/tfmg/recipe/crafting/materials/lead_flywheel.json deleted file mode 100644 index 63f99f72..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/lead_flywheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "c:ingots/lead" - }, - "S": { - "item": "create:shaft" - } - }, - "pattern": [ - "CCC", - "CSC", - "CCC" - ], - "result": { - "count": 1, - "id": "tfmg:lead_flywheel" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/lead_ingot_from_decompacting.json b/build/resources/main/data/tfmg/recipe/crafting/materials/lead_ingot_from_decompacting.json deleted file mode 100644 index dd2a4698..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/lead_ingot_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "c:storage_blocks/lead" - } - ], - "result": { - "count": 9, - "id": "tfmg:lead_ingot" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/lead_pickaxe.json b/build/resources/main/data/tfmg/recipe/crafting/materials/lead_pickaxe.json deleted file mode 100644 index b3cbb33b..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/lead_pickaxe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "c:ingots/lead" - }, - "S": { - "item": "minecraft:stick" - } - }, - "pattern": [ - "CCC", - " S ", - " S " - ], - "result": { - "count": 1, - "id": "tfmg:lead_pickaxe" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/lead_shovel.json b/build/resources/main/data/tfmg/recipe/crafting/materials/lead_shovel.json deleted file mode 100644 index e36452fe..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/lead_shovel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "c:ingots/lead" - }, - "S": { - "item": "minecraft:stick" - } - }, - "pattern": [ - "C ", - "S ", - "S " - ], - "result": { - "count": 1, - "id": "tfmg:lead_shovel" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/light_blue_multimeter.json b/build/resources/main/data/tfmg/recipe/crafting/materials/light_blue_multimeter.json deleted file mode 100644 index d4893e1f..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/light_blue_multimeter.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "tfmg:multimeter" - }, - { - "item": "minecraft:light_blue_dye" - } - ], - "result": { - "count": 1, - "id": "tfmg:light_blue_multimeter" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/light_blue_rebar_concrete.json b/build/resources/main/data/tfmg/recipe/crafting/materials/light_blue_rebar_concrete.json deleted file mode 100644 index 891e9e49..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/light_blue_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:rebar_concrete" - }, - "D": { - "item": "minecraft:light_blue_dye" - } - }, - "pattern": [ - "CCC", - "CDC", - "CCC" - ], - "result": { - "count": 8, - "id": "tfmg:light_blue_rebar_concrete" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/light_bulb.json b/build/resources/main/data/tfmg/recipe/crafting/materials/light_bulb.json deleted file mode 100644 index 570b9a26..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/light_bulb.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "c:nuggets/copper" - }, - "G": { - "item": "create:framed_glass" - }, - "N": { - "tag": "c:nuggets/steel" - }, - "W": { - "item": "tfmg:constantan_wire" - } - }, - "pattern": [ - "CWC", - "CGC", - "NNN" - ], - "result": { - "count": 2, - "id": "tfmg:light_bulb" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/light_gray_rebar_concrete.json b/build/resources/main/data/tfmg/recipe/crafting/materials/light_gray_rebar_concrete.json deleted file mode 100644 index b9d185dd..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/light_gray_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:rebar_concrete" - }, - "D": { - "item": "minecraft:light_gray_dye" - } - }, - "pattern": [ - "CCC", - "CDC", - "CCC" - ], - "result": { - "count": 8, - "id": "tfmg:light_gray_rebar_concrete" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/lime_concrete.json b/build/resources/main/data/tfmg/recipe/crafting/materials/lime_concrete.json deleted file mode 100644 index eb919cf1..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/lime_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:concrete" - }, - "D": { - "item": "minecraft:lime_dye" - } - }, - "pattern": [ - "CCC", - "CDC", - "CCC" - ], - "result": { - "count": 8, - "id": "tfmg:lime_concrete" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/lime_multimeter.json b/build/resources/main/data/tfmg/recipe/crafting/materials/lime_multimeter.json deleted file mode 100644 index 014b1992..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/lime_multimeter.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "tfmg:multimeter" - }, - { - "item": "minecraft:lime_dye" - } - ], - "result": { - "count": 1, - "id": "tfmg:lime_multimeter" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/lithium_charge.json b/build/resources/main/data/tfmg/recipe/crafting/materials/lithium_charge.json deleted file mode 100644 index f96a13cc..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/lithium_charge.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "A": { - "tag": "c:plates/aluminum" - }, - "L": { - "tag": "c:ingots/lithium" - }, - "P": { - "item": "tfmg:plastic_sheet" - } - }, - "pattern": [ - " P ", - "LLL", - " A " - ], - "result": { - "count": 1, - "id": "tfmg:lithium_charge" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/lithium_ingot_from_decompacting.json b/build/resources/main/data/tfmg/recipe/crafting/materials/lithium_ingot_from_decompacting.json deleted file mode 100644 index 81968bf7..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/lithium_ingot_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "c:storage_blocks/lithium" - } - ], - "result": { - "count": 9, - "id": "tfmg:lithium_ingot" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/lithium_nugget_from_decompacting.json b/build/resources/main/data/tfmg/recipe/crafting/materials/lithium_nugget_from_decompacting.json deleted file mode 100644 index 32896751..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/lithium_nugget_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "c:ingots/lithium" - } - ], - "result": { - "count": 9, - "id": "tfmg:lithium_nugget" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/nickel_flywheel.json b/build/resources/main/data/tfmg/recipe/crafting/materials/nickel_flywheel.json deleted file mode 100644 index dd13c2d2..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/nickel_flywheel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "c:ingots/nickel" - }, - "S": { - "item": "create:shaft" - } - }, - "pattern": [ - "CCC", - "CSC", - "CCC" - ], - "result": { - "count": 1, - "id": "tfmg:nickel_flywheel" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/nickel_ingot_from_compacting.json b/build/resources/main/data/tfmg/recipe/crafting/materials/nickel_ingot_from_compacting.json deleted file mode 100644 index 9a8ea11d..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/nickel_ingot_from_compacting.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "tag": "c:nuggets/nickel" - } - }, - "pattern": [ - "###", - "###", - "###" - ], - "result": { - "count": 1, - "id": "tfmg:nickel_ingot" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/nickel_nugget_from_decompacting.json b/build/resources/main/data/tfmg/recipe/crafting/materials/nickel_nugget_from_decompacting.json deleted file mode 100644 index 03ac075f..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/nickel_nugget_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "c:ingots/nickel" - } - ], - "result": { - "count": 9, - "id": "tfmg:nickel_nugget" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/oil_hammer.json b/build/resources/main/data/tfmg/recipe/crafting/materials/oil_hammer.json deleted file mode 100644 index 45c217d2..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/oil_hammer.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "A": { - "tag": "c:plates/aluminum" - }, - "O": { - "tag": "c:ingots/steel" - }, - "R": { - "item": "tfmg:rebar" - } - }, - "pattern": [ - "OOA", - " R ", - " R " - ], - "result": { - "count": 1, - "id": "tfmg:oil_hammer" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/orange_multimeter.json b/build/resources/main/data/tfmg/recipe/crafting/materials/orange_multimeter.json deleted file mode 100644 index 682964d4..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/orange_multimeter.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "tfmg:multimeter" - }, - { - "item": "minecraft:orange_dye" - } - ], - "result": { - "count": 1, - "id": "tfmg:orange_multimeter" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/pink_concrete.json b/build/resources/main/data/tfmg/recipe/crafting/materials/pink_concrete.json deleted file mode 100644 index 61836e71..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/pink_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:concrete" - }, - "D": { - "item": "minecraft:pink_dye" - } - }, - "pattern": [ - "CCC", - "CDC", - "CCC" - ], - "result": { - "count": 8, - "id": "tfmg:pink_concrete" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/pumpjack_base.json b/build/resources/main/data/tfmg/recipe/crafting/materials/pumpjack_base.json deleted file mode 100644 index ba6d9141..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/pumpjack_base.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:heavy_machinery_casing" - }, - "M": { - "item": "tfmg:steel_mechanism" - }, - "O": { - "item": "tfmg:steel_pipe" - }, - "Q": { - "item": "tfmg:industrial_pipe" - }, - "S": { - "tag": "c:string" - }, - "T": { - "item": "tfmg:steel_fluid_tank" - } - }, - "pattern": [ - "STS", - "MCM", - "OQO" - ], - "result": { - "count": 1, - "id": "tfmg:pumpjack_base" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/pumpjack_hammer.json b/build/resources/main/data/tfmg/recipe/crafting/materials/pumpjack_hammer.json deleted file mode 100644 index 7476f8f0..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/pumpjack_hammer.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "R": { - "item": "tfmg:rebar" - }, - "S": { - "tag": "c:ingots/steel" - }, - "T": { - "item": "tfmg:steel_truss" - } - }, - "pattern": [ - "RSR", - "STS", - " T " - ], - "result": { - "count": 1, - "id": "tfmg:pumpjack_hammer" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/purple_rebar_concrete.json b/build/resources/main/data/tfmg/recipe/crafting/materials/purple_rebar_concrete.json deleted file mode 100644 index 7468d71f..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/purple_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:rebar_concrete" - }, - "D": { - "item": "minecraft:purple_dye" - } - }, - "pattern": [ - "CCC", - "CDC", - "CCC" - ], - "result": { - "count": 8, - "id": "tfmg:purple_rebar_concrete" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/raw_lithium.json b/build/resources/main/data/tfmg/recipe/crafting/materials/raw_lithium.json deleted file mode 100644 index c5ca5059..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/raw_lithium.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "tfmg:raw_lithium_block" - } - ], - "result": { - "count": 9, - "id": "tfmg:raw_lithium" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/raw_lithium_block.json b/build/resources/main/data/tfmg/recipe/crafting/materials/raw_lithium_block.json deleted file mode 100644 index 75c4b321..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/raw_lithium_block.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "B": { - "item": "tfmg:raw_lithium" - } - }, - "pattern": [ - "BBB", - "BBB", - "BBB" - ], - "result": { - "count": 1, - "id": "tfmg:raw_lithium_block" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/raw_nickel.json b/build/resources/main/data/tfmg/recipe/crafting/materials/raw_nickel.json deleted file mode 100644 index 9ff44cc7..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/raw_nickel.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "tfmg:raw_nickel_block" - } - ], - "result": { - "count": 9, - "id": "tfmg:raw_nickel" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/rebar.json b/build/resources/main/data/tfmg/recipe/crafting/materials/rebar.json deleted file mode 100644 index 8afe2739..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/rebar.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "tfmg:rebar_pile" - } - ], - "result": { - "count": 9, - "id": "tfmg:rebar" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/rebar_floor.json b/build/resources/main/data/tfmg/recipe/crafting/materials/rebar_floor.json deleted file mode 100644 index acf8df5b..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/rebar_floor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "O": { - "item": "tfmg:rebar" - } - }, - "pattern": [ - " ", - "OOO", - " " - ], - "result": { - "count": 3, - "id": "tfmg:rebar_floor" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/red_multimeter.json b/build/resources/main/data/tfmg/recipe/crafting/materials/red_multimeter.json deleted file mode 100644 index 8359b0fa..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/red_multimeter.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "tfmg:multimeter" - }, - { - "item": "minecraft:red_dye" - } - ], - "result": { - "count": 1, - "id": "tfmg:red_multimeter" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/red_rebar_concrete.json b/build/resources/main/data/tfmg/recipe/crafting/materials/red_rebar_concrete.json deleted file mode 100644 index 6f45f3f8..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/red_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:rebar_concrete" - }, - "D": { - "item": "minecraft:red_dye" - } - }, - "pattern": [ - "CCC", - "CDC", - "CCC" - ], - "result": { - "count": 8, - "id": "tfmg:red_rebar_concrete" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/regular_engine.json b/build/resources/main/data/tfmg/recipe/crafting/materials/regular_engine.json deleted file mode 100644 index c8283ab5..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/regular_engine.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:heavy_machinery_casing" - }, - "I": { - "item": "tfmg:heavy_plate" - }, - "O": { - "tag": "c:ingots/steel" - } - }, - "pattern": [ - " ", - "OIO", - "ICI" - ], - "result": { - "count": 2, - "id": "tfmg:regular_engine" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/steel_axe.json b/build/resources/main/data/tfmg/recipe/crafting/materials/steel_axe.json deleted file mode 100644 index facb2c01..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/steel_axe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "c:ingots/steel" - }, - "S": { - "item": "minecraft:stick" - } - }, - "pattern": [ - " CC", - " SC", - " S " - ], - "result": { - "count": 1, - "id": "tfmg:steel_axe" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/steel_cable_hub.json b/build/resources/main/data/tfmg/recipe/crafting/materials/steel_cable_hub.json deleted file mode 100644 index c011cdf3..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/steel_cable_hub.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "M": { - "tag": "c:nuggets/steel" - }, - "W": { - "tag": "c:wires/copper" - } - }, - "pattern": [ - "WWW", - "MMM", - "WWW" - ], - "result": { - "count": 2, - "id": "tfmg:steel_cable_hub" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/steel_chemical_vat.json b/build/resources/main/data/tfmg/recipe/crafting/materials/steel_chemical_vat.json deleted file mode 100644 index fb497129..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/steel_chemical_vat.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "N": { - "tag": "c:plates/nickel" - }, - "P": { - "item": "tfmg:heavy_plate" - }, - "T": { - "item": "tfmg:steel_fluid_tank" - } - }, - "pattern": [ - "PPP", - "NTN", - "PPP" - ], - "result": { - "count": 2, - "id": "tfmg:steel_chemical_vat" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/steel_flywheel.json b/build/resources/main/data/tfmg/recipe/crafting/materials/steel_flywheel.json deleted file mode 100644 index 0acc6fff..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/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": { - "count": 1, - "id": "tfmg:steel_flywheel" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/steel_hoe.json b/build/resources/main/data/tfmg/recipe/crafting/materials/steel_hoe.json deleted file mode 100644 index b8eaf412..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/steel_hoe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "c:ingots/steel" - }, - "S": { - "item": "minecraft:stick" - } - }, - "pattern": [ - "CC ", - "S ", - "S " - ], - "result": { - "count": 1, - "id": "tfmg:steel_hoe" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/steel_ingot_from_decompacting.json b/build/resources/main/data/tfmg/recipe/crafting/materials/steel_ingot_from_decompacting.json deleted file mode 100644 index ba197cb5..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/steel_ingot_from_decompacting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "c:storage_blocks/steel" - } - ], - "result": { - "count": 9, - "id": "tfmg:steel_ingot" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/steel_shovel.json b/build/resources/main/data/tfmg/recipe/crafting/materials/steel_shovel.json deleted file mode 100644 index a935af8c..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/steel_shovel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "tag": "c:ingots/steel" - }, - "S": { - "item": "minecraft:stick" - } - }, - "pattern": [ - "C ", - "S ", - "S " - ], - "result": { - "count": 1, - "id": "tfmg:steel_shovel" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/steel_trapdoor.json b/build/resources/main/data/tfmg/recipe/crafting/materials/steel_trapdoor.json deleted file mode 100644 index 0d8ccad9..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/steel_trapdoor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "O": { - "tag": "c:ingots/steel" - } - }, - "pattern": [ - " ", - "OOO", - " " - ], - "result": { - "count": 1, - "id": "tfmg:steel_trapdoor" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/transmission.json b/build/resources/main/data/tfmg/recipe/crafting/materials/transmission.json deleted file mode 100644 index 5686eb82..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/transmission.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "A": { - "tag": "c:plates/aluminum" - }, - "C": { - "item": "tfmg:aluminum_cogwheel" - }, - "M": { - "item": "tfmg:steel_mechanism" - }, - "P": { - "item": "tfmg:plastic_sheet" - } - }, - "pattern": [ - "AAA", - "CPC", - "MMM" - ], - "result": { - "count": 1, - "id": "tfmg:transmission" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/unfinished_electromagnetic_coil.json b/build/resources/main/data/tfmg/recipe/crafting/materials/unfinished_electromagnetic_coil.json deleted file mode 100644 index 26605bd8..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/unfinished_electromagnetic_coil.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "M": { - "item": "tfmg:magnetic_alloy_ingot" - }, - "N": { - "tag": "c:nuggets/steel" - } - }, - "pattern": [ - " N ", - " M ", - " N " - ], - "result": { - "count": 2, - "id": "tfmg:unfinished_electromagnetic_coil" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/unfinished_resistor.json b/build/resources/main/data/tfmg/recipe/crafting/materials/unfinished_resistor.json deleted file mode 100644 index 287a2c55..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/unfinished_resistor.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "P": { - "item": "tfmg:plastic_sheet" - }, - "W": { - "tag": "c:wires/copper" - } - }, - "pattern": [ - " W ", - " P ", - " W " - ], - "result": { - "count": 1, - "id": "tfmg:unfinished_resistor" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/voltmeter.json b/build/resources/main/data/tfmg/recipe/crafting/materials/voltmeter.json deleted file mode 100644 index cde6bd96..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/voltmeter.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "A": { - "tag": "c:ingots/steel" - }, - "C": { - "item": "minecraft:compass" - }, - "M": { - "item": "tfmg:magnet" - }, - "N": { - "tag": "c:nuggets/steel" - } - }, - "pattern": [ - "NNN", - "NCN", - "AMA" - ], - "result": { - "count": 1, - "id": "tfmg:voltmeter" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/white_rebar_concrete.json b/build/resources/main/data/tfmg/recipe/crafting/materials/white_rebar_concrete.json deleted file mode 100644 index 71a2c75a..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/white_rebar_concrete.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:rebar_concrete" - }, - "D": { - "item": "minecraft:white_dye" - } - }, - "pattern": [ - "CCC", - "CDC", - "CCC" - ], - "result": { - "count": 8, - "id": "tfmg:white_rebar_concrete" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/winding_machine.json b/build/resources/main/data/tfmg/recipe/crafting/materials/winding_machine.json deleted file mode 100644 index 1a951a3b..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/winding_machine.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:heavy_machinery_casing" - }, - "I": { - "tag": "c:ingots/steel" - }, - "M": { - "item": "tfmg:steel_mechanism" - }, - "P": { - "item": "tfmg:heavy_plate" - }, - "T": { - "item": "create:shaft" - } - }, - "pattern": [ - " ", - "ITP", - "ICM" - ], - "result": { - "count": 1, - "id": "tfmg:winding_machine" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/crafting/materials/zinc_truss.json b/build/resources/main/data/tfmg/recipe/crafting/materials/zinc_truss.json deleted file mode 100644 index 9032bf92..00000000 --- a/build/resources/main/data/tfmg/recipe/crafting/materials/zinc_truss.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "N": { - "tag": "c:nuggets/zinc" - } - }, - "pattern": [ - "N N", - "NNN", - "N N" - ], - "result": { - "count": 4, - "id": "tfmg:zinc_truss" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json b/build/resources/main/data/tfmg/recipe/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 04124bd7..00000000 --- a/build/resources/main/data/tfmg/recipe/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": { - "count": 2, - "id": "tfmg:cut_bauxite_brick_slab" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cut_bauxite_brick_slab_recycling.json b/build/resources/main/data/tfmg/recipe/cut_bauxite_brick_slab_recycling.json deleted file mode 100644 index 5365620a..00000000 --- a/build/resources/main/data/tfmg/recipe/cut_bauxite_brick_slab_recycling.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "tfmg:cut_bauxite_brick_slab" - }, - { - "item": "tfmg:cut_bauxite_brick_slab" - } - ], - "result": { - "count": 1, - "id": "tfmg:cut_bauxite_bricks" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json b/build/resources/main/data/tfmg/recipe/cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 2c515e93..00000000 --- a/build/resources/main/data/tfmg/recipe/cut_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": { - "count": 1, - "id": "tfmg:cut_bauxite_brick_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json b/build/resources/main/data/tfmg/recipe/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 67cfd8ff..00000000 --- a/build/resources/main/data/tfmg/recipe/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": { - "count": 1, - "id": "tfmg:cut_bauxite_brick_wall" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json b/build/resources/main/data/tfmg/recipe/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 956975e5..00000000 --- a/build/resources/main/data/tfmg/recipe/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": { - "count": 1, - "id": "tfmg:cut_bauxite_bricks" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cut_bauxite_from_stone_types_bauxite_stonecutting.json b/build/resources/main/data/tfmg/recipe/cut_bauxite_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 25a927fa..00000000 --- a/build/resources/main/data/tfmg/recipe/cut_bauxite_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": { - "count": 1, - "id": "tfmg:cut_bauxite" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cut_bauxite_wall.json b/build/resources/main/data/tfmg/recipe/cut_bauxite_wall.json deleted file mode 100644 index 5e2d5e46..00000000 --- a/build/resources/main/data/tfmg/recipe/cut_bauxite_wall.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "X": { - "item": "tfmg:cut_bauxite" - } - }, - "pattern": [ - "XXX", - "XXX" - ], - "result": { - "count": 6, - "id": "tfmg:cut_bauxite_wall" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cut_galena_brick_stairs_from_stone_types_galena_stonecutting.json b/build/resources/main/data/tfmg/recipe/cut_galena_brick_stairs_from_stone_types_galena_stonecutting.json deleted file mode 100644 index d7884fdb..00000000 --- a/build/resources/main/data/tfmg/recipe/cut_galena_brick_stairs_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": { - "count": 1, - "id": "tfmg:cut_galena_brick_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cut_galena_bricks_from_stone_types_galena_stonecutting.json b/build/resources/main/data/tfmg/recipe/cut_galena_bricks_from_stone_types_galena_stonecutting.json deleted file mode 100644 index c86a6266..00000000 --- a/build/resources/main/data/tfmg/recipe/cut_galena_bricks_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": { - "count": 1, - "id": "tfmg:cut_galena_bricks" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cut_galena_slab_recycling.json b/build/resources/main/data/tfmg/recipe/cut_galena_slab_recycling.json deleted file mode 100644 index 0e5aa757..00000000 --- a/build/resources/main/data/tfmg/recipe/cut_galena_slab_recycling.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "tfmg:cut_galena_slab" - }, - { - "item": "tfmg:cut_galena_slab" - } - ], - "result": { - "count": 1, - "id": "tfmg:cut_galena" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cut_galena_wall_from_stone_types_galena_stonecutting.json b/build/resources/main/data/tfmg/recipe/cut_galena_wall_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 1b127830..00000000 --- a/build/resources/main/data/tfmg/recipe/cut_galena_wall_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": { - "count": 1, - "id": "tfmg:cut_galena_wall" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cyan_concrete_slab_from_cyan_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/cyan_concrete_slab_from_cyan_concrete_stonecutting.json deleted file mode 100644 index 7499a58e..00000000 --- a/build/resources/main/data/tfmg/recipe/cyan_concrete_slab_from_cyan_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:cyan_concrete" - }, - "result": { - "count": 2, - "id": "tfmg:cyan_concrete_slab" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cyan_concrete_stairs_from_cyan_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/cyan_concrete_stairs_from_cyan_concrete_stonecutting.json deleted file mode 100644 index 38207e6e..00000000 --- a/build/resources/main/data/tfmg/recipe/cyan_concrete_stairs_from_cyan_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:cyan_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:cyan_concrete_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cyan_rebar_concrete_slab_from_cyan_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/cyan_rebar_concrete_slab_from_cyan_rebar_concrete_stonecutting.json deleted file mode 100644 index fe1d4ced..00000000 --- a/build/resources/main/data/tfmg/recipe/cyan_rebar_concrete_slab_from_cyan_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:cyan_rebar_concrete" - }, - "result": { - "count": 2, - "id": "tfmg:cyan_rebar_concrete_slab" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/cyan_rebar_concrete_stairs_from_cyan_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/cyan_rebar_concrete_stairs_from_cyan_rebar_concrete_stonecutting.json deleted file mode 100644 index aa9130c9..00000000 --- a/build/resources/main/data/tfmg/recipe/cyan_rebar_concrete_stairs_from_cyan_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:cyan_rebar_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:cyan_rebar_concrete_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/distillation/crude_oil.json b/build/resources/main/data/tfmg/recipe/distillation/crude_oil.json deleted file mode 100644 index 3398a02c..00000000 --- a/build/resources/main/data/tfmg/recipe/distillation/crude_oil.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "type": "create:distillation", - "ingredients": [ - { - "type": "fluid_stack", - "amount": 340, - "fluid": "tfmg:crude_oil" - } - ], - "results": [ - { - "amount": 120, - "id": "tfmg:heavy_oil" - }, - { - "amount": 60, - "id": "tfmg:diesel" - }, - { - "amount": 30, - "id": "tfmg:kerosene" - }, - { - "amount": 10, - "id": "tfmg:naphtha" - }, - { - "amount": 60, - "id": "tfmg:gasoline" - }, - { - "amount": 60, - "id": "tfmg:lpg" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/distillation/heavy_oil.json b/build/resources/main/data/tfmg/recipe/distillation/heavy_oil.json deleted file mode 100644 index c8d9bc19..00000000 --- a/build/resources/main/data/tfmg/recipe/distillation/heavy_oil.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "create:distillation", - "ingredients": [ - { - "type": "fluid_stack", - "amount": 200, - "fluid": "tfmg:heavy_oil" - } - ], - "results": [ - { - "amount": 100, - "id": "tfmg:heavy_oil" - }, - { - "amount": 25, - "id": "tfmg:lubrication_oil" - }, - { - "amount": 50, - "id": "tfmg:diesel" - }, - { - "amount": 20, - "id": "tfmg:kerosene" - }, - { - "amount": 5, - "id": "tfmg:naphtha" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/engine_cylinder.json b/build/resources/main/data/tfmg/recipe/engine_cylinder.json deleted file mode 100644 index ba631548..00000000 --- a/build/resources/main/data/tfmg/recipe/engine_cylinder.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "P": { - "tag": "c:plates/aluminum" - } - }, - "pattern": [ - " ", - "P P", - "P P" - ], - "result": { - "count": 1, - "id": "tfmg:diesel_engine_cylinder", - "components": { - "tfmg:fuel_tags": { - "diesel": "c:diesel" - }, - "tfmg:fuels": { - "diesel": "fluid.tfmg.diesel" - } - } - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/engine_cylinder_gas.json b/build/resources/main/data/tfmg/recipe/engine_cylinder_gas.json deleted file mode 100644 index 31460ac5..00000000 --- a/build/resources/main/data/tfmg/recipe/engine_cylinder_gas.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "C": { - "item": "tfmg:engine_cylinder" - }, - "B": { - "item": "tfmg:brass_pipe" - } - }, - "pattern": [ - " ", - " C ", - " B " - ], - "result": { - "count": 1, - "id": "tfmg:engine_cylinder", - "components": { - "tfmg:fuel_tags": { - "lpg": "c:lpg" - }, - "tfmg:fuels": { - "lpg": "LPG" - } - } - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/filling/hardened_planks.json b/build/resources/main/data/tfmg/recipe/filling/hardened_planks.json deleted file mode 100644 index 6b73f87b..00000000 --- a/build/resources/main/data/tfmg/recipe/filling/hardened_planks.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "create:filling", - "ingredients": [ - { - "tag": "minecraft:planks" - }, - { - "type": "fluid_stack", - "amount": 250, - "fluid": "tfmg:creosote" - } - ], - "results": [ - { - "id": "tfmg:hardened_planks" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/filling/hot_air_tank.json b/build/resources/main/data/tfmg/recipe/filling/hot_air_tank.json deleted file mode 100644 index 910033e7..00000000 --- a/build/resources/main/data/tfmg/recipe/filling/hot_air_tank.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "create:filling", - "ingredients": [ - { - "item": "minecraft:bucket" - }, - { - "type": "fluid_stack", - "amount": 1000, - "fluid": "tfmg:hot_air" - } - ], - "results": [ - { - "id": "tfmg:hot_air_bucket" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/galena_from_stone_types_galena_stonecutting.json b/build/resources/main/data/tfmg/recipe/galena_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 6ea5ad13..00000000 --- a/build/resources/main/data/tfmg/recipe/galena_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": { - "count": 1, - "id": "tfmg:galena" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/galena_pillar_from_stone_types_galena_stonecutting.json b/build/resources/main/data/tfmg/recipe/galena_pillar_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 8d77acde..00000000 --- a/build/resources/main/data/tfmg/recipe/galena_pillar_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": { - "count": 1, - "id": "tfmg:galena_pillar" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/graphite_electrode_from_storage_blocks_coal_coke_stonecutting.json b/build/resources/main/data/tfmg/recipe/graphite_electrode_from_storage_blocks_coal_coke_stonecutting.json deleted file mode 100644 index ec454421..00000000 --- a/build/resources/main/data/tfmg/recipe/graphite_electrode_from_storage_blocks_coal_coke_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:storage_blocks/coal_coke" - }, - "result": { - "count": 1, - "id": "tfmg:graphite_electrode" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/gray_concrete_stairs_from_gray_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/gray_concrete_stairs_from_gray_concrete_stonecutting.json deleted file mode 100644 index 738376c7..00000000 --- a/build/resources/main/data/tfmg/recipe/gray_concrete_stairs_from_gray_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:gray_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:gray_concrete_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/industrial_blasting/silicon.json b/build/resources/main/data/tfmg/recipe/industrial_blasting/silicon.json deleted file mode 100644 index 2cd2e88a..00000000 --- a/build/resources/main/data/tfmg/recipe/industrial_blasting/silicon.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "create:industrial_blasting", - "ingredients": [ - { - "item": "minecraft:quartz" - } - ], - "processing_time": 5, - "results": [ - { - "amount": 40, - "id": "tfmg:liquid_silicon" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/industrial_blasting/steel.json b/build/resources/main/data/tfmg/recipe/industrial_blasting/steel.json deleted file mode 100644 index d970a663..00000000 --- a/build/resources/main/data/tfmg/recipe/industrial_blasting/steel.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "create:industrial_blasting", - "hot_air_usage": 20, - "ingredients": [ - { - "item": "create:crushed_raw_iron" - }, - { - "tag": "tfmg:flux" - } - ], - "processing_time": 20, - "results": [ - { - "amount": 144, - "id": "tfmg:molten_steel" - }, - { - "amount": 144, - "id": "tfmg:molten_slag" - }, - { - "amount": 200, - "id": "tfmg:furnace_gas" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/industrial_pipe_from_ingots_steel_stonecutting.json b/build/resources/main/data/tfmg/recipe/industrial_pipe_from_ingots_steel_stonecutting.json deleted file mode 100644 index f44ab474..00000000 --- a/build/resources/main/data/tfmg/recipe/industrial_pipe_from_ingots_steel_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:ingots/steel" - }, - "result": { - "count": 8, - "id": "tfmg:industrial_pipe" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/item_application/steel_casing.json b/build/resources/main/data/tfmg/recipe/item_application/steel_casing.json deleted file mode 100644 index c980a1a5..00000000 --- a/build/resources/main/data/tfmg/recipe/item_application/steel_casing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "create:item_application", - "ingredients": [ - { - "item": "tfmg:hardened_planks" - }, - { - "tag": "c:ingots/steel" - } - ], - "results": [ - { - "id": "tfmg:steel_casing" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/light_blue_rebar_concrete_stairs_from_light_blue_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/light_blue_rebar_concrete_stairs_from_light_blue_rebar_concrete_stonecutting.json deleted file mode 100644 index bb1d345e..00000000 --- a/build/resources/main/data/tfmg/recipe/light_blue_rebar_concrete_stairs_from_light_blue_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:light_blue_rebar_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:light_blue_rebar_concrete_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/light_gray_concrete_stairs_from_light_gray_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/light_gray_concrete_stairs_from_light_gray_concrete_stonecutting.json deleted file mode 100644 index 3fe51f45..00000000 --- a/build/resources/main/data/tfmg/recipe/light_gray_concrete_stairs_from_light_gray_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:light_gray_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:light_gray_concrete_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/light_gray_rebar_concrete_stairs_from_light_gray_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/light_gray_rebar_concrete_stairs_from_light_gray_rebar_concrete_stonecutting.json deleted file mode 100644 index 37e8f974..00000000 --- a/build/resources/main/data/tfmg/recipe/light_gray_rebar_concrete_stairs_from_light_gray_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:light_gray_rebar_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:light_gray_rebar_concrete_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/lime_caution_block_from_ingots_aluminum_stonecutting.json b/build/resources/main/data/tfmg/recipe/lime_caution_block_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index 9df036e3..00000000 --- a/build/resources/main/data/tfmg/recipe/lime_caution_block_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:ingots/aluminum" - }, - "result": { - "count": 2, - "id": "tfmg:lime_caution_block" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/lime_concrete_stairs_from_lime_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/lime_concrete_stairs_from_lime_concrete_stonecutting.json deleted file mode 100644 index 6bccc341..00000000 --- a/build/resources/main/data/tfmg/recipe/lime_concrete_stairs_from_lime_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:lime_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:lime_concrete_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/magenta_caution_block_from_ingots_aluminum_stonecutting.json b/build/resources/main/data/tfmg/recipe/magenta_caution_block_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index 990a4494..00000000 --- a/build/resources/main/data/tfmg/recipe/magenta_caution_block_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:ingots/aluminum" - }, - "result": { - "count": 2, - "id": "tfmg:magenta_caution_block" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/magenta_concrete_slab_from_magenta_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/magenta_concrete_slab_from_magenta_concrete_stonecutting.json deleted file mode 100644 index 37c6e808..00000000 --- a/build/resources/main/data/tfmg/recipe/magenta_concrete_slab_from_magenta_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:magenta_concrete" - }, - "result": { - "count": 2, - "id": "tfmg:magenta_concrete_slab" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/magenta_concrete_stairs_from_magenta_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/magenta_concrete_stairs_from_magenta_concrete_stonecutting.json deleted file mode 100644 index 2b93628f..00000000 --- a/build/resources/main/data/tfmg/recipe/magenta_concrete_stairs_from_magenta_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:magenta_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:magenta_concrete_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/magenta_rebar_concrete_slab_from_magenta_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/magenta_rebar_concrete_slab_from_magenta_rebar_concrete_stonecutting.json deleted file mode 100644 index 69f08947..00000000 --- a/build/resources/main/data/tfmg/recipe/magenta_rebar_concrete_slab_from_magenta_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:magenta_rebar_concrete" - }, - "result": { - "count": 2, - "id": "tfmg:magenta_rebar_concrete_slab" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/magenta_rebar_concrete_stairs_from_magenta_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/magenta_rebar_concrete_stairs_from_magenta_rebar_concrete_stonecutting.json deleted file mode 100644 index 5e9dab13..00000000 --- a/build/resources/main/data/tfmg/recipe/magenta_rebar_concrete_stairs_from_magenta_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:magenta_rebar_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:magenta_rebar_concrete_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/mechanical_crafting/quad_potato_cannon.json b/build/resources/main/data/tfmg/recipe/mechanical_crafting/quad_potato_cannon.json deleted file mode 100644 index 5c7eb523..00000000 --- a/build/resources/main/data/tfmg/recipe/mechanical_crafting/quad_potato_cannon.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "type": "create:mechanical_crafting", - "accept_mirrored": false, - "category": "misc", - "key": { - "C": { - "tag": "c:ingots/cast_iron" - }, - "M": { - "item": "tfmg:steel_mechanism" - }, - "O": { - "tag": "c:ingots/steel" - }, - "P": { - "item": "tfmg:steel_pipe" - } - }, - "pattern": [ - "PMPC", - "PMPC", - " O " - ], - "result": { - "count": 1, - "id": "tfmg:quad_potato_cannon" - }, - "show_notification": false -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/mechanical_crafting/simple_large_engine.json b/build/resources/main/data/tfmg/recipe/mechanical_crafting/simple_large_engine.json deleted file mode 100644 index e29887fc..00000000 --- a/build/resources/main/data/tfmg/recipe/mechanical_crafting/simple_large_engine.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "create:mechanical_crafting", - "accept_mirrored": false, - "category": "misc", - "key": { - "C": { - "tag": "c:ingots/cast_iron" - }, - "M": { - "item": "create:precision_mechanism" - }, - "O": { - "tag": "c:plates/steel" - } - }, - "pattern": [ - "CCC", - "OCO", - "OMO", - "OCO" - ], - "result": { - "count": 1, - "id": "tfmg:simple_large_engine" - }, - "show_notification": false -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/mixing/asphalt_mixture_from_slag.json b/build/resources/main/data/tfmg/recipe/mixing/asphalt_mixture_from_slag.json deleted file mode 100644 index d1541026..00000000 --- a/build/resources/main/data/tfmg/recipe/mixing/asphalt_mixture_from_slag.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "create:mixing", - "ingredients": [ - { - "item": "tfmg:slag" - }, - { - "item": "tfmg:bitumen" - }, - { - "item": "minecraft:gravel" - } - ], - "results": [ - { - "count": 32, - "id": "tfmg:asphalt_mixture" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/mixing/cement.json b/build/resources/main/data/tfmg/recipe/mixing/cement.json deleted file mode 100644 index 2cf4bcb1..00000000 --- a/build/resources/main/data/tfmg/recipe/mixing/cement.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "create:mixing", - "ingredients": [ - { - "item": "minecraft:clay_ball" - }, - { - "item": "tfmg:limesand" - } - ], - "results": [ - { - "count": 4, - "id": "tfmg:cement" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/mixing/concrete_mixture_from_slag.json b/build/resources/main/data/tfmg/recipe/mixing/concrete_mixture_from_slag.json deleted file mode 100644 index 8cbd3bad..00000000 --- a/build/resources/main/data/tfmg/recipe/mixing/concrete_mixture_from_slag.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "create:mixing", - "ingredients": [ - { - "item": "tfmg:slag" - }, - { - "item": "tfmg:cement" - }, - { - "item": "minecraft:gravel" - } - ], - "results": [ - { - "count": 32, - "id": "tfmg:concrete_mixture" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/mixing/constantan.json b/build/resources/main/data/tfmg/recipe/mixing/constantan.json deleted file mode 100644 index e52e4802..00000000 --- a/build/resources/main/data/tfmg/recipe/mixing/constantan.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "create:mixing", - "heat_requirement": "heated", - "ingredients": [ - { - "item": "minecraft:copper_ingot" - }, - { - "tag": "c:ingots/nickel" - } - ], - "results": [ - { - "count": 2, - "id": "tfmg:constantan_ingot" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/mixing/gunpowder.json b/build/resources/main/data/tfmg/recipe/mixing/gunpowder.json deleted file mode 100644 index 35febc5b..00000000 --- a/build/resources/main/data/tfmg/recipe/mixing/gunpowder.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "type": "create:mixing", - "ingredients": [ - { - "item": "tfmg:nitrate_dust" - }, - { - "item": "tfmg:nitrate_dust" - }, - { - "item": "tfmg:nitrate_dust" - }, - { - "item": "minecraft:charcoal" - }, - { - "item": "minecraft:charcoal" - }, - { - "item": "tfmg:sulfur_dust" - } - ], - "results": [ - { - "count": 3, - "id": "minecraft:gunpowder" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/mixing/liquid_asphalt.json b/build/resources/main/data/tfmg/recipe/mixing/liquid_asphalt.json deleted file mode 100644 index caf942a9..00000000 --- a/build/resources/main/data/tfmg/recipe/mixing/liquid_asphalt.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "create:mixing", - "ingredients": [ - { - "item": "tfmg:asphalt_mixture" - }, - { - "type": "fluid_stack", - "amount": 250, - "fluid": "minecraft:water" - } - ], - "results": [ - { - "amount": 1000, - "id": "tfmg:liquid_asphalt" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/mixing/liquid_concrete.json b/build/resources/main/data/tfmg/recipe/mixing/liquid_concrete.json deleted file mode 100644 index 5296efe9..00000000 --- a/build/resources/main/data/tfmg/recipe/mixing/liquid_concrete.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "create:mixing", - "ingredients": [ - { - "item": "tfmg:concrete_mixture" - }, - { - "type": "fluid_stack", - "amount": 250, - "fluid": "minecraft:water" - } - ], - "results": [ - { - "amount": 1000, - "id": "tfmg:liquid_concrete" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/mixing/magnetic_alloy.json b/build/resources/main/data/tfmg/recipe/mixing/magnetic_alloy.json deleted file mode 100644 index 1771d0e3..00000000 --- a/build/resources/main/data/tfmg/recipe/mixing/magnetic_alloy.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "type": "create:mixing", - "heat_requirement": "heated", - "ingredients": [ - { - "tag": "c:ingots/nickel" - }, - { - "tag": "c:ingots/nickel" - }, - { - "item": "tfmg:silicon_ingot" - }, - { - "tag": "c:ingots/steel" - }, - { - "tag": "c:ingots/steel" - } - ], - "processing_time": 300, - "results": [ - { - "count": 2, - "id": "tfmg:magnetic_alloy_ingot" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/nickel_bars_from_ingots_nickel_stonecutting.json b/build/resources/main/data/tfmg/recipe/nickel_bars_from_ingots_nickel_stonecutting.json deleted file mode 100644 index 911f52d8..00000000 --- a/build/resources/main/data/tfmg/recipe/nickel_bars_from_ingots_nickel_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:ingots/nickel" - }, - "result": { - "count": 4, - "id": "tfmg:nickel_bars" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/orange_concrete_stairs_from_orange_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/orange_concrete_stairs_from_orange_concrete_stonecutting.json deleted file mode 100644 index 0bf8c62e..00000000 --- a/build/resources/main/data/tfmg/recipe/orange_concrete_stairs_from_orange_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:orange_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:orange_concrete_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/orange_rebar_concrete_slab_from_orange_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/orange_rebar_concrete_slab_from_orange_rebar_concrete_stonecutting.json deleted file mode 100644 index 32433358..00000000 --- a/build/resources/main/data/tfmg/recipe/orange_rebar_concrete_slab_from_orange_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:orange_rebar_concrete" - }, - "result": { - "count": 2, - "id": "tfmg:orange_rebar_concrete_slab" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/orange_rebar_concrete_stairs_from_orange_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/orange_rebar_concrete_stairs_from_orange_rebar_concrete_stonecutting.json deleted file mode 100644 index 98f7db46..00000000 --- a/build/resources/main/data/tfmg/recipe/orange_rebar_concrete_stairs_from_orange_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:orange_rebar_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:orange_rebar_concrete_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/pink_caution_block_from_ingots_aluminum_stonecutting.json b/build/resources/main/data/tfmg/recipe/pink_caution_block_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index 0d5edd78..00000000 --- a/build/resources/main/data/tfmg/recipe/pink_caution_block_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:ingots/aluminum" - }, - "result": { - "count": 2, - "id": "tfmg:pink_caution_block" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/pink_concrete_stairs_from_pink_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/pink_concrete_stairs_from_pink_concrete_stonecutting.json deleted file mode 100644 index a6574c0b..00000000 --- a/build/resources/main/data/tfmg/recipe/pink_concrete_stairs_from_pink_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:pink_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:pink_concrete_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/pink_concrete_wall_from_pink_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/pink_concrete_wall_from_pink_concrete_stonecutting.json deleted file mode 100644 index 7a7b9abe..00000000 --- a/build/resources/main/data/tfmg/recipe/pink_concrete_wall_from_pink_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:pink_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:pink_concrete_wall" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/pink_rebar_concrete_slab_from_pink_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/pink_rebar_concrete_slab_from_pink_rebar_concrete_stonecutting.json deleted file mode 100644 index 79bc8bc9..00000000 --- a/build/resources/main/data/tfmg/recipe/pink_rebar_concrete_slab_from_pink_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:pink_rebar_concrete" - }, - "result": { - "count": 2, - "id": "tfmg:pink_rebar_concrete_slab" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/pink_rebar_concrete_wall_from_pink_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/pink_rebar_concrete_wall_from_pink_rebar_concrete_stonecutting.json deleted file mode 100644 index ce68098b..00000000 --- a/build/resources/main/data/tfmg/recipe/pink_rebar_concrete_wall_from_pink_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:pink_rebar_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:pink_rebar_concrete_wall" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/polarizing/magnet.json b/build/resources/main/data/tfmg/recipe/polarizing/magnet.json deleted file mode 100644 index b7149a2c..00000000 --- a/build/resources/main/data/tfmg/recipe/polarizing/magnet.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "create:polarizing", - "ingredients": [ - { - "item": "tfmg:magnetic_alloy_ingot" - } - ], - "results": [ - { - "id": "tfmg:magnet" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json b/build/resources/main/data/tfmg/recipe/polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index c5463bc2..00000000 --- a/build/resources/main/data/tfmg/recipe/polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": { - "count": 1, - "id": "tfmg:polished_cut_bauxite_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/polished_cut_bauxite_wall.json b/build/resources/main/data/tfmg/recipe/polished_cut_bauxite_wall.json deleted file mode 100644 index e64ed87b..00000000 --- a/build/resources/main/data/tfmg/recipe/polished_cut_bauxite_wall.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "X": { - "item": "tfmg:polished_cut_bauxite" - } - }, - "pattern": [ - "XXX", - "XXX" - ], - "result": { - "count": 6, - "id": "tfmg:polished_cut_bauxite_wall" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/polished_cut_galena_slab_from_stone_types_galena_stonecutting.json b/build/resources/main/data/tfmg/recipe/polished_cut_galena_slab_from_stone_types_galena_stonecutting.json deleted file mode 100644 index 5dd8c6d1..00000000 --- a/build/resources/main/data/tfmg/recipe/polished_cut_galena_slab_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": { - "count": 2, - "id": "tfmg:polished_cut_galena_slab" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/polished_cut_galena_slab_recycling.json b/build/resources/main/data/tfmg/recipe/polished_cut_galena_slab_recycling.json deleted file mode 100644 index 802b0a4a..00000000 --- a/build/resources/main/data/tfmg/recipe/polished_cut_galena_slab_recycling.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "tfmg:polished_cut_galena_slab" - }, - { - "item": "tfmg:polished_cut_galena_slab" - } - ], - "result": { - "count": 1, - "id": "tfmg:polished_cut_galena" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/polished_cut_galena_wall.json b/build/resources/main/data/tfmg/recipe/polished_cut_galena_wall.json deleted file mode 100644 index 7401be1e..00000000 --- a/build/resources/main/data/tfmg/recipe/polished_cut_galena_wall.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "X": { - "item": "tfmg:polished_cut_galena" - } - }, - "pattern": [ - "XXX", - "XXX" - ], - "result": { - "count": 6, - "id": "tfmg:polished_cut_galena_wall" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/pressing/aluminum_ingot.json b/build/resources/main/data/tfmg/recipe/pressing/aluminum_ingot.json deleted file mode 100644 index 320e8b32..00000000 --- a/build/resources/main/data/tfmg/recipe/pressing/aluminum_ingot.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "create:pressing", - "ingredients": [ - { - "tag": "c:ingots/aluminum" - } - ], - "results": [ - { - "id": "tfmg:aluminum_sheet" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/pressing/lead_ingot.json b/build/resources/main/data/tfmg/recipe/pressing/lead_ingot.json deleted file mode 100644 index 371b2a2a..00000000 --- a/build/resources/main/data/tfmg/recipe/pressing/lead_ingot.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "create:pressing", - "ingredients": [ - { - "tag": "c:ingots/lead" - } - ], - "results": [ - { - "id": "tfmg:lead_sheet" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/pressing/nickel_ingot.json b/build/resources/main/data/tfmg/recipe/pressing/nickel_ingot.json deleted file mode 100644 index adf97f7d..00000000 --- a/build/resources/main/data/tfmg/recipe/pressing/nickel_ingot.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "create:pressing", - "ingredients": [ - { - "tag": "c:ingots/nickel" - } - ], - "results": [ - { - "id": "tfmg:nickel_sheet" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/pumpjack_hammer_part_from_storage_blocks_steel_stonecutting.json b/build/resources/main/data/tfmg/recipe/pumpjack_hammer_part_from_storage_blocks_steel_stonecutting.json deleted file mode 100644 index c77e448b..00000000 --- a/build/resources/main/data/tfmg/recipe/pumpjack_hammer_part_from_storage_blocks_steel_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:storage_blocks/steel" - }, - "result": { - "count": 2, - "id": "tfmg:pumpjack_hammer_part" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/purple_concrete_stairs_from_purple_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/purple_concrete_stairs_from_purple_concrete_stonecutting.json deleted file mode 100644 index 7c1aabc2..00000000 --- a/build/resources/main/data/tfmg/recipe/purple_concrete_stairs_from_purple_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:purple_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:purple_concrete_stairs" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/red_caution_block_from_ingots_aluminum_stonecutting.json b/build/resources/main/data/tfmg/recipe/red_caution_block_from_ingots_aluminum_stonecutting.json deleted file mode 100644 index fe109042..00000000 --- a/build/resources/main/data/tfmg/recipe/red_caution_block_from_ingots_aluminum_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:ingots/aluminum" - }, - "result": { - "count": 2, - "id": "tfmg:red_caution_block" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/red_rebar_concrete_slab_from_red_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/red_rebar_concrete_slab_from_red_rebar_concrete_stonecutting.json deleted file mode 100644 index cc4fd7cf..00000000 --- a/build/resources/main/data/tfmg/recipe/red_rebar_concrete_slab_from_red_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:red_rebar_concrete" - }, - "result": { - "count": 2, - "id": "tfmg:red_rebar_concrete_slab" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/screw_from_ingots_steel_stonecutting.json b/build/resources/main/data/tfmg/recipe/screw_from_ingots_steel_stonecutting.json deleted file mode 100644 index 4d85c043..00000000 --- a/build/resources/main/data/tfmg/recipe/screw_from_ingots_steel_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:ingots/steel" - }, - "result": { - "count": 4, - "id": "tfmg:screw" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/sequenced_assembly/potentiometer.json b/build/resources/main/data/tfmg/recipe/sequenced_assembly/potentiometer.json deleted file mode 100644 index e60a09f4..00000000 --- a/build/resources/main/data/tfmg/recipe/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, - "id": "tfmg:potentiometer" - }, - { - "chance": 8.0, - "id": "tfmg:steel_casing" - }, - { - "chance": 8.0, - "id": "tfmg:steel_cogwheel" - }, - { - "chance": 8.0, - "id": "tfmg:electric_post" - } - ], - "sequence": [ - { - "type": "create:winding", - "ingredients": [ - { - "item": "tfmg:unfinished_potentiometer" - }, - { - "item": "tfmg:constantan_spool" - } - ], - "processing_time": 100, - "results": [ - { - "id": "tfmg:unfinished_potentiometer" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_potentiometer" - }, - { - "item": "tfmg:steel_cogwheel" - } - ], - "results": [ - { - "id": "tfmg:unfinished_potentiometer" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_potentiometer" - }, - { - "item": "tfmg:copper_wire" - } - ], - "results": [ - { - "id": "tfmg:unfinished_potentiometer" - } - ] - }, - { - "type": "create:filling", - "ingredients": [ - { - "item": "tfmg:unfinished_potentiometer" - }, - { - "type": "fluid_stack", - "amount": 50, - "fluid": "tfmg:lubrication_oil" - } - ], - "results": [ - { - "id": "tfmg:unfinished_potentiometer" - } - ] - } - ], - "transitional_item": { - "id": "tfmg:unfinished_potentiometer" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/sequenced_assembly/transistor.json b/build/resources/main/data/tfmg/recipe/sequenced_assembly/transistor.json deleted file mode 100644 index e63179b3..00000000 --- a/build/resources/main/data/tfmg/recipe/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, - "id": "tfmg:transistor_item" - }, - { - "chance": 8.0, - "id": "tfmg:silicon_ingot" - }, - { - "chance": 8.0, - "id": "tfmg:p_semiconductor" - }, - { - "chance": 8.0, - "id": "tfmg:n_semiconductor" - } - ], - "sequence": [ - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_transistor" - }, - { - "tag": "c:wires/copper" - } - ], - "results": [ - { - "id": "tfmg:unfinished_transistor" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_transistor" - }, - { - "item": "tfmg:n_semiconductor" - } - ], - "results": [ - { - "id": "tfmg:unfinished_transistor" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_transistor" - }, - { - "item": "tfmg:p_semiconductor" - } - ], - "results": [ - { - "id": "tfmg:unfinished_transistor" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_transistor" - }, - { - "item": "tfmg:n_semiconductor" - } - ], - "results": [ - { - "id": "tfmg:unfinished_transistor" - } - ] - } - ], - "transitional_item": { - "id": "tfmg:unfinished_transistor" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/sequenced_assembly/unfinished_circuit_board.json b/build/resources/main/data/tfmg/recipe/sequenced_assembly/unfinished_circuit_board.json deleted file mode 100644 index b9a08282..00000000 --- a/build/resources/main/data/tfmg/recipe/sequenced_assembly/unfinished_circuit_board.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "type": "create:sequenced_assembly", - "ingredient": { - "item": "tfmg:etched_circuit_board" - }, - "loops": 4, - "results": [ - { - "id": "tfmg:circuit_board" - } - ], - "sequence": [ - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_circuit_board" - }, - { - "item": "tfmg:capacitor_item" - } - ], - "results": [ - { - "id": "tfmg:unfinished_circuit_board" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_circuit_board" - }, - { - "item": "tfmg:resistor" - } - ], - "results": [ - { - "id": "tfmg:unfinished_circuit_board" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_circuit_board" - }, - { - "item": "tfmg:transistor_item" - } - ], - "results": [ - { - "id": "tfmg:unfinished_circuit_board" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "tfmg:unfinished_circuit_board" - }, - { - "item": "tfmg:resistor" - } - ], - "results": [ - { - "id": "tfmg:unfinished_circuit_board" - } - ] - } - ], - "transitional_item": { - "id": "tfmg:unfinished_circuit_board" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/slag_bricks_from_slag_block_stonecutting.json b/build/resources/main/data/tfmg/recipe/slag_bricks_from_slag_block_stonecutting.json deleted file mode 100644 index 9bdfebdf..00000000 --- a/build/resources/main/data/tfmg/recipe/slag_bricks_from_slag_block_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:slag_block" - }, - "result": { - "count": 4, - "id": "tfmg:slag_bricks" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json b/build/resources/main/data/tfmg/recipe/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json deleted file mode 100644 index 9884a4f6..00000000 --- a/build/resources/main/data/tfmg/recipe/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "tfmg:stone_types/bauxite" - }, - "result": { - "count": 2, - "id": "tfmg:small_bauxite_brick_slab" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/small_galena_brick_slab.json b/build/resources/main/data/tfmg/recipe/small_galena_brick_slab.json deleted file mode 100644 index c4bd2be6..00000000 --- a/build/resources/main/data/tfmg/recipe/small_galena_brick_slab.json +++ /dev/null @@ -1,17 +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, - "id": "tfmg:small_galena_brick_slab" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/small_galena_brick_slab_recycling.json b/build/resources/main/data/tfmg/recipe/small_galena_brick_slab_recycling.json deleted file mode 100644 index 81b37a5d..00000000 --- a/build/resources/main/data/tfmg/recipe/small_galena_brick_slab_recycling.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "tfmg:small_galena_brick_slab" - }, - { - "item": "tfmg:small_galena_brick_slab" - } - ], - "result": { - "count": 1, - "id": "tfmg:small_galena_bricks" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/small_galena_brick_wall_from_stone_types_galena_stonecutting.json b/build/resources/main/data/tfmg/recipe/small_galena_brick_wall_from_stone_types_galena_stonecutting.json deleted file mode 100644 index c0c92007..00000000 --- a/build/resources/main/data/tfmg/recipe/small_galena_brick_wall_from_stone_types_galena_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "tfmg:stone_types/galena" - }, - "result": { - "count": 1, - "id": "tfmg:small_galena_brick_wall" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/smelting/lead_ingot_blasting.json b/build/resources/main/data/tfmg/recipe/smelting/lead_ingot_blasting.json deleted file mode 100644 index a0fe4eff..00000000 --- a/build/resources/main/data/tfmg/recipe/smelting/lead_ingot_blasting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "misc", - "cookingtime": 200, - "experience": 0.0, - "ingredient": { - "item": "tfmg:raw_lead" - }, - "result": { - "count": 1, - "id": "tfmg:lead_ingot" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/smelting/lithium_ingot_blasting.json b/build/resources/main/data/tfmg/recipe/smelting/lithium_ingot_blasting.json deleted file mode 100644 index 2f0da1c4..00000000 --- a/build/resources/main/data/tfmg/recipe/smelting/lithium_ingot_blasting.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "misc", - "cookingtime": 200, - "experience": 0.0, - "ingredient": { - "item": "tfmg:raw_lithium" - }, - "result": { - "count": 1, - "id": "tfmg:lithium_ingot" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/smelting/unfinished_insulator.json b/build/resources/main/data/tfmg/recipe/smelting/unfinished_insulator.json deleted file mode 100644 index 6c42c312..00000000 --- a/build/resources/main/data/tfmg/recipe/smelting/unfinished_insulator.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "misc", - "cookingtime": 200, - "experience": 0.0, - "ingredient": { - "item": "tfmg:unfired_insulator" - }, - "result": { - "count": 1, - "id": "tfmg:unfinished_insulator" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/steel_scaffolding_from_ingots_steel_stonecutting.json b/build/resources/main/data/tfmg/recipe/steel_scaffolding_from_ingots_steel_stonecutting.json deleted file mode 100644 index 190982ca..00000000 --- a/build/resources/main/data/tfmg/recipe/steel_scaffolding_from_ingots_steel_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:ingots/steel" - }, - "result": { - "count": 2, - "id": "tfmg:steel_scaffolding" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/synthetic_string_from_ingots_rubber_stonecutting.json b/build/resources/main/data/tfmg/recipe/synthetic_string_from_ingots_rubber_stonecutting.json deleted file mode 100644 index 7434d6d9..00000000 --- a/build/resources/main/data/tfmg/recipe/synthetic_string_from_ingots_rubber_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "c:ingots/rubber" - }, - "result": { - "count": 4, - "id": "tfmg:synthetic_string" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/vat_machine_recipe/aluminum.json b/build/resources/main/data/tfmg/recipe/vat_machine_recipe/aluminum.json deleted file mode 100644 index c4caf1d2..00000000 --- a/build/resources/main/data/tfmg/recipe/vat_machine_recipe/aluminum.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "type": "create:vat_machine_recipe", - "allowed_vat_types": [ - "tfmg:steel_vat", - "tfmg:firebrick_lined_vat" - ], - "heat_requirement": "heated", - "ingredients": [ - { - "item": "tfmg:bauxite_powder" - }, - { - "item": "tfmg:bauxite_powder" - }, - { - "item": "tfmg:bauxite_powder" - }, - { - "item": "tfmg:bauxite_powder" - } - ], - "machines": [ - "tfmg:electrode", - "tfmg:electrode" - ], - "min_size": 1, - "processing_time": 100, - "results": [ - { - "id": "tfmg:aluminum_ingot" - }, - { - "chance": 0.5, - "count": 4, - "id": "tfmg:aluminum_nugget" - }, - { - "chance": 0.25, - "count": 2, - "id": "tfmg:aluminum_nugget" - }, - { - "amount": 500, - "id": "tfmg:carbon_dioxide" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/winding/electromagnetic_coil.json b/build/resources/main/data/tfmg/recipe/winding/electromagnetic_coil.json deleted file mode 100644 index a3cad6b8..00000000 --- a/build/resources/main/data/tfmg/recipe/winding/electromagnetic_coil.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "create:winding", - "ingredients": [ - { - "item": "tfmg:unfinished_electromagnetic_coil" - }, - { - "item": "tfmg:copper_spool" - } - ], - "processing_time": 100, - "results": [ - { - "components": { - "tfmg:coil_turns": 100 - }, - "id": "tfmg:electromagnetic_coil" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/winding/resistor.json b/build/resources/main/data/tfmg/recipe/winding/resistor.json deleted file mode 100644 index 010b0c76..00000000 --- a/build/resources/main/data/tfmg/recipe/winding/resistor.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "create:winding", - "ingredients": [ - { - "item": "tfmg:unfinished_resistor" - }, - { - "item": "tfmg:constantan_spool" - } - ], - "processing_time": 50, - "results": [ - { - "components": { - "tfmg:resistance": 10 - }, - "id": "tfmg:resistor" - } - ] -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/yellow_concrete_wall_from_yellow_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/yellow_concrete_wall_from_yellow_concrete_stonecutting.json deleted file mode 100644 index 827189a6..00000000 --- a/build/resources/main/data/tfmg/recipe/yellow_concrete_wall_from_yellow_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:yellow_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:yellow_concrete_wall" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/yellow_rebar_concrete_slab_from_yellow_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/yellow_rebar_concrete_slab_from_yellow_rebar_concrete_stonecutting.json deleted file mode 100644 index b6b616cc..00000000 --- a/build/resources/main/data/tfmg/recipe/yellow_rebar_concrete_slab_from_yellow_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:yellow_rebar_concrete" - }, - "result": { - "count": 2, - "id": "tfmg:yellow_rebar_concrete_slab" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/recipe/yellow_rebar_concrete_wall_from_yellow_rebar_concrete_stonecutting.json b/build/resources/main/data/tfmg/recipe/yellow_rebar_concrete_wall_from_yellow_rebar_concrete_stonecutting.json deleted file mode 100644 index aa12c4a4..00000000 --- a/build/resources/main/data/tfmg/recipe/yellow_rebar_concrete_wall_from_yellow_rebar_concrete_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "tfmg:yellow_rebar_concrete" - }, - "result": { - "count": 1, - "id": "tfmg:yellow_rebar_concrete_wall" - } -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/tags/block/blast_furnace_wall.json b/build/resources/main/data/tfmg/tags/block/blast_furnace_wall.json deleted file mode 100644 index a989ac25..00000000 --- a/build/resources/main/data/tfmg/tags/block/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/build/resources/main/data/tfmg/tags/block/pumpjack_connector.json b/build/resources/main/data/tfmg/tags/block/pumpjack_connector.json deleted file mode 100644 index 6c9720a8..00000000 --- a/build/resources/main/data/tfmg/tags/block/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/build/resources/main/data/tfmg/tags/block/reinforced_blast_furnace_support.json b/build/resources/main/data/tfmg/tags/block/reinforced_blast_furnace_support.json deleted file mode 100644 index af307d92..00000000 --- a/build/resources/main/data/tfmg/tags/block/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/build/resources/main/data/tfmg/tags/block/surface_scanner_findable.json b/build/resources/main/data/tfmg/tags/block/surface_scanner_findable.json deleted file mode 100644 index 9a903fb1..00000000 --- a/build/resources/main/data/tfmg/tags/block/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/build/resources/main/data/tfmg/tags/fluid/blast_stove_fuel.json b/build/resources/main/data/tfmg/tags/fluid/blast_stove_fuel.json deleted file mode 100644 index afd2e07f..00000000 --- a/build/resources/main/data/tfmg/tags/fluid/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/build/resources/main/data/tfmg/tags/fluid/firebox_fuel.json b/build/resources/main/data/tfmg/tags/fluid/firebox_fuel.json deleted file mode 100644 index 19abcf1f..00000000 --- a/build/resources/main/data/tfmg/tags/fluid/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/build/resources/main/data/tfmg/tags/fluid/gas.json b/build/resources/main/data/tfmg/tags/fluid/gas.json deleted file mode 100644 index e858807f..00000000 --- a/build/resources/main/data/tfmg/tags/fluid/gas.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "values": [ - "tfmg:flowing_lpg", - "tfmg:lpg", - "tfmg:flowing_butane", - "tfmg:butane", - "tfmg:flowing_propane", - "tfmg:propane", - "tfmg:flowing_hydrogen", - "tfmg:hydrogen", - "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/build/resources/main/data/tfmg/tags/item/stone_types/galena.json b/build/resources/main/data/tfmg/tags/item/stone_types/galena.json deleted file mode 100644 index 0e19de08..00000000 --- a/build/resources/main/data/tfmg/tags/item/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/build/resources/main/data/tfmg/worldgen/configured_feature/oil_well.json b/build/resources/main/data/tfmg/worldgen/configured_feature/oil_well.json deleted file mode 100644 index 1e1c68bc..00000000 --- a/build/resources/main/data/tfmg/worldgen/configured_feature/oil_well.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "tfmg:oil_well", - "config": {} -} \ No newline at end of file diff --git a/build/resources/main/data/tfmg/worldgen/configured_feature/tfmg_striated_ores_overworld.json b/build/resources/main/data/tfmg/worldgen/configured_feature/tfmg_striated_ores_overworld.json deleted file mode 100644 index d4a00dd1..00000000 --- a/build/resources/main/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/build/resources/main/data/tfmg/worldgen/placed_feature/nickel_ore.json b/build/resources/main/data/tfmg/worldgen/placed_feature/nickel_ore.json deleted file mode 100644 index 7893ea16..00000000 --- a/build/resources/main/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/build/resources/main/data/tfmg/worldgen/placed_feature/tfmg_striated_ores_nether.json b/build/resources/main/data/tfmg/worldgen/placed_feature/tfmg_striated_ores_nether.json deleted file mode 100644 index 47c07765..00000000 --- a/build/resources/main/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/build/tmp/compileJava/previous-compilation-data.bin b/build/tmp/compileJava/previous-compilation-data.bin deleted file mode 100644 index dceeb2fd..00000000 Binary files a/build/tmp/compileJava/previous-compilation-data.bin and /dev/null differ diff --git a/build/tmp/createMinecraftArtifacts/nfrt_artifact_manifest.properties b/build/tmp/createMinecraftArtifacts/nfrt_artifact_manifest.properties deleted file mode 100644 index 4ac56dc1..00000000 --- a/build/tmp/createMinecraftArtifacts/nfrt_artifact_manifest.properties +++ /dev/null @@ -1,131 +0,0 @@ -# -#Tue Jul 15 00:23:31 CEST 2025 -net.java.dev.jna\:jna\:5.14.0=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.java.dev.jna\\jna\\5.14.0\\67bf3eaea4f0718cb376a181a629e5f88fa1c9dd\\jna-5.14.0.jar -org.lwjgl\:lwjgl-opengl\:3.3.3\:natives-windows-x86=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-opengl\\3.3.3\\d32d833dcaa2f355a886eaf21f0408b5f03241d\\lwjgl-opengl-3.3.3-natives-windows-x86.jar -com.github.oshi\:oshi-core\:6.4.10=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.github.oshi\\oshi-core\\6.4.10\\b1d8ab82d11d92fd639b56d639f8f46f739dd5fa\\oshi-core-6.4.10.jar -org.lwjgl\:lwjgl-glfw\:3.3.3=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-glfw\\3.3.3\\efa1eb78c5ccd840e9f329717109b5e892d72f8e\\lwjgl-glfw-3.3.3.jar -net.neoforged\:JarJarFileSystems\:0.4.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\JarJarFileSystems\\0.4.1\\78f59f89defcd032ed788b151ca6a0d40ace796a\\JarJarFileSystems-0.4.1.jar -org.apache.logging.log4j\:log4j-slf4j2-impl\:2.22.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.apache.logging.log4j\\log4j-slf4j2-impl\\2.22.1\\d7e6693c2606cb7e7335047d7bb96dec52db5665\\log4j-slf4j2-impl-2.22.1.jar -org.lwjgl\:lwjgl-glfw\:3.3.3\:natives-windows-arm64=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-glfw\\3.3.3\\f27018dc74f6289574502b46cce55d52817554e2\\lwjgl-glfw-3.3.3-natives-windows-arm64.jar -commons-logging\:commons-logging\:1.2=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\commons-logging\\commons-logging\\1.2\\4bfc12adfe4842bf07b657f0369c4cb522955686\\commons-logging-1.2.jar -org.lwjgl\:lwjgl\:3.3.3=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl\\3.3.3\\29589b5f87ed335a6c7e7ee6a5775f81f97ecb84\\lwjgl-3.3.3.jar -net.sf.jopt-simple\:jopt-simple\:5.0.4=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.sf.jopt-simple\\jopt-simple\\5.0.4\\4fdac2fbe92dfad86aa6e9301736f6b4342a3f5c\\jopt-simple-5.0.4.jar -org.ow2.asm\:asm\:9.7=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm\\9.7\\73d7b3086e14beb604ced229c302feff6449723\\asm-9.7.jar -org.ow2.asm\:asm\:9.5=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm\\9.5\\dc6ea1875f4d64fbc85e1691c95b96a3d8569c90\\asm-9.5.jar -org.apache.commons\:commons-lang3\:3.14.0=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.apache.commons\\commons-lang3\\3.14.0\\1ed471194b02f2c6cb734a0cd6f6f107c673afae\\commons-lang3-3.14.0.jar -org.lz4\:lz4-java\:1.8.0=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lz4\\lz4-java\\1.8.0\\4b986a99445e49ea5fbf5d149c4b63f6ed6c6780\\lz4-java-1.8.0.jar -net.neoforged\:AutoRenamingTool\:2.0.3\:all=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\AutoRenamingTool\\2.0.3\\d9890c71b4366f886c2b1006782043a6a6816eb6\\AutoRenamingTool-2.0.3-all.jar -io.netty\:netty-resolver\:4.1.97.Final=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\io.netty\\netty-resolver\\4.1.97.Final\\cec8348108dc76c47cf87c669d514be52c922144\\netty-resolver-4.1.97.Final.jar -net.neoforged\:JarJarSelector\:0.4.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\JarJarSelector\\0.4.1\\fb3cc7a58af22ad2880adb98af6d518128c47dae\\JarJarSelector-0.4.1.jar -net.minecraftforge\:mergetool\:1.1.7\:fatjar=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.minecraftforge\\mergetool\\1.1.7\\3d41564f78f123d64573cae7948014baf3aaba3f\\mergetool-1.1.7-fatjar.jar -org.lwjgl\:lwjgl\:3.3.3\:natives-windows-x86=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl\\3.3.3\\9e670718e050aeaeea0c2d5b907cffb142f2e58f\\lwjgl-3.3.3-natives-windows-x86.jar -net.minecraftforge\:srgutils\:0.4.15=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.minecraftforge\\srgutils\\0.4.15\\ca408b131759478f164e010fae0d73997e125fb5\\srgutils-0.4.15.jar -org.lwjgl\:lwjgl-freetype\:3.3.3\:natives-windows-arm64=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-freetype\\3.3.3\\82028265a0a2ff33523ca75137ada7dc176e5210\\lwjgl-freetype-3.3.3-natives-windows-arm64.jar -org.openjdk.nashorn\:nashorn-core\:15.4=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.openjdk.nashorn\\nashorn-core\\15.4\\f67f5ffaa5f5130cf6fb9b133da00c7df3b532a5\\nashorn-core-15.4.jar -org.lwjgl\:lwjgl-jemalloc\:3.3.3\:natives-windows=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-jemalloc\\3.3.3\\426222fc027602a5f21b9c0fe79cde6a4c7a011f\\lwjgl-jemalloc-3.3.3-natives-windows.jar -org.lwjgl\:lwjgl-openal\:3.3.3=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-openal\\3.3.3\\daada81ceb5fc0c291fbfdd4433cb8d9423577f2\\lwjgl-openal-3.3.3.jar -org.lwjgl\:lwjgl-freetype\:3.3.3=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-freetype\\3.3.3\\a0db6c84a8becc8ca05f9dbfa985edc348a824c7\\lwjgl-freetype-3.3.3.jar -org.checkerframework\:checker-qual\:3.33.0=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.checkerframework\\checker-qual\\3.33.0\\de2b60b62da487644fc11f734e73c8b0b431238f\\checker-qual-3.33.0.jar -net.neoforged\:neoforge\:21.1.152\:sources=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\neoforge\\21.1.152\\88514fe26a718a240438f2b38265016bf91aa664\\neoforge-21.1.152-sources.jar -com.mojang\:logging\:1.2.7=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.mojang\\logging\\1.2.7\\24cb95ffb0e3433fd6e844c04e68009e504ca1c0\\logging-1.2.7.jar -net.java.dev.jna\:jna-platform\:5.14.0=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.java.dev.jna\\jna-platform\\5.14.0\\28934d48aed814f11e4c584da55c49fa7032b31b\\jna-platform-5.14.0.jar -net.minecrell\:terminalconsoleappender\:1.3.0=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.minecrell\\terminalconsoleappender\\1.3.0\\b562e9bb61235c9520e26282cdee71f8f802d1fc\\terminalconsoleappender-1.3.0.jar -org.apache.logging.log4j\:log4j-core\:2.22.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.apache.logging.log4j\\log4j-core\\2.22.1\\7183a25510a02ad00cc6a95d3b3d2a7d3c5a8dc4\\log4j-core-2.22.1.jar -org.tukaani\:xz\:1.8=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.tukaani\\xz\\1.8\\c4f7d054303948eb6a4066194253886c8af07128\\xz-1.8.jar -com.ibm.icu\:icu4j\:73.2=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.ibm.icu\\icu4j\\73.2\\61ad4ef7f9131fcf6d25c34b817f90d6da06c9e9\\icu4j-73.2.jar -org.lwjgl\:lwjgl-freetype\:3.3.3\:natives-windows-x86=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-freetype\\3.3.3\\15a8c1de7f51d07a92eae7ce1222557073a0c0c3\\lwjgl-freetype-3.3.3-natives-windows-x86.jar -io.netty\:netty-common\:4.1.97.Final=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\io.netty\\netty-common\\4.1.97.Final\\7cceacaf11df8dc63f23d0fb58e9d4640fc88404\\netty-common-4.1.97.Final.jar -org.jetbrains\:annotations\:24.1.0=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.jetbrains\\annotations\\24.1.0\\7af6a669488450c4a07c2c3254e2151df42d7d04\\annotations-24.1.0.jar -io.netty\:netty-transport-classes-epoll\:4.1.97.Final=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\io.netty\\netty-transport-classes-epoll\\4.1.97.Final\\795da37ded759e862457a82d9d92c4d39ce8ecee\\netty-transport-classes-epoll-4.1.97.Final.jar -io.netty\:netty-transport\:4.1.97.Final=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\io.netty\\netty-transport\\4.1.97.Final\\f37380d23c9bb079bc702910833b2fd532c9abd0\\netty-transport-4.1.97.Final.jar -net.neoforged\:mergetool\:2.0.3\:api=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\mergetool\\2.0.3\\1275202cbbb248f49345cf6787ce299afd9a02fb\\mergetool-2.0.3-api.jar -org.lwjgl\:lwjgl-tinyfd\:3.3.3=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-tinyfd\\3.3.3\\82d755ca94b102e9ca77283b9e2dc46d1b15fbe5\\lwjgl-tinyfd-3.3.3.jar -net.neoforged\:bus\:8.0.2=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\bus\\8.0.2\\163c9ef7c4bcca6d850c34e95261b606af91fe06\\bus-8.0.2.jar -org.lwjgl\:lwjgl-tinyfd\:3.3.3\:natives-windows-arm64=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-tinyfd\\3.3.3\\a88c494f3006eb91a7433b12a3a55a9a6c20788b\\lwjgl-tinyfd-3.3.3-natives-windows-arm64.jar -org.lwjgl\:lwjgl-glfw\:3.3.3\:natives-windows-x86=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-glfw\\3.3.3\\32334f3fd5270a59bad9939a93115acb6de36dcf\\lwjgl-glfw-3.3.3-natives-windows-x86.jar -org.lwjgl\:lwjgl-freetype\:3.3.3\:natives-windows=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-freetype\\3.3.3\\81091b006dbb43fab04c8c638e9ac87c51b4096d\\lwjgl-freetype-3.3.3-natives-windows.jar -org.lwjgl\:lwjgl-jemalloc\:3.3.3\:natives-windows-arm64=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-jemalloc\\3.3.3\\ba1f3fed0ee4be0217eaa41c5bbfb4b9b1383c33\\lwjgl-jemalloc-3.3.3-natives-windows-arm64.jar -commons-io\:commons-io\:2.15.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\commons-io\\commons-io\\2.15.1\\f11560da189ab563a5c8e351941415430e9304ea\\commons-io-2.15.1.jar -net.covers1624\:Quack\:0.4.10.101=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.covers1624\\Quack\\0.4.10.101\\970b7f652b5c40c893ef9a4bf13a97a291587d74\\Quack-0.4.10.101.jar -com.google.code.findbugs\:jsr305\:3.0.2=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.google.code.findbugs\\jsr305\\3.0.2\\25ea2e8b0c338a877313bd4672d3fe056ea78f0d\\jsr305-3.0.2.jar -com.google.j2objc\:j2objc-annotations\:2.8=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.google.j2objc\\j2objc-annotations\\2.8\\c85270e307e7b822f1086b93689124b89768e273\\j2objc-annotations-2.8.jar -org.jline\:jline-terminal\:3.20.0=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.jline\\jline-terminal\\3.20.0\\d0ddcc708ddf527a3454c941b7b9225cc83a15ff\\jline-terminal-3.20.0.jar -org.lwjgl\:lwjgl-stb\:3.3.3=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-stb\\3.3.3\\25dd6161988d7e65f71d5065c99902402ee32746\\lwjgl-stb-3.3.3.jar -com.mojang\:authlib\:6.0.54=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.mojang\\authlib\\6.0.54\\de8bc95660e1b2fe8793fd427a7a10dcec5b3ea7\\authlib-6.0.54.jar -org.vineflower\:vineflower\:1.10.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.vineflower\\vineflower\\1.10.1\\4f48c5947b21f9ebc743e7c80215ee839d3dc668\\vineflower-1.10.1.jar -org.lwjgl\:lwjgl-stb\:3.3.3\:natives-windows-x86=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-stb\\3.3.3\\b5c874687b9aac1a936501d4ed2c49567fd1b575\\lwjgl-stb-3.3.3-natives-windows-x86.jar -net.neoforged\:coremods\:7.0.3=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\coremods\\7.0.3\\9147e6f638b4272b3bd5fc8f92ad37802512c6c\\coremods-7.0.3.jar -org.apache.commons\:commons-compress\:1.18=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.apache.commons\\commons-compress\\1.18\\1191f9f2bc0c47a8cce69193feb1ff0a8bcb37d5\\commons-compress-1.18.jar -org.jcraft\:jorbis\:0.0.17=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.jcraft\\jorbis\\0.0.17\\8872d22b293e8f5d7d56ff92be966e6dc28ebdc6\\jorbis-0.0.17.jar -org.lwjgl\:lwjgl\:3.3.3\:natives-windows-arm64=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl\\3.3.3\\e9aca8c5479b520a2a7f0d542a118140e812c5e8\\lwjgl-3.3.3-natives-windows-arm64.jar -org.lwjgl\:lwjgl-tinyfd\:3.3.3\:natives-windows=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-tinyfd\\3.3.3\\a6697981b0449a5087c1d546fc08b4f73e8f98c9\\lwjgl-tinyfd-3.3.3-natives-windows.jar -net.neoforged.installertools\:installertools\:2.1.2\:fatjar=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged.installertools\\installertools\\2.1.2\\62740d5aa8f75f4a4d542d363bdda5b64a198f7a\\installertools-2.1.2-fatjar.jar -com.electronwill.night-config\:toml\:3.8.0=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.electronwill.night-config\\toml\\3.8.0\\861dbcf2757dd6701c98b3949198549ccb5f62ff\\toml-3.8.0.jar -org.apache.commons\:commons-compress\:1.26.0=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.apache.commons\\commons-compress\\1.26.0\\659feffdd12280201c8aacb8f7be94f9a883c824\\commons-compress-1.26.0.jar -com.google.guava\:listenablefuture\:9999.0-empty-to-avoid-conflict-with-guava=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.google.guava\\listenablefuture\\9999.0-empty-to-avoid-conflict-with-guava\\b421526c5f297295adef1c886e5246c39d4ac629\\listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar -org.joml\:joml\:1.10.5=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.joml\\joml\\1.10.5\\22566d58af70ad3d72308bab63b8339906deb649\\joml-1.10.5.jar -ca.weblite\:java-objc-bridge\:1.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\ca.weblite\\java-objc-bridge\\1.1\\1227f9e0666314f9de41477e3ec277e542ed7f7b\\java-objc-bridge-1.1.jar -org.apache.commons\:commons-lang3\:3.9=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.apache.commons\\commons-lang3\\3.9\\122c7cee69b53ed4a7681c03d4ee4c0e2765da5\\commons-lang3-3.9.jar -io.netty\:netty-buffer\:4.1.97.Final=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\io.netty\\netty-buffer\\4.1.97.Final\\f8f3d8644afa5e6e1a40a3a6aeb9d9aa970ecb4f\\netty-buffer-4.1.97.Final.jar -io.codechicken\:DiffPatch\:2.0.0.36\:all=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\io.codechicken\\DiffPatch\\2.0.0.36\\5b32f9baa0c0371c0dc80a3b88794960af0c6b44\\DiffPatch-2.0.0.36-all.jar -org.jline\:jline-reader\:3.20.0=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.jline\\jline-reader\\3.20.0\\8f15415b022a25b473e8e16c28ae913186ffb9c4\\jline-reader-3.20.0.jar -org.lwjgl\:lwjgl-stb\:3.3.3\:natives-windows=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-stb\\3.3.3\\1d9facdf6541de114b0f963be33505b7679c78cb\\lwjgl-stb-3.3.3-natives-windows.jar -org.apache.httpcomponents\:httpcore\:4.4.16=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.apache.httpcomponents\\httpcore\\4.4.16\\51cf043c87253c9f58b539c9f7e44c8894223850\\httpcore-4.4.16.jar -net.fabricmc\:sponge-mixin\:0.15.2+mixin.0.8.7=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.fabricmc\\sponge-mixin\\0.15.2+mixin.0.8.7\\2af2f021d8e02a0220dc27a7a72b4666d66d44ca\\sponge-mixin-0.15.2+mixin.0.8.7.jar -commons-codec\:commons-codec\:1.16.0=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\commons-codec\\commons-codec\\1.16.0\\4e3eb3d79888d76b54e28b350915b5dc3919c9de\\commons-codec-1.16.0.jar -org.lwjgl\:lwjgl\:3.3.3\:natives-windows=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl\\3.3.3\\a5ed18a2b82fc91b81f40d717cb1f64c9dcb0540\\lwjgl-3.3.3-natives-windows.jar -com.google.guava\:guava\:32.1.2-jre=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.google.guava\\guava\\32.1.2-jre\\5e64ec7e056456bef3a4bc4c6fdaef71e8ab6318\\guava-32.1.2-jre.jar -net.neoforged\:JarJarMetadata\:0.4.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\JarJarMetadata\\0.4.1\\f8da03683dc81694556dc3e177c5e3bb77ae6fcb\\JarJarMetadata-0.4.1.jar -com.google.errorprone\:error_prone_annotations\:2.18.0=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.google.errorprone\\error_prone_annotations\\2.18.0\\89b684257096f548fa39a7df9fdaa409d4d4df91\\error_prone_annotations-2.18.0.jar -com.machinezoo.noexception\:noexception\:1.7.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.machinezoo.noexception\\noexception\\1.7.1\\b65330c98e38a1f915fa54a6e5eca496505e3f0a\\noexception-1.7.1.jar -org.lwjgl\:lwjgl-glfw\:3.3.3\:natives-windows=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-glfw\\3.3.3\\e449e28b4891fc423c54c85fbc5bb0b9efece67a\\lwjgl-glfw-3.3.3-natives-windows.jar -cpw.mods\:bootstraplauncher\:2.0.2=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\bootstraplauncher\\2.0.2\\1a2d076cbc33b0520cbacd591224427b2a20047d\\bootstraplauncher-2.0.2.jar -org.lwjgl\:lwjgl-jemalloc\:3.3.3=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-jemalloc\\3.3.3\\b543467b7ff3c6920539a88ee602d34098628be5\\lwjgl-jemalloc-3.3.3.jar -com.mojang\:datafixerupper\:8.0.16=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.mojang\\datafixerupper\\8.0.16\\67d4de6d7f95d89bcf5862995fb854ebaec02a34\\datafixerupper-8.0.16.jar -org.lwjgl\:lwjgl-opengl\:3.3.3\:natives-windows-arm64=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-opengl\\3.3.3\\65e956d3735a1abdc82eff4baec1b61174697d4b\\lwjgl-opengl-3.3.3-natives-windows-arm64.jar -net.neoforged\:mergetool\:2.0.3\:fatjar=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\mergetool\\2.0.3\\85c096b0155715275f84922d41462484c9a0285c\\mergetool-2.0.3-fatjar.jar -com.google.guava\:failureaccess\:1.0.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.google.guava\\failureaccess\\1.0.1\\1dcf1de382a0bf95a3d8b0849546c88bac1292c9\\failureaccess-1.0.1.jar -org.lwjgl\:lwjgl-openal\:3.3.3\:natives-windows=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-openal\\3.3.3\\cf83862ae95d98496b26915024c7e666d8ab1c8f\\lwjgl-openal-3.3.3-natives-windows.jar -net.neoforged.accesstransformers\:at-modlauncher\:10.0.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged.accesstransformers\\at-modlauncher\\10.0.1\\5aba50202aceead086bc09fbc2751c9f05cb4890\\at-modlauncher-10.0.1.jar -org.apache.maven\:maven-artifact\:3.8.5=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.apache.maven\\maven-artifact\\3.8.5\\4433f50c07debefaed0553bd0068f4f48d449313\\maven-artifact-3.8.5.jar -org.codehaus.plexus\:plexus-utils\:3.3.0=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.codehaus.plexus\\plexus-utils\\3.3.0\\cf43b5391de623b36fe066a21127baef82c64022\\plexus-utils-3.3.0.jar -net.neoforged\:neoform\:1.21.1-20240808.144430@zip=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\neoform\\1.21.1-20240808.144430\\811e2bd86fa2cda2812e5e8e51d718ea8bd6d3f4\\neoform-1.21.1-20240808.144430.zip -com.mojang\:text2speech\:1.17.9=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.mojang\\text2speech\\1.17.9\\3cad216e3a7f0c19b4b394388bc9ffc446f13b14\\text2speech-1.17.9.jar -net.neoforged\:neoforge\:21.1.152\:userdev=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\neoforge\\21.1.152\\a36ee4a82fa9cd4938ad2e89b8cb93f9ac902bc4\\neoforge-21.1.152-userdev.jar -com.mojang\:brigadier\:1.3.10=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.mojang\\brigadier\\1.3.10\\d15b53a14cf20fdcaa98f731af5dda654452c010\\brigadier-1.3.10.jar -io.netty\:netty-codec\:4.1.97.Final=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\io.netty\\netty-codec\\4.1.97.Final\\384ba4d75670befbedb45c4d3b497a93639c206d\\netty-codec-4.1.97.Final.jar -it.unimi.dsi\:fastutil\:8.3.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\it.unimi.dsi\\fastutil\\8.3.1\\ff33b340d60b81f4c1015fa8008bb30ff0a0d53b\\fastutil-8.3.1.jar -net.neoforged.fancymodloader\:loader\:4.0.38=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged.fancymodloader\\loader\\4.0.38\\93c846ca0115811833d7f7351641f11aebf88ff4\\loader-4.0.38.jar -net.jodah\:typetools\:0.6.3=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.jodah\\typetools\\0.6.3\\a01aaa6ddaea9ec07ec4f209487b7a46a526283a\\typetools-0.6.3.jar -org.antlr\:antlr4-runtime\:4.13.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.antlr\\antlr4-runtime\\4.13.1\\17125bae1d965624e265ef49552f6465a2bfa307\\antlr4-runtime-4.13.1.jar -org.ow2.asm\:asm-tree\:9.5=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-tree\\9.5\\fd33c8b6373abaa675be407082fdfda35021254a\\asm-tree-9.5.jar -org.apache.httpcomponents\:httpclient\:4.5.13=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.apache.httpcomponents\\httpclient\\4.5.13\\e5f6cae5ca7ecaac1ec2827a9e2d65ae2869cada\\httpclient-4.5.13.jar -org.ow2.asm\:asm-util\:9.5=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-util\\9.5\\64b5a1fc8c1b15ed2efd6a063e976bc8d3dc5ffe\\asm-util-9.5.jar -it.unimi.dsi\:fastutil\:8.5.12=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\it.unimi.dsi\\fastutil\\8.5.12\\c24946d46824bd528054bface3231d2ecb7e95e8\\fastutil-8.5.12.jar -org.lwjgl\:lwjgl-openal\:3.3.3\:natives-windows-x86=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-openal\\3.3.3\\87b8d5050e3adb46bb58fe1cb2669a4a48fce10d\\lwjgl-openal-3.3.3-natives-windows-x86.jar -org.ow2.asm\:asm-tree\:9.7=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-tree\\9.7\\e446a17b175bfb733b87c5c2560ccb4e57d69f1a\\asm-tree-9.7.jar -net.neoforged\:neoforge\:21.1.152\:universal=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\neoforge\\21.1.152\\bb20372f4bdad99389fce94ed8ba1c2ad0087e64\\neoforge-21.1.152-universal.jar -net.neoforged\:accesstransformers\:10.0.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged\\accesstransformers\\10.0.1\\fd83b5725f76eae9115e9355fa1c456a6a441400\\accesstransformers-10.0.1.jar -cpw.mods\:modlauncher\:11.0.4=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\modlauncher\\11.0.4\\6619d4812a3c092310d521ebc4c9503727563df7\\modlauncher-11.0.4.jar -org.ow2.asm\:asm-util\:9.7=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-util\\9.7\\c0655519f24d92af2202cb681cd7c1569df6ead6\\asm-util-9.7.jar -io.netty\:netty-handler\:4.1.97.Final=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\io.netty\\netty-handler\\4.1.97.Final\\abb86c6906bf512bf2b797a41cd7d2e8d3cd7c36\\netty-handler-4.1.97.Final.jar -cpw.mods\:securejarhandler\:3.0.8=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\cpw.mods\\securejarhandler\\3.0.8\\c0ef95cecd8699a0449053ac7d9c160748d902cd\\securejarhandler-3.0.8.jar -com.electronwill.night-config\:core\:3.8.0=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.electronwill.night-config\\core\\3.8.0\\2498dd2b3120dd49e963e2feab8fa5d0c5f80e0a\\core-3.8.0.jar -org.lwjgl\:lwjgl-openal\:3.3.3\:natives-windows-arm64=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-openal\\3.3.3\\8e0615235116b9e4160dfe87bec90f5f6378bf72\\lwjgl-openal-3.3.3-natives-windows-arm64.jar -net.neoforged.fancymodloader\:earlydisplay\:4.0.38=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged.fancymodloader\\earlydisplay\\4.0.38\\4b040bd68cf05bc5f6025161e4187fcfd6168241\\earlydisplay-4.0.38.jar -org.lwjgl\:lwjgl-opengl\:3.3.3=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-opengl\\3.3.3\\2f6b0147078396a58979125a4c947664e98293a\\lwjgl-opengl-3.3.3.jar -org.lwjgl\:lwjgl-jemalloc\:3.3.3\:natives-windows-x86=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-jemalloc\\3.3.3\\f6063b6e0f23be483c5c88d84ce51b39dc69126c\\lwjgl-jemalloc-3.3.3-natives-windows-x86.jar -org.slf4j\:slf4j-api\:2.0.9=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.slf4j\\slf4j-api\\2.0.9\\7cf2726fdcfbc8610f9a71fb3ed639871f315340\\slf4j-api-2.0.9.jar -com.google.code.gson\:gson\:2.10.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.google.code.gson\\gson\\2.10.1\\b3add478d4382b78ea20b1671390a858002feb6c\\gson-2.10.1.jar -io.github.llamalad7\:mixinextras-neoforge\:0.4.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\io.github.llamalad7\\mixinextras-neoforge\\0.4.1\\eff97772ecd0dcf8e52cdbafd3b3ccec425f8314\\mixinextras-neoforge-0.4.1.jar -com.mojang\:patchy\:2.2.10=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.mojang\\patchy\\2.2.10\\da05971b07cbb379d002cf7eaec6a2048211fefc\\patchy-2.2.10.jar -org.lwjgl\:lwjgl-stb\:3.3.3\:natives-windows-arm64=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-stb\\3.3.3\\a584ab44de569708871f0a79561f4d8c37487f2c\\lwjgl-stb-3.3.3-natives-windows-arm64.jar -org.ow2.asm\:asm-analysis\:9.5=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-analysis\\9.5\\490bacc77de7cbc0be1a30bb3471072d705be4a4\\asm-analysis-9.5.jar -org.ow2.asm\:asm-analysis\:9.7=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-analysis\\9.7\\e4a258b7eb96107106c0599f0061cfc1832fe07a\\asm-analysis-9.7.jar -com.mojang\:blocklist\:1.0.10=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\com.mojang\\blocklist\\1.0.10\\5c685c5ffa94c4cd39496c7184c1d122e515ecef\\blocklist-1.0.10.jar -org.lwjgl\:lwjgl-tinyfd\:3.3.3\:natives-windows-x86=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-tinyfd\\3.3.3\\c336c84ee88cccb495c6ffa112395509e7378e8a\\lwjgl-tinyfd-3.3.3-natives-windows-x86.jar -io.netty\:netty-transport-native-unix-common\:4.1.97.Final=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\io.netty\\netty-transport-native-unix-common\\4.1.97.Final\\d469d84265ab70095b01b40886cabdd433b6e664\\netty-transport-native-unix-common-4.1.97.Final.jar -org.ow2.asm\:asm-commons\:9.7=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.ow2.asm\\asm-commons\\9.7\\e86dda4696d3c185fcc95d8d311904e7ce38a53f\\asm-commons-9.7.jar -org.apache.logging.log4j\:log4j-api\:2.22.1=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.apache.logging.log4j\\log4j-api\\2.22.1\\bea6fede6328fabafd7e68363161a7ea6605abd1\\log4j-api-2.22.1.jar -org.lwjgl\:lwjgl-opengl\:3.3.3\:natives-windows=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\org.lwjgl\\lwjgl-opengl\\3.3.3\\e6c1eec8be8a71951b830a4d69efc01c6531900c\\lwjgl-opengl-3.3.3-natives-windows.jar -net.neoforged.jst\:jst-cli-bundle\:1.0.72=C\:\\Users\\adamn\\.gradle\\caches\\modules-2\\files-2.1\\net.neoforged.jst\\jst-cli-bundle\\1.0.72\\5062f69cd7700922b3dbfce273ed795bab71858f\\jst-cli-bundle-1.0.72.jar