├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ └── bug_report.md └── workflows │ └── check-release.yml ├── .gitignore ├── .luacheckrc ├── .mailmap ├── LICENSE.txt ├── README.md ├── concrete ├── init.lua ├── locale │ ├── de.txt │ ├── es.txt │ ├── fr.txt │ ├── ja.txt │ ├── pl.txt │ ├── pt_BR.txt │ ├── template.txt │ └── tr.txt ├── mod.conf └── textures │ ├── technic_blast_resistant_concrete_block.png │ └── x32 │ ├── technic_concrete_block.png │ └── technic_rebar.png ├── extranodes ├── init.lua ├── locale │ ├── de.txt │ ├── es.txt │ ├── fr.txt │ ├── ja.txt │ ├── pl.txt │ ├── pt_BR.txt │ ├── template.txt │ └── tr.txt ├── mod.conf ├── models │ ├── technic_insulator_clip.obj │ └── technic_steel_strut_with_insulator_clip.obj └── textures │ ├── technic_insulator_clip.png │ └── technic_steel_strut_overlay.png ├── manual.md ├── modpack.conf ├── settingtypes.txt ├── technic ├── README.md ├── config.lua ├── crafts.lua ├── doc │ └── api.md ├── helpers.lua ├── init.lua ├── items.lua ├── legacy.lua ├── locale │ ├── de.txt │ ├── es.txt │ ├── fr.txt │ ├── it.txt │ ├── pl.txt │ ├── pt_BR.txt │ └── template.txt ├── machines │ ├── HV │ │ ├── battery_box.lua │ │ ├── cables.lua │ │ ├── forcefield.lua │ │ ├── generator.lua │ │ ├── init.lua │ │ ├── nuclear_reactor.lua │ │ ├── quarry.lua │ │ └── solar_array.lua │ ├── LV │ │ ├── alloy_furnace.lua │ │ ├── battery_box.lua │ │ ├── cables.lua │ │ ├── compressor.lua │ │ ├── electric_furnace.lua │ │ ├── extractor.lua │ │ ├── generator.lua │ │ ├── geothermal.lua │ │ ├── grinder.lua │ │ ├── init.lua │ │ ├── lamp.lua │ │ ├── led.lua │ │ ├── music_player.lua │ │ ├── solar_array.lua │ │ ├── solar_panel.lua │ │ └── water_mill.lua │ ├── MV │ │ ├── alloy_furnace.lua │ │ ├── battery_box.lua │ │ ├── cables.lua │ │ ├── centrifuge.lua │ │ ├── compressor.lua │ │ ├── electric_furnace.lua │ │ ├── extractor.lua │ │ ├── freezer.lua │ │ ├── generator.lua │ │ ├── grinder.lua │ │ ├── hydro_turbine.lua │ │ ├── init.lua │ │ ├── lighting.lua │ │ ├── power_radiator.lua │ │ ├── solar_array.lua │ │ ├── tool_workshop.lua │ │ └── wind_mill.lua │ ├── init.lua │ ├── other │ │ ├── anchor.lua │ │ ├── coal_alloy_furnace.lua │ │ ├── coal_furnace.lua │ │ ├── constructor.lua │ │ ├── frames.lua │ │ ├── init.lua │ │ └── injector.lua │ ├── power_monitor.lua │ ├── register │ │ ├── alloy_furnace.lua │ │ ├── alloy_recipes.lua │ │ ├── battery_box.lua │ │ ├── cables.lua │ │ ├── centrifuge.lua │ │ ├── centrifuge_recipes.lua │ │ ├── common.lua │ │ ├── compressor.lua │ │ ├── compressor_recipes.lua │ │ ├── electric_furnace.lua │ │ ├── extractor.lua │ │ ├── extractor_recipes.lua │ │ ├── freezer.lua │ │ ├── freezer_recipes.lua │ │ ├── generator.lua │ │ ├── grinder.lua │ │ ├── grinder_recipes.lua │ │ ├── grindings.lua │ │ ├── init.lua │ │ ├── machine_base.lua │ │ ├── recipes.lua │ │ └── solar_array.lua │ ├── supply_converter.lua │ └── switching_station.lua ├── mod.conf ├── models │ └── technic_reactor.obj ├── radiation.lua ├── register.lua ├── sounds │ ├── chainsaw.ogg │ ├── item_drop_pickup.1.ogg │ ├── item_drop_pickup.2.ogg │ ├── item_drop_pickup.3.ogg │ ├── item_drop_pickup.4.ogg │ ├── mining_drill.ogg │ ├── technic_hv_nuclear_reactor_siren_clear.ogg │ ├── technic_hv_nuclear_reactor_siren_danger_loop.ogg │ ├── technic_laser_mk1.0.ogg │ ├── technic_laser_mk1.1.ogg │ ├── technic_laser_mk2.0.ogg │ ├── technic_laser_mk2.1.ogg │ ├── technic_laser_mk2.2.ogg │ ├── technic_laser_mk3.1.ogg │ ├── technic_laser_mk3.2.ogg │ ├── technic_prospector_hit.ogg │ ├── technic_prospector_miss.ogg │ ├── technic_sonic_screwdriver.ogg │ └── vacuumcleaner.ogg ├── textures │ ├── hires │ │ └── technic_hv_nuclear_reactor_core_512.png │ ├── technic_acacia_grindings.png │ ├── technic_admin_anchor.png │ ├── technic_akalin_dust.png │ ├── technic_alatro_dust.png │ ├── technic_arol_dust.png │ ├── technic_battery.png │ ├── technic_battery_meter_fg.png │ ├── technic_battery_reload.png │ ├── technic_bronze_dust.png │ ├── technic_bucket_corium.png │ ├── technic_cable_connection_overlay.png │ ├── technic_carbon_cloth.png │ ├── technic_carbon_plate.png │ ├── technic_carbon_steel_dust.png │ ├── technic_cast_iron_dust.png │ ├── technic_chainsaw.png │ ├── technic_chernobylite_block.png │ ├── technic_chernobylite_dust.png │ ├── technic_chromium_dust.png │ ├── technic_coal_alloy_furnace_bottom.png │ ├── technic_coal_alloy_furnace_front.png │ ├── technic_coal_alloy_furnace_front_active.png │ ├── technic_coal_alloy_furnace_side.png │ ├── technic_coal_alloy_furnace_top.png │ ├── technic_coal_dust.png │ ├── technic_common_tree_grindings.png │ ├── technic_composite_plate.png │ ├── technic_constructor_back.png │ ├── technic_constructor_front_off.png │ ├── technic_constructor_front_on.png │ ├── technic_constructor_mk1_bottom_off.png │ ├── technic_constructor_mk1_bottom_on.png │ ├── technic_constructor_mk1_side1_off.png │ ├── technic_constructor_mk1_side1_on.png │ ├── technic_constructor_mk1_side2_off.png │ ├── technic_constructor_mk1_side2_on.png │ ├── technic_constructor_mk1_top_off.png │ ├── technic_constructor_mk1_top_on.png │ ├── technic_constructor_mk2_bottom_off.png │ ├── technic_constructor_mk2_bottom_on.png │ ├── technic_constructor_mk2_side1_off.png │ ├── technic_constructor_mk2_side1_on.png │ ├── technic_constructor_mk2_side2_off.png │ ├── technic_constructor_mk2_side2_on.png │ ├── technic_constructor_mk2_top_off.png │ ├── technic_constructor_mk2_top_on.png │ ├── technic_constructor_mk3_bottom_off.png │ ├── technic_constructor_mk3_bottom_on.png │ ├── technic_constructor_mk3_side1_off.png │ ├── technic_constructor_mk3_side1_on.png │ ├── technic_constructor_mk3_side2_off.png │ ├── technic_constructor_mk3_side2_on.png │ ├── technic_constructor_mk3_top_off.png │ ├── technic_constructor_mk3_top_on.png │ ├── technic_control_logic_unit.png │ ├── technic_copper_dust.png │ ├── technic_copper_plate.png │ ├── technic_corium_flowing_animated.png │ ├── technic_corium_source_animated.png │ ├── technic_diamond_block_blue.png │ ├── technic_diamond_block_green.png │ ├── technic_diamond_block_red.png │ ├── technic_diamond_drill_head.png │ ├── technic_doped_silicon_wafer.png │ ├── technic_flashlight.png │ ├── technic_forcefield_animated.png │ ├── technic_forcefield_emitter_off.png │ ├── technic_forcefield_emitter_on.png │ ├── technic_frame.png │ ├── technic_generator_front.png │ ├── technic_generator_front_active.png │ ├── technic_generator_side.png │ ├── technic_generator_top.png │ ├── technic_geothermal_side.png │ ├── technic_geothermal_top.png │ ├── technic_geothermal_top_active.png │ ├── technic_gold_dust.png │ ├── technic_graphite.png │ ├── technic_grinder_front.png │ ├── technic_grinder_side.png │ ├── technic_grinder_top.png │ ├── technic_homedecor_glowlight_cube_white_sides.png │ ├── technic_homedecor_glowlight_cube_white_sides_ceiling.png │ ├── technic_homedecor_glowlight_cube_white_tb.png │ ├── technic_homedecor_glowlight_cube_yellow_sides.png │ ├── technic_homedecor_glowlight_cube_yellow_sides_ceiling.png │ ├── technic_homedecor_glowlight_cube_yellow_tb.png │ ├── technic_homedecor_glowlight_thick_white_sides.png │ ├── technic_homedecor_glowlight_thick_white_wall_sides.png │ ├── technic_homedecor_glowlight_thick_yellow_sides.png │ ├── technic_homedecor_glowlight_thick_yellow_wall_sides.png │ ├── technic_homedecor_glowlight_thin_white_sides.png │ ├── technic_homedecor_glowlight_thin_white_wall_sides.png │ ├── technic_homedecor_glowlight_thin_yellow_sides.png │ ├── technic_homedecor_glowlight_thin_yellow_wall_sides.png │ ├── technic_homedecor_glowlight_white_tb.png │ ├── technic_homedecor_glowlight_yellow_tb.png │ ├── technic_hv_battery_box_bottom.png │ ├── technic_hv_battery_box_front.png │ ├── technic_hv_battery_box_side.png │ ├── technic_hv_battery_box_top.png │ ├── technic_hv_cable.png │ ├── technic_hv_cable_wield.png │ ├── technic_hv_down_converter_bottom.png │ ├── technic_hv_down_converter_side.png │ ├── technic_hv_down_converter_top.png │ ├── technic_hv_generator_front.png │ ├── technic_hv_generator_front_active.png │ ├── technic_hv_generator_side.png │ ├── technic_hv_generator_top.png │ ├── technic_hv_grinder_bottom.png │ ├── technic_hv_grinder_front.png │ ├── technic_hv_grinder_front_active.png │ ├── technic_hv_grinder_side.png │ ├── technic_hv_grinder_side_tube.png │ ├── technic_hv_grinder_top.png │ ├── technic_hv_nuclear_reactor_core.png │ ├── technic_hv_solar_array_bottom.png │ ├── technic_hv_solar_array_side.png │ ├── technic_hv_solar_array_top.png │ ├── technic_hv_transformer.png │ ├── technic_hydro_turbine_side.png │ ├── technic_hydro_turbine_top.png │ ├── technic_hydro_turbine_top_active.png │ ├── technic_injector_bottom.png │ ├── technic_kalite_dust.png │ ├── technic_laser_beam_mk1.png │ ├── technic_laser_beam_mk2.png │ ├── technic_laser_beam_mk3.png │ ├── technic_lava_can.png │ ├── technic_light.png │ ├── technic_lv_alloy_furnace_bottom.png │ ├── technic_lv_alloy_furnace_front.png │ ├── technic_lv_alloy_furnace_front_active.png │ ├── technic_lv_alloy_furnace_side.png │ ├── technic_lv_alloy_furnace_top.png │ ├── technic_lv_battery_box_bottom.png │ ├── technic_lv_battery_box_side.png │ ├── technic_lv_battery_box_top.png │ ├── technic_lv_cable.png │ ├── technic_lv_cable_wield.png │ ├── technic_lv_compressor_back.png │ ├── technic_lv_compressor_bottom.png │ ├── technic_lv_compressor_front.png │ ├── technic_lv_compressor_front_active.png │ ├── technic_lv_compressor_side.png │ ├── technic_lv_compressor_top.png │ ├── technic_lv_electric_furnace_bottom.png │ ├── technic_lv_electric_furnace_front.png │ ├── technic_lv_electric_furnace_front_active.png │ ├── technic_lv_electric_furnace_side.png │ ├── technic_lv_electric_furnace_top.png │ ├── technic_lv_extractor_bottom.png │ ├── technic_lv_extractor_front.png │ ├── technic_lv_extractor_front_active.png │ ├── technic_lv_extractor_side.png │ ├── technic_lv_extractor_top.png │ ├── technic_lv_generator_front.png │ ├── technic_lv_generator_front_active.png │ ├── technic_lv_generator_side.png │ ├── technic_lv_generator_top.png │ ├── technic_lv_grinder_bottom.png │ ├── technic_lv_grinder_front.png │ ├── technic_lv_grinder_front_active.png │ ├── technic_lv_grinder_side.png │ ├── technic_lv_grinder_top.png │ ├── technic_lv_lamp_bottom.png │ ├── technic_lv_lamp_side.png │ ├── technic_lv_lamp_top.png │ ├── technic_lv_led.png │ ├── technic_lv_led_inv.png │ ├── technic_lv_led_side.png │ ├── technic_lv_led_side2.png │ ├── technic_lv_led_top.png │ ├── technic_lv_solar_array_bottom.png │ ├── technic_lv_solar_array_side.png │ ├── technic_lv_solar_array_top.png │ ├── technic_lv_transformer.png │ ├── technic_machine_bottom.png │ ├── technic_machine_casing.png │ ├── technic_mining_drill.png │ ├── technic_mining_drill_mk2.png │ ├── technic_mining_drill_mk3.png │ ├── technic_mining_laser_mk1.png │ ├── technic_mining_laser_mk2.png │ ├── technic_mining_laser_mk3.png │ ├── technic_mithril_dust.png │ ├── technic_mixed_metal_ingot.png │ ├── technic_music_player_bottom.png │ ├── technic_music_player_side.png │ ├── technic_music_player_top.png │ ├── technic_mv_alloy_furnace_bottom.png │ ├── technic_mv_alloy_furnace_front.png │ ├── technic_mv_alloy_furnace_front_active.png │ ├── technic_mv_alloy_furnace_side.png │ ├── technic_mv_alloy_furnace_side_tube.png │ ├── technic_mv_alloy_furnace_top.png │ ├── technic_mv_battery_box_bottom.png │ ├── technic_mv_battery_box_front.png │ ├── technic_mv_battery_box_side.png │ ├── technic_mv_battery_box_top.png │ ├── technic_mv_cable.png │ ├── technic_mv_cable_wield.png │ ├── technic_mv_centrifuge_bottom.png │ ├── technic_mv_centrifuge_front.png │ ├── technic_mv_centrifuge_front_active.png │ ├── technic_mv_centrifuge_side.png │ ├── technic_mv_centrifuge_top.png │ ├── technic_mv_compressor_back.png │ ├── technic_mv_compressor_bottom.png │ ├── technic_mv_compressor_front.png │ ├── technic_mv_compressor_front_active.png │ ├── technic_mv_compressor_side.png │ ├── technic_mv_compressor_top.png │ ├── technic_mv_down_converter_bottom.png │ ├── technic_mv_down_converter_side.png │ ├── technic_mv_down_converter_top.png │ ├── technic_mv_electric_furnace_bottom.png │ ├── technic_mv_electric_furnace_front.png │ ├── technic_mv_electric_furnace_front_active.png │ ├── technic_mv_electric_furnace_side.png │ ├── technic_mv_electric_furnace_side_tube.png │ ├── technic_mv_electric_furnace_top.png │ ├── technic_mv_extractor_bottom.png │ ├── technic_mv_extractor_front.png │ ├── technic_mv_extractor_front_active.png │ ├── technic_mv_extractor_side.png │ ├── technic_mv_extractor_top.png │ ├── technic_mv_freezer_bottom.png │ ├── technic_mv_freezer_front.png │ ├── technic_mv_freezer_front_active.png │ ├── technic_mv_freezer_side.png │ ├── technic_mv_freezer_top.png │ ├── technic_mv_generator_front.png │ ├── technic_mv_generator_front_active.png │ ├── technic_mv_generator_side.png │ ├── technic_mv_generator_top.png │ ├── technic_mv_grinder_bottom.png │ ├── technic_mv_grinder_front.png │ ├── technic_mv_grinder_front_active.png │ ├── technic_mv_grinder_side.png │ ├── technic_mv_grinder_side_tube.png │ ├── technic_mv_grinder_top.png │ ├── technic_mv_solar_array_bottom.png │ ├── technic_mv_solar_array_side.png │ ├── technic_mv_solar_array_top.png │ ├── technic_mv_transformer.png │ ├── technic_nether_dust.png │ ├── technic_power_meter.png │ ├── technic_power_meter0.png │ ├── technic_power_meter1.png │ ├── technic_power_meter2.png │ ├── technic_power_meter3.png │ ├── technic_power_meter4.png │ ├── technic_power_meter5.png │ ├── technic_power_meter6.png │ ├── technic_power_meter7.png │ ├── technic_power_meter8.png │ ├── technic_power_monitor_front.png │ ├── technic_power_monitor_sides.png │ ├── technic_prospector.png │ ├── technic_pyrite_dust.png │ ├── technic_raw_latex.png │ ├── technic_river_water_can.png │ ├── technic_rubber.png │ ├── technic_rubber_goo.png │ ├── technic_rubber_leaves.png │ ├── technic_rubber_sapling.png │ ├── technic_rubber_tree_empty.png │ ├── technic_rubber_tree_full.png │ ├── technic_rubber_tree_grindings.png │ ├── technic_sawdust.png │ ├── technic_silicon_wafer.png │ ├── technic_silver_dust.png │ ├── technic_solar_panel_bottom.png │ ├── technic_solar_panel_side.png │ ├── technic_solar_panel_top.png │ ├── technic_sonic_screwdriver.png │ ├── technic_stainless_steel_dust.png │ ├── technic_stainless_steel_ingot.png │ ├── technic_stone_dust.png │ ├── technic_supply_converter_side.png │ ├── technic_supply_converter_tb.png │ ├── technic_talinite_dust.png │ ├── technic_tin_dust.png │ ├── technic_tool_mode1.png │ ├── technic_tool_mode2.png │ ├── technic_tool_mode3.png │ ├── technic_tool_mode4.png │ ├── technic_tool_mode5.png │ ├── technic_tool_mode6.png │ ├── technic_tool_mode7.png │ ├── technic_tool_mode8.png │ ├── technic_tool_mode9.png │ ├── technic_tree_tap.png │ ├── technic_uranium_dust.png │ ├── technic_uranium_fuel.png │ ├── technic_vacuum.png │ ├── technic_water_can.png │ ├── technic_water_mill_side.png │ ├── technic_water_mill_top.png │ ├── technic_water_mill_top_active.png │ ├── technic_workshop_bottom.png │ ├── technic_workshop_side.png │ ├── technic_workshop_top.png │ ├── technic_wrought_iron_dust.png │ ├── technic_zinc_dust.png │ └── technicx32 │ │ ├── technic_akalin_dust.png │ │ ├── technic_alatro_dust.png │ │ ├── technic_alloy_furnace_front.png │ │ ├── technic_alloy_furnace_front_active.png │ │ ├── technic_alloy_furnace_side.png │ │ ├── technic_alloy_furnace_top.png │ │ ├── technic_arol_dust.png │ │ ├── technic_battery_box_bottom.png │ │ ├── technic_battery_box_side0.png │ │ ├── technic_battery_box_top.png │ │ ├── technic_battery_reload.png │ │ ├── technic_brass_dust.png │ │ ├── technic_bronze_dust.png │ │ ├── technic_carbon_steel_dust.png │ │ ├── technic_cast_iron_dust.png │ │ ├── technic_chainsaw.png │ │ ├── technic_chernobylite_dust.png │ │ ├── technic_chromium_dust.png │ │ ├── technic_coal_alloy_furnace_bottom.png │ │ ├── technic_coal_alloy_furnace_front.png │ │ ├── technic_coal_alloy_furnace_front_active.png │ │ ├── technic_coal_alloy_furnace_side.png │ │ ├── technic_coal_alloy_furnace_top.png │ │ ├── technic_coal_dust.png │ │ ├── technic_constructor_back.png │ │ ├── technic_constructor_front_off.png │ │ ├── technic_constructor_front_on.png │ │ ├── technic_constructor_mk1_bottom_off.png │ │ ├── technic_constructor_mk1_bottom_on.png │ │ ├── technic_constructor_mk1_side1_off.png │ │ ├── technic_constructor_mk1_side1_on.png │ │ ├── technic_constructor_mk1_side2_off.png │ │ ├── technic_constructor_mk1_side2_on.png │ │ ├── technic_constructor_mk1_top_off.png │ │ ├── technic_constructor_mk1_top_on.png │ │ ├── technic_constructor_mk2_bottom_off.png │ │ ├── technic_constructor_mk2_bottom_on.png │ │ ├── technic_constructor_mk2_side1_off.png │ │ ├── technic_constructor_mk2_side1_on.png │ │ ├── technic_constructor_mk2_side2_off.png │ │ ├── technic_constructor_mk2_side2_on.png │ │ ├── technic_constructor_mk2_top_off.png │ │ ├── technic_constructor_mk2_top_on.png │ │ ├── technic_constructor_mk3_bottom_off.png │ │ ├── technic_constructor_mk3_bottom_on.png │ │ ├── technic_constructor_mk3_side1_off.png │ │ ├── technic_constructor_mk3_side1_on.png │ │ ├── technic_constructor_mk3_side2_off.png │ │ ├── technic_constructor_mk3_side2_on.png │ │ ├── technic_constructor_mk3_top_off.png │ │ ├── technic_constructor_mk3_top_on.png │ │ ├── technic_control_logic_unit.png │ │ ├── technic_copper_coil.png │ │ ├── technic_copper_dust.png │ │ ├── technic_diamond_block_blue.png │ │ ├── technic_diamond_block_green.png │ │ ├── technic_diamond_block_red.png │ │ ├── technic_diamond_drill_head.png │ │ ├── technic_doped_silicon_wafer.png │ │ ├── technic_electric_furnace_bottom.png │ │ ├── technic_electric_furnace_front.png │ │ ├── technic_electric_furnace_front_active.png │ │ ├── technic_electric_furnace_side.png │ │ ├── technic_electric_furnace_top.png │ │ ├── technic_flashlight.png │ │ ├── technic_gold_dust.png │ │ ├── technic_hv_grinder_bottom.png │ │ ├── technic_hv_grinder_front.png │ │ ├── technic_hv_grinder_front_active.png │ │ ├── technic_hv_grinder_side.png │ │ ├── technic_hv_grinder_side_tube.png │ │ ├── technic_hv_grinder_top.png │ │ ├── technic_hv_nuclear_reactor_core.png │ │ ├── technic_hv_solar_array_bottom.png │ │ ├── technic_hv_solar_array_side.png │ │ ├── technic_hv_solar_array_top.png │ │ ├── technic_hv_transformer.png │ │ ├── technic_injector_bottom.png │ │ ├── technic_injector_side.png │ │ ├── technic_injector_top.png │ │ ├── technic_kalite_dust.png │ │ ├── technic_lava_can.png │ │ ├── technic_light.png │ │ ├── technic_lv_grinder_bottom.png │ │ ├── technic_lv_grinder_front.png │ │ ├── technic_lv_grinder_front_active.png │ │ ├── technic_lv_grinder_side.png │ │ ├── technic_lv_grinder_top.png │ │ ├── technic_lv_solar_array_bottom.png │ │ ├── technic_lv_solar_array_side.png │ │ ├── technic_lv_solar_array_top.png │ │ ├── technic_lv_transformer.png │ │ ├── technic_machine_bottom.png │ │ ├── technic_mining_drill.png │ │ ├── technic_mining_laser_mk1.png │ │ ├── technic_mithril_dust.png │ │ ├── technic_motor.png │ │ ├── technic_music_player_bottom.png │ │ ├── technic_music_player_side.png │ │ ├── technic_music_player_top.png │ │ ├── technic_mv_alloy_furnace_bottom.png │ │ ├── technic_mv_alloy_furnace_front.png │ │ ├── technic_mv_alloy_furnace_front_active.png │ │ ├── technic_mv_alloy_furnace_side.png │ │ ├── technic_mv_alloy_furnace_side_tube.png │ │ ├── technic_mv_alloy_furnace_top.png │ │ ├── technic_mv_battery_box_bottom.png │ │ ├── technic_mv_battery_box_side0.png │ │ ├── technic_mv_battery_box_top.png │ │ ├── technic_mv_cable_wield.png │ │ ├── technic_mv_electric_furnace_bottom.png │ │ ├── technic_mv_electric_furnace_front.png │ │ ├── technic_mv_electric_furnace_front_active.png │ │ ├── technic_mv_electric_furnace_side.png │ │ ├── technic_mv_electric_furnace_side_tube.png │ │ ├── technic_mv_electric_furnace_top.png │ │ ├── technic_mv_freezer_bottom.png │ │ ├── technic_mv_freezer_front.png │ │ ├── technic_mv_freezer_front_active.png │ │ ├── technic_mv_freezer_side.png │ │ ├── technic_mv_freezer_top.png │ │ ├── technic_mv_grinder_bottom.png │ │ ├── technic_mv_grinder_front.png │ │ ├── technic_mv_grinder_front_active.png │ │ ├── technic_mv_grinder_side.png │ │ ├── technic_mv_grinder_side_tube.png │ │ ├── technic_mv_grinder_top.png │ │ ├── technic_mv_solar_array_bottom.png │ │ ├── technic_mv_solar_array_side.png │ │ ├── technic_mv_solar_array_top.png │ │ ├── technic_mv_transformer.png │ │ ├── technic_power_meter.png │ │ ├── technic_power_meter1.png │ │ ├── technic_power_meter2.png │ │ ├── technic_power_meter3.png │ │ ├── technic_power_meter4.png │ │ ├── technic_power_meter5.png │ │ ├── technic_power_meter6.png │ │ ├── technic_power_meter7.png │ │ ├── technic_power_meter8.png │ │ ├── technic_power_meter_bg.png │ │ ├── technic_power_meter_fg.png │ │ ├── technic_pyrite_dust.png │ │ ├── technic_raw_latex.png │ │ ├── technic_screwdriver.png │ │ ├── technic_silver_dust.png │ │ ├── technic_solar_panel_bottom.png │ │ ├── technic_solar_panel_side.png │ │ ├── technic_solar_panel_top.png │ │ ├── technic_sonic_screwdriver.png │ │ ├── technic_stainless_steel_dust.png │ │ ├── technic_stone_dust.png │ │ ├── technic_talinite_dust.png │ │ ├── technic_tin_dust.png │ │ ├── technic_tree_tap.png │ │ ├── technic_uranium_dust.png │ │ ├── technic_water_can.png │ │ ├── technic_water_mill_side.png │ │ ├── technic_water_mill_top.png │ │ ├── technic_water_mill_top_active.png │ │ ├── technic_workshop_bottom.png │ │ ├── technic_workshop_side.png │ │ ├── technic_workshop_top.png │ │ ├── technic_wrought_iron_dust.png │ │ └── technic_zinc_dust.png └── tools │ ├── cans.lua │ ├── chainsaw.lua │ ├── flashlight.lua │ ├── init.lua │ ├── mining_drill.lua │ ├── mining_lasers.lua │ ├── prospector.lua │ ├── sonic_screwdriver.lua │ ├── tree_tap.lua │ └── vacuum.lua ├── technic_chests ├── README.md ├── common.lua ├── copper_chest.lua ├── gold_chest.lua ├── init.lua ├── iron_chest.lua ├── locale │ ├── de.txt │ ├── es.txt │ ├── fr.txt │ ├── ja.txt │ ├── pl.txt │ ├── pt_BR.txt │ ├── template.txt │ └── tr.txt ├── mithril_chest.lua ├── mod.conf ├── register.lua ├── silver_chest.lua └── textures │ ├── technic_checkmark_icon.png │ ├── technic_chest_overlay_black.png │ ├── technic_chest_overlay_blue.png │ ├── technic_chest_overlay_brown.png │ ├── technic_chest_overlay_cyan.png │ ├── technic_chest_overlay_dark_green.png │ ├── technic_chest_overlay_dark_grey.png │ ├── technic_chest_overlay_green.png │ ├── technic_chest_overlay_grey.png │ ├── technic_chest_overlay_magenta.png │ ├── technic_chest_overlay_orange.png │ ├── technic_chest_overlay_pink.png │ ├── technic_chest_overlay_red.png │ ├── technic_chest_overlay_violet.png │ ├── technic_chest_overlay_white.png │ ├── technic_chest_overlay_yellow.png │ ├── technic_colorbutton0.png │ ├── technic_colorbutton1.png │ ├── technic_colorbutton10.png │ ├── technic_colorbutton11.png │ ├── technic_colorbutton12.png │ ├── technic_colorbutton13.png │ ├── technic_colorbutton14.png │ ├── technic_colorbutton15.png │ ├── technic_colorbutton2.png │ ├── technic_colorbutton3.png │ ├── technic_colorbutton4.png │ ├── technic_colorbutton5.png │ ├── technic_colorbutton6.png │ ├── technic_colorbutton7.png │ ├── technic_colorbutton8.png │ ├── technic_colorbutton9.png │ ├── technic_copper_chest_front.png │ ├── technic_copper_chest_lock_overlay.png │ ├── technic_copper_chest_side.png │ ├── technic_copper_chest_top.png │ ├── technic_gold_chest_front.png │ ├── technic_gold_chest_lock_overlay.png │ ├── technic_gold_chest_side.png │ ├── technic_gold_chest_top.png │ ├── technic_iron_chest_front.png │ ├── technic_iron_chest_lock_overlay.png │ ├── technic_iron_chest_side.png │ ├── technic_iron_chest_top.png │ ├── technic_mithril_chest_front.png │ ├── technic_mithril_chest_lock_overlay.png │ ├── technic_mithril_chest_side.png │ ├── technic_mithril_chest_top.png │ ├── technic_pencil_icon.png │ ├── technic_silver_chest_front.png │ ├── technic_silver_chest_lock_overlay.png │ ├── technic_silver_chest_side.png │ ├── technic_silver_chest_top.png │ └── x32 │ ├── technic_copper_chest_front.png │ ├── technic_copper_chest_side.png │ ├── technic_copper_chest_top.png │ ├── technic_gold_chest_front.png │ ├── technic_gold_chest_side.png │ ├── technic_gold_chest_top.png │ ├── technic_iron_chest_front.png │ ├── technic_iron_chest_side.png │ ├── technic_iron_chest_top.png │ ├── technic_mithril_chest_front.png │ ├── technic_mithril_chest_side.png │ ├── technic_mithril_chest_top.png │ ├── technic_silver_chest_front.png │ ├── technic_silver_chest_side.png │ └── technic_silver_chest_top.png ├── technic_cnc ├── cnc.lua ├── cnc_api.lua ├── cnc_materials.lua ├── init.lua ├── locale │ ├── es.txt │ ├── it.txt │ ├── pl.txt │ ├── technic_cnc.de.tr │ └── template.txt ├── mod.conf ├── models │ ├── technic_cnc_cylinder.obj │ ├── technic_cnc_cylinder_horizontal.obj │ ├── technic_cnc_innercorner.obj │ ├── technic_cnc_innercorner_upsdown.obj │ ├── technic_cnc_oblate_spheroid.obj │ ├── technic_cnc_one_curved_edge.obj │ ├── technic_cnc_outercorner.obj │ ├── technic_cnc_outercorner_upsdown.obj │ ├── technic_cnc_pyramid.obj │ ├── technic_cnc_pyramid_spike.obj │ ├── technic_cnc_slope.obj │ ├── technic_cnc_slope_horizontal.obj │ ├── technic_cnc_slope_upsdown.obj │ ├── technic_cnc_sphere.obj │ └── technic_cnc_two_curved_edge.obj └── textures │ ├── technic_cnc_bottom.png │ ├── technic_cnc_cylinder.png │ ├── technic_cnc_cylinder_horizontal.png │ ├── technic_cnc_element_cross.png │ ├── technic_cnc_element_edge.png │ ├── technic_cnc_element_end.png │ ├── technic_cnc_element_straight.png │ ├── technic_cnc_element_t.png │ ├── technic_cnc_front.png │ ├── technic_cnc_front_active.png │ ├── technic_cnc_full.png │ ├── technic_cnc_half.png │ ├── technic_cnc_milling_background.png │ ├── technic_cnc_oblate_spheroid.png │ ├── technic_cnc_onecurvededge.png │ ├── technic_cnc_pyramid.png │ ├── technic_cnc_side.png │ ├── technic_cnc_slope.png │ ├── technic_cnc_slope_edge.png │ ├── technic_cnc_slope_edge_upsdown.png │ ├── technic_cnc_slope_inner_edge.png │ ├── technic_cnc_slope_inner_edge_upsdown.png │ ├── technic_cnc_slope_lying.png │ ├── technic_cnc_slope_upsdown.png │ ├── technic_cnc_sphere.png │ ├── technic_cnc_spike.png │ ├── technic_cnc_stick.png │ ├── technic_cnc_top.png │ ├── technic_cnc_top_active.png │ └── technic_cnc_twocurvededge.png ├── technic_worldgen ├── config.lua ├── crafts.lua ├── init.lua ├── locale │ ├── de.txt │ ├── es.txt │ ├── fr.txt │ ├── pl.txt │ ├── pt_BR.txt │ ├── template.txt │ └── tr.txt ├── mg.lua ├── mod.conf ├── nodes.lua ├── oregen.lua ├── rubber.lua └── textures │ ├── technic_brass_dust.png │ ├── technic_carbon_steel_block.png │ ├── technic_carbon_steel_ingot.png │ ├── technic_cast_iron_block.png │ ├── technic_cast_iron_ingot.png │ ├── technic_chromium_block.png │ ├── technic_chromium_ingot.png │ ├── technic_chromium_lump.png │ ├── technic_granite.png │ ├── technic_granite_bricks.png │ ├── technic_lead_block.png │ ├── technic_lead_dust.png │ ├── technic_lead_ingot.png │ ├── technic_lead_lump.png │ ├── technic_marble.png │ ├── technic_marble_bricks.png │ ├── technic_mineral_chromium.png │ ├── technic_mineral_lead.png │ ├── technic_mineral_sulfur.png │ ├── technic_mineral_uranium.png │ ├── technic_mineral_zinc.png │ ├── technic_rubber.png │ ├── technic_rubber_leaves.png │ ├── technic_rubber_sapling.png │ ├── technic_rubber_tree_empty.png │ ├── technic_rubber_tree_full.png │ ├── technic_rubber_tree_grindings.png │ ├── technic_stainless_steel_block.png │ ├── technic_stainless_steel_ingot.png │ ├── technic_sulfur_dust.png │ ├── technic_sulfur_lump.png │ ├── technic_uranium_block.png │ ├── technic_uranium_ingot.png │ ├── technic_uranium_lump.png │ ├── technic_wrought_iron_block.png │ ├── technic_wrought_iron_ingot.png │ ├── technic_zinc_block.png │ ├── technic_zinc_ingot.png │ └── technic_zinc_lump.png └── wrench ├── init.lua ├── locale ├── de.txt ├── es.txt ├── fr.txt ├── ja.txt ├── pl.txt ├── pt_BR.txt ├── template.txt └── tr.txt ├── mod.conf ├── support.lua ├── technic.lua └── textures └── technic_wrench.png /.github/workflows/check-release.yml: -------------------------------------------------------------------------------- 1 | on: [push, pull_request] 2 | name: Check & Release 3 | jobs: 4 | lint: 5 | runs-on: ubuntu-latest 6 | steps: 7 | - uses: actions/checkout@master 8 | - name: lint 9 | uses: Roang-zero1/factorio-mod-luacheck@master 10 | with: 11 | luacheckrc_url: "" 12 | -------------------------------------------------------------------------------- /.mailmap: -------------------------------------------------------------------------------- 1 | RealBadAngel 2 | Vanessa Ezekowitz 3 | Vanessa Ezekowitz 4 | kaeza Diego Martínez 5 | -------------------------------------------------------------------------------- /concrete/locale/es.txt: -------------------------------------------------------------------------------- 1 | # technic_concrete traducido por Carlos Barraza 2 | 3 | Rebar = Barra de refuerzo 4 | Concrete Block = Bloque de concreto 5 | Blast-resistant Concrete Block = Bloque de concreto resistente a explosiones 6 | Concrete Post Platform = Plataforma de concreto 7 | Concrete Post = Postes de concreto 8 | 9 | -------------------------------------------------------------------------------- /concrete/locale/fr.txt: -------------------------------------------------------------------------------- 1 | # technic_concrete translation template 2 | 3 | Rebar = Armature 4 | Concrete Block = Bloc de béton 5 | Blast-resistant Concrete Block = Bloc de béton anti explosions 6 | Concrete Post Platform = Plateforme en béton 7 | Concrete Post = Pilier en béton 8 | -------------------------------------------------------------------------------- /concrete/locale/ja.txt: -------------------------------------------------------------------------------- 1 | # technic_concrete japanese translation 2 | # technic_concreteの日本語への翻訳 3 | # by damiemk 4 | 5 | Rebar = 鉄筋 6 | Concrete Block = コンクリートのブロック 7 | Blast-resistant Concrete Block = 耐爆性コンクリートのブロック 8 | Concrete Post Platform = コンクリートのプラットフォーム 9 | Concrete Post = コンクリートポスト 10 | -------------------------------------------------------------------------------- /concrete/locale/pl.txt: -------------------------------------------------------------------------------- 1 | # Polish Translation for technic_concrete 2 | # Polskie tłumaczenie technic_concrete 3 | # by mat9117 4 | 5 | Rebar = Pręt zbrojeniowy 6 | Concrete Block = Blok betonu 7 | Blast-resistant Concrete Block = Przeciwwybuchowy blok betonu 8 | Concrete Post Platform = Betonowa platforma 9 | Concrete Post = Betonowy słup 10 | 11 | -------------------------------------------------------------------------------- /concrete/locale/template.txt: -------------------------------------------------------------------------------- 1 | # technic_concrete translation template 2 | 3 | Rebar = 4 | Concrete Block = 5 | Blast-resistant Concrete Block = 6 | Concrete Post Platform = 7 | Concrete Post = 8 | 9 | -------------------------------------------------------------------------------- /concrete/locale/tr.txt: -------------------------------------------------------------------------------- 1 | # turkish translation by mahmutelmas06 2 | 3 | Rebar = Beton demiri 4 | Concrete Block = Beton blok 5 | Blast-resistant Concrete Block = Patlamaya dayanıklı beton blok 6 | Concrete Post Platform = Beton direk platformu 7 | Concrete Post = Beton direk 8 | -------------------------------------------------------------------------------- /concrete/mod.conf: -------------------------------------------------------------------------------- 1 | name = concrete 2 | depends = default 3 | optional_depends = basic_materials, intllib, moreblocks 4 | -------------------------------------------------------------------------------- /concrete/textures/technic_blast_resistant_concrete_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/concrete/textures/technic_blast_resistant_concrete_block.png -------------------------------------------------------------------------------- /concrete/textures/x32/technic_concrete_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/concrete/textures/x32/technic_concrete_block.png -------------------------------------------------------------------------------- /concrete/textures/x32/technic_rebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/concrete/textures/x32/technic_rebar.png -------------------------------------------------------------------------------- /extranodes/locale/de.txt: -------------------------------------------------------------------------------- 1 | # German Translation for technic_extranodes 2 | # Deutsche Übersetzung von technic_extranodes 3 | # by Xanthin 4 | 5 | Marble = Marmor 6 | Marble Bricks = Marmorziegel 7 | Granite = Granit 8 | Concrete = Beton 9 | 10 | -------------------------------------------------------------------------------- /extranodes/locale/es.txt: -------------------------------------------------------------------------------- 1 | # technic_extranodes traducido por Carlos Barraza 2 | 3 | Marble = Mármol 4 | Marble Bricks = Ladrillos de mármol 5 | Granite = Granito 6 | Concrete = Concreto 7 | 8 | -------------------------------------------------------------------------------- /extranodes/locale/fr.txt: -------------------------------------------------------------------------------- 1 | # technic_extranodes translation template 2 | 3 | Marble = Marbre 4 | Marble Bricks = Briques en marbre 5 | Granite = Granite 6 | Concrete = Béton 7 | 8 | -------------------------------------------------------------------------------- /extranodes/locale/ja.txt: -------------------------------------------------------------------------------- 1 | # technic_extranodes japanese translation 2 | # technic_extranodesの日本語への翻訳 3 | # by damiemk 4 | 5 | Marble = 大理石 6 | Marble Bricks = 大理石のレンガ 7 | Granite = 花崗岩 8 | Concrete = コンクリート 9 | -------------------------------------------------------------------------------- /extranodes/locale/pl.txt: -------------------------------------------------------------------------------- 1 | # Polish Translation for technic_extranodes 2 | # Polskie tłumaczenie technic_extranodes 3 | # by mat9117 4 | 5 | Marble = Marmur 6 | Marble Bricks = Marmurowe cegły 7 | Granite = Granit 8 | Concrete = Beton 9 | 10 | -------------------------------------------------------------------------------- /extranodes/locale/pt_BR.txt: -------------------------------------------------------------------------------- 1 | # Braziliam portuguese translation for technic_extranodes 2 | # Tradução portuguesa brasileira para technic_extranodes 3 | # By Sires 4 | 5 | Marble = Mármore 6 | Marble Bricks = Tijolos de Mármore 7 | Granite = Granito 8 | Concrete = Concreto 9 | 10 | -------------------------------------------------------------------------------- /extranodes/locale/template.txt: -------------------------------------------------------------------------------- 1 | # technic_extranodes translation template 2 | 3 | Marble = 4 | Marble Bricks = 5 | Granite = 6 | Concrete = 7 | 8 | -------------------------------------------------------------------------------- /extranodes/locale/tr.txt: -------------------------------------------------------------------------------- 1 | # turkish translation by mahmutelmas06 2 | 3 | Marble = Mermer 4 | Marble Bricks = Mermer tuğla 5 | Granite = Granit 6 | Concrete = Beton 7 | -------------------------------------------------------------------------------- /extranodes/mod.conf: -------------------------------------------------------------------------------- 1 | name = extranodes 2 | depends = default, technic_worldgen, basic_materials, concrete 3 | optional_depends = unifieddyes, intllib, moreblocks, steel, streetsmod 4 | -------------------------------------------------------------------------------- /extranodes/textures/technic_insulator_clip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/extranodes/textures/technic_insulator_clip.png -------------------------------------------------------------------------------- /extranodes/textures/technic_steel_strut_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/extranodes/textures/technic_steel_strut_overlay.png -------------------------------------------------------------------------------- /modpack.conf: -------------------------------------------------------------------------------- 1 | name = technic 2 | description = technic 3 | min_minetest_version = 5.0 4 | -------------------------------------------------------------------------------- /technic/machines/other/coal_furnace.lua: -------------------------------------------------------------------------------- 1 | local S = technic.getter 2 | 3 | if minetest.registered_nodes["default:furnace"].description == "Furnace" then 4 | minetest.override_item("default:furnace", { description = S("Fuel-Fired Furnace") }) 5 | end 6 | -------------------------------------------------------------------------------- /technic/machines/register/centrifuge.lua: -------------------------------------------------------------------------------- 1 | local S = technic.getter 2 | 3 | function technic.register_centrifuge(data) 4 | data.typename = "separating" 5 | data.machine_name = "centrifuge" 6 | data.machine_desc = S("%s Centrifuge") 7 | technic.register_base_machine(data) 8 | end 9 | -------------------------------------------------------------------------------- /technic/machines/register/compressor.lua: -------------------------------------------------------------------------------- 1 | 2 | local S = technic.getter 3 | 4 | function technic.register_compressor(data) 5 | data.typename = "compressing" 6 | data.machine_name = "compressor" 7 | data.machine_desc = S("%s Compressor") 8 | technic.register_base_machine(data) 9 | end 10 | -------------------------------------------------------------------------------- /technic/machines/register/electric_furnace.lua: -------------------------------------------------------------------------------- 1 | 2 | local S = technic.getter 3 | 4 | function technic.register_electric_furnace(data) 5 | data.typename = "cooking" 6 | data.machine_name = "electric_furnace" 7 | data.machine_desc = S("%s Furnace") 8 | technic.register_base_machine(data) 9 | end 10 | -------------------------------------------------------------------------------- /technic/machines/register/extractor.lua: -------------------------------------------------------------------------------- 1 | 2 | local S = technic.getter 3 | 4 | function technic.register_extractor(data) 5 | data.typename = "extracting" 6 | data.machine_name = "extractor" 7 | data.machine_desc = S("%s Extractor") 8 | technic.register_base_machine(data) 9 | end 10 | -------------------------------------------------------------------------------- /technic/machines/register/freezer.lua: -------------------------------------------------------------------------------- 1 | 2 | local S = technic.getter 3 | 4 | function technic.register_freezer(data) 5 | data.typename = "freezing" 6 | data.machine_name = "freezer" 7 | data.machine_desc = S("%s Freezer") 8 | technic.register_base_machine(data) 9 | end 10 | -------------------------------------------------------------------------------- /technic/machines/register/grinder.lua: -------------------------------------------------------------------------------- 1 | 2 | local S = technic.getter 3 | 4 | function technic.register_grinder(data) 5 | data.typename = "grinding" 6 | data.machine_name = "grinder" 7 | data.machine_desc = S("%s Grinder") 8 | technic.register_base_machine(data) 9 | end 10 | -------------------------------------------------------------------------------- /technic/mod.conf: -------------------------------------------------------------------------------- 1 | name = technic 2 | depends = default, pipeworks, technic_worldgen, basic_materials 3 | optional_depends = bucket, screwdriver, mesecons, mesecons_mvps, digilines, digiline_remote, intllib, unified_inventory, vector_extras, dye, craftguide, i3, everness, nether 4 | -------------------------------------------------------------------------------- /technic/sounds/chainsaw.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/chainsaw.ogg -------------------------------------------------------------------------------- /technic/sounds/item_drop_pickup.1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/item_drop_pickup.1.ogg -------------------------------------------------------------------------------- /technic/sounds/item_drop_pickup.2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/item_drop_pickup.2.ogg -------------------------------------------------------------------------------- /technic/sounds/item_drop_pickup.3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/item_drop_pickup.3.ogg -------------------------------------------------------------------------------- /technic/sounds/item_drop_pickup.4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/item_drop_pickup.4.ogg -------------------------------------------------------------------------------- /technic/sounds/mining_drill.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/mining_drill.ogg -------------------------------------------------------------------------------- /technic/sounds/technic_hv_nuclear_reactor_siren_clear.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/technic_hv_nuclear_reactor_siren_clear.ogg -------------------------------------------------------------------------------- /technic/sounds/technic_hv_nuclear_reactor_siren_danger_loop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/technic_hv_nuclear_reactor_siren_danger_loop.ogg -------------------------------------------------------------------------------- /technic/sounds/technic_laser_mk1.0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/technic_laser_mk1.0.ogg -------------------------------------------------------------------------------- /technic/sounds/technic_laser_mk1.1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/technic_laser_mk1.1.ogg -------------------------------------------------------------------------------- /technic/sounds/technic_laser_mk2.0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/technic_laser_mk2.0.ogg -------------------------------------------------------------------------------- /technic/sounds/technic_laser_mk2.1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/technic_laser_mk2.1.ogg -------------------------------------------------------------------------------- /technic/sounds/technic_laser_mk2.2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/technic_laser_mk2.2.ogg -------------------------------------------------------------------------------- /technic/sounds/technic_laser_mk3.1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/technic_laser_mk3.1.ogg -------------------------------------------------------------------------------- /technic/sounds/technic_laser_mk3.2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/technic_laser_mk3.2.ogg -------------------------------------------------------------------------------- /technic/sounds/technic_prospector_hit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/technic_prospector_hit.ogg -------------------------------------------------------------------------------- /technic/sounds/technic_prospector_miss.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/technic_prospector_miss.ogg -------------------------------------------------------------------------------- /technic/sounds/technic_sonic_screwdriver.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/technic_sonic_screwdriver.ogg -------------------------------------------------------------------------------- /technic/sounds/vacuumcleaner.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/sounds/vacuumcleaner.ogg -------------------------------------------------------------------------------- /technic/textures/hires/technic_hv_nuclear_reactor_core_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/hires/technic_hv_nuclear_reactor_core_512.png -------------------------------------------------------------------------------- /technic/textures/technic_acacia_grindings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_acacia_grindings.png -------------------------------------------------------------------------------- /technic/textures/technic_admin_anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_admin_anchor.png -------------------------------------------------------------------------------- /technic/textures/technic_akalin_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_akalin_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_alatro_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_alatro_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_arol_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_arol_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_battery.png -------------------------------------------------------------------------------- /technic/textures/technic_battery_meter_fg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_battery_meter_fg.png -------------------------------------------------------------------------------- /technic/textures/technic_battery_reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_battery_reload.png -------------------------------------------------------------------------------- /technic/textures/technic_bronze_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_bronze_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_bucket_corium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_bucket_corium.png -------------------------------------------------------------------------------- /technic/textures/technic_cable_connection_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_cable_connection_overlay.png -------------------------------------------------------------------------------- /technic/textures/technic_carbon_cloth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_carbon_cloth.png -------------------------------------------------------------------------------- /technic/textures/technic_carbon_plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_carbon_plate.png -------------------------------------------------------------------------------- /technic/textures/technic_carbon_steel_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_carbon_steel_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_cast_iron_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_cast_iron_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_chainsaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_chainsaw.png -------------------------------------------------------------------------------- /technic/textures/technic_chernobylite_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_chernobylite_block.png -------------------------------------------------------------------------------- /technic/textures/technic_chernobylite_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_chernobylite_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_chromium_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_chromium_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_coal_alloy_furnace_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_coal_alloy_furnace_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_coal_alloy_furnace_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_coal_alloy_furnace_front.png -------------------------------------------------------------------------------- /technic/textures/technic_coal_alloy_furnace_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_coal_alloy_furnace_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_coal_alloy_furnace_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_coal_alloy_furnace_side.png -------------------------------------------------------------------------------- /technic/textures/technic_coal_alloy_furnace_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_coal_alloy_furnace_top.png -------------------------------------------------------------------------------- /technic/textures/technic_coal_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_coal_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_common_tree_grindings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_common_tree_grindings.png -------------------------------------------------------------------------------- /technic/textures/technic_composite_plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_composite_plate.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_back.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_front_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_front_off.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_front_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_front_on.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk1_bottom_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk1_bottom_off.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk1_bottom_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk1_bottom_on.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk1_side1_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk1_side1_off.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk1_side1_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk1_side1_on.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk1_side2_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk1_side2_off.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk1_side2_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk1_side2_on.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk1_top_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk1_top_off.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk1_top_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk1_top_on.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk2_bottom_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk2_bottom_off.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk2_bottom_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk2_bottom_on.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk2_side1_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk2_side1_off.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk2_side1_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk2_side1_on.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk2_side2_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk2_side2_off.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk2_side2_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk2_side2_on.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk2_top_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk2_top_off.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk2_top_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk2_top_on.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk3_bottom_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk3_bottom_off.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk3_bottom_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk3_bottom_on.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk3_side1_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk3_side1_off.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk3_side1_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk3_side1_on.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk3_side2_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk3_side2_off.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk3_side2_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk3_side2_on.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk3_top_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk3_top_off.png -------------------------------------------------------------------------------- /technic/textures/technic_constructor_mk3_top_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_constructor_mk3_top_on.png -------------------------------------------------------------------------------- /technic/textures/technic_control_logic_unit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_control_logic_unit.png -------------------------------------------------------------------------------- /technic/textures/technic_copper_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_copper_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_copper_plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_copper_plate.png -------------------------------------------------------------------------------- /technic/textures/technic_corium_flowing_animated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_corium_flowing_animated.png -------------------------------------------------------------------------------- /technic/textures/technic_corium_source_animated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_corium_source_animated.png -------------------------------------------------------------------------------- /technic/textures/technic_diamond_block_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_diamond_block_blue.png -------------------------------------------------------------------------------- /technic/textures/technic_diamond_block_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_diamond_block_green.png -------------------------------------------------------------------------------- /technic/textures/technic_diamond_block_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_diamond_block_red.png -------------------------------------------------------------------------------- /technic/textures/technic_diamond_drill_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_diamond_drill_head.png -------------------------------------------------------------------------------- /technic/textures/technic_doped_silicon_wafer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_doped_silicon_wafer.png -------------------------------------------------------------------------------- /technic/textures/technic_flashlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_flashlight.png -------------------------------------------------------------------------------- /technic/textures/technic_forcefield_animated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_forcefield_animated.png -------------------------------------------------------------------------------- /technic/textures/technic_forcefield_emitter_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_forcefield_emitter_off.png -------------------------------------------------------------------------------- /technic/textures/technic_forcefield_emitter_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_forcefield_emitter_on.png -------------------------------------------------------------------------------- /technic/textures/technic_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_frame.png -------------------------------------------------------------------------------- /technic/textures/technic_generator_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_generator_front.png -------------------------------------------------------------------------------- /technic/textures/technic_generator_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_generator_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_generator_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_generator_side.png -------------------------------------------------------------------------------- /technic/textures/technic_generator_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_generator_top.png -------------------------------------------------------------------------------- /technic/textures/technic_geothermal_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_geothermal_side.png -------------------------------------------------------------------------------- /technic/textures/technic_geothermal_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_geothermal_top.png -------------------------------------------------------------------------------- /technic/textures/technic_geothermal_top_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_geothermal_top_active.png -------------------------------------------------------------------------------- /technic/textures/technic_gold_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_gold_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_graphite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_graphite.png -------------------------------------------------------------------------------- /technic/textures/technic_grinder_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_grinder_front.png -------------------------------------------------------------------------------- /technic/textures/technic_grinder_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_grinder_side.png -------------------------------------------------------------------------------- /technic/textures/technic_grinder_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_grinder_top.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_cube_white_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_cube_white_sides.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_cube_white_sides_ceiling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_cube_white_sides_ceiling.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_cube_white_tb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_cube_white_tb.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_cube_yellow_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_cube_yellow_sides.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_cube_yellow_sides_ceiling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_cube_yellow_sides_ceiling.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_cube_yellow_tb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_cube_yellow_tb.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_thick_white_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_thick_white_sides.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_thick_white_wall_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_thick_white_wall_sides.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_thick_yellow_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_thick_yellow_sides.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_thick_yellow_wall_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_thick_yellow_wall_sides.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_thin_white_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_thin_white_sides.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_thin_white_wall_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_thin_white_wall_sides.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_thin_yellow_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_thin_yellow_sides.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_thin_yellow_wall_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_thin_yellow_wall_sides.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_white_tb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_white_tb.png -------------------------------------------------------------------------------- /technic/textures/technic_homedecor_glowlight_yellow_tb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_homedecor_glowlight_yellow_tb.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_battery_box_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_battery_box_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_battery_box_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_battery_box_front.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_battery_box_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_battery_box_side.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_battery_box_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_battery_box_top.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_cable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_cable.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_cable_wield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_cable_wield.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_down_converter_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_down_converter_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_down_converter_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_down_converter_side.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_down_converter_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_down_converter_top.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_generator_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_generator_front.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_generator_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_generator_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_generator_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_generator_side.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_generator_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_generator_top.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_grinder_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_grinder_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_grinder_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_grinder_front.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_grinder_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_grinder_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_grinder_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_grinder_side.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_grinder_side_tube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_grinder_side_tube.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_grinder_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_grinder_top.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_nuclear_reactor_core.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_nuclear_reactor_core.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_solar_array_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_solar_array_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_solar_array_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_solar_array_side.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_solar_array_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_solar_array_top.png -------------------------------------------------------------------------------- /technic/textures/technic_hv_transformer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hv_transformer.png -------------------------------------------------------------------------------- /technic/textures/technic_hydro_turbine_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hydro_turbine_side.png -------------------------------------------------------------------------------- /technic/textures/technic_hydro_turbine_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hydro_turbine_top.png -------------------------------------------------------------------------------- /technic/textures/technic_hydro_turbine_top_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_hydro_turbine_top_active.png -------------------------------------------------------------------------------- /technic/textures/technic_injector_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_injector_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_kalite_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_kalite_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_laser_beam_mk1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_laser_beam_mk1.png -------------------------------------------------------------------------------- /technic/textures/technic_laser_beam_mk2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_laser_beam_mk2.png -------------------------------------------------------------------------------- /technic/textures/technic_laser_beam_mk3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_laser_beam_mk3.png -------------------------------------------------------------------------------- /technic/textures/technic_lava_can.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lava_can.png -------------------------------------------------------------------------------- /technic/textures/technic_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_light.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_alloy_furnace_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_alloy_furnace_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_alloy_furnace_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_alloy_furnace_front.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_alloy_furnace_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_alloy_furnace_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_alloy_furnace_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_alloy_furnace_side.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_alloy_furnace_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_alloy_furnace_top.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_battery_box_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_battery_box_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_battery_box_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_battery_box_side.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_battery_box_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_battery_box_top.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_cable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_cable.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_cable_wield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_cable_wield.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_compressor_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_compressor_back.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_compressor_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_compressor_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_compressor_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_compressor_front.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_compressor_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_compressor_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_compressor_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_compressor_side.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_compressor_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_compressor_top.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_electric_furnace_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_electric_furnace_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_electric_furnace_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_electric_furnace_front.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_electric_furnace_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_electric_furnace_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_electric_furnace_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_electric_furnace_side.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_electric_furnace_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_electric_furnace_top.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_extractor_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_extractor_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_extractor_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_extractor_front.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_extractor_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_extractor_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_extractor_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_extractor_side.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_extractor_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_extractor_top.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_generator_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_generator_front.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_generator_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_generator_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_generator_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_generator_side.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_generator_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_generator_top.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_grinder_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_grinder_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_grinder_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_grinder_front.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_grinder_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_grinder_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_grinder_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_grinder_side.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_grinder_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_grinder_top.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_lamp_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_lamp_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_lamp_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_lamp_side.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_lamp_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_lamp_top.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_led.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_led.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_led_inv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_led_inv.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_led_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_led_side.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_led_side2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_led_side2.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_led_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_led_top.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_solar_array_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_solar_array_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_solar_array_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_solar_array_side.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_solar_array_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_solar_array_top.png -------------------------------------------------------------------------------- /technic/textures/technic_lv_transformer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_lv_transformer.png -------------------------------------------------------------------------------- /technic/textures/technic_machine_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_machine_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_machine_casing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_machine_casing.png -------------------------------------------------------------------------------- /technic/textures/technic_mining_drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mining_drill.png -------------------------------------------------------------------------------- /technic/textures/technic_mining_drill_mk2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mining_drill_mk2.png -------------------------------------------------------------------------------- /technic/textures/technic_mining_drill_mk3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mining_drill_mk3.png -------------------------------------------------------------------------------- /technic/textures/technic_mining_laser_mk1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mining_laser_mk1.png -------------------------------------------------------------------------------- /technic/textures/technic_mining_laser_mk2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mining_laser_mk2.png -------------------------------------------------------------------------------- /technic/textures/technic_mining_laser_mk3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mining_laser_mk3.png -------------------------------------------------------------------------------- /technic/textures/technic_mithril_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mithril_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_mixed_metal_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mixed_metal_ingot.png -------------------------------------------------------------------------------- /technic/textures/technic_music_player_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_music_player_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_music_player_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_music_player_side.png -------------------------------------------------------------------------------- /technic/textures/technic_music_player_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_music_player_top.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_alloy_furnace_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_alloy_furnace_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_alloy_furnace_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_alloy_furnace_front.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_alloy_furnace_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_alloy_furnace_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_alloy_furnace_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_alloy_furnace_side.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_alloy_furnace_side_tube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_alloy_furnace_side_tube.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_alloy_furnace_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_alloy_furnace_top.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_battery_box_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_battery_box_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_battery_box_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_battery_box_front.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_battery_box_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_battery_box_side.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_battery_box_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_battery_box_top.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_cable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_cable.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_cable_wield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_cable_wield.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_centrifuge_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_centrifuge_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_centrifuge_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_centrifuge_front.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_centrifuge_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_centrifuge_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_centrifuge_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_centrifuge_side.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_centrifuge_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_centrifuge_top.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_compressor_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_compressor_back.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_compressor_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_compressor_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_compressor_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_compressor_front.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_compressor_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_compressor_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_compressor_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_compressor_side.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_compressor_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_compressor_top.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_down_converter_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_down_converter_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_down_converter_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_down_converter_side.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_down_converter_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_down_converter_top.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_electric_furnace_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_electric_furnace_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_electric_furnace_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_electric_furnace_front.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_electric_furnace_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_electric_furnace_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_electric_furnace_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_electric_furnace_side.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_electric_furnace_side_tube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_electric_furnace_side_tube.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_electric_furnace_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_electric_furnace_top.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_extractor_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_extractor_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_extractor_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_extractor_front.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_extractor_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_extractor_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_extractor_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_extractor_side.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_extractor_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_extractor_top.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_freezer_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_freezer_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_freezer_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_freezer_front.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_freezer_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_freezer_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_freezer_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_freezer_side.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_freezer_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_freezer_top.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_generator_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_generator_front.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_generator_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_generator_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_generator_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_generator_side.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_generator_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_generator_top.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_grinder_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_grinder_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_grinder_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_grinder_front.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_grinder_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_grinder_front_active.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_grinder_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_grinder_side.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_grinder_side_tube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_grinder_side_tube.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_grinder_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_grinder_top.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_solar_array_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_solar_array_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_solar_array_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_solar_array_side.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_solar_array_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_solar_array_top.png -------------------------------------------------------------------------------- /technic/textures/technic_mv_transformer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_mv_transformer.png -------------------------------------------------------------------------------- /technic/textures/technic_nether_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_nether_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_power_meter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_power_meter.png -------------------------------------------------------------------------------- /technic/textures/technic_power_meter0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_power_meter0.png -------------------------------------------------------------------------------- /technic/textures/technic_power_meter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_power_meter1.png -------------------------------------------------------------------------------- /technic/textures/technic_power_meter2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_power_meter2.png -------------------------------------------------------------------------------- /technic/textures/technic_power_meter3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_power_meter3.png -------------------------------------------------------------------------------- /technic/textures/technic_power_meter4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_power_meter4.png -------------------------------------------------------------------------------- /technic/textures/technic_power_meter5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_power_meter5.png -------------------------------------------------------------------------------- /technic/textures/technic_power_meter6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_power_meter6.png -------------------------------------------------------------------------------- /technic/textures/technic_power_meter7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_power_meter7.png -------------------------------------------------------------------------------- /technic/textures/technic_power_meter8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_power_meter8.png -------------------------------------------------------------------------------- /technic/textures/technic_power_monitor_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_power_monitor_front.png -------------------------------------------------------------------------------- /technic/textures/technic_power_monitor_sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_power_monitor_sides.png -------------------------------------------------------------------------------- /technic/textures/technic_prospector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_prospector.png -------------------------------------------------------------------------------- /technic/textures/technic_pyrite_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_pyrite_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_raw_latex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_raw_latex.png -------------------------------------------------------------------------------- /technic/textures/technic_river_water_can.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_river_water_can.png -------------------------------------------------------------------------------- /technic/textures/technic_rubber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_rubber.png -------------------------------------------------------------------------------- /technic/textures/technic_rubber_goo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_rubber_goo.png -------------------------------------------------------------------------------- /technic/textures/technic_rubber_leaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_rubber_leaves.png -------------------------------------------------------------------------------- /technic/textures/technic_rubber_sapling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_rubber_sapling.png -------------------------------------------------------------------------------- /technic/textures/technic_rubber_tree_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_rubber_tree_empty.png -------------------------------------------------------------------------------- /technic/textures/technic_rubber_tree_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_rubber_tree_full.png -------------------------------------------------------------------------------- /technic/textures/technic_rubber_tree_grindings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_rubber_tree_grindings.png -------------------------------------------------------------------------------- /technic/textures/technic_sawdust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_sawdust.png -------------------------------------------------------------------------------- /technic/textures/technic_silicon_wafer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_silicon_wafer.png -------------------------------------------------------------------------------- /technic/textures/technic_silver_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_silver_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_solar_panel_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_solar_panel_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_solar_panel_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_solar_panel_side.png -------------------------------------------------------------------------------- /technic/textures/technic_solar_panel_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_solar_panel_top.png -------------------------------------------------------------------------------- /technic/textures/technic_sonic_screwdriver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_sonic_screwdriver.png -------------------------------------------------------------------------------- /technic/textures/technic_stainless_steel_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_stainless_steel_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_stainless_steel_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_stainless_steel_ingot.png -------------------------------------------------------------------------------- /technic/textures/technic_stone_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_stone_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_supply_converter_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_supply_converter_side.png -------------------------------------------------------------------------------- /technic/textures/technic_supply_converter_tb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_supply_converter_tb.png -------------------------------------------------------------------------------- /technic/textures/technic_talinite_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_talinite_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_tin_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_tin_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_tool_mode1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_tool_mode1.png -------------------------------------------------------------------------------- /technic/textures/technic_tool_mode2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_tool_mode2.png -------------------------------------------------------------------------------- /technic/textures/technic_tool_mode3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_tool_mode3.png -------------------------------------------------------------------------------- /technic/textures/technic_tool_mode4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_tool_mode4.png -------------------------------------------------------------------------------- /technic/textures/technic_tool_mode5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_tool_mode5.png -------------------------------------------------------------------------------- /technic/textures/technic_tool_mode6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_tool_mode6.png -------------------------------------------------------------------------------- /technic/textures/technic_tool_mode7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_tool_mode7.png -------------------------------------------------------------------------------- /technic/textures/technic_tool_mode8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_tool_mode8.png -------------------------------------------------------------------------------- /technic/textures/technic_tool_mode9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_tool_mode9.png -------------------------------------------------------------------------------- /technic/textures/technic_tree_tap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_tree_tap.png -------------------------------------------------------------------------------- /technic/textures/technic_uranium_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_uranium_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_uranium_fuel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_uranium_fuel.png -------------------------------------------------------------------------------- /technic/textures/technic_vacuum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_vacuum.png -------------------------------------------------------------------------------- /technic/textures/technic_water_can.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_water_can.png -------------------------------------------------------------------------------- /technic/textures/technic_water_mill_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_water_mill_side.png -------------------------------------------------------------------------------- /technic/textures/technic_water_mill_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_water_mill_top.png -------------------------------------------------------------------------------- /technic/textures/technic_water_mill_top_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_water_mill_top_active.png -------------------------------------------------------------------------------- /technic/textures/technic_workshop_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_workshop_bottom.png -------------------------------------------------------------------------------- /technic/textures/technic_workshop_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_workshop_side.png -------------------------------------------------------------------------------- /technic/textures/technic_workshop_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_workshop_top.png -------------------------------------------------------------------------------- /technic/textures/technic_wrought_iron_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_wrought_iron_dust.png -------------------------------------------------------------------------------- /technic/textures/technic_zinc_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technic_zinc_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_akalin_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_akalin_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_alatro_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_alatro_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_alloy_furnace_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_alloy_furnace_front.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_alloy_furnace_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_alloy_furnace_front_active.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_alloy_furnace_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_alloy_furnace_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_alloy_furnace_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_alloy_furnace_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_arol_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_arol_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_battery_box_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_battery_box_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_battery_box_side0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_battery_box_side0.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_battery_box_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_battery_box_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_battery_reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_battery_reload.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_brass_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_brass_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_bronze_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_bronze_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_carbon_steel_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_carbon_steel_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_cast_iron_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_cast_iron_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_chainsaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_chainsaw.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_chernobylite_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_chernobylite_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_chromium_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_chromium_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_coal_alloy_furnace_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_coal_alloy_furnace_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_coal_alloy_furnace_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_coal_alloy_furnace_front.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_coal_alloy_furnace_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_coal_alloy_furnace_front_active.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_coal_alloy_furnace_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_coal_alloy_furnace_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_coal_alloy_furnace_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_coal_alloy_furnace_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_coal_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_coal_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_back.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_front_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_front_off.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_front_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_front_on.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk1_bottom_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk1_bottom_off.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk1_bottom_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk1_bottom_on.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk1_side1_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk1_side1_off.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk1_side1_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk1_side1_on.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk1_side2_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk1_side2_off.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk1_side2_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk1_side2_on.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk1_top_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk1_top_off.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk1_top_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk1_top_on.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk2_bottom_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk2_bottom_off.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk2_bottom_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk2_bottom_on.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk2_side1_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk2_side1_off.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk2_side1_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk2_side1_on.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk2_side2_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk2_side2_off.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk2_side2_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk2_side2_on.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk2_top_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk2_top_off.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk2_top_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk2_top_on.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk3_bottom_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk3_bottom_off.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk3_bottom_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk3_bottom_on.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk3_side1_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk3_side1_off.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk3_side1_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk3_side1_on.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk3_side2_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk3_side2_off.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk3_side2_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk3_side2_on.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk3_top_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk3_top_off.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_constructor_mk3_top_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_constructor_mk3_top_on.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_control_logic_unit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_control_logic_unit.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_copper_coil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_copper_coil.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_copper_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_copper_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_diamond_block_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_diamond_block_blue.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_diamond_block_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_diamond_block_green.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_diamond_block_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_diamond_block_red.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_diamond_drill_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_diamond_drill_head.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_doped_silicon_wafer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_doped_silicon_wafer.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_electric_furnace_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_electric_furnace_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_electric_furnace_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_electric_furnace_front.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_electric_furnace_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_electric_furnace_front_active.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_electric_furnace_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_electric_furnace_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_electric_furnace_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_electric_furnace_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_flashlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_flashlight.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_gold_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_gold_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_hv_grinder_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_hv_grinder_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_hv_grinder_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_hv_grinder_front.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_hv_grinder_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_hv_grinder_front_active.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_hv_grinder_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_hv_grinder_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_hv_grinder_side_tube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_hv_grinder_side_tube.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_hv_grinder_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_hv_grinder_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_hv_nuclear_reactor_core.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_hv_nuclear_reactor_core.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_hv_solar_array_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_hv_solar_array_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_hv_solar_array_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_hv_solar_array_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_hv_solar_array_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_hv_solar_array_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_hv_transformer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_hv_transformer.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_injector_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_injector_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_injector_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_injector_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_injector_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_injector_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_kalite_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_kalite_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_lava_can.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_lava_can.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_light.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_lv_grinder_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_lv_grinder_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_lv_grinder_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_lv_grinder_front.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_lv_grinder_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_lv_grinder_front_active.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_lv_grinder_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_lv_grinder_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_lv_grinder_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_lv_grinder_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_lv_solar_array_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_lv_solar_array_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_lv_solar_array_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_lv_solar_array_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_lv_solar_array_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_lv_solar_array_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_lv_transformer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_lv_transformer.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_machine_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_machine_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mining_drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mining_drill.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mining_laser_mk1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mining_laser_mk1.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mithril_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mithril_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_motor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_motor.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_music_player_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_music_player_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_music_player_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_music_player_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_music_player_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_music_player_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_alloy_furnace_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_alloy_furnace_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_alloy_furnace_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_alloy_furnace_front.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_alloy_furnace_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_alloy_furnace_front_active.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_alloy_furnace_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_alloy_furnace_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_alloy_furnace_side_tube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_alloy_furnace_side_tube.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_alloy_furnace_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_alloy_furnace_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_battery_box_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_battery_box_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_battery_box_side0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_battery_box_side0.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_battery_box_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_battery_box_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_cable_wield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_cable_wield.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_electric_furnace_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_electric_furnace_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_electric_furnace_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_electric_furnace_front.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_electric_furnace_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_electric_furnace_front_active.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_electric_furnace_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_electric_furnace_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_electric_furnace_side_tube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_electric_furnace_side_tube.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_electric_furnace_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_electric_furnace_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_freezer_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_freezer_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_freezer_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_freezer_front.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_freezer_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_freezer_front_active.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_freezer_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_freezer_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_freezer_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_freezer_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_grinder_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_grinder_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_grinder_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_grinder_front.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_grinder_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_grinder_front_active.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_grinder_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_grinder_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_grinder_side_tube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_grinder_side_tube.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_grinder_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_grinder_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_solar_array_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_solar_array_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_solar_array_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_solar_array_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_solar_array_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_solar_array_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_mv_transformer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_mv_transformer.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_power_meter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_power_meter.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_power_meter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_power_meter1.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_power_meter2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_power_meter2.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_power_meter3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_power_meter3.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_power_meter4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_power_meter4.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_power_meter5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_power_meter5.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_power_meter6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_power_meter6.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_power_meter7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_power_meter7.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_power_meter8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_power_meter8.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_power_meter_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_power_meter_bg.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_power_meter_fg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_power_meter_fg.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_pyrite_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_pyrite_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_raw_latex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_raw_latex.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_screwdriver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_screwdriver.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_silver_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_silver_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_solar_panel_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_solar_panel_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_solar_panel_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_solar_panel_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_solar_panel_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_solar_panel_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_sonic_screwdriver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_sonic_screwdriver.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_stainless_steel_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_stainless_steel_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_stone_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_stone_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_talinite_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_talinite_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_tin_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_tin_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_tree_tap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_tree_tap.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_uranium_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_uranium_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_water_can.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_water_can.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_water_mill_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_water_mill_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_water_mill_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_water_mill_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_water_mill_top_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_water_mill_top_active.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_workshop_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_workshop_bottom.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_workshop_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_workshop_side.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_workshop_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_workshop_top.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_wrought_iron_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_wrought_iron_dust.png -------------------------------------------------------------------------------- /technic/textures/technicx32/technic_zinc_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic/textures/technicx32/technic_zinc_dust.png -------------------------------------------------------------------------------- /technic_chests/mod.conf: -------------------------------------------------------------------------------- 1 | name = technic_chests 2 | depends = default, basic_materials 3 | optional_depends = moreblocks, moreores, pipeworks, intllib, tubelib 4 | -------------------------------------------------------------------------------- /technic_chests/textures/technic_checkmark_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_checkmark_icon.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_chest_overlay_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_chest_overlay_black.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_chest_overlay_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_chest_overlay_blue.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_chest_overlay_brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_chest_overlay_brown.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_chest_overlay_cyan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_chest_overlay_cyan.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_chest_overlay_dark_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_chest_overlay_dark_green.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_chest_overlay_dark_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_chest_overlay_dark_grey.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_chest_overlay_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_chest_overlay_green.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_chest_overlay_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_chest_overlay_grey.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_chest_overlay_magenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_chest_overlay_magenta.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_chest_overlay_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_chest_overlay_orange.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_chest_overlay_pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_chest_overlay_pink.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_chest_overlay_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_chest_overlay_red.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_chest_overlay_violet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_chest_overlay_violet.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_chest_overlay_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_chest_overlay_white.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_chest_overlay_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_chest_overlay_yellow.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton0.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton1.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton10.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton11.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton12.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton13.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton14.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton15.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton2.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton3.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton4.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton5.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton6.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton7.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton8.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_colorbutton9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_colorbutton9.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_copper_chest_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_copper_chest_front.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_copper_chest_lock_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_copper_chest_lock_overlay.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_copper_chest_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_copper_chest_side.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_copper_chest_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_copper_chest_top.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_gold_chest_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_gold_chest_front.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_gold_chest_lock_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_gold_chest_lock_overlay.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_gold_chest_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_gold_chest_side.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_gold_chest_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_gold_chest_top.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_iron_chest_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_iron_chest_front.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_iron_chest_lock_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_iron_chest_lock_overlay.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_iron_chest_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_iron_chest_side.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_iron_chest_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_iron_chest_top.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_mithril_chest_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_mithril_chest_front.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_mithril_chest_lock_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_mithril_chest_lock_overlay.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_mithril_chest_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_mithril_chest_side.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_mithril_chest_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_mithril_chest_top.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_pencil_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_pencil_icon.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_silver_chest_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_silver_chest_front.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_silver_chest_lock_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_silver_chest_lock_overlay.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_silver_chest_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_silver_chest_side.png -------------------------------------------------------------------------------- /technic_chests/textures/technic_silver_chest_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/technic_silver_chest_top.png -------------------------------------------------------------------------------- /technic_chests/textures/x32/technic_copper_chest_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/x32/technic_copper_chest_front.png -------------------------------------------------------------------------------- /technic_chests/textures/x32/technic_copper_chest_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/x32/technic_copper_chest_side.png -------------------------------------------------------------------------------- /technic_chests/textures/x32/technic_copper_chest_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/x32/technic_copper_chest_top.png -------------------------------------------------------------------------------- /technic_chests/textures/x32/technic_gold_chest_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/x32/technic_gold_chest_front.png -------------------------------------------------------------------------------- /technic_chests/textures/x32/technic_gold_chest_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/x32/technic_gold_chest_side.png -------------------------------------------------------------------------------- /technic_chests/textures/x32/technic_gold_chest_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/x32/technic_gold_chest_top.png -------------------------------------------------------------------------------- /technic_chests/textures/x32/technic_iron_chest_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/x32/technic_iron_chest_front.png -------------------------------------------------------------------------------- /technic_chests/textures/x32/technic_iron_chest_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/x32/technic_iron_chest_side.png -------------------------------------------------------------------------------- /technic_chests/textures/x32/technic_iron_chest_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/x32/technic_iron_chest_top.png -------------------------------------------------------------------------------- /technic_chests/textures/x32/technic_mithril_chest_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/x32/technic_mithril_chest_front.png -------------------------------------------------------------------------------- /technic_chests/textures/x32/technic_mithril_chest_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/x32/technic_mithril_chest_side.png -------------------------------------------------------------------------------- /technic_chests/textures/x32/technic_mithril_chest_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/x32/technic_mithril_chest_top.png -------------------------------------------------------------------------------- /technic_chests/textures/x32/technic_silver_chest_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/x32/technic_silver_chest_front.png -------------------------------------------------------------------------------- /technic_chests/textures/x32/technic_silver_chest_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/x32/technic_silver_chest_side.png -------------------------------------------------------------------------------- /technic_chests/textures/x32/technic_silver_chest_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_chests/textures/x32/technic_silver_chest_top.png -------------------------------------------------------------------------------- /technic_cnc/mod.conf: -------------------------------------------------------------------------------- 1 | name = technic_cnc 2 | depends = default, basic_materials 3 | optional_depends = technic 4 | -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_bottom.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_cylinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_cylinder.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_cylinder_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_cylinder_horizontal.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_element_cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_element_cross.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_element_edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_element_edge.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_element_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_element_end.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_element_straight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_element_straight.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_element_t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_element_t.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_front.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_front_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_front_active.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_full.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_half.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_half.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_milling_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_milling_background.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_oblate_spheroid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_oblate_spheroid.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_onecurvededge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_onecurvededge.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_pyramid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_pyramid.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_side.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_slope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_slope.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_slope_edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_slope_edge.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_slope_edge_upsdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_slope_edge_upsdown.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_slope_inner_edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_slope_inner_edge.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_slope_inner_edge_upsdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_slope_inner_edge_upsdown.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_slope_lying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_slope_lying.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_slope_upsdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_slope_upsdown.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_sphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_sphere.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_spike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_spike.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_stick.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_top.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_top_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_top_active.png -------------------------------------------------------------------------------- /technic_cnc/textures/technic_cnc_twocurvededge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_cnc/textures/technic_cnc_twocurvededge.png -------------------------------------------------------------------------------- /technic_worldgen/mod.conf: -------------------------------------------------------------------------------- 1 | name = technic_worldgen 2 | depends = default, basic_materials 3 | optional_depends = intllib, mg, doors, farming, glooptest, mesecons_doors, vessels 4 | -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_brass_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_brass_dust.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_carbon_steel_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_carbon_steel_block.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_carbon_steel_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_carbon_steel_ingot.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_cast_iron_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_cast_iron_block.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_cast_iron_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_cast_iron_ingot.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_chromium_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_chromium_block.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_chromium_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_chromium_ingot.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_chromium_lump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_chromium_lump.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_granite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_granite.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_granite_bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_granite_bricks.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_lead_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_lead_block.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_lead_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_lead_dust.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_lead_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_lead_ingot.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_lead_lump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_lead_lump.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_marble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_marble.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_marble_bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_marble_bricks.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_mineral_chromium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_mineral_chromium.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_mineral_lead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_mineral_lead.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_mineral_sulfur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_mineral_sulfur.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_mineral_uranium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_mineral_uranium.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_mineral_zinc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_mineral_zinc.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_rubber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_rubber.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_rubber_leaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_rubber_leaves.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_rubber_sapling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_rubber_sapling.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_rubber_tree_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_rubber_tree_empty.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_rubber_tree_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_rubber_tree_full.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_rubber_tree_grindings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_rubber_tree_grindings.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_stainless_steel_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_stainless_steel_block.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_stainless_steel_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_stainless_steel_ingot.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_sulfur_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_sulfur_dust.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_sulfur_lump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_sulfur_lump.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_uranium_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_uranium_block.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_uranium_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_uranium_ingot.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_uranium_lump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_uranium_lump.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_wrought_iron_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_wrought_iron_block.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_wrought_iron_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_wrought_iron_ingot.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_zinc_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_zinc_block.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_zinc_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_zinc_ingot.png -------------------------------------------------------------------------------- /technic_worldgen/textures/technic_zinc_lump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/technic_worldgen/textures/technic_zinc_lump.png -------------------------------------------------------------------------------- /wrench/locale/de.txt: -------------------------------------------------------------------------------- 1 | # German Translation for technic_wrench 2 | # Deutsche Übersetzung von technic_wrench 3 | # by Xanthin 4 | 5 | Wrench = Schraubenschluessel 6 | %s with items = %s mit Gegenstaenden 7 | 8 | -------------------------------------------------------------------------------- /wrench/locale/es.txt: -------------------------------------------------------------------------------- 1 | # technic_wrench traducido por Carlos Barraza 2 | 3 | Wrench = Llave Inglesa 4 | %s with items = %s con elementos 5 | 6 | -------------------------------------------------------------------------------- /wrench/locale/fr.txt: -------------------------------------------------------------------------------- 1 | # technic_wrench translation template 2 | 3 | Wrench = Clé 4 | %s with items = %s avec des objets 5 | 6 | -------------------------------------------------------------------------------- /wrench/locale/ja.txt: -------------------------------------------------------------------------------- 1 | # technic_wrench japanese translation 2 | # technic_wrenchの日本語への翻訳 3 | # by damiemk 4 | 5 | Wrench = レンチ 6 | %s with items = アイテム付きレンチ %s 7 | -------------------------------------------------------------------------------- /wrench/locale/pl.txt: -------------------------------------------------------------------------------- 1 | # Polish Translation for technic_wrench 2 | # Polskie tłumaczenie technic_wrench 3 | # by mat9117 4 | 5 | Wrench = Klucz 6 | %s with items = %s z rzeczami 7 | 8 | -------------------------------------------------------------------------------- /wrench/locale/pt_BR.txt: -------------------------------------------------------------------------------- 1 | # Braziliam portuguese translation for wrench 2 | # Tradução portuguesa brasileira para wrench 3 | # By Sires 4 | 5 | Wrench = Chave Inglesa 6 | %s with items = %s com items 7 | 8 | -------------------------------------------------------------------------------- /wrench/locale/template.txt: -------------------------------------------------------------------------------- 1 | # technic_wrench translation template 2 | 3 | Wrench = 4 | %s with items = 5 | 6 | -------------------------------------------------------------------------------- /wrench/locale/tr.txt: -------------------------------------------------------------------------------- 1 | # Turkish translation by mahmutelmas06 2 | # mahmutelmas06@hotmail.com 3 | 4 | Wrench = İngiliz anahtarı 5 | %s with items = Araçlarla birlikte %s 6 | -------------------------------------------------------------------------------- /wrench/mod.conf: -------------------------------------------------------------------------------- 1 | name = wrench 2 | depends = default 3 | optional_depends = technic, technic_chests, technic_worldgen, intllib 4 | -------------------------------------------------------------------------------- /wrench/textures/technic_wrench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/technic/85e342c08c666ba2fb742f4c135efd7f435bf6b0/wrench/textures/technic_wrench.png --------------------------------------------------------------------------------