update to create 6.0.7 and cleanup tag handling
This commit is contained in:
@@ -100,6 +100,7 @@ repositories {
|
||||
maven { url = "https://mvn.devos.one/snapshots" } // Registrate
|
||||
maven { url = "https://raw.githubusercontent.com/Fuzss/modresources/main/maven/" } // ForgeConfigAPIPort
|
||||
maven { url = "https://maven.blamejared.com" } // JEI, Vazkii's Mods
|
||||
maven { url = "https://cursemaven.com" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -107,6 +108,7 @@ dependencies {
|
||||
implementation("net.createmod.ponder:Ponder-NeoForge-${minecraft_version}:${ponder_version}")
|
||||
compileOnly("dev.engine-room.flywheel:flywheel-neoforge-api-${minecraft_version}:${flywheel_version}")
|
||||
runtimeOnly("dev.engine-room.flywheel:flywheel-neoforge-${minecraft_version}:${flywheel_version}")
|
||||
runtimeOnly("curse.maven:configured-457570:7122915")
|
||||
implementation("mezz.jei:jei-${jei_minecraft_version}-neoforge:${jei_version}")
|
||||
implementation("com.tterrag.registrate:Registrate:${registrate_version}")
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ minecraft_version=1.21.1
|
||||
|
||||
minecraft_version_range=[1.21.1,1.22)
|
||||
|
||||
neo_version=21.1.152
|
||||
neo_version=21.1.213
|
||||
|
||||
neo_version_range=[21,)
|
||||
|
||||
@@ -22,10 +22,10 @@ mixin_extras_version = 0.4.1
|
||||
|
||||
|
||||
jei_minecraft_version = 1.21.1
|
||||
jei_version = 19.21.0.247
|
||||
create_version = 6.0.6-98
|
||||
ponder_version = 1.0.56
|
||||
flywheel_version = 1.0.4
|
||||
jei_version = 19.25.0.322
|
||||
create_version = 6.0.7-159
|
||||
ponder_version = 1.0.63
|
||||
flywheel_version = 1.0.5
|
||||
registrate_version = MC1.21-1.3.0+62
|
||||
|
||||
mod_id=tfmg
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:lead_ore",
|
||||
"tfmg:deepslate_lead_ore",
|
||||
"tfmg:nickel_ore",
|
||||
"tfmg:deepslate_nickel_ore",
|
||||
"tfmg:lithium_ore",
|
||||
"tfmg:deepslate_lithium_ore",
|
||||
"tfmg:lead_ore",
|
||||
"tfmg:deepslate_lead_ore",
|
||||
"tfmg:nickel_ore",
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:lead_ore",
|
||||
"tfmg:deepslate_lead_ore",
|
||||
"tfmg:lead_ore",
|
||||
"tfmg:deepslate_lead_ore"
|
||||
]
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:lithium_ore",
|
||||
"tfmg:deepslate_lithium_ore",
|
||||
"tfmg:lithium_ore",
|
||||
"tfmg:deepslate_lithium_ore"
|
||||
]
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:nickel_ore",
|
||||
"tfmg:deepslate_nickel_ore",
|
||||
"tfmg:nickel_ore",
|
||||
"tfmg:deepslate_nickel_ore"
|
||||
]
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:deepslate_lead_ore",
|
||||
"tfmg:deepslate_nickel_ore",
|
||||
"tfmg:deepslate_lithium_ore",
|
||||
"tfmg:deepslate_lead_ore",
|
||||
"tfmg:deepslate_nickel_ore",
|
||||
"tfmg:deepslate_lithium_ore"
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:lead_ore",
|
||||
"tfmg:nickel_ore",
|
||||
"tfmg:lithium_ore",
|
||||
"tfmg:lead_ore",
|
||||
"tfmg:nickel_ore",
|
||||
"tfmg:lithium_ore"
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:raw_nickel_block",
|
||||
"tfmg:raw_lead_block",
|
||||
"tfmg:raw_lithium_block",
|
||||
"tfmg:raw_nickel_block",
|
||||
"tfmg:raw_lead_block",
|
||||
"tfmg:raw_lithium_block",
|
||||
@@ -11,6 +14,15 @@
|
||||
"tfmg:constantan_block",
|
||||
"tfmg:nickel_block",
|
||||
"tfmg:lithium_block",
|
||||
"tfmg:coal_coke_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"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:aluminum_block",
|
||||
"tfmg:aluminum_block"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:cast_iron_block",
|
||||
"tfmg:cast_iron_block"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:coal_coke_block",
|
||||
"tfmg:coal_coke_block"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:constantan_block",
|
||||
"tfmg:constantan_block"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:lead_block",
|
||||
"tfmg:lead_block"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:lithium_block",
|
||||
"tfmg:lithium_block"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:nickel_block",
|
||||
"tfmg:nickel_block"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:plastic_block",
|
||||
"tfmg:plastic_block"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:raw_lead_block",
|
||||
"tfmg:raw_lead_block"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:raw_lithium_block",
|
||||
"tfmg:raw_lithium_block"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:raw_nickel_block",
|
||||
"tfmg:raw_nickel_block"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:steel_block",
|
||||
"tfmg:steel_block"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:synthetic_leather"
|
||||
]
|
||||
}
|
||||
@@ -4,6 +4,7 @@
|
||||
"tfmg:aluminum_sheet",
|
||||
"tfmg:nickel_sheet",
|
||||
"tfmg:cast_iron_sheet",
|
||||
"tfmg:lead_sheet"
|
||||
"tfmg:lead_sheet",
|
||||
"tfmg:rubber_sheet"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:rebar"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:synthetic_string"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:steel_casing",
|
||||
"tfmg:heavy_machinery_casing",
|
||||
"tfmg:industrial_aluminum_casing",
|
||||
"tfmg:steel_casing",
|
||||
"tfmg:heavy_machinery_casing",
|
||||
"tfmg:industrial_aluminum_casing"
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:copycat_cable_base",
|
||||
"tfmg:copycat_cable_base",
|
||||
"tfmg:steel_bars",
|
||||
"tfmg:aluminum_bars",
|
||||
"tfmg:cast_iron_bars",
|
||||
"tfmg:lead_bars",
|
||||
"tfmg:nickel_bars",
|
||||
"tfmg:steel_bars",
|
||||
"tfmg:aluminum_bars",
|
||||
"tfmg:cast_iron_bars",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:oil_deposit",
|
||||
"tfmg:oil_deposit"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:steel_bars",
|
||||
"tfmg:aluminum_bars",
|
||||
"tfmg:cast_iron_bars",
|
||||
"tfmg:lead_bars",
|
||||
"tfmg:nickel_bars",
|
||||
"tfmg:steel_bars",
|
||||
"tfmg:aluminum_bars",
|
||||
"tfmg:cast_iron_bars",
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:bauxite",
|
||||
"tfmg:bauxite",
|
||||
"tfmg:galena",
|
||||
"tfmg:galena"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,12 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:steel_block",
|
||||
"tfmg:cast_iron_block",
|
||||
"tfmg:aluminum_block",
|
||||
"tfmg:lead_block",
|
||||
"tfmg:constantan_block",
|
||||
"tfmg:nickel_block",
|
||||
"tfmg:lithium_block",
|
||||
"tfmg:steel_block",
|
||||
"tfmg:cast_iron_block",
|
||||
"tfmg:aluminum_block",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:steel_ladder",
|
||||
"tfmg:aluminum_ladder",
|
||||
"tfmg:cast_iron_ladder",
|
||||
"tfmg:lead_ladder",
|
||||
"tfmg:nickel_ladder",
|
||||
"tfmg:constantan_ladder",
|
||||
"tfmg:steel_scaffolding",
|
||||
"tfmg:aluminum_scaffolding",
|
||||
"tfmg:steel_ladder",
|
||||
"tfmg:aluminum_ladder",
|
||||
"tfmg:cast_iron_ladder",
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:heavy_casing_door",
|
||||
"tfmg:steel_door",
|
||||
"tfmg:aluminum_door",
|
||||
"tfmg:heavy_plated_door",
|
||||
"tfmg:heavy_casing_door",
|
||||
"tfmg:steel_door",
|
||||
"tfmg:aluminum_door",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:oil_deposit",
|
||||
"tfmg:oil_deposit"
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:bauxite",
|
||||
"tfmg:bauxite",
|
||||
"tfmg:galena",
|
||||
"tfmg:galena"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:oil_deposit",
|
||||
"tfmg:oil_deposit"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:oil_deposit",
|
||||
"tfmg:oil_deposit"
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:bauxite",
|
||||
"tfmg:bauxite",
|
||||
"tfmg:galena",
|
||||
"tfmg:galena"
|
||||
]
|
||||
}
|
||||
@@ -2,10 +2,26 @@
|
||||
"values": [
|
||||
"tfmg:machine_input",
|
||||
"tfmg:copycat_cable_block",
|
||||
"tfmg:machine_input",
|
||||
"tfmg:steel_cogwheel",
|
||||
"tfmg:large_steel_cogwheel",
|
||||
"tfmg:aluminum_cogwheel",
|
||||
"tfmg:large_aluminum_cogwheel",
|
||||
"tfmg:copycat_cable_block",
|
||||
"tfmg:steel_casing",
|
||||
"tfmg:heavy_machinery_casing",
|
||||
"tfmg:industrial_aluminum_casing",
|
||||
"tfmg:steel_gearbox",
|
||||
"tfmg:hardened_planks",
|
||||
"tfmg:steel_flywheel",
|
||||
"tfmg:lead_flywheel",
|
||||
"tfmg:cast_iron_flywheel",
|
||||
"tfmg:steel_cogwheel",
|
||||
"tfmg:aluminum_flywheel",
|
||||
"tfmg:large_steel_cogwheel",
|
||||
"tfmg:nickel_flywheel",
|
||||
"tfmg:aluminum_cogwheel",
|
||||
"tfmg:large_aluminum_cogwheel",
|
||||
"tfmg:steel_casing",
|
||||
"tfmg:heavy_machinery_casing",
|
||||
"tfmg:industrial_aluminum_casing",
|
||||
@@ -26,6 +42,21 @@
|
||||
"tfmg:steel_encased_steel_cogwheel",
|
||||
"tfmg:heavy_casing_encased_steel_cogwheel",
|
||||
"tfmg:steel_encased_large_steel_cogwheel",
|
||||
"tfmg:encased_brass_pipe",
|
||||
"tfmg:heavy_casing_encased_large_steel_cogwheel",
|
||||
"tfmg:steel_encased_aluminum_cogwheel",
|
||||
"tfmg:heavy_casing_encased_aluminum_cogwheel",
|
||||
"tfmg:encased_steel_pipe",
|
||||
"tfmg:steel_encased_large_aluminum_cogwheel",
|
||||
"tfmg:heavy_casing_encased_large_aluminum_cogwheel",
|
||||
"tfmg:encased_aluminum_pipe",
|
||||
"tfmg:encased_cast_iron_pipe",
|
||||
"tfmg:encased_plastic_pipe",
|
||||
"tfmg:steel_encased_shaft",
|
||||
"tfmg:heavy_casing_encased_shaft",
|
||||
"tfmg:steel_encased_steel_cogwheel",
|
||||
"tfmg:heavy_casing_encased_steel_cogwheel",
|
||||
"tfmg:steel_encased_large_steel_cogwheel",
|
||||
"tfmg:heavy_casing_encased_large_steel_cogwheel",
|
||||
"tfmg:steel_encased_aluminum_cogwheel",
|
||||
"tfmg:heavy_casing_encased_aluminum_cogwheel",
|
||||
|
||||
@@ -1,398 +1,763 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:aluminum_fluid_tank",
|
||||
"tfmg:cast_iron_fluid_tank",
|
||||
"tfmg:steel_fluid_tank",
|
||||
"tfmg:steel_distillation_output",
|
||||
"tfmg:steel_distillation_controller",
|
||||
"tfmg:industrial_pipe",
|
||||
"tfmg:concrete_encased_industrial_pipe",
|
||||
"tfmg:pumpjack_hammer",
|
||||
"tfmg:pumpjack_crank",
|
||||
"tfmg:pumpjack_hammer_part",
|
||||
"tfmg:pumpjack_hammer_head",
|
||||
"tfmg:pumpjack_hammer_connector",
|
||||
"tfmg:large_pumpjack_hammer_part",
|
||||
"tfmg:large_pumpjack_hammer_head",
|
||||
"tfmg:large_pumpjack_hammer_connector",
|
||||
"tfmg:pumpjack_base",
|
||||
"tfmg:oil_deposit",
|
||||
"tfmg:steel_chemical_vat",
|
||||
"tfmg:cast_iron_chemical_vat",
|
||||
"tfmg:fireproof_chemical_vat",
|
||||
"tfmg:industrial_mixer",
|
||||
"tfmg:electrode_holder",
|
||||
"tfmg:lead_ore",
|
||||
"tfmg:deepslate_lead_ore",
|
||||
"tfmg:nickel_ore",
|
||||
"tfmg:deepslate_nickel_ore",
|
||||
"tfmg:lithium_ore",
|
||||
"tfmg:deepslate_lithium_ore",
|
||||
"tfmg:sulfur",
|
||||
"tfmg:lignite",
|
||||
"tfmg:fossilstone",
|
||||
"tfmg:slag_block",
|
||||
"tfmg:aluminum_fluid_tank",
|
||||
"tfmg:raw_nickel_block",
|
||||
"tfmg:cast_iron_fluid_tank",
|
||||
"tfmg:raw_lead_block",
|
||||
"tfmg:steel_fluid_tank",
|
||||
"tfmg:raw_lithium_block",
|
||||
"tfmg:steel_distillation_output",
|
||||
"tfmg:air_intake",
|
||||
"tfmg:steel_distillation_controller",
|
||||
"tfmg:firebox",
|
||||
"tfmg:industrial_pipe",
|
||||
"tfmg:winding_machine",
|
||||
"tfmg:concrete_encased_industrial_pipe",
|
||||
"tfmg:surface_scanner",
|
||||
"tfmg:pumpjack_hammer",
|
||||
"tfmg:machine_input",
|
||||
"tfmg:pumpjack_crank",
|
||||
"tfmg:concrete_hose",
|
||||
"tfmg:pumpjack_hammer_part",
|
||||
"tfmg:blast_furnace_output",
|
||||
"tfmg:pumpjack_hammer_head",
|
||||
"tfmg:blast_furnace_hatch",
|
||||
"tfmg:pumpjack_hammer_connector",
|
||||
"tfmg:fireproof_bricks",
|
||||
"tfmg:large_pumpjack_hammer_part",
|
||||
"tfmg:reinforced_fireproof_bricks",
|
||||
"tfmg:large_pumpjack_hammer_head",
|
||||
"tfmg:blast_furnace_reinforcement",
|
||||
"tfmg:large_pumpjack_hammer_connector",
|
||||
"tfmg:blast_furnace_reinforcement_wall",
|
||||
"tfmg:pumpjack_base",
|
||||
"tfmg:rusted_blast_furnace_reinforcement",
|
||||
"tfmg:oil_deposit",
|
||||
"tfmg:rusted_blast_furnace_reinforcement_wall",
|
||||
"tfmg:steel_chemical_vat",
|
||||
"tfmg:fireproof_brick_reinforcement",
|
||||
"tfmg:cast_iron_chemical_vat",
|
||||
"tfmg:coke_oven",
|
||||
"tfmg:fireproof_chemical_vat",
|
||||
"tfmg:blast_stove",
|
||||
"tfmg:industrial_mixer",
|
||||
"tfmg:casting_basin",
|
||||
"tfmg:napalm_bomb",
|
||||
"tfmg:generator",
|
||||
"tfmg:electrode_holder",
|
||||
"tfmg:cable_connector",
|
||||
"tfmg:lead_ore",
|
||||
"tfmg:glass_cable_insulator",
|
||||
"tfmg:resistor",
|
||||
"tfmg:deepslate_lead_ore",
|
||||
"tfmg:copycat_cable_block",
|
||||
"tfmg:nickel_ore",
|
||||
"tfmg:copycat_cable_base",
|
||||
"tfmg:brass_cable_hub",
|
||||
"tfmg:deepslate_nickel_ore",
|
||||
"tfmg:copper_cable_hub",
|
||||
"tfmg:steel_cable_hub",
|
||||
"tfmg:lithium_ore",
|
||||
"tfmg:aluminum_cable_hub",
|
||||
"tfmg:deepslate_lithium_ore",
|
||||
"tfmg:steel_casing_cable_hub",
|
||||
"tfmg:heavy_cable_hub",
|
||||
"tfmg:sulfur",
|
||||
"tfmg:cable_tube",
|
||||
"tfmg:concrete_encased_cable_tube",
|
||||
"tfmg:lignite",
|
||||
"tfmg:electric_post",
|
||||
"tfmg:concrete_encased_electric_post",
|
||||
"tfmg:fossilstone",
|
||||
"tfmg:diagonal_cable_block",
|
||||
"tfmg:slag_block",
|
||||
"tfmg:electric_motor",
|
||||
"tfmg:creative_generator",
|
||||
"tfmg:raw_nickel_block",
|
||||
"tfmg:accumulator",
|
||||
"tfmg:raw_lead_block",
|
||||
"tfmg:light_bulb",
|
||||
"tfmg:circular_light",
|
||||
"tfmg:raw_lithium_block",
|
||||
"tfmg:modern_light",
|
||||
"tfmg:aluminum_lamp",
|
||||
"tfmg:air_intake",
|
||||
"tfmg:neon_tube",
|
||||
"tfmg:electric_diode",
|
||||
"tfmg:firebox",
|
||||
"tfmg:encased_diode",
|
||||
"tfmg:winding_machine",
|
||||
"tfmg:potentiometer",
|
||||
"tfmg:electrical_switch",
|
||||
"tfmg:surface_scanner",
|
||||
"tfmg:encased_potentiometer",
|
||||
"tfmg:electric_pump",
|
||||
"tfmg:machine_input",
|
||||
"tfmg:voltage_observer",
|
||||
"tfmg:concrete_hose",
|
||||
"tfmg:voltmeter",
|
||||
"tfmg:blast_furnace_output",
|
||||
"tfmg:polarizer",
|
||||
"tfmg:blast_furnace_hatch",
|
||||
"tfmg:rotor",
|
||||
"tfmg:fireproof_bricks",
|
||||
"tfmg:stator",
|
||||
"tfmg:reinforced_fireproof_bricks",
|
||||
"tfmg:traffic_light",
|
||||
"tfmg:blast_furnace_reinforcement",
|
||||
"tfmg:segmented_display",
|
||||
"tfmg:blast_furnace_reinforcement_wall",
|
||||
"tfmg:transformer",
|
||||
"tfmg:rusted_blast_furnace_reinforcement",
|
||||
"tfmg:converter",
|
||||
"tfmg:rusted_blast_furnace_reinforcement_wall",
|
||||
"tfmg:brick_smokestack",
|
||||
"tfmg:fireproof_brick_reinforcement",
|
||||
"tfmg:metal_smokestack",
|
||||
"tfmg:coke_oven",
|
||||
"tfmg:concrete_smokestack",
|
||||
"tfmg:blast_stove",
|
||||
"tfmg:exhaust",
|
||||
"tfmg:casting_basin",
|
||||
"tfmg:flarestack",
|
||||
"tfmg:napalm_bomb",
|
||||
"tfmg:gas_lamp",
|
||||
"tfmg:generator",
|
||||
"tfmg:steel_cogwheel",
|
||||
"tfmg:cable_connector",
|
||||
"tfmg:large_steel_cogwheel",
|
||||
"tfmg:glass_cable_insulator",
|
||||
"tfmg:aluminum_cogwheel",
|
||||
"tfmg:resistor",
|
||||
"tfmg:large_aluminum_cogwheel",
|
||||
"tfmg:copycat_cable_block",
|
||||
"tfmg:steel_casing",
|
||||
"tfmg:copycat_cable_base",
|
||||
"tfmg:heavy_machinery_casing",
|
||||
"tfmg:brass_cable_hub",
|
||||
"tfmg:industrial_aluminum_casing",
|
||||
"tfmg:copper_cable_hub",
|
||||
"tfmg:steel_block",
|
||||
"tfmg:steel_cable_hub",
|
||||
"tfmg:cast_iron_block",
|
||||
"tfmg:aluminum_cable_hub",
|
||||
"tfmg:aluminum_block",
|
||||
"tfmg:steel_casing_cable_hub",
|
||||
"tfmg:plastic_block",
|
||||
"tfmg:heavy_cable_hub",
|
||||
"tfmg:lead_block",
|
||||
"tfmg:cable_tube",
|
||||
"tfmg:constantan_block",
|
||||
"tfmg:concrete_encased_cable_tube",
|
||||
"tfmg:nickel_block",
|
||||
"tfmg:electric_post",
|
||||
"tfmg:lithium_block",
|
||||
"tfmg:concrete_encased_electric_post",
|
||||
"tfmg:coal_coke_block",
|
||||
"tfmg:diagonal_cable_block",
|
||||
"tfmg:electric_motor",
|
||||
"tfmg:heavy_casing_door",
|
||||
"tfmg:creative_generator",
|
||||
"tfmg:steel_door",
|
||||
"tfmg:accumulator",
|
||||
"tfmg:aluminum_door",
|
||||
"tfmg:light_bulb",
|
||||
"tfmg:heavy_plated_door",
|
||||
"tfmg:circular_light",
|
||||
"tfmg:steel_gearbox",
|
||||
"tfmg:modern_light",
|
||||
"tfmg:steel_bars",
|
||||
"tfmg:aluminum_lamp",
|
||||
"tfmg:aluminum_bars",
|
||||
"tfmg:neon_tube",
|
||||
"tfmg:cast_iron_bars",
|
||||
"tfmg:electric_diode",
|
||||
"tfmg:lead_bars",
|
||||
"tfmg:encased_diode",
|
||||
"tfmg:nickel_bars",
|
||||
"tfmg:potentiometer",
|
||||
"tfmg:steel_ladder",
|
||||
"tfmg:electrical_switch",
|
||||
"tfmg:aluminum_ladder",
|
||||
"tfmg:encased_potentiometer",
|
||||
"tfmg:cast_iron_ladder",
|
||||
"tfmg:electric_pump",
|
||||
"tfmg:lead_ladder",
|
||||
"tfmg:voltage_observer",
|
||||
"tfmg:nickel_ladder",
|
||||
"tfmg:voltmeter",
|
||||
"tfmg:constantan_ladder",
|
||||
"tfmg:polarizer",
|
||||
"tfmg:steel_scaffolding",
|
||||
"tfmg:rotor",
|
||||
"tfmg:aluminum_scaffolding",
|
||||
"tfmg:stator",
|
||||
"tfmg:slag_bricks",
|
||||
"tfmg:traffic_light",
|
||||
"tfmg:cinder_block",
|
||||
"tfmg:segmented_display",
|
||||
"tfmg:cinderflour_block",
|
||||
"tfmg:transformer",
|
||||
"tfmg:converter",
|
||||
"tfmg:brick_smokestack",
|
||||
"tfmg:factory_floor",
|
||||
"tfmg:metal_smokestack",
|
||||
"tfmg:concrete_smokestack",
|
||||
"tfmg:steel_trapdoor",
|
||||
"tfmg:exhaust",
|
||||
"tfmg:steel_flywheel",
|
||||
"tfmg:flarestack",
|
||||
"tfmg:lead_flywheel",
|
||||
"tfmg:gas_lamp",
|
||||
"tfmg:cast_iron_flywheel",
|
||||
"tfmg:steel_cogwheel",
|
||||
"tfmg:aluminum_flywheel",
|
||||
"tfmg:large_steel_cogwheel",
|
||||
"tfmg:nickel_flywheel",
|
||||
"tfmg:aluminum_cogwheel",
|
||||
"tfmg:large_aluminum_cogwheel",
|
||||
"tfmg:steel_casing",
|
||||
"tfmg:heavy_machinery_casing",
|
||||
"tfmg:industrial_aluminum_casing",
|
||||
"tfmg:steel_block",
|
||||
"tfmg:cast_iron_block",
|
||||
"tfmg:aluminum_block",
|
||||
"tfmg:plastic_block",
|
||||
"tfmg:lead_block",
|
||||
"tfmg:constantan_block",
|
||||
"tfmg:nickel_block",
|
||||
"tfmg:lithium_block",
|
||||
"tfmg:coal_coke_block",
|
||||
"tfmg:heavy_casing_door",
|
||||
"tfmg:steel_door",
|
||||
"tfmg:aluminum_door",
|
||||
"tfmg:heavy_plated_door",
|
||||
"tfmg:steel_gearbox",
|
||||
"tfmg:steel_bars",
|
||||
"tfmg:aluminum_bars",
|
||||
"tfmg:cast_iron_bars",
|
||||
"tfmg:lead_bars",
|
||||
"tfmg:nickel_bars",
|
||||
"tfmg:steel_ladder",
|
||||
"tfmg:aluminum_ladder",
|
||||
"tfmg:cast_iron_ladder",
|
||||
"tfmg:lead_ladder",
|
||||
"tfmg:nickel_ladder",
|
||||
"tfmg:constantan_ladder",
|
||||
"tfmg:steel_scaffolding",
|
||||
"tfmg:aluminum_scaffolding",
|
||||
"tfmg:slag_bricks",
|
||||
"tfmg:cinder_block",
|
||||
"tfmg:cinderflour_block",
|
||||
"tfmg:factory_floor",
|
||||
"tfmg:steel_trapdoor",
|
||||
"tfmg:steel_flywheel",
|
||||
"tfmg:lead_flywheel",
|
||||
"tfmg:cast_iron_flywheel",
|
||||
"tfmg:aluminum_flywheel",
|
||||
"tfmg:nickel_flywheel",
|
||||
"tfmg:steel_truss",
|
||||
"tfmg:steel_casing",
|
||||
"tfmg:steel_frame",
|
||||
"tfmg:heavy_machinery_casing",
|
||||
"tfmg:aluminum_truss",
|
||||
"tfmg:industrial_aluminum_casing",
|
||||
"tfmg:aluminum_frame",
|
||||
"tfmg:steel_block",
|
||||
"tfmg:cast_iron_truss",
|
||||
"tfmg:cast_iron_block",
|
||||
"tfmg:cast_iron_frame",
|
||||
"tfmg:aluminum_block",
|
||||
"tfmg:lead_truss",
|
||||
"tfmg:plastic_block",
|
||||
"tfmg:lead_frame",
|
||||
"tfmg:lead_block",
|
||||
"tfmg:nickel_truss",
|
||||
"tfmg:constantan_block",
|
||||
"tfmg:nickel_frame",
|
||||
"tfmg:nickel_block",
|
||||
"tfmg:constantan_truss",
|
||||
"tfmg:lithium_block",
|
||||
"tfmg:constantan_frame",
|
||||
"tfmg:coal_coke_block",
|
||||
"tfmg:copper_truss",
|
||||
"tfmg:copper_frame",
|
||||
"tfmg:heavy_casing_door",
|
||||
"tfmg:zinc_truss",
|
||||
"tfmg:steel_door",
|
||||
"tfmg:zinc_frame",
|
||||
"tfmg:aluminum_door",
|
||||
"tfmg:brass_truss",
|
||||
"tfmg:heavy_plated_door",
|
||||
"tfmg:brass_frame",
|
||||
"tfmg:steel_gearbox",
|
||||
"tfmg:white_caution_block",
|
||||
"tfmg:steel_bars",
|
||||
"tfmg:blue_caution_block",
|
||||
"tfmg:aluminum_bars",
|
||||
"tfmg:light_blue_caution_block",
|
||||
"tfmg:cast_iron_bars",
|
||||
"tfmg:red_caution_block",
|
||||
"tfmg:lead_bars",
|
||||
"tfmg:green_caution_block",
|
||||
"tfmg:nickel_bars",
|
||||
"tfmg:lime_caution_block",
|
||||
"tfmg:steel_ladder",
|
||||
"tfmg:pink_caution_block",
|
||||
"tfmg:aluminum_ladder",
|
||||
"tfmg:magenta_caution_block",
|
||||
"tfmg:cast_iron_ladder",
|
||||
"tfmg:yellow_caution_block",
|
||||
"tfmg:lead_ladder",
|
||||
"tfmg:gray_caution_block",
|
||||
"tfmg:nickel_ladder",
|
||||
"tfmg:light_gray_caution_block",
|
||||
"tfmg:constantan_ladder",
|
||||
"tfmg:brown_caution_block",
|
||||
"tfmg:steel_scaffolding",
|
||||
"tfmg:cyan_caution_block",
|
||||
"tfmg:aluminum_scaffolding",
|
||||
"tfmg:purple_caution_block",
|
||||
"tfmg:slag_bricks",
|
||||
"tfmg:orange_caution_block",
|
||||
"tfmg:cinder_block",
|
||||
"tfmg:concrete_wall",
|
||||
"tfmg:cinderflour_block",
|
||||
"tfmg:concrete",
|
||||
"tfmg:factory_floor",
|
||||
"tfmg:concrete_stairs",
|
||||
"tfmg:concrete_slab",
|
||||
"tfmg:steel_trapdoor",
|
||||
"tfmg:rebar_concrete_wall",
|
||||
"tfmg:steel_flywheel",
|
||||
"tfmg:rebar_concrete",
|
||||
"tfmg:lead_flywheel",
|
||||
"tfmg:rebar_concrete_stairs",
|
||||
"tfmg:cast_iron_flywheel",
|
||||
"tfmg:rebar_concrete_slab",
|
||||
"tfmg:aluminum_flywheel",
|
||||
"tfmg:white_concrete",
|
||||
"tfmg:nickel_flywheel",
|
||||
"tfmg:white_concrete_wall",
|
||||
"tfmg:steel_truss",
|
||||
"tfmg:white_concrete_stairs",
|
||||
"tfmg:steel_frame",
|
||||
"tfmg:white_concrete_slab",
|
||||
"tfmg:aluminum_truss",
|
||||
"tfmg:blue_concrete",
|
||||
"tfmg:aluminum_frame",
|
||||
"tfmg:blue_concrete_wall",
|
||||
"tfmg:cast_iron_truss",
|
||||
"tfmg:blue_concrete_stairs",
|
||||
"tfmg:cast_iron_frame",
|
||||
"tfmg:blue_concrete_slab",
|
||||
"tfmg:lead_truss",
|
||||
"tfmg:light_blue_concrete",
|
||||
"tfmg:lead_frame",
|
||||
"tfmg:light_blue_concrete_wall",
|
||||
"tfmg:nickel_truss",
|
||||
"tfmg:light_blue_concrete_stairs",
|
||||
"tfmg:nickel_frame",
|
||||
"tfmg:light_blue_concrete_slab",
|
||||
"tfmg:constantan_truss",
|
||||
"tfmg:red_concrete",
|
||||
"tfmg:constantan_frame",
|
||||
"tfmg:red_concrete_wall",
|
||||
"tfmg:copper_truss",
|
||||
"tfmg:red_concrete_stairs",
|
||||
"tfmg:copper_frame",
|
||||
"tfmg:red_concrete_slab",
|
||||
"tfmg:zinc_truss",
|
||||
"tfmg:green_concrete",
|
||||
"tfmg:zinc_frame",
|
||||
"tfmg:green_concrete_wall",
|
||||
"tfmg:brass_truss",
|
||||
"tfmg:green_concrete_stairs",
|
||||
"tfmg:brass_frame",
|
||||
"tfmg:green_concrete_slab",
|
||||
"tfmg:white_caution_block",
|
||||
"tfmg:lime_concrete",
|
||||
"tfmg:blue_caution_block",
|
||||
"tfmg:lime_concrete_wall",
|
||||
"tfmg:light_blue_caution_block",
|
||||
"tfmg:lime_concrete_stairs",
|
||||
"tfmg:red_caution_block",
|
||||
"tfmg:lime_concrete_slab",
|
||||
"tfmg:green_caution_block",
|
||||
"tfmg:pink_concrete",
|
||||
"tfmg:lime_caution_block",
|
||||
"tfmg:pink_concrete_wall",
|
||||
"tfmg:pink_caution_block",
|
||||
"tfmg:pink_concrete_stairs",
|
||||
"tfmg:magenta_caution_block",
|
||||
"tfmg:pink_concrete_slab",
|
||||
"tfmg:yellow_caution_block",
|
||||
"tfmg:magenta_concrete",
|
||||
"tfmg:gray_caution_block",
|
||||
"tfmg:magenta_concrete_wall",
|
||||
"tfmg:light_gray_caution_block",
|
||||
"tfmg:magenta_concrete_stairs",
|
||||
"tfmg:brown_caution_block",
|
||||
"tfmg:magenta_concrete_slab",
|
||||
"tfmg:cyan_caution_block",
|
||||
"tfmg:yellow_concrete",
|
||||
"tfmg:purple_caution_block",
|
||||
"tfmg:yellow_concrete_wall",
|
||||
"tfmg:orange_caution_block",
|
||||
"tfmg:yellow_concrete_stairs",
|
||||
"tfmg:concrete_wall",
|
||||
"tfmg:yellow_concrete_slab",
|
||||
"tfmg:concrete",
|
||||
"tfmg:gray_concrete",
|
||||
"tfmg:concrete_stairs",
|
||||
"tfmg:gray_concrete_wall",
|
||||
"tfmg:concrete_slab",
|
||||
"tfmg:gray_concrete_stairs",
|
||||
"tfmg:rebar_concrete_wall",
|
||||
"tfmg:gray_concrete_slab",
|
||||
"tfmg:rebar_concrete",
|
||||
"tfmg:light_gray_concrete",
|
||||
"tfmg:rebar_concrete_stairs",
|
||||
"tfmg:light_gray_concrete_wall",
|
||||
"tfmg:rebar_concrete_slab",
|
||||
"tfmg:light_gray_concrete_stairs",
|
||||
"tfmg:white_concrete",
|
||||
"tfmg:light_gray_concrete_slab",
|
||||
"tfmg:white_concrete_wall",
|
||||
"tfmg:brown_concrete",
|
||||
"tfmg:white_concrete_stairs",
|
||||
"tfmg:brown_concrete_wall",
|
||||
"tfmg:white_concrete_slab",
|
||||
"tfmg:brown_concrete_stairs",
|
||||
"tfmg:blue_concrete",
|
||||
"tfmg:brown_concrete_slab",
|
||||
"tfmg:blue_concrete_wall",
|
||||
"tfmg:cyan_concrete",
|
||||
"tfmg:blue_concrete_stairs",
|
||||
"tfmg:cyan_concrete_wall",
|
||||
"tfmg:blue_concrete_slab",
|
||||
"tfmg:cyan_concrete_stairs",
|
||||
"tfmg:light_blue_concrete",
|
||||
"tfmg:cyan_concrete_slab",
|
||||
"tfmg:light_blue_concrete_wall",
|
||||
"tfmg:purple_concrete",
|
||||
"tfmg:light_blue_concrete_stairs",
|
||||
"tfmg:purple_concrete_wall",
|
||||
"tfmg:light_blue_concrete_slab",
|
||||
"tfmg:purple_concrete_stairs",
|
||||
"tfmg:red_concrete",
|
||||
"tfmg:purple_concrete_slab",
|
||||
"tfmg:red_concrete_wall",
|
||||
"tfmg:orange_concrete",
|
||||
"tfmg:red_concrete_stairs",
|
||||
"tfmg:orange_concrete_wall",
|
||||
"tfmg:red_concrete_slab",
|
||||
"tfmg:orange_concrete_stairs",
|
||||
"tfmg:green_concrete",
|
||||
"tfmg:orange_concrete_slab",
|
||||
"tfmg:green_concrete_wall",
|
||||
"tfmg:black_concrete",
|
||||
"tfmg:green_concrete_stairs",
|
||||
"tfmg:black_concrete_wall",
|
||||
"tfmg:green_concrete_slab",
|
||||
"tfmg:black_concrete_stairs",
|
||||
"tfmg:lime_concrete",
|
||||
"tfmg:black_concrete_slab",
|
||||
"tfmg:lime_concrete_wall",
|
||||
"tfmg:white_rebar_concrete",
|
||||
"tfmg:lime_concrete_stairs",
|
||||
"tfmg:white_rebar_concrete_wall",
|
||||
"tfmg:lime_concrete_slab",
|
||||
"tfmg:white_rebar_concrete_stairs",
|
||||
"tfmg:pink_concrete",
|
||||
"tfmg:white_rebar_concrete_slab",
|
||||
"tfmg:pink_concrete_wall",
|
||||
"tfmg:blue_rebar_concrete",
|
||||
"tfmg:pink_concrete_stairs",
|
||||
"tfmg:blue_rebar_concrete_wall",
|
||||
"tfmg:pink_concrete_slab",
|
||||
"tfmg:blue_rebar_concrete_stairs",
|
||||
"tfmg:magenta_concrete",
|
||||
"tfmg:blue_rebar_concrete_slab",
|
||||
"tfmg:magenta_concrete_wall",
|
||||
"tfmg:light_blue_rebar_concrete",
|
||||
"tfmg:magenta_concrete_stairs",
|
||||
"tfmg:light_blue_rebar_concrete_wall",
|
||||
"tfmg:magenta_concrete_slab",
|
||||
"tfmg:light_blue_rebar_concrete_stairs",
|
||||
"tfmg:yellow_concrete",
|
||||
"tfmg:light_blue_rebar_concrete_slab",
|
||||
"tfmg:yellow_concrete_wall",
|
||||
"tfmg:red_rebar_concrete",
|
||||
"tfmg:yellow_concrete_stairs",
|
||||
"tfmg:red_rebar_concrete_wall",
|
||||
"tfmg:yellow_concrete_slab",
|
||||
"tfmg:red_rebar_concrete_stairs",
|
||||
"tfmg:gray_concrete",
|
||||
"tfmg:red_rebar_concrete_slab",
|
||||
"tfmg:gray_concrete_wall",
|
||||
"tfmg:green_rebar_concrete",
|
||||
"tfmg:gray_concrete_stairs",
|
||||
"tfmg:green_rebar_concrete_wall",
|
||||
"tfmg:gray_concrete_slab",
|
||||
"tfmg:green_rebar_concrete_stairs",
|
||||
"tfmg:light_gray_concrete",
|
||||
"tfmg:green_rebar_concrete_slab",
|
||||
"tfmg:light_gray_concrete_wall",
|
||||
"tfmg:lime_rebar_concrete",
|
||||
"tfmg:light_gray_concrete_stairs",
|
||||
"tfmg:lime_rebar_concrete_wall",
|
||||
"tfmg:light_gray_concrete_slab",
|
||||
"tfmg:lime_rebar_concrete_stairs",
|
||||
"tfmg:brown_concrete",
|
||||
"tfmg:lime_rebar_concrete_slab",
|
||||
"tfmg:brown_concrete_wall",
|
||||
"tfmg:pink_rebar_concrete",
|
||||
"tfmg:brown_concrete_stairs",
|
||||
"tfmg:pink_rebar_concrete_wall",
|
||||
"tfmg:brown_concrete_slab",
|
||||
"tfmg:pink_rebar_concrete_stairs",
|
||||
"tfmg:cyan_concrete",
|
||||
"tfmg:pink_rebar_concrete_slab",
|
||||
"tfmg:cyan_concrete_wall",
|
||||
"tfmg:magenta_rebar_concrete",
|
||||
"tfmg:cyan_concrete_stairs",
|
||||
"tfmg:magenta_rebar_concrete_wall",
|
||||
"tfmg:cyan_concrete_slab",
|
||||
"tfmg:magenta_rebar_concrete_stairs",
|
||||
"tfmg:purple_concrete",
|
||||
"tfmg:magenta_rebar_concrete_slab",
|
||||
"tfmg:purple_concrete_wall",
|
||||
"tfmg:yellow_rebar_concrete",
|
||||
"tfmg:purple_concrete_stairs",
|
||||
"tfmg:yellow_rebar_concrete_wall",
|
||||
"tfmg:purple_concrete_slab",
|
||||
"tfmg:yellow_rebar_concrete_stairs",
|
||||
"tfmg:orange_concrete",
|
||||
"tfmg:yellow_rebar_concrete_slab",
|
||||
"tfmg:orange_concrete_wall",
|
||||
"tfmg:gray_rebar_concrete",
|
||||
"tfmg:orange_concrete_stairs",
|
||||
"tfmg:gray_rebar_concrete_wall",
|
||||
"tfmg:orange_concrete_slab",
|
||||
"tfmg:gray_rebar_concrete_stairs",
|
||||
"tfmg:black_concrete",
|
||||
"tfmg:gray_rebar_concrete_slab",
|
||||
"tfmg:black_concrete_wall",
|
||||
"tfmg:light_gray_rebar_concrete",
|
||||
"tfmg:black_concrete_stairs",
|
||||
"tfmg:light_gray_rebar_concrete_wall",
|
||||
"tfmg:black_concrete_slab",
|
||||
"tfmg:light_gray_rebar_concrete_stairs",
|
||||
"tfmg:white_rebar_concrete",
|
||||
"tfmg:light_gray_rebar_concrete_slab",
|
||||
"tfmg:white_rebar_concrete_wall",
|
||||
"tfmg:brown_rebar_concrete",
|
||||
"tfmg:white_rebar_concrete_stairs",
|
||||
"tfmg:brown_rebar_concrete_wall",
|
||||
"tfmg:white_rebar_concrete_slab",
|
||||
"tfmg:brown_rebar_concrete_stairs",
|
||||
"tfmg:blue_rebar_concrete",
|
||||
"tfmg:brown_rebar_concrete_slab",
|
||||
"tfmg:blue_rebar_concrete_wall",
|
||||
"tfmg:cyan_rebar_concrete",
|
||||
"tfmg:blue_rebar_concrete_stairs",
|
||||
"tfmg:cyan_rebar_concrete_wall",
|
||||
"tfmg:blue_rebar_concrete_slab",
|
||||
"tfmg:cyan_rebar_concrete_stairs",
|
||||
"tfmg:light_blue_rebar_concrete",
|
||||
"tfmg:cyan_rebar_concrete_slab",
|
||||
"tfmg:light_blue_rebar_concrete_wall",
|
||||
"tfmg:purple_rebar_concrete",
|
||||
"tfmg:light_blue_rebar_concrete_stairs",
|
||||
"tfmg:purple_rebar_concrete_wall",
|
||||
"tfmg:light_blue_rebar_concrete_slab",
|
||||
"tfmg:purple_rebar_concrete_stairs",
|
||||
"tfmg:red_rebar_concrete",
|
||||
"tfmg:purple_rebar_concrete_slab",
|
||||
"tfmg:red_rebar_concrete_wall",
|
||||
"tfmg:orange_rebar_concrete",
|
||||
"tfmg:red_rebar_concrete_stairs",
|
||||
"tfmg:orange_rebar_concrete_wall",
|
||||
"tfmg:red_rebar_concrete_slab",
|
||||
"tfmg:orange_rebar_concrete_stairs",
|
||||
"tfmg:green_rebar_concrete",
|
||||
"tfmg:orange_rebar_concrete_slab",
|
||||
"tfmg:green_rebar_concrete_wall",
|
||||
"tfmg:green_rebar_concrete_stairs",
|
||||
"tfmg:black_rebar_concrete",
|
||||
"tfmg:green_rebar_concrete_slab",
|
||||
"tfmg:black_rebar_concrete_wall",
|
||||
"tfmg:lime_rebar_concrete",
|
||||
"tfmg:black_rebar_concrete_stairs",
|
||||
"tfmg:lime_rebar_concrete_wall",
|
||||
"tfmg:black_rebar_concrete_slab",
|
||||
"tfmg:lime_rebar_concrete_stairs",
|
||||
"tfmg:asphalt",
|
||||
"tfmg:lime_rebar_concrete_slab",
|
||||
"tfmg:asphalt_wall",
|
||||
"tfmg:pink_rebar_concrete",
|
||||
"tfmg:asphalt_slab",
|
||||
"tfmg:pink_rebar_concrete_wall",
|
||||
"tfmg:asphalt_stairs",
|
||||
"tfmg:pink_rebar_concrete_stairs",
|
||||
"tfmg:brass_pipe",
|
||||
"tfmg:pink_rebar_concrete_slab",
|
||||
"tfmg:encased_brass_pipe",
|
||||
"tfmg:magenta_rebar_concrete",
|
||||
"tfmg:glass_brass_pipe",
|
||||
"tfmg:magenta_rebar_concrete_wall",
|
||||
"tfmg:brass_mechanical_pump",
|
||||
"tfmg:magenta_rebar_concrete_stairs",
|
||||
"tfmg:brass_smart_fluid_pipe",
|
||||
"tfmg:magenta_rebar_concrete_slab",
|
||||
"tfmg:brass_fluid_valve",
|
||||
"tfmg:yellow_rebar_concrete",
|
||||
"tfmg:steel_pipe",
|
||||
"tfmg:yellow_rebar_concrete_wall",
|
||||
"tfmg:encased_steel_pipe",
|
||||
"tfmg:yellow_rebar_concrete_stairs",
|
||||
"tfmg:glass_steel_pipe",
|
||||
"tfmg:yellow_rebar_concrete_slab",
|
||||
"tfmg:steel_mechanical_pump",
|
||||
"tfmg:gray_rebar_concrete",
|
||||
"tfmg:steel_smart_fluid_pipe",
|
||||
"tfmg:gray_rebar_concrete_wall",
|
||||
"tfmg:steel_fluid_valve",
|
||||
"tfmg:gray_rebar_concrete_stairs",
|
||||
"tfmg:aluminum_pipe",
|
||||
"tfmg:gray_rebar_concrete_slab",
|
||||
"tfmg:encased_aluminum_pipe",
|
||||
"tfmg:light_gray_rebar_concrete",
|
||||
"tfmg:glass_aluminum_pipe",
|
||||
"tfmg:light_gray_rebar_concrete_wall",
|
||||
"tfmg:aluminum_mechanical_pump",
|
||||
"tfmg:light_gray_rebar_concrete_stairs",
|
||||
"tfmg:aluminum_smart_fluid_pipe",
|
||||
"tfmg:light_gray_rebar_concrete_slab",
|
||||
"tfmg:aluminum_fluid_valve",
|
||||
"tfmg:brown_rebar_concrete",
|
||||
"tfmg:cast_iron_pipe",
|
||||
"tfmg:brown_rebar_concrete_wall",
|
||||
"tfmg:brown_rebar_concrete_stairs",
|
||||
"tfmg:encased_cast_iron_pipe",
|
||||
"tfmg:brown_rebar_concrete_slab",
|
||||
"tfmg:glass_cast_iron_pipe",
|
||||
"tfmg:cyan_rebar_concrete",
|
||||
"tfmg:cast_iron_mechanical_pump",
|
||||
"tfmg:cyan_rebar_concrete_wall",
|
||||
"tfmg:cast_iron_smart_fluid_pipe",
|
||||
"tfmg:cyan_rebar_concrete_stairs",
|
||||
"tfmg:cast_iron_fluid_valve",
|
||||
"tfmg:cyan_rebar_concrete_slab",
|
||||
"tfmg:plastic_pipe",
|
||||
"tfmg:purple_rebar_concrete",
|
||||
"tfmg:purple_rebar_concrete_wall",
|
||||
"tfmg:encased_plastic_pipe",
|
||||
"tfmg:purple_rebar_concrete_stairs",
|
||||
"tfmg:purple_rebar_concrete_slab",
|
||||
"tfmg:glass_plastic_pipe",
|
||||
"tfmg:orange_rebar_concrete",
|
||||
"tfmg:plastic_mechanical_pump",
|
||||
"tfmg:orange_rebar_concrete_wall",
|
||||
"tfmg:orange_rebar_concrete_stairs",
|
||||
"tfmg:plastic_smart_fluid_pipe",
|
||||
"tfmg:orange_rebar_concrete_slab",
|
||||
"tfmg:plastic_fluid_valve",
|
||||
"tfmg:black_rebar_concrete",
|
||||
"tfmg:black_rebar_concrete_wall",
|
||||
"tfmg:steel_encased_shaft",
|
||||
"tfmg:black_rebar_concrete_stairs",
|
||||
"tfmg:heavy_casing_encased_shaft",
|
||||
"tfmg:black_rebar_concrete_slab",
|
||||
"tfmg:asphalt",
|
||||
"tfmg:steel_encased_steel_cogwheel",
|
||||
"tfmg:asphalt_wall",
|
||||
"tfmg:asphalt_slab",
|
||||
"tfmg:heavy_casing_encased_steel_cogwheel",
|
||||
"tfmg:asphalt_stairs",
|
||||
"tfmg:brass_pipe",
|
||||
"tfmg:steel_encased_large_steel_cogwheel",
|
||||
"tfmg:encased_brass_pipe",
|
||||
"tfmg:glass_brass_pipe",
|
||||
"tfmg:heavy_casing_encased_large_steel_cogwheel",
|
||||
"tfmg:brass_mechanical_pump",
|
||||
"tfmg:steel_encased_aluminum_cogwheel",
|
||||
"tfmg:brass_smart_fluid_pipe",
|
||||
"tfmg:brass_fluid_valve",
|
||||
"tfmg:heavy_casing_encased_aluminum_cogwheel",
|
||||
"tfmg:steel_pipe",
|
||||
"tfmg:encased_steel_pipe",
|
||||
"tfmg:steel_encased_large_aluminum_cogwheel",
|
||||
"tfmg:glass_steel_pipe",
|
||||
"tfmg:steel_mechanical_pump",
|
||||
"tfmg:heavy_casing_encased_large_aluminum_cogwheel",
|
||||
"tfmg:steel_smart_fluid_pipe",
|
||||
"tfmg:steel_fluid_valve",
|
||||
"tfmg:bauxite",
|
||||
"tfmg:aluminum_pipe",
|
||||
"tfmg:encased_aluminum_pipe",
|
||||
"tfmg:glass_aluminum_pipe",
|
||||
"tfmg:cut_bauxite",
|
||||
"tfmg:aluminum_mechanical_pump",
|
||||
"tfmg:aluminum_smart_fluid_pipe",
|
||||
"tfmg:cut_bauxite_stairs",
|
||||
"tfmg:aluminum_fluid_valve",
|
||||
"tfmg:cast_iron_pipe",
|
||||
"tfmg:cut_bauxite_slab",
|
||||
"tfmg:encased_cast_iron_pipe",
|
||||
"tfmg:glass_cast_iron_pipe",
|
||||
"tfmg:cut_bauxite_wall",
|
||||
"tfmg:cast_iron_mechanical_pump",
|
||||
"tfmg:cast_iron_smart_fluid_pipe",
|
||||
"tfmg:polished_cut_bauxite",
|
||||
"tfmg:cast_iron_fluid_valve",
|
||||
"tfmg:polished_cut_bauxite_stairs",
|
||||
"tfmg:plastic_pipe",
|
||||
"tfmg:encased_plastic_pipe",
|
||||
"tfmg:polished_cut_bauxite_slab",
|
||||
"tfmg:glass_plastic_pipe",
|
||||
"tfmg:plastic_mechanical_pump",
|
||||
"tfmg:polished_cut_bauxite_wall",
|
||||
"tfmg:plastic_smart_fluid_pipe",
|
||||
"tfmg:plastic_fluid_valve",
|
||||
"tfmg:cut_bauxite_bricks",
|
||||
"tfmg:steel_encased_shaft",
|
||||
"tfmg:heavy_casing_encased_shaft",
|
||||
"tfmg:cut_bauxite_brick_stairs",
|
||||
"tfmg:steel_encased_steel_cogwheel",
|
||||
"tfmg:heavy_casing_encased_steel_cogwheel",
|
||||
"tfmg:cut_bauxite_brick_slab",
|
||||
"tfmg:steel_encased_large_steel_cogwheel",
|
||||
"tfmg:heavy_casing_encased_large_steel_cogwheel",
|
||||
"tfmg:cut_bauxite_brick_wall",
|
||||
"tfmg:steel_encased_aluminum_cogwheel",
|
||||
"tfmg:heavy_casing_encased_aluminum_cogwheel",
|
||||
"tfmg:small_bauxite_bricks",
|
||||
"tfmg:steel_encased_large_aluminum_cogwheel",
|
||||
"tfmg:small_bauxite_brick_stairs",
|
||||
"tfmg:heavy_casing_encased_large_aluminum_cogwheel",
|
||||
"tfmg:small_bauxite_brick_slab",
|
||||
"tfmg:bauxite",
|
||||
"tfmg:cut_bauxite",
|
||||
"tfmg:small_bauxite_brick_wall",
|
||||
"tfmg:cut_bauxite_stairs",
|
||||
"tfmg:layered_bauxite",
|
||||
"tfmg:cut_bauxite_slab",
|
||||
"tfmg:cut_bauxite_wall",
|
||||
"tfmg:bauxite_pillar",
|
||||
"tfmg:polished_cut_bauxite",
|
||||
"tfmg:galena",
|
||||
"tfmg:polished_cut_bauxite_stairs",
|
||||
"tfmg:cut_galena",
|
||||
"tfmg:polished_cut_bauxite_slab",
|
||||
"tfmg:polished_cut_bauxite_wall",
|
||||
"tfmg:cut_galena_stairs",
|
||||
"tfmg:cut_bauxite_bricks",
|
||||
"tfmg:cut_bauxite_brick_stairs",
|
||||
"tfmg:cut_galena_slab",
|
||||
"tfmg:cut_bauxite_brick_slab",
|
||||
"tfmg:cut_bauxite_brick_wall",
|
||||
"tfmg:cut_galena_wall",
|
||||
"tfmg:small_bauxite_bricks",
|
||||
"tfmg:small_bauxite_brick_stairs",
|
||||
"tfmg:polished_cut_galena",
|
||||
"tfmg:small_bauxite_brick_slab",
|
||||
"tfmg:small_bauxite_brick_wall",
|
||||
"tfmg:polished_cut_galena_stairs",
|
||||
"tfmg:layered_bauxite",
|
||||
"tfmg:bauxite_pillar",
|
||||
"tfmg:polished_cut_galena_slab",
|
||||
"tfmg:galena",
|
||||
"tfmg:cut_galena",
|
||||
"tfmg:polished_cut_galena_wall",
|
||||
"tfmg:cut_galena_stairs",
|
||||
"tfmg:cut_galena_bricks",
|
||||
"tfmg:cut_galena_slab",
|
||||
"tfmg:cut_galena_wall",
|
||||
"tfmg:cut_galena_brick_stairs",
|
||||
"tfmg:polished_cut_galena",
|
||||
"tfmg:polished_cut_galena_stairs",
|
||||
"tfmg:cut_galena_brick_slab",
|
||||
"tfmg:polished_cut_galena_slab",
|
||||
"tfmg:polished_cut_galena_wall",
|
||||
"tfmg:cut_galena_brick_wall",
|
||||
"tfmg:cut_galena_bricks",
|
||||
"tfmg:cut_galena_brick_stairs",
|
||||
"tfmg:small_galena_bricks",
|
||||
"tfmg:cut_galena_brick_slab",
|
||||
"tfmg:cut_galena_brick_wall",
|
||||
"tfmg:small_galena_brick_stairs",
|
||||
"tfmg:small_galena_bricks",
|
||||
"tfmg:small_galena_brick_stairs",
|
||||
"tfmg:small_galena_brick_slab",
|
||||
"tfmg:small_galena_brick_slab",
|
||||
"tfmg:small_galena_brick_wall",
|
||||
"tfmg:small_galena_brick_wall",
|
||||
"tfmg:layered_galena",
|
||||
"tfmg:galena_pillar",
|
||||
"tfmg:layered_galena",
|
||||
"tfmg:galena_pillar"
|
||||
]
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:fireclay",
|
||||
"tfmg:fireclay",
|
||||
"tfmg:cement",
|
||||
"tfmg:cement"
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:bauxite",
|
||||
"tfmg:bauxite",
|
||||
"tfmg:galena",
|
||||
"tfmg:galena"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:raw_nickel_block",
|
||||
"tfmg:raw_lead_block",
|
||||
"tfmg:raw_lithium_block",
|
||||
"tfmg:raw_nickel_block",
|
||||
"tfmg:raw_lead_block",
|
||||
"tfmg:raw_lithium_block",
|
||||
@@ -9,6 +12,13 @@
|
||||
"tfmg:lead_block",
|
||||
"tfmg:constantan_block",
|
||||
"tfmg:nickel_block",
|
||||
"tfmg:lithium_block",
|
||||
"tfmg:steel_block",
|
||||
"tfmg:cast_iron_block",
|
||||
"tfmg:aluminum_block",
|
||||
"tfmg:lead_block",
|
||||
"tfmg:constantan_block",
|
||||
"tfmg:nickel_block",
|
||||
"tfmg:lithium_block"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,13 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:blast_furnace_output",
|
||||
"tfmg:blast_furnace_hatch",
|
||||
"tfmg:fireproof_bricks",
|
||||
"tfmg:reinforced_fireproof_bricks",
|
||||
"tfmg:blast_furnace_reinforcement",
|
||||
"tfmg:blast_furnace_reinforcement_wall",
|
||||
"tfmg:rusted_blast_furnace_reinforcement",
|
||||
"tfmg:rusted_blast_furnace_reinforcement_wall",
|
||||
"tfmg:lead_ore",
|
||||
"tfmg:deepslate_lead_ore",
|
||||
"tfmg:nickel_ore",
|
||||
@@ -16,6 +24,8 @@
|
||||
"tfmg:rusted_blast_furnace_reinforcement_wall",
|
||||
"tfmg:plastic_block",
|
||||
"tfmg:coal_coke_block",
|
||||
"tfmg:plastic_block",
|
||||
"tfmg:coal_coke_block",
|
||||
"tfmg:white_caution_block",
|
||||
"tfmg:blue_caution_block",
|
||||
"tfmg:light_blue_caution_block",
|
||||
@@ -59,76 +69,231 @@
|
||||
"tfmg:green_concrete_wall",
|
||||
"tfmg:green_concrete_stairs",
|
||||
"tfmg:green_concrete_slab",
|
||||
"tfmg:white_caution_block",
|
||||
"tfmg:lime_concrete",
|
||||
"tfmg:blue_caution_block",
|
||||
"tfmg:lime_concrete_wall",
|
||||
"tfmg:light_blue_caution_block",
|
||||
"tfmg:lime_concrete_stairs",
|
||||
"tfmg:red_caution_block",
|
||||
"tfmg:lime_concrete_slab",
|
||||
"tfmg:green_caution_block",
|
||||
"tfmg:pink_concrete",
|
||||
"tfmg:lime_caution_block",
|
||||
"tfmg:pink_concrete_wall",
|
||||
"tfmg:pink_caution_block",
|
||||
"tfmg:pink_concrete_stairs",
|
||||
"tfmg:magenta_caution_block",
|
||||
"tfmg:pink_concrete_slab",
|
||||
"tfmg:yellow_caution_block",
|
||||
"tfmg:magenta_concrete",
|
||||
"tfmg:gray_caution_block",
|
||||
"tfmg:magenta_concrete_wall",
|
||||
"tfmg:light_gray_caution_block",
|
||||
"tfmg:magenta_concrete_stairs",
|
||||
"tfmg:brown_caution_block",
|
||||
"tfmg:magenta_concrete_slab",
|
||||
"tfmg:cyan_caution_block",
|
||||
"tfmg:yellow_concrete",
|
||||
"tfmg:purple_caution_block",
|
||||
"tfmg:yellow_concrete_wall",
|
||||
"tfmg:orange_caution_block",
|
||||
"tfmg:yellow_concrete_stairs",
|
||||
"tfmg:concrete_wall",
|
||||
"tfmg:yellow_concrete_slab",
|
||||
"tfmg:concrete",
|
||||
"tfmg:gray_concrete",
|
||||
"tfmg:concrete_stairs",
|
||||
"tfmg:gray_concrete_wall",
|
||||
"tfmg:concrete_slab",
|
||||
"tfmg:gray_concrete_stairs",
|
||||
"tfmg:rebar_concrete_wall",
|
||||
"tfmg:gray_concrete_slab",
|
||||
"tfmg:rebar_concrete",
|
||||
"tfmg:light_gray_concrete",
|
||||
"tfmg:rebar_concrete_stairs",
|
||||
"tfmg:light_gray_concrete_wall",
|
||||
"tfmg:rebar_concrete_slab",
|
||||
"tfmg:light_gray_concrete_stairs",
|
||||
"tfmg:white_concrete",
|
||||
"tfmg:light_gray_concrete_slab",
|
||||
"tfmg:white_concrete_wall",
|
||||
"tfmg:brown_concrete",
|
||||
"tfmg:white_concrete_stairs",
|
||||
"tfmg:brown_concrete_wall",
|
||||
"tfmg:white_concrete_slab",
|
||||
"tfmg:brown_concrete_stairs",
|
||||
"tfmg:blue_concrete",
|
||||
"tfmg:brown_concrete_slab",
|
||||
"tfmg:blue_concrete_wall",
|
||||
"tfmg:cyan_concrete",
|
||||
"tfmg:blue_concrete_stairs",
|
||||
"tfmg:cyan_concrete_wall",
|
||||
"tfmg:blue_concrete_slab",
|
||||
"tfmg:cyan_concrete_stairs",
|
||||
"tfmg:light_blue_concrete",
|
||||
"tfmg:cyan_concrete_slab",
|
||||
"tfmg:light_blue_concrete_wall",
|
||||
"tfmg:purple_concrete",
|
||||
"tfmg:light_blue_concrete_stairs",
|
||||
"tfmg:purple_concrete_wall",
|
||||
"tfmg:light_blue_concrete_slab",
|
||||
"tfmg:purple_concrete_stairs",
|
||||
"tfmg:red_concrete",
|
||||
"tfmg:purple_concrete_slab",
|
||||
"tfmg:red_concrete_wall",
|
||||
"tfmg:orange_concrete",
|
||||
"tfmg:red_concrete_stairs",
|
||||
"tfmg:orange_concrete_wall",
|
||||
"tfmg:red_concrete_slab",
|
||||
"tfmg:orange_concrete_stairs",
|
||||
"tfmg:green_concrete",
|
||||
"tfmg:orange_concrete_slab",
|
||||
"tfmg:green_concrete_wall",
|
||||
"tfmg:black_concrete",
|
||||
"tfmg:green_concrete_stairs",
|
||||
"tfmg:black_concrete_wall",
|
||||
"tfmg:green_concrete_slab",
|
||||
"tfmg:black_concrete_stairs",
|
||||
"tfmg:lime_concrete",
|
||||
"tfmg:black_concrete_slab",
|
||||
"tfmg:lime_concrete_wall",
|
||||
"tfmg:white_rebar_concrete",
|
||||
"tfmg:lime_concrete_stairs",
|
||||
"tfmg:white_rebar_concrete_wall",
|
||||
"tfmg:lime_concrete_slab",
|
||||
"tfmg:white_rebar_concrete_stairs",
|
||||
"tfmg:pink_concrete",
|
||||
"tfmg:white_rebar_concrete_slab",
|
||||
"tfmg:pink_concrete_wall",
|
||||
"tfmg:blue_rebar_concrete",
|
||||
"tfmg:pink_concrete_stairs",
|
||||
"tfmg:blue_rebar_concrete_wall",
|
||||
"tfmg:pink_concrete_slab",
|
||||
"tfmg:blue_rebar_concrete_stairs",
|
||||
"tfmg:magenta_concrete",
|
||||
"tfmg:blue_rebar_concrete_slab",
|
||||
"tfmg:magenta_concrete_wall",
|
||||
"tfmg:light_blue_rebar_concrete",
|
||||
"tfmg:magenta_concrete_stairs",
|
||||
"tfmg:light_blue_rebar_concrete_wall",
|
||||
"tfmg:magenta_concrete_slab",
|
||||
"tfmg:light_blue_rebar_concrete_stairs",
|
||||
"tfmg:yellow_concrete",
|
||||
"tfmg:light_blue_rebar_concrete_slab",
|
||||
"tfmg:yellow_concrete_wall",
|
||||
"tfmg:red_rebar_concrete",
|
||||
"tfmg:yellow_concrete_stairs",
|
||||
"tfmg:red_rebar_concrete_wall",
|
||||
"tfmg:yellow_concrete_slab",
|
||||
"tfmg:red_rebar_concrete_stairs",
|
||||
"tfmg:gray_concrete",
|
||||
"tfmg:red_rebar_concrete_slab",
|
||||
"tfmg:gray_concrete_wall",
|
||||
"tfmg:green_rebar_concrete",
|
||||
"tfmg:gray_concrete_stairs",
|
||||
"tfmg:green_rebar_concrete_wall",
|
||||
"tfmg:gray_concrete_slab",
|
||||
"tfmg:green_rebar_concrete_stairs",
|
||||
"tfmg:light_gray_concrete",
|
||||
"tfmg:green_rebar_concrete_slab",
|
||||
"tfmg:light_gray_concrete_wall",
|
||||
"tfmg:lime_rebar_concrete",
|
||||
"tfmg:light_gray_concrete_stairs",
|
||||
"tfmg:lime_rebar_concrete_wall",
|
||||
"tfmg:light_gray_concrete_slab",
|
||||
"tfmg:lime_rebar_concrete_stairs",
|
||||
"tfmg:brown_concrete",
|
||||
"tfmg:lime_rebar_concrete_slab",
|
||||
"tfmg:brown_concrete_wall",
|
||||
"tfmg:pink_rebar_concrete",
|
||||
"tfmg:brown_concrete_stairs",
|
||||
"tfmg:pink_rebar_concrete_wall",
|
||||
"tfmg:brown_concrete_slab",
|
||||
"tfmg:pink_rebar_concrete_stairs",
|
||||
"tfmg:cyan_concrete",
|
||||
"tfmg:pink_rebar_concrete_slab",
|
||||
"tfmg:cyan_concrete_wall",
|
||||
"tfmg:magenta_rebar_concrete",
|
||||
"tfmg:cyan_concrete_stairs",
|
||||
"tfmg:magenta_rebar_concrete_wall",
|
||||
"tfmg:cyan_concrete_slab",
|
||||
"tfmg:magenta_rebar_concrete_stairs",
|
||||
"tfmg:purple_concrete",
|
||||
"tfmg:magenta_rebar_concrete_slab",
|
||||
"tfmg:purple_concrete_wall",
|
||||
"tfmg:yellow_rebar_concrete",
|
||||
"tfmg:purple_concrete_stairs",
|
||||
"tfmg:yellow_rebar_concrete_wall",
|
||||
"tfmg:purple_concrete_slab",
|
||||
"tfmg:yellow_rebar_concrete_stairs",
|
||||
"tfmg:orange_concrete",
|
||||
"tfmg:yellow_rebar_concrete_slab",
|
||||
"tfmg:orange_concrete_wall",
|
||||
"tfmg:gray_rebar_concrete",
|
||||
"tfmg:orange_concrete_stairs",
|
||||
"tfmg:gray_rebar_concrete_wall",
|
||||
"tfmg:orange_concrete_slab",
|
||||
"tfmg:gray_rebar_concrete_stairs",
|
||||
"tfmg:black_concrete",
|
||||
"tfmg:gray_rebar_concrete_slab",
|
||||
"tfmg:black_concrete_wall",
|
||||
"tfmg:light_gray_rebar_concrete",
|
||||
"tfmg:black_concrete_stairs",
|
||||
"tfmg:light_gray_rebar_concrete_wall",
|
||||
"tfmg:black_concrete_slab",
|
||||
"tfmg:light_gray_rebar_concrete_stairs",
|
||||
"tfmg:white_rebar_concrete",
|
||||
"tfmg:light_gray_rebar_concrete_slab",
|
||||
"tfmg:white_rebar_concrete_wall",
|
||||
"tfmg:brown_rebar_concrete",
|
||||
"tfmg:white_rebar_concrete_stairs",
|
||||
"tfmg:brown_rebar_concrete_wall",
|
||||
"tfmg:white_rebar_concrete_slab",
|
||||
"tfmg:brown_rebar_concrete_stairs",
|
||||
"tfmg:blue_rebar_concrete",
|
||||
"tfmg:brown_rebar_concrete_slab",
|
||||
"tfmg:blue_rebar_concrete_wall",
|
||||
"tfmg:cyan_rebar_concrete",
|
||||
"tfmg:blue_rebar_concrete_stairs",
|
||||
"tfmg:cyan_rebar_concrete_wall",
|
||||
"tfmg:blue_rebar_concrete_slab",
|
||||
"tfmg:cyan_rebar_concrete_stairs",
|
||||
"tfmg:light_blue_rebar_concrete",
|
||||
"tfmg:cyan_rebar_concrete_slab",
|
||||
"tfmg:light_blue_rebar_concrete_wall",
|
||||
"tfmg:purple_rebar_concrete",
|
||||
"tfmg:light_blue_rebar_concrete_stairs",
|
||||
"tfmg:purple_rebar_concrete_wall",
|
||||
"tfmg:light_blue_rebar_concrete_slab",
|
||||
"tfmg:purple_rebar_concrete_stairs",
|
||||
"tfmg:red_rebar_concrete",
|
||||
"tfmg:purple_rebar_concrete_slab",
|
||||
"tfmg:red_rebar_concrete_wall",
|
||||
"tfmg:orange_rebar_concrete",
|
||||
"tfmg:red_rebar_concrete_stairs",
|
||||
"tfmg:orange_rebar_concrete_wall",
|
||||
"tfmg:red_rebar_concrete_slab",
|
||||
"tfmg:orange_rebar_concrete_stairs",
|
||||
"tfmg:green_rebar_concrete",
|
||||
"tfmg:orange_rebar_concrete_slab",
|
||||
"tfmg:green_rebar_concrete_wall",
|
||||
"tfmg:green_rebar_concrete_stairs",
|
||||
"tfmg:black_rebar_concrete",
|
||||
"tfmg:green_rebar_concrete_slab",
|
||||
"tfmg:black_rebar_concrete_wall",
|
||||
"tfmg:lime_rebar_concrete",
|
||||
"tfmg:black_rebar_concrete_stairs",
|
||||
"tfmg:lime_rebar_concrete_wall",
|
||||
"tfmg:black_rebar_concrete_slab",
|
||||
"tfmg:lime_rebar_concrete_stairs",
|
||||
"tfmg:asphalt",
|
||||
"tfmg:lime_rebar_concrete_slab",
|
||||
"tfmg:asphalt_wall",
|
||||
"tfmg:pink_rebar_concrete",
|
||||
"tfmg:asphalt_slab",
|
||||
"tfmg:pink_rebar_concrete_wall",
|
||||
"tfmg:asphalt_stairs",
|
||||
"tfmg:pink_rebar_concrete_stairs",
|
||||
"tfmg:pink_rebar_concrete_slab",
|
||||
"tfmg:magenta_rebar_concrete",
|
||||
|
||||
@@ -11,19 +11,54 @@
|
||||
"tfmg:pink_concrete_slab",
|
||||
"tfmg:magenta_concrete_slab",
|
||||
"tfmg:yellow_concrete_slab",
|
||||
"tfmg:concrete_slab",
|
||||
"tfmg:gray_concrete_slab",
|
||||
"tfmg:rebar_concrete_slab",
|
||||
"tfmg:light_gray_concrete_slab",
|
||||
"tfmg:white_concrete_slab",
|
||||
"tfmg:brown_concrete_slab",
|
||||
"tfmg:blue_concrete_slab",
|
||||
"tfmg:cyan_concrete_slab",
|
||||
"tfmg:light_blue_concrete_slab",
|
||||
"tfmg:purple_concrete_slab",
|
||||
"tfmg:red_concrete_slab",
|
||||
"tfmg:orange_concrete_slab",
|
||||
"tfmg:green_concrete_slab",
|
||||
"tfmg:black_concrete_slab",
|
||||
"tfmg:lime_concrete_slab",
|
||||
"tfmg:white_rebar_concrete_slab",
|
||||
"tfmg:pink_concrete_slab",
|
||||
"tfmg:blue_rebar_concrete_slab",
|
||||
"tfmg:magenta_concrete_slab",
|
||||
"tfmg:light_blue_rebar_concrete_slab",
|
||||
"tfmg:yellow_concrete_slab",
|
||||
"tfmg:red_rebar_concrete_slab",
|
||||
"tfmg:gray_concrete_slab",
|
||||
"tfmg:green_rebar_concrete_slab",
|
||||
"tfmg:light_gray_concrete_slab",
|
||||
"tfmg:lime_rebar_concrete_slab",
|
||||
"tfmg:brown_concrete_slab",
|
||||
"tfmg:pink_rebar_concrete_slab",
|
||||
"tfmg:cyan_concrete_slab",
|
||||
"tfmg:magenta_rebar_concrete_slab",
|
||||
"tfmg:purple_concrete_slab",
|
||||
"tfmg:yellow_rebar_concrete_slab",
|
||||
"tfmg:orange_concrete_slab",
|
||||
"tfmg:gray_rebar_concrete_slab",
|
||||
"tfmg:black_concrete_slab",
|
||||
"tfmg:light_gray_rebar_concrete_slab",
|
||||
"tfmg:white_rebar_concrete_slab",
|
||||
"tfmg:brown_rebar_concrete_slab",
|
||||
"tfmg:blue_rebar_concrete_slab",
|
||||
"tfmg:cyan_rebar_concrete_slab",
|
||||
"tfmg:light_blue_rebar_concrete_slab",
|
||||
"tfmg:purple_rebar_concrete_slab",
|
||||
"tfmg:red_rebar_concrete_slab",
|
||||
"tfmg:orange_rebar_concrete_slab",
|
||||
"tfmg:green_rebar_concrete_slab",
|
||||
"tfmg:black_rebar_concrete_slab",
|
||||
"tfmg:lime_rebar_concrete_slab",
|
||||
"tfmg:asphalt_slab",
|
||||
"tfmg:pink_rebar_concrete_slab",
|
||||
"tfmg:magenta_rebar_concrete_slab",
|
||||
"tfmg:yellow_rebar_concrete_slab",
|
||||
@@ -39,9 +74,17 @@
|
||||
"tfmg:polished_cut_bauxite_slab",
|
||||
"tfmg:cut_bauxite_brick_slab",
|
||||
"tfmg:small_bauxite_brick_slab",
|
||||
"tfmg:cut_bauxite_slab",
|
||||
"tfmg:polished_cut_bauxite_slab",
|
||||
"tfmg:cut_galena_slab",
|
||||
"tfmg:cut_bauxite_brick_slab",
|
||||
"tfmg:small_bauxite_brick_slab",
|
||||
"tfmg:polished_cut_galena_slab",
|
||||
"tfmg:cut_galena_slab",
|
||||
"tfmg:cut_galena_brick_slab",
|
||||
"tfmg:polished_cut_galena_slab",
|
||||
"tfmg:cut_galena_brick_slab",
|
||||
"tfmg:small_galena_brick_slab",
|
||||
"tfmg:small_galena_brick_slab"
|
||||
]
|
||||
}
|
||||
@@ -11,19 +11,54 @@
|
||||
"tfmg:pink_concrete_stairs",
|
||||
"tfmg:magenta_concrete_stairs",
|
||||
"tfmg:yellow_concrete_stairs",
|
||||
"tfmg:concrete_stairs",
|
||||
"tfmg:gray_concrete_stairs",
|
||||
"tfmg:rebar_concrete_stairs",
|
||||
"tfmg:light_gray_concrete_stairs",
|
||||
"tfmg:white_concrete_stairs",
|
||||
"tfmg:brown_concrete_stairs",
|
||||
"tfmg:blue_concrete_stairs",
|
||||
"tfmg:cyan_concrete_stairs",
|
||||
"tfmg:light_blue_concrete_stairs",
|
||||
"tfmg:purple_concrete_stairs",
|
||||
"tfmg:red_concrete_stairs",
|
||||
"tfmg:orange_concrete_stairs",
|
||||
"tfmg:green_concrete_stairs",
|
||||
"tfmg:black_concrete_stairs",
|
||||
"tfmg:lime_concrete_stairs",
|
||||
"tfmg:white_rebar_concrete_stairs",
|
||||
"tfmg:pink_concrete_stairs",
|
||||
"tfmg:blue_rebar_concrete_stairs",
|
||||
"tfmg:magenta_concrete_stairs",
|
||||
"tfmg:light_blue_rebar_concrete_stairs",
|
||||
"tfmg:yellow_concrete_stairs",
|
||||
"tfmg:red_rebar_concrete_stairs",
|
||||
"tfmg:gray_concrete_stairs",
|
||||
"tfmg:green_rebar_concrete_stairs",
|
||||
"tfmg:light_gray_concrete_stairs",
|
||||
"tfmg:lime_rebar_concrete_stairs",
|
||||
"tfmg:brown_concrete_stairs",
|
||||
"tfmg:pink_rebar_concrete_stairs",
|
||||
"tfmg:cyan_concrete_stairs",
|
||||
"tfmg:magenta_rebar_concrete_stairs",
|
||||
"tfmg:purple_concrete_stairs",
|
||||
"tfmg:yellow_rebar_concrete_stairs",
|
||||
"tfmg:orange_concrete_stairs",
|
||||
"tfmg:gray_rebar_concrete_stairs",
|
||||
"tfmg:black_concrete_stairs",
|
||||
"tfmg:light_gray_rebar_concrete_stairs",
|
||||
"tfmg:white_rebar_concrete_stairs",
|
||||
"tfmg:brown_rebar_concrete_stairs",
|
||||
"tfmg:blue_rebar_concrete_stairs",
|
||||
"tfmg:cyan_rebar_concrete_stairs",
|
||||
"tfmg:light_blue_rebar_concrete_stairs",
|
||||
"tfmg:purple_rebar_concrete_stairs",
|
||||
"tfmg:red_rebar_concrete_stairs",
|
||||
"tfmg:orange_rebar_concrete_stairs",
|
||||
"tfmg:green_rebar_concrete_stairs",
|
||||
"tfmg:black_rebar_concrete_stairs",
|
||||
"tfmg:lime_rebar_concrete_stairs",
|
||||
"tfmg:asphalt_stairs",
|
||||
"tfmg:pink_rebar_concrete_stairs",
|
||||
"tfmg:magenta_rebar_concrete_stairs",
|
||||
"tfmg:yellow_rebar_concrete_stairs",
|
||||
@@ -39,9 +74,17 @@
|
||||
"tfmg:polished_cut_bauxite_stairs",
|
||||
"tfmg:cut_bauxite_brick_stairs",
|
||||
"tfmg:small_bauxite_brick_stairs",
|
||||
"tfmg:cut_bauxite_stairs",
|
||||
"tfmg:polished_cut_bauxite_stairs",
|
||||
"tfmg:cut_galena_stairs",
|
||||
"tfmg:cut_bauxite_brick_stairs",
|
||||
"tfmg:small_bauxite_brick_stairs",
|
||||
"tfmg:polished_cut_galena_stairs",
|
||||
"tfmg:cut_galena_stairs",
|
||||
"tfmg:cut_galena_brick_stairs",
|
||||
"tfmg:polished_cut_galena_stairs",
|
||||
"tfmg:cut_galena_brick_stairs",
|
||||
"tfmg:small_galena_brick_stairs",
|
||||
"tfmg:small_galena_brick_stairs"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:steel_trapdoor",
|
||||
"tfmg:steel_trapdoor"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:fireproof_brick_reinforcement",
|
||||
"tfmg:fireproof_brick_reinforcement",
|
||||
"tfmg:concrete_wall",
|
||||
"tfmg:rebar_concrete_wall",
|
||||
@@ -12,19 +13,54 @@
|
||||
"tfmg:pink_concrete_wall",
|
||||
"tfmg:magenta_concrete_wall",
|
||||
"tfmg:yellow_concrete_wall",
|
||||
"tfmg:concrete_wall",
|
||||
"tfmg:gray_concrete_wall",
|
||||
"tfmg:rebar_concrete_wall",
|
||||
"tfmg:light_gray_concrete_wall",
|
||||
"tfmg:white_concrete_wall",
|
||||
"tfmg:brown_concrete_wall",
|
||||
"tfmg:blue_concrete_wall",
|
||||
"tfmg:cyan_concrete_wall",
|
||||
"tfmg:light_blue_concrete_wall",
|
||||
"tfmg:purple_concrete_wall",
|
||||
"tfmg:red_concrete_wall",
|
||||
"tfmg:orange_concrete_wall",
|
||||
"tfmg:green_concrete_wall",
|
||||
"tfmg:black_concrete_wall",
|
||||
"tfmg:lime_concrete_wall",
|
||||
"tfmg:white_rebar_concrete_wall",
|
||||
"tfmg:pink_concrete_wall",
|
||||
"tfmg:blue_rebar_concrete_wall",
|
||||
"tfmg:magenta_concrete_wall",
|
||||
"tfmg:light_blue_rebar_concrete_wall",
|
||||
"tfmg:yellow_concrete_wall",
|
||||
"tfmg:red_rebar_concrete_wall",
|
||||
"tfmg:gray_concrete_wall",
|
||||
"tfmg:green_rebar_concrete_wall",
|
||||
"tfmg:light_gray_concrete_wall",
|
||||
"tfmg:lime_rebar_concrete_wall",
|
||||
"tfmg:brown_concrete_wall",
|
||||
"tfmg:pink_rebar_concrete_wall",
|
||||
"tfmg:cyan_concrete_wall",
|
||||
"tfmg:magenta_rebar_concrete_wall",
|
||||
"tfmg:purple_concrete_wall",
|
||||
"tfmg:yellow_rebar_concrete_wall",
|
||||
"tfmg:orange_concrete_wall",
|
||||
"tfmg:gray_rebar_concrete_wall",
|
||||
"tfmg:black_concrete_wall",
|
||||
"tfmg:light_gray_rebar_concrete_wall",
|
||||
"tfmg:white_rebar_concrete_wall",
|
||||
"tfmg:brown_rebar_concrete_wall",
|
||||
"tfmg:blue_rebar_concrete_wall",
|
||||
"tfmg:cyan_rebar_concrete_wall",
|
||||
"tfmg:light_blue_rebar_concrete_wall",
|
||||
"tfmg:purple_rebar_concrete_wall",
|
||||
"tfmg:red_rebar_concrete_wall",
|
||||
"tfmg:orange_rebar_concrete_wall",
|
||||
"tfmg:green_rebar_concrete_wall",
|
||||
"tfmg:black_rebar_concrete_wall",
|
||||
"tfmg:lime_rebar_concrete_wall",
|
||||
"tfmg:asphalt_wall",
|
||||
"tfmg:pink_rebar_concrete_wall",
|
||||
"tfmg:magenta_rebar_concrete_wall",
|
||||
"tfmg:yellow_rebar_concrete_wall",
|
||||
@@ -40,9 +76,17 @@
|
||||
"tfmg:polished_cut_bauxite_wall",
|
||||
"tfmg:cut_bauxite_brick_wall",
|
||||
"tfmg:small_bauxite_brick_wall",
|
||||
"tfmg:cut_bauxite_wall",
|
||||
"tfmg:polished_cut_bauxite_wall",
|
||||
"tfmg:cut_bauxite_brick_wall",
|
||||
"tfmg:cut_galena_wall",
|
||||
"tfmg:small_bauxite_brick_wall",
|
||||
"tfmg:polished_cut_galena_wall",
|
||||
"tfmg:cut_galena_wall",
|
||||
"tfmg:polished_cut_galena_wall",
|
||||
"tfmg:cut_galena_brick_wall",
|
||||
"tfmg:cut_galena_brick_wall",
|
||||
"tfmg:small_galena_brick_wall",
|
||||
"tfmg:small_galena_brick_wall"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:oil_deposit",
|
||||
"tfmg:oil_deposit"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:heavy_casing_door",
|
||||
"tfmg:steel_door",
|
||||
"tfmg:aluminum_door",
|
||||
"tfmg:heavy_plated_door",
|
||||
"tfmg:heavy_casing_door",
|
||||
"tfmg:steel_door",
|
||||
"tfmg:aluminum_door",
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:heavy_casing_door",
|
||||
"tfmg:steel_door",
|
||||
"tfmg:aluminum_door",
|
||||
"tfmg:heavy_plated_door",
|
||||
"tfmg:heavy_casing_door",
|
||||
"tfmg:steel_door",
|
||||
"tfmg:aluminum_door",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"type": "tfmg:casting",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 200,
|
||||
"fluid": "tfmg:molten_plastic"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"type": "tfmg:casting",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 144,
|
||||
"fluid": "tfmg:liquid_silicon"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"type": "tfmg:casting",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 20,
|
||||
"fluid": "tfmg:molten_slag"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"type": "tfmg:casting",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 144,
|
||||
"fluid": "tfmg:molten_steel"
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"item": "tfmg:industrial_pipe"
|
||||
},
|
||||
"S": {
|
||||
"tag": "c:string"
|
||||
"tag": "c:strings"
|
||||
},
|
||||
"T": {
|
||||
"item": "tfmg:steel_fluid_tank"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"item": "tfmg:steel_mechanism"
|
||||
},
|
||||
"P": {
|
||||
"tag": "c:string"
|
||||
"tag": "c:strings"
|
||||
},
|
||||
"R": {
|
||||
"item": "tfmg:rebar"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"type": "tfmg:distillation",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 340,
|
||||
"fluid": "tfmg:crude_oil"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"type": "tfmg:distillation",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 200,
|
||||
"fluid": "tfmg:crude_oil"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"type": "tfmg:distillation",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 330,
|
||||
"fluid": "tfmg:crude_oil"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"type": "tfmg:distillation",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 200,
|
||||
"fluid": "tfmg:heavy_oil"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"type": "tfmg:distillation",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 200,
|
||||
"fluid": "tfmg:heavy_oil"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"type": "tfmg:distillation",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 200,
|
||||
"fluid": "tfmg:heavy_oil"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"item": "tfmg:fire_extinguisher"
|
||||
},
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 1000,
|
||||
"fluid": "tfmg:carbon_dioxide"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 1000,
|
||||
"fluid": "tfmg:furnace_gas"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 250,
|
||||
"fluid": "tfmg:creosote"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 1000,
|
||||
"fluid": "tfmg:hot_air"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 1000,
|
||||
"fluid": "tfmg:hydrogen"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 1000,
|
||||
"fluid": "tfmg:lpg"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"item": "minecraft:potato"
|
||||
},
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 500,
|
||||
"fluid": "tfmg:napalm"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 1000,
|
||||
"fluid": "tfmg:neon"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 1000,
|
||||
"fluid": "tfmg:propylene"
|
||||
}
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
"type": "tfmg:hot_blast",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 25,
|
||||
"fluid": "tfmg:air"
|
||||
},
|
||||
{
|
||||
"type": "fluid_tag",
|
||||
"type": "neoforge:tag",
|
||||
"amount": 5,
|
||||
"fluid_tag": "tfmg:blast_stove_fuel"
|
||||
"tag": "tfmg:blast_stove_fuel"
|
||||
}
|
||||
],
|
||||
"processing_time": 200,
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"item": "tfmg:asphalt_mixture"
|
||||
},
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 250,
|
||||
"fluid": "minecraft:water"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"item": "tfmg:concrete_mixture"
|
||||
},
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 250,
|
||||
"fluid": "minecraft:water"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"tag": "c:ingots/aluminum"
|
||||
},
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 1000,
|
||||
"fluid": "tfmg:gasoline"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"ingredient": {
|
||||
"tag": "c:ingots/steel"
|
||||
},
|
||||
"loops": 1,
|
||||
"results": [
|
||||
{
|
||||
"id": "tfmg:heavy_plate"
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"item": "tfmg:unfinished_potentiometer"
|
||||
},
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 50,
|
||||
"fluid": "tfmg:lubrication_oil"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"ingredient": {
|
||||
"item": "tfmg:plastic_sheet"
|
||||
},
|
||||
"loops": 1,
|
||||
"results": [
|
||||
{
|
||||
"chance": 120.0,
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"heat_requirement": "heated",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 500,
|
||||
"fluid": "tfmg:naphtha"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"type": "tfmg:vat_machine_recipe",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 1000,
|
||||
"fluid": "tfmg:air"
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"heat_requirement": "heated",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 500,
|
||||
"fluid": "tfmg:ethylene"
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"heat_requirement": "heated",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 500,
|
||||
"fluid": "tfmg:propylene"
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"item": "tfmg:sulfur_dust"
|
||||
},
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 250,
|
||||
"fluid": "tfmg:heavy_oil"
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"item": "tfmg:nitrate_dust"
|
||||
},
|
||||
{
|
||||
"type": "fluid_stack",
|
||||
"type": "neoforge:single",
|
||||
"amount": 1000,
|
||||
"fluid": "minecraft:water"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:fireproof_brick_reinforcement",
|
||||
"tfmg:fireproof_brick_reinforcement"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:blast_furnace_hatch",
|
||||
"tfmg:fireproof_bricks",
|
||||
"tfmg:blast_furnace_hatch",
|
||||
"tfmg:fireproof_bricks"
|
||||
]
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:pumpjack_hammer_connector",
|
||||
"tfmg:large_pumpjack_hammer_connector",
|
||||
"tfmg:pumpjack_hammer_connector",
|
||||
"tfmg:large_pumpjack_hammer_connector"
|
||||
]
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"values": [
|
||||
"tfmg:pumpjack_hammer_head",
|
||||
"tfmg:large_pumpjack_hammer_head",
|
||||
"minecraft:iron_block",
|
||||
"minecraft:iron_block"
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:large_pumpjack_hammer_part",
|
||||
"tfmg:large_pumpjack_hammer_part",
|
||||
"#tfmg:pumpjack_small_part",
|
||||
"#tfmg:pumpjack_small_part"
|
||||
]
|
||||
}
|
||||
@@ -2,6 +2,9 @@
|
||||
"values": [
|
||||
"tfmg:blast_furnace_reinforcement",
|
||||
"tfmg:rusted_blast_furnace_reinforcement",
|
||||
"tfmg:blast_furnace_reinforcement",
|
||||
"tfmg:rusted_blast_furnace_reinforcement",
|
||||
"tfmg:steel_block",
|
||||
"tfmg:steel_block"
|
||||
]
|
||||
}
|
||||
@@ -2,6 +2,9 @@
|
||||
"values": [
|
||||
"tfmg:blast_furnace_hatch",
|
||||
"tfmg:reinforced_fireproof_bricks",
|
||||
"tfmg:blast_furnace_hatch",
|
||||
"tfmg:reinforced_fireproof_bricks",
|
||||
"tfmg:steel_block",
|
||||
"tfmg:steel_block"
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:oil_deposit",
|
||||
"tfmg:heavy_machinery_casing",
|
||||
"tfmg:heavy_machinery_casing"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"values": [
|
||||
"minecraft:stick"
|
||||
]
|
||||
}
|
||||
@@ -3,36 +3,15 @@ package com.drmangotea.tfmg;
|
||||
import com.drmangotea.tfmg.content.items.weapons.advanced_potato_cannon.AdvancedPotatoCannonRenderHandler;
|
||||
import com.drmangotea.tfmg.content.items.weapons.flamethrover.FlamethrowerRenderHandler;
|
||||
import com.drmangotea.tfmg.content.items.weapons.quad_potato_cannon.QuadPotatoCannonRenderHandler;
|
||||
import com.drmangotea.tfmg.content.machinery.vat.electrode_holder.ElectrodeHolderRenderer;
|
||||
import com.drmangotea.tfmg.ponder.TFMGPonderPlugin;
|
||||
import com.drmangotea.tfmg.registry.TFMGParticleTypes;
|
||||
import com.mojang.blaze3d.vertex.MeshData;
|
||||
import com.mojang.blaze3d.vertex.PoseStack;
|
||||
import com.simibubi.create.Create;
|
||||
import com.simibubi.create.CreateClient;
|
||||
import com.simibubi.create.content.equipment.potatoCannon.PotatoCannonRenderHandler;
|
||||
import com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer;
|
||||
import com.simibubi.create.foundation.ponder.CreatePonderPlugin;
|
||||
import dev.engine_room.flywheel.lib.model.baked.EmptyVirtualBlockGetter;
|
||||
import dev.engine_room.flywheel.lib.model.baked.PartialModel;
|
||||
import net.createmod.catnip.client.render.model.BakedModelBufferer;
|
||||
import net.createmod.catnip.render.SuperBufferFactory;
|
||||
import net.createmod.catnip.render.SuperByteBuffer;
|
||||
import net.createmod.catnip.render.SuperByteBufferCache;
|
||||
import net.createmod.ponder.foundation.PonderIndex;
|
||||
import net.minecraft.client.resources.model.BakedModel;
|
||||
import net.minecraft.core.BlockPos;
|
||||
import net.minecraft.world.item.ItemStack;
|
||||
import net.minecraft.world.level.block.state.BlockState;
|
||||
import net.neoforged.api.distmarker.Dist;
|
||||
import net.neoforged.bus.api.IEventBus;
|
||||
import net.neoforged.bus.api.SubscribeEvent;
|
||||
import net.neoforged.fml.common.Mod;
|
||||
import net.neoforged.fml.event.lifecycle.FMLClientSetupEvent;
|
||||
import net.neoforged.neoforge.common.NeoForge;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
@Mod(value = TFMG.MOD_ID, dist = Dist.CLIENT)
|
||||
public class TFMGClient {
|
||||
|
||||
|
||||
@@ -3,13 +3,10 @@ package com.drmangotea.tfmg;
|
||||
import com.drmangotea.tfmg.content.electricity.connection.cable_type.CableType;
|
||||
import com.drmangotea.tfmg.content.items.weapons.flamethrover.FlamethrowerFuelType;
|
||||
import com.drmangotea.tfmg.content.machinery.vat.electrode_holder.electrode.Electrode;
|
||||
import com.simibubi.create.api.equipment.potatoCannon.PotatoCannonProjectileType;
|
||||
import net.minecraft.core.Registry;
|
||||
import net.minecraft.resources.ResourceKey;
|
||||
import net.neoforged.neoforge.registries.RegistryBuilder;
|
||||
|
||||
import static com.drmangotea.tfmg.TFMG.REGISTRATE;
|
||||
|
||||
public class TFMGRegistries {
|
||||
public static final ResourceKey<Registry<CableType>> CABLE_TYPE = createRegistryKey("cable_types");
|
||||
public static final ResourceKey<Registry<Electrode>> ELECTRODE = createRegistryKey("electrodes");
|
||||
|
||||
@@ -2,16 +2,13 @@ package com.drmangotea.tfmg.base;
|
||||
|
||||
import com.drmangotea.tfmg.TFMG;
|
||||
import com.drmangotea.tfmg.registry.TFMGItems;
|
||||
import com.google.common.base.Suppliers;
|
||||
import com.simibubi.create.AllSoundEvents;
|
||||
import com.simibubi.create.Create;
|
||||
import net.minecraft.core.Holder;
|
||||
import net.minecraft.core.registries.Registries;
|
||||
import net.minecraft.sounds.SoundEvent;
|
||||
import net.minecraft.sounds.SoundEvents;
|
||||
import net.minecraft.world.item.ArmorItem;
|
||||
import net.minecraft.world.item.ArmorMaterial;
|
||||
import net.minecraft.world.item.Items;
|
||||
import net.minecraft.world.item.crafting.Ingredient;
|
||||
import net.neoforged.bus.api.IEventBus;
|
||||
import net.neoforged.neoforge.registries.DeferredRegister;
|
||||
|
||||
@@ -23,6 +23,7 @@ import com.simibubi.create.content.kinetics.base.RotatedPillarKineticBlock;
|
||||
import com.simibubi.create.content.kinetics.simpleRelays.encased.EncasedCogCTBehaviour;
|
||||
import com.simibubi.create.foundation.block.connected.CTSpriteShiftEntry;
|
||||
import com.simibubi.create.foundation.data.*;
|
||||
import com.simibubi.create.foundation.data.recipe.CommonMetal;
|
||||
import com.tterrag.registrate.builders.BlockBuilder;
|
||||
import com.tterrag.registrate.providers.DataGenContext;
|
||||
import com.tterrag.registrate.providers.RegistrateBlockstateProvider;
|
||||
@@ -40,6 +41,7 @@ import net.minecraft.world.level.block.*;
|
||||
import net.minecraft.world.level.block.state.BlockBehaviour;
|
||||
import net.neoforged.neoforge.client.model.generators.ModelFile;
|
||||
import net.neoforged.neoforge.client.model.generators.MultiPartBlockStateBuilder;
|
||||
import net.neoforged.neoforge.common.Tags;
|
||||
|
||||
|
||||
import java.util.*;
|
||||
@@ -216,7 +218,7 @@ public class TFMGBuilderTransformers {
|
||||
public static BlockEntry<TrussBlock> truss(String name) {
|
||||
return REGISTRATE.block(name + "_truss", TrussBlock::new)
|
||||
.initialProperties(() -> Blocks.IRON_BLOCK)
|
||||
.properties(p -> p.noOcclusion())
|
||||
.properties(BlockBehaviour.Properties::noOcclusion)
|
||||
.properties(p -> p.sound(SoundType.NETHERITE_BLOCK))
|
||||
.transform(pickaxeOnly())
|
||||
.addLayer(() -> RenderType::cutoutMipped)
|
||||
@@ -268,7 +270,7 @@ public class TFMGBuilderTransformers {
|
||||
REGISTRATE.block(color + "_caution_block", TFMGHorizontalDirectionalBlock::new)
|
||||
.initialProperties(() -> Blocks.COPPER_BLOCK)
|
||||
|
||||
.properties(p -> p.requiresCorrectToolForDrops())
|
||||
.properties(BlockBehaviour.Properties::requiresCorrectToolForDrops)
|
||||
.properties(p -> p.sound(SoundType.NETHERITE_BLOCK))
|
||||
.transform(pickaxeOnly())
|
||||
.blockstate((c, p) -> p.horizontalBlock(c.get(), p.models()
|
||||
@@ -277,7 +279,7 @@ public class TFMGBuilderTransformers {
|
||||
.texture("particle", p.modLoc("block/caution_block/" + color))
|
||||
))
|
||||
.tag(BlockTags.NEEDS_STONE_TOOL)
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.tag(AllTags.commonItemTag("ingots/aluminum")), RecipeCategory.BUILDING_BLOCKS, c::get, 2))
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.tag(CommonMetal.ALUMINUM.ingots), RecipeCategory.BUILDING_BLOCKS, c, 2))
|
||||
.item()
|
||||
.build()
|
||||
.lang(upperCaseColor + " Caution Block")
|
||||
@@ -295,13 +297,13 @@ public class TFMGBuilderTransformers {
|
||||
|
||||
concrete.wall = REGISTRATE.block(name + "_wall", WallBlock::new)
|
||||
.initialProperties(() -> Blocks.STONE)
|
||||
.properties(p -> p.requiresCorrectToolForDrops())
|
||||
.properties(BlockBehaviour.Properties::requiresCorrectToolForDrops)
|
||||
.properties(p -> p.strength(rebar ? 12f : 3.5f, rebar ? 1200f : 3.5f))
|
||||
.transform(pickaxeOnly())
|
||||
.blockstate((c, p) -> TFMGVanillaBlockStates.generateWallBlockState(c, p, "concrete"))
|
||||
.tag(BlockTags.NEEDS_STONE_TOOL)
|
||||
.tag(BlockTags.WALLS)
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(concrete.block.get()), RecipeCategory.BUILDING_BLOCKS, c::get, 1))
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(concrete.block.get()), RecipeCategory.BUILDING_BLOCKS, c, 1))
|
||||
.item()
|
||||
.transform(b -> TFMGVanillaBlockStates.transformWallItem(b, "concrete"))
|
||||
.build()
|
||||
@@ -310,23 +312,23 @@ public class TFMGBuilderTransformers {
|
||||
concrete.block = REGISTRATE.block(name, Block::new)
|
||||
.initialProperties(() -> Blocks.STONE)
|
||||
.properties(p -> p.strength(rebar ? 12f : 3.5f, rebar ? 1200f : 3.5f))
|
||||
.properties(p -> p.requiresCorrectToolForDrops())
|
||||
.properties(BlockBehaviour.Properties::requiresCorrectToolForDrops)
|
||||
.transform(pickaxeOnly())
|
||||
.blockstate(simpleCubeAll("concrete"))
|
||||
.tag(BlockTags.NEEDS_STONE_TOOL)
|
||||
.transform(tagBlockAndItem("concrete"))
|
||||
.transform(tagBlockAndItem(Tags.Blocks.CONCRETES, Tags.Items.CONCRETES))
|
||||
.build()
|
||||
.register();
|
||||
|
||||
concrete.stairs = REGISTRATE.block(name + "_stairs", p -> new StairBlock(concrete.block.get().defaultBlockState(), p))
|
||||
.initialProperties(() -> Blocks.STONE)
|
||||
.properties(p -> p.requiresCorrectToolForDrops())
|
||||
.properties(BlockBehaviour.Properties::requiresCorrectToolForDrops)
|
||||
.properties(p -> p.strength(rebar ? 12f : 3.5f, rebar ? 1200f : 3.5f))
|
||||
.transform(pickaxeOnly())
|
||||
.blockstate((c, p) -> TFMGVanillaBlockStates.generateStairBlockState(c, p, name))
|
||||
.tag(BlockTags.NEEDS_STONE_TOOL)
|
||||
.tag(BlockTags.STAIRS)
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(concrete.block.get()), RecipeCategory.BUILDING_BLOCKS, c::get, 1))
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(concrete.block.get()), RecipeCategory.BUILDING_BLOCKS, c, 1))
|
||||
.item()
|
||||
.transform(customItemModel(name + "_stairs"))
|
||||
.register();
|
||||
@@ -336,12 +338,12 @@ public class TFMGBuilderTransformers {
|
||||
concrete.slab = REGISTRATE.block(name + "_slab", SlabBlock::new)
|
||||
.initialProperties(() -> Blocks.STONE)
|
||||
.properties(p -> p.strength(rebar ? 12f : 3.5f, rebar ? 1200f : 3.5f))
|
||||
.properties(p -> p.requiresCorrectToolForDrops())
|
||||
.properties(BlockBehaviour.Properties::requiresCorrectToolForDrops)
|
||||
.transform(pickaxeOnly())
|
||||
.blockstate((c, p) -> TFMGVanillaBlockStates.generateSlabBlockState(c, p, "concrete"))
|
||||
.tag(BlockTags.NEEDS_STONE_TOOL)
|
||||
.tag(BlockTags.SLABS)
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(concrete.block.get()), RecipeCategory.BUILDING_BLOCKS, c::get, 2))
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(concrete.block.get()), RecipeCategory.BUILDING_BLOCKS, c, 2))
|
||||
.item()
|
||||
.transform(customItemModel("concrete_bottom"))
|
||||
.register();
|
||||
@@ -362,7 +364,7 @@ public class TFMGBuilderTransformers {
|
||||
set.block=REGISTRATE.block(color + name, Block::new)
|
||||
.initialProperties(() -> Blocks.STONE)
|
||||
.properties(p -> p.strength(rebar ? 12f : 3.5f, rebar ? 1200f : 3.5f))
|
||||
.properties(p -> p.requiresCorrectToolForDrops())
|
||||
.properties(BlockBehaviour.Properties::requiresCorrectToolForDrops)
|
||||
.transform(pickaxeOnly())
|
||||
.blockstate(simpleCubeAll(color + "_concrete"))
|
||||
.tag(BlockTags.NEEDS_STONE_TOOL)
|
||||
@@ -374,12 +376,12 @@ public class TFMGBuilderTransformers {
|
||||
set.wall=REGISTRATE.block(color + name + "_wall", WallBlock::new)
|
||||
.initialProperties(() -> Blocks.STONE)
|
||||
.properties(p -> p.strength(rebar ? 12f : 3.5f, rebar ? 1200f : 3.5f))
|
||||
.properties(p -> p.requiresCorrectToolForDrops())
|
||||
.properties(BlockBehaviour.Properties::requiresCorrectToolForDrops)
|
||||
.transform(pickaxeOnly())
|
||||
.blockstate((c, p) -> TFMGVanillaBlockStates.generateWallBlockState(c, p, color + "_concrete"))
|
||||
.tag(BlockTags.NEEDS_STONE_TOOL)
|
||||
.tag(BlockTags.WALLS)
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(set.block.asItem()), RecipeCategory.BUILDING_BLOCKS, c::get, 1))
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(set.block.asItem()), RecipeCategory.BUILDING_BLOCKS, c, 1))
|
||||
.item()
|
||||
.transform(b -> TFMGVanillaBlockStates.transformWallItem(b, color + "_concrete"))
|
||||
.build()
|
||||
@@ -388,12 +390,12 @@ public class TFMGBuilderTransformers {
|
||||
set.stairs=REGISTRATE.block(color + name + "_stairs", p -> new StairBlock(TFMGBlocks.CONCRETE.block.get().defaultBlockState(), p))
|
||||
.initialProperties(() -> Blocks.STONE)
|
||||
.properties(p -> p.strength(rebar ? 12f : 3.5f, rebar ? 1200f : 3.5f))
|
||||
.properties(p -> p.requiresCorrectToolForDrops())
|
||||
.properties(BlockBehaviour.Properties::requiresCorrectToolForDrops)
|
||||
.transform(pickaxeOnly())
|
||||
.blockstate((c, p) -> TFMGVanillaBlockStates.generateStairBlockState(c, p, color + "_concrete"))
|
||||
.tag(BlockTags.NEEDS_STONE_TOOL)
|
||||
.tag(BlockTags.STAIRS)
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(set.block.asItem()), RecipeCategory.BUILDING_BLOCKS, c::get, 1))
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(set.block.asItem()), RecipeCategory.BUILDING_BLOCKS, c, 1))
|
||||
.item()
|
||||
// .transform(b -> TFMGVanillaBlockStates.transformStairItem(b, color + "_concrete"))
|
||||
.transform(customItemModel(color + "_concrete_stairs"))
|
||||
@@ -404,12 +406,12 @@ public class TFMGBuilderTransformers {
|
||||
set.slab=REGISTRATE.block(color + name + "_slab", SlabBlock::new)
|
||||
.initialProperties(() -> Blocks.STONE)
|
||||
.properties(p -> p.strength(rebar ? 12f : 3.5f, rebar ? 1200f : 3.5f))
|
||||
.properties(p -> p.requiresCorrectToolForDrops())
|
||||
.properties(BlockBehaviour.Properties::requiresCorrectToolForDrops)
|
||||
.transform(pickaxeOnly())
|
||||
.blockstate((c, p) -> TFMGVanillaBlockStates.generateSlabBlockState(c, p, color + "_concrete"))
|
||||
.tag(BlockTags.NEEDS_STONE_TOOL)
|
||||
.tag(BlockTags.SLABS)
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(set.block.asItem()), RecipeCategory.BUILDING_BLOCKS, c::get, 2))
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(set.block.asItem()), RecipeCategory.BUILDING_BLOCKS, c, 2))
|
||||
.item()
|
||||
.transform(customItemModel(color + "_concrete_bottom"))
|
||||
.register();
|
||||
@@ -433,25 +435,25 @@ public class TFMGBuilderTransformers {
|
||||
|
||||
|
||||
REGISTRATE.block(name + "_wall", WallBlock::new)
|
||||
.initialProperties(() -> blockEntry.get())
|
||||
.initialProperties(blockEntry::get)
|
||||
.transform(pickaxeOnly())
|
||||
.blockstate((c, p) -> TFMGVanillaBlockStates.generateWallBlockState(c, p, name))
|
||||
.tag(BlockTags.NEEDS_STONE_TOOL)
|
||||
.tag(BlockTags.WALLS)
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(blockEntry.asItem()), RecipeCategory.BUILDING_BLOCKS, c::get, 1))
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(blockEntry.asItem()), RecipeCategory.BUILDING_BLOCKS, c, 1))
|
||||
.item()
|
||||
.transform(b -> TFMGVanillaBlockStates.transformWallItem(b, name))
|
||||
.build()
|
||||
.register();
|
||||
|
||||
REGISTRATE.block(name + "_slab", SlabBlock::new)
|
||||
.initialProperties(() -> blockEntry.get())
|
||||
.properties(p -> p.requiresCorrectToolForDrops())
|
||||
.initialProperties(blockEntry::get)
|
||||
.properties(BlockBehaviour.Properties::requiresCorrectToolForDrops)
|
||||
.transform(pickaxeOnly())
|
||||
.blockstate((c, p) -> TFMGVanillaBlockStates.generateSlabBlockState(c, p, name))
|
||||
.tag(BlockTags.NEEDS_STONE_TOOL)
|
||||
.tag(BlockTags.SLABS)
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(blockEntry.asItem()), RecipeCategory.BUILDING_BLOCKS, c::get, 2))
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(blockEntry.asItem()), RecipeCategory.BUILDING_BLOCKS, c, 2))
|
||||
.item()
|
||||
.transform(customItemModel(name + "_bottom"))
|
||||
.register();
|
||||
@@ -461,7 +463,7 @@ public class TFMGBuilderTransformers {
|
||||
.blockstate((c, p) -> TFMGVanillaBlockStates.generateStairBlockState(c, p, name))
|
||||
.tag(BlockTags.NEEDS_STONE_TOOL)
|
||||
.tag(BlockTags.STAIRS)
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(blockEntry.asItem()), RecipeCategory.BUILDING_BLOCKS, c::get, 1))
|
||||
.recipe((c, p) -> p.stonecutting(DataIngredient.items(blockEntry.asItem()), RecipeCategory.BUILDING_BLOCKS, c, 1))
|
||||
.item()
|
||||
.transform(customItemModel(name + "_stairs"))
|
||||
.register();
|
||||
|
||||
@@ -10,22 +10,15 @@ import com.simibubi.create.content.fluids.VirtualFluid;
|
||||
import com.simibubi.create.foundation.data.CreateRegistrate;
|
||||
import com.simibubi.create.foundation.data.VirtualFluidBuilder;
|
||||
import com.simibubi.create.foundation.item.TooltipModifier;
|
||||
import com.tterrag.registrate.Registrate;
|
||||
import com.tterrag.registrate.builders.FluidBuilder;
|
||||
import com.tterrag.registrate.util.nullness.NonNullFunction;
|
||||
import net.minecraft.core.registries.BuiltInRegistries;
|
||||
import net.minecraft.core.registries.Registries;
|
||||
import net.minecraft.resources.ResourceKey;
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
import net.minecraft.world.item.CreativeModeTab;
|
||||
import net.minecraft.world.item.Item;
|
||||
import net.minecraft.world.level.block.*;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
import java.util.function.Function;
|
||||
|
||||
import static com.drmangotea.tfmg.registry.TFMGFluids.getGasTexture;
|
||||
import static com.simibubi.create.foundation.data.ModelGen.customItemModel;
|
||||
|
||||
public class TFMGRegistrate extends CreateRegistrate {
|
||||
protected TFMGRegistrate(String modid) {
|
||||
|
||||
@@ -9,6 +9,7 @@ import net.minecraft.world.item.Item;
|
||||
import net.minecraft.world.item.Items;
|
||||
import net.minecraft.world.level.block.Block;
|
||||
import net.minecraft.world.level.block.Blocks;
|
||||
import net.neoforged.neoforge.common.Tags;
|
||||
|
||||
public class TFMGRegistrateTags {
|
||||
private static final TFMGRegistrate REGISTRATE = TFMG.registrate();
|
||||
@@ -22,7 +23,7 @@ public class TFMGRegistrateTags {
|
||||
private static void genItemTags(RegistrateTagsProvider<Item> provIn) {
|
||||
TagGen.CreateTagsProvider<Item> prov = new TagGen.CreateTagsProvider<>(provIn, Item::builtInRegistryHolder);
|
||||
|
||||
prov.tag(TFMGTags.TFMGItemTags.RODS.tag)
|
||||
prov.tag(Tags.Items.RODS)
|
||||
.add(Items.STICK);
|
||||
|
||||
for (TFMGTags.TFMGItemTags tag : TFMGTags.TFMGItemTags.values()) {
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user